@charset "UTF-8";
/*!
 *  Formir 1.1.3 by @formir - https://github.com/formir/formir - http://formir.io - support@formir.io
 *  MIT License
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext");
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}

.side-backdrop {
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
}

.side-close {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
}

.side {
  background-color: rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
}
.side.top .side-close, .side.bottom .side-close {
  top: 0.85rem;
}
.side .item i {
  font-size: 1.4rem;
  margin-right: 0.5em;
  margin-left: 0.1em;
}

.modal .modal-header {
  border-bottom: 0 none;
  background: transparent;
  line-height: 1.35em;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.modal .modal-content {
  color: #fff;
  padding: 0;
  font-size: 1.2rem;
}
.modal .modal-footer {
  border-top: 0 none;
  line-height: 1.35em;
  padding: 1rem 0;
  font-size: 1.5rem;
  display: flex;
  color: #fff;
}

.tooltip {
  font-size: 0.8em;
}

.chart {
  width: 100px;
  height: 100px;
  background-color: inherit;
}
.chart.ring:after {
  width: 90px;
  height: 90px;
}
.chart.value:before {
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  color: red;
}
.chart > *:first-child {
  background-color: red;
  color: green;
}

.accordion > label, .accordion .label {
  display: block;
  line-height: 2.5rem;
  padding: 0 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  background: #ccc;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.accordion > label .arrow, .accordion .label .arrow {
  width: 0;
  height: 0;
  color: inherit;
  position: absolute;
  right: 1.1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu .item {
  color: #2a2a2a;
  padding: 0;
  background-color: rgb(241.9032258065, 237.9274193548, 243.0725806452);
}
.menu .item .small {
  font-size: 0.8rem;
  padding: 0 0;
}
.menu .item:hover {
  color: #2a2a2a;
  background-color: rgb(218.8709677419, 207.9032258065, 222.0967741935);
}
.menu .item .anchor:not(.button) {
  color: inherit;
  padding: 8px 10px;
  text-decoration: none;
}
.menu .item .anchor:not(.button):hover {
  text-decoration: none;
}
.menu .item .anchor:focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset inset;
}
.menu .item + .item .anchor:not(.button) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu menu-inside .item .anchor {
  padding: 5px 10px 5px 10px;
}

@media (max-width: 768px) {
  .menu-mobile .item {
    color: #2a2a2a;
    padding: 0;
    background-color: rgb(241.9032258065, 237.9274193548, 243.0725806452);
  }
  .menu-mobile .item .small {
    font-size: 0.8rem;
    padding: 0 0;
  }
  .menu-mobile .item:hover {
    color: #2a2a2a;
    background-color: rgb(218.8709677419, 207.9032258065, 222.0967741935);
  }
  .menu-mobile .item .anchor:not(.button) {
    color: inherit;
    padding: 8px 10px;
    text-decoration: none;
  }
  .menu-mobile .item .anchor:not(.button):hover {
    text-decoration: none;
  }
  .menu-mobile .item .anchor:focus {
    box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset inset;
  }
  .menu-mobile .item + .item .anchor:not(.button) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu-mobile menu-inside .item .anchor {
    padding: 5px 10px 5px 10px;
  }
}
.side .menu .item {
  color: #fff;
  background-color: transparent;
}
.side .menu .item.active .anchor {
  background-color: #6253f9;
}
.side .menu .item .anchor {
  color: inherit;
  border-top: 0 none;
}
.side .menu .item .anchor:hover {
  background-color: rgb(26.0483870968, 19.5362903226, 27.9637096774);
}
.side .menu .item .anchor:focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset;
}
.side .menu .item + .item .anchor {
  border-top: 0 none;
}

table.text-center .td, table.text-center td, table.text-center .th, table.text-center th, .table.text-center .td, .table.text-center td, .table.text-center .th, .table.text-center th, .inline-table.text-center .td, .inline-table.text-center td, .inline-table.text-center .th, .inline-table.text-center th {
  text-align: center !important;
}
table.text-center .td > span, table.text-center td > span, table.text-center .th > span, table.text-center th > span, .table.text-center .td > span, .table.text-center td > span, .table.text-center .th > span, .table.text-center th > span, .inline-table.text-center .td > span, .inline-table.text-center td > span, .inline-table.text-center .th > span, .inline-table.text-center th > span {
  text-align: center !important;
}
table.text-right .td, table.text-right td, table.text-right .th, table.text-right th, .table.text-right .td, .table.text-right td, .table.text-right .th, .table.text-right th, .inline-table.text-right .td, .inline-table.text-right td, .inline-table.text-right .th, .inline-table.text-right th {
  text-align: right !important;
}
table.text-right .td > span, table.text-right td > span, table.text-right .th > span, table.text-right th > span, .table.text-right .td > span, .table.text-right td > span, .table.text-right .th > span, .table.text-right th > span, .inline-table.text-right .td > span, .inline-table.text-right td > span, .inline-table.text-right .th > span, .inline-table.text-right th > span {
  text-align: right !important;
}

article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-top: 0;
}

p {
  font-size: 1rem;
  margin: 0.5rem 0;
  line-height: 1.35em;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.icon-star-o: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-check:before {
  content: "\f00c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-rotate-right: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-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-align-justify:before {
  content: "\f039";
}

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

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

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

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

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

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

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

.icon-picture-o: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-pencil-square-o:before {
  content: "\f044";
}

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

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

.icon-arrows: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-step-forward:before {
  content: "\f051";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-ban: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-mail-forward:before {
  content: "\f064";
}

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

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

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

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

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

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

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

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

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

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

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

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

.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:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-arrows-alt:before {
  content: "\f0b2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-truck:before {
  content: "\f0d1";
}

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

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

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

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

.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-unsorted:before {
  content: "\f0dc";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-bell:before {
  content: "\f0f3";
}

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

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

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

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

.icon-hospital-o: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-square:before {
  content: "\f0fd";
}

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

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

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

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

.icon-angle-double-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-tablet:before {
  content: "\f10a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-circle-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-h:before {
  content: "\f141";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-caret-square-o-down:before {
  content: "\f150";
}

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

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-stack-overflow: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-square:before {
  content: "\f172";
}

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

.icon-tumblr-square: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-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-male:before {
  content: "\f183";
}

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

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

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

.icon-moon-o: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-pagelines:before {
  content: "\f18c";
}

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

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

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

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

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

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

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

.icon-try:before {
  content: "\f195";
}

.icon-turkish-lira:before {
  content: "\f195";
}

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

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

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

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

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

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

.icon-bank:before {
  content: "\f19c";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-university:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-mortar-board:before {
  content: "\f19d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

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

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

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

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

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

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

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

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

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

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

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

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

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

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

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-support:before {
  content: "\f1cd";
}

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

.icon-ra:before {
  content: "\f1d0";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-resistance:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-ge:before {
  content: "\f1d1";
}

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

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

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yc-square:before {
  content: "\f1d4";
}

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

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

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

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

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

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

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

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

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

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

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

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

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

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-ils:before {
  content: "\f20b";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender:before {
  content: "\f224";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

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

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

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

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

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yc:before {
  content: "\f23b";
}

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

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

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

.icon-battery:before {
  content: "\f240";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-empty:before {
  content: "\f244";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

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

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-television:before {
  content: "\f26c";
}

.icon-tv:before {
  content: "\f26c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-asl-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-deafness:before {
  content: "\f2a4";
}

.icon-hard-of-hearing:before {
  content: "\f2a4";
}

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

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

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-signing:before {
  content: "\f2a7";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fa:before {
  content: "\f2b4";
}

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

.icon-handshake-o:before {
  content: "\f2b5";
}

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

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

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

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

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

.icon-user-circle-o:before {
  content: "\f2be";
}

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

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.35rem 0.5rem;
  text-overflow: ellipsis;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover, input:not([type=checkbox]):not([type=radio]):not([type=submit]).hover {
  border-color: #ccc !important;
  border-style: solid !important;
  background-color: #fff !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, input:not([type=checkbox]):not([type=radio]):not([type=submit]).focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):disabled, input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]).inverse {
  background-color: #ccc !important;
  border-color: #fff !important;
  color: #fff !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]).transparent {
  background-color: transparent !important;
}

select, textarea, .input, output, datalist {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0.35rem 0.5rem;
  text-overflow: ellipsis;
}
select:hover, select.hover, textarea:hover, textarea.hover, .input:hover, .input.hover, output:hover, output.hover, datalist:hover, datalist.hover {
  border-color: #ccc !important;
  border-style: solid !important;
  background-color: #fff !important;
}
select:focus, select.focus, textarea:focus, textarea.focus, .input:focus, .input.focus, output:focus, output.focus, datalist:focus, datalist.focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset !important;
}
select:disabled, select[disabled], textarea:disabled, textarea[disabled], .input:disabled, .input[disabled], output:disabled, output[disabled], datalist:disabled, datalist[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}
select.inverse, textarea.inverse, .input.inverse, output.inverse, datalist.inverse {
  background-color: #ccc !important;
  border-color: #fff !important;
  color: #fff !important;
}
select.transparent, textarea.transparent, .input.transparent, output.transparent, datalist.transparent {
  background-color: transparent !important;
}

select:not([multiple]) {
  height: calc(1.35rem + 0.35rem * 2 + 1px * 2);
}
select option {
  height: 1.35rem;
  padding: 0.35rem 0.5rem;
  border: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-s {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-m {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]).input-l {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

select.input-s, textarea.input-s {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-m, textarea.input-m {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
select.input-l, textarea.input-l {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

select:not([multiple]).input-s {
  height: calc(1.1475rem + 0.2975rem * 2 + 1px * 2);
}
select:not([multiple]).input-s option {
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
}
select:not([multiple]).input-m {
  height: calc(1.5525rem + 0.4025rem * 2 + 1px * 2);
}
select:not([multiple]).input-m option {
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
}
select:not([multiple]).input-l {
  height: calc(2.025rem + 0.525rem * 2 + 1px * 2);
}
select:not([multiple]).input-l option {
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
}

.inputs-s .input, .inputs-s input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-s select, .inputs-s textarea, .inputs-s[class*=cell] .input, .inputs-s[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-s[class*=cell] select, .inputs-s[class*=cell] textarea, .size-s .input, .size-s input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-s select, .size-s textarea, .size-s[class*=cell] .input, .size-s[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-s[class*=cell] select, .size-s[class*=cell] textarea {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-s .select, .inputs-s[class*=cell] .select, .size-s .select, .size-s[class*=cell] .select {
  min-height: calc(1.1475rem + 0.2975rem * 2 + 1px * 2);
}
.inputs-s .select-content, .inputs-s[class*=cell] .select-content, .size-s .select-content, .size-s[class*=cell] .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-s select:not([multiple]), .inputs-s[class*=cell] select:not([multiple]), .size-s select:not([multiple]), .size-s[class*=cell] select:not([multiple]) {
  height: calc(1.1475rem + 0.2975rem * 2 + 1px * 2);
}
.inputs-s select:not([multiple]) option, .inputs-s[class*=cell] select:not([multiple]) option, .size-s select:not([multiple]) option, .size-s[class*=cell] select:not([multiple]) option {
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
}
.inputs-m .input, .inputs-m input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-m select, .inputs-m textarea, .inputs-m[class*=cell] .input, .inputs-m[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-m[class*=cell] select, .inputs-m[class*=cell] textarea, .size-m .input, .size-m input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-m select, .size-m textarea, .size-m[class*=cell] .input, .size-m[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-m[class*=cell] select, .size-m[class*=cell] textarea {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-m .select, .inputs-m[class*=cell] .select, .size-m .select, .size-m[class*=cell] .select {
  min-height: calc(1.5525rem + 0.4025rem * 2 + 1px * 2);
}
.inputs-m .select-content, .inputs-m[class*=cell] .select-content, .size-m .select-content, .size-m[class*=cell] .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-m select:not([multiple]), .inputs-m[class*=cell] select:not([multiple]), .size-m select:not([multiple]), .size-m[class*=cell] select:not([multiple]) {
  height: calc(1.5525rem + 0.4025rem * 2 + 1px * 2);
}
.inputs-m select:not([multiple]) option, .inputs-m[class*=cell] select:not([multiple]) option, .size-m select:not([multiple]) option, .size-m[class*=cell] select:not([multiple]) option {
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
}
.inputs-l .input, .inputs-l input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-l select, .inputs-l textarea, .inputs-l[class*=cell] .input, .inputs-l[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .inputs-l[class*=cell] select, .inputs-l[class*=cell] textarea, .size-l .input, .size-l input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-l select, .size-l textarea, .size-l[class*=cell] .input, .size-l[class*=cell] input:not([type=checkbox]):not([type=radio]):not([type=submit]), .size-l[class*=cell] select, .size-l[class*=cell] textarea {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-l .select, .inputs-l[class*=cell] .select, .size-l .select, .size-l[class*=cell] .select {
  min-height: calc(2.025rem + 0.525rem * 2 + 1px * 2);
}
.inputs-l .select-content, .inputs-l[class*=cell] .select-content, .size-l .select-content, .size-l[class*=cell] .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}
.inputs-l select:not([multiple]), .inputs-l[class*=cell] select:not([multiple]), .size-l select:not([multiple]), .size-l[class*=cell] select:not([multiple]) {
  height: calc(2.025rem + 0.525rem * 2 + 1px * 2);
}
.inputs-l select:not([multiple]) option, .inputs-l[class*=cell] select:not([multiple]) option, .size-l select:not([multiple]) option, .size-l[class*=cell] select:not([multiple]) option {
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
}

form label {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
  min-height: 1.35rem;
  display: block;
}
form .hint {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
}
form.validate input:not(:focus).touched:invalid, form.validate input:not(:focus).touched.invalid, form.validate select:not(:focus).touched:invalid, form.validate select:not(:focus).touched.invalid, form.validate textarea:not(:focus).touched:invalid, form.validate textarea:not(:focus).touched.invalid {
  color: #cf4040;
  background-color: white;
  border-color: #cf4040;
}
form.validate input:not(:focus).touched:valid, form.validate input:not(:focus).touched.valid, form.validate select:not(:focus).touched:valid, form.validate select:not(:focus).touched.valid, form.validate textarea:not(:focus).touched:valid, form.validate textarea:not(:focus).touched.valid {
  color: #84b500;
  background-color: white;
  border-color: #84b500;
}
form.validate .select-arrow select:not(:focus).touched:invalid + span:after, form.validate .select-arrow select:not(:focus).touched.invalid + span:after {
  color: #cf4040;
}
form.validate .select-arrow select:not(:focus).touched:valid + span:after, form.validate .select-arrow select:not(:focus).touched.valid + span:after {
  color: #84b500;
}

.control, .control-group {
  position: relative;
}

.control.inverse input, .control.inverse select, .control.inverse textarea, [class*=cell].inverse input, [class*=cell].inverse select, [class*=cell].inverse textarea, .control-group.inverse input, .control-group.inverse select, .control-group.inverse textarea {
  background-color: #ccc;
  border-color: #fff;
  color: #fff;
}
.control.transparent input, .control.transparent select, .control.transparent textarea, [class*=cell].transparent input, [class*=cell].transparent select, [class*=cell].transparent textarea, .control-group.transparent input, .control-group.transparent select, .control-group.transparent textarea {
  background-color: transparent;
}
.control[class*=icon-], [class*=cell][class*=icon-], .control-group[class*=icon-] {
  position: relative;
}
.control[class*=icon-].left-icon:before, [class*=cell][class*=icon-].left-icon:before, .control-group[class*=icon-].left-icon:before {
  left: calc(0.5em + 0.5rem);
  right: auto;
}
.control[class*=icon-].left-icon input, .control[class*=icon-].left-icon select, .control[class*=icon-].left-icon textarea, [class*=cell][class*=icon-].left-icon input, [class*=cell][class*=icon-].left-icon select, [class*=cell][class*=icon-].left-icon textarea, .control-group[class*=icon-].left-icon input, .control-group[class*=icon-].left-icon select, .control-group[class*=icon-].left-icon textarea {
  padding-left: calc(2em + 0.5rem);
}
.control[class*=icon-].inverse:before, [class*=cell][class*=icon-].inverse:before, .control-group[class*=icon-].inverse:before {
  color: #fff;
}
.control[class*=icon-]:before, [class*=cell][class*=icon-]:before, .control-group[class*=icon-]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1em;
  right: calc(0.5em + 0.5rem);
  color: #2a2a2a;
  z-index: 2;
  pointer-events: none;
  height: 1em;
}
.control[class*=icon-] input, .control[class*=icon-] select, .control[class*=icon-] textarea, [class*=cell][class*=icon-] input, [class*=cell][class*=icon-] select, [class*=cell][class*=icon-] textarea, .control-group[class*=icon-] input, .control-group[class*=icon-] select, .control-group[class*=icon-] textarea {
  padding-right: calc(2em + 0.5rem);
}
.control[class*=icon-] select, [class*=cell][class*=icon-] select, .control-group[class*=icon-] select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.control.select-arrow, [class*=cell].select-arrow, .control-group.select-arrow {
  position: relative;
}
.control.select-arrow select, [class*=cell].select-arrow select, .control-group.select-arrow select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: calc(2em + 0.5rem);
}
.control.select-arrow select.inverse + span:after, [class*=cell].select-arrow select.inverse + span:after, .control-group.select-arrow select.inverse + span:after {
  color: #fff;
}
.control.select-arrow select + span:after, [class*=cell].select-arrow select + span:after, .control-group.select-arrow select + span:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
  content: "\f0d7";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ccc;
  z-index: 2;
  pointer-events: none;
  text-align: right;
  vertical-align: middle;
  width: 1rem;
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  right: calc(0.8333333333em + 0.5rem);
}
.control.select-arrow select:focus + span:after, [class*=cell].select-arrow select:focus + span:after, .control-group.select-arrow select:focus + span:after {
  content: "\f0d8";
  color: none;
}
.control.select-arrow select:hover + span:after, [class*=cell].select-arrow select:hover + span:after, .control-group.select-arrow select:hover + span:after {
  color: #ccc;
}
.control.select-arrow.inverse select + span:after, [class*=cell].select-arrow.inverse select + span:after, .control-group.select-arrow.inverse select + span:after {
  color: #fff;
}
.control[data-addon], [class*=cell][data-addon], .control-group[data-addon] {
  position: relative;
}
.control[data-addon].left-addon:after, [class*=cell][data-addon].left-addon:after, .control-group[data-addon].left-addon:after {
  left: calc(2em + 0.5rem);
  right: auto;
  text-align: left;
}
.control[data-addon].left-addon input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control[data-addon].left-addon select, .control[data-addon].left-addon textarea, [class*=cell][data-addon].left-addon input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell][data-addon].left-addon select, [class*=cell][data-addon].left-addon textarea, .control-group[data-addon].left-addon input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group[data-addon].left-addon select, .control-group[data-addon].left-addon textarea {
  padding-left: calc(3em + 0.5rem);
  padding-right: 0.5rem;
}
.control[data-addon].inverse:after, [class*=cell][data-addon].inverse:after, .control-group[data-addon].inverse:after {
  color: #fff;
}
.control[data-addon]:after, [class*=cell][data-addon]:after, .control-group[data-addon]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.8em;
  text-transform: normal;
  right: calc(0.5em + 0.5rem);
  color: #2a2a2a;
  text-transform: uppercase;
  z-index: 2;
  content: attr(data-addon);
  pointer-events: none;
  height: 1.35rem;
  white-space: nowrap;
  text-align: right;
}
.control[data-addon] input, .control[data-addon] select, .control[data-addon] textarea, [class*=cell][data-addon] input, [class*=cell][data-addon] select, [class*=cell][data-addon] textarea, .control-group[data-addon] input, .control-group[data-addon] select, .control-group[data-addon] textarea {
  padding-right: calc(3em + 0.5rem);
}

form.has-success.inverse.transparent[class*=icon-]:before, form.has-success.inverse.transparent[data-addon]:after, form.has-success.inverse.transparent.select-arrow select + span:after, .control.has-success.inverse.transparent[class*=icon-]:before, .control.has-success.inverse.transparent[data-addon]:after, .control.has-success.inverse.transparent.select-arrow select + span:after, [class*=cell].has-success.inverse.transparent[class*=icon-]:before, [class*=cell].has-success.inverse.transparent[data-addon]:after, [class*=cell].has-success.inverse.transparent.select-arrow select + span:after, .control-group.has-success.inverse.transparent[class*=icon-]:before, .control-group.has-success.inverse.transparent[data-addon]:after, .control-group.has-success.inverse.transparent.select-arrow select + span:after {
  color: #84b500;
}
form.has-success input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.has-success.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-success input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-success.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-success input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-success.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-success input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-success.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  color: #84b500;
  background-color: white;
  border-color: #84b500;
}
form.has-success select, form.has-success textarea, form.has-success output, form.has-success data-list, form.has-success .input, form.has-success.inverse.transparent select, form.has-success.inverse.transparent textarea, form.has-success.inverse.transparent output, form.has-success.inverse.transparent data-list, form.has-success.inverse.transparent .input, .control.has-success select, .control.has-success textarea, .control.has-success output, .control.has-success data-list, .control.has-success .input, .control.has-success.inverse.transparent select, .control.has-success.inverse.transparent textarea, .control.has-success.inverse.transparent output, .control.has-success.inverse.transparent data-list, .control.has-success.inverse.transparent .input, [class*=cell].has-success select, [class*=cell].has-success textarea, [class*=cell].has-success output, [class*=cell].has-success data-list, [class*=cell].has-success .input, [class*=cell].has-success.inverse.transparent select, [class*=cell].has-success.inverse.transparent textarea, [class*=cell].has-success.inverse.transparent output, [class*=cell].has-success.inverse.transparent data-list, [class*=cell].has-success.inverse.transparent .input, .control-group.has-success select, .control-group.has-success textarea, .control-group.has-success output, .control-group.has-success data-list, .control-group.has-success .input, .control-group.has-success.inverse.transparent select, .control-group.has-success.inverse.transparent textarea, .control-group.has-success.inverse.transparent output, .control-group.has-success.inverse.transparent data-list, .control-group.has-success.inverse.transparent .input {
  color: #84b500;
  background-color: white;
  color: #2a2a2a;
  border-color: #84b500;
}
form.has-success .hint, form.has-success.inverse.transparent .hint, .control.has-success .hint, .control.has-success.inverse.transparent .hint, [class*=cell].has-success .hint, [class*=cell].has-success.inverse.transparent .hint, .control-group.has-success .hint, .control-group.has-success.inverse.transparent .hint {
  color: #84b500;
}
form.has-success.inverse select, form.has-success.inverse textarea, form.has-success.inverse output, form.has-success.inverse data-list, form.has-success.inverse .input, form.has-success.inverse input, .control.has-success.inverse select, .control.has-success.inverse textarea, .control.has-success.inverse output, .control.has-success.inverse data-list, .control.has-success.inverse .input, .control.has-success.inverse input, [class*=cell].has-success.inverse select, [class*=cell].has-success.inverse textarea, [class*=cell].has-success.inverse output, [class*=cell].has-success.inverse data-list, [class*=cell].has-success.inverse .input, [class*=cell].has-success.inverse input, .control-group.has-success.inverse select, .control-group.has-success.inverse textarea, .control-group.has-success.inverse output, .control-group.has-success.inverse data-list, .control-group.has-success.inverse .input, .control-group.has-success.inverse input {
  background-color: #84b500;
  border-color: white;
  color: white;
}
form.has-success.inverse[class*=icon-]:before, form.has-success.inverse[data-addon]:after, form.has-success.inverse.select-arrow select + span:after, form.has-success.inverse .control[class*=icon-]:before, form.has-success.inverse .control[data-addon]:after, form.has-success.inverse .control.select-arrow select + span:after, form.has-success.inverse [class*=cell][class*=icon-]:before, form.has-success.inverse [class*=cell][data-addon]:after, form.has-success.inverse [class*=cell].select-arrow select + span:after, form.has-success.inverse .control-group[class*=icon-]:before, form.has-success.inverse .control-group[data-addon]:after, form.has-success.inverse .control-group.select-arrow select + span:after, .control.has-success.inverse[class*=icon-]:before, .control.has-success.inverse[data-addon]:after, .control.has-success.inverse.select-arrow select + span:after, .control.has-success.inverse .control[class*=icon-]:before, .control.has-success.inverse .control[data-addon]:after, .control.has-success.inverse .control.select-arrow select + span:after, .control.has-success.inverse [class*=cell][class*=icon-]:before, .control.has-success.inverse [class*=cell][data-addon]:after, .control.has-success.inverse [class*=cell].select-arrow select + span:after, .control.has-success.inverse .control-group[class*=icon-]:before, .control.has-success.inverse .control-group[data-addon]:after, .control.has-success.inverse .control-group.select-arrow select + span:after, [class*=cell].has-success.inverse[class*=icon-]:before, [class*=cell].has-success.inverse[data-addon]:after, [class*=cell].has-success.inverse.select-arrow select + span:after, [class*=cell].has-success.inverse .control[class*=icon-]:before, [class*=cell].has-success.inverse .control[data-addon]:after, [class*=cell].has-success.inverse .control.select-arrow select + span:after, [class*=cell].has-success.inverse [class*=cell][class*=icon-]:before, [class*=cell].has-success.inverse [class*=cell][data-addon]:after, [class*=cell].has-success.inverse [class*=cell].select-arrow select + span:after, [class*=cell].has-success.inverse .control-group[class*=icon-]:before, [class*=cell].has-success.inverse .control-group[data-addon]:after, [class*=cell].has-success.inverse .control-group.select-arrow select + span:after, .control-group.has-success.inverse[class*=icon-]:before, .control-group.has-success.inverse[data-addon]:after, .control-group.has-success.inverse.select-arrow select + span:after, .control-group.has-success.inverse .control[class*=icon-]:before, .control-group.has-success.inverse .control[data-addon]:after, .control-group.has-success.inverse .control.select-arrow select + span:after, .control-group.has-success.inverse [class*=cell][class*=icon-]:before, .control-group.has-success.inverse [class*=cell][data-addon]:after, .control-group.has-success.inverse [class*=cell].select-arrow select + span:after, .control-group.has-success.inverse .control-group[class*=icon-]:before, .control-group.has-success.inverse .control-group[data-addon]:after, .control-group.has-success.inverse .control-group.select-arrow select + span:after {
  color: white;
}
form.has-success[class*=icon-]:before, form.has-success[data-addon]:after, form.has-success.select-arrow select + span:after, .control.has-success[class*=icon-]:before, .control.has-success[data-addon]:after, .control.has-success.select-arrow select + span:after, [class*=cell].has-success[class*=icon-]:before, [class*=cell].has-success[data-addon]:after, [class*=cell].has-success.select-arrow select + span:after, .control-group.has-success[class*=icon-]:before, .control-group.has-success[data-addon]:after, .control-group.has-success.select-arrow select + span:after {
  color: #84b500;
}
form.has-info.inverse.transparent[class*=icon-]:before, form.has-info.inverse.transparent[data-addon]:after, form.has-info.inverse.transparent.select-arrow select + span:after, .control.has-info.inverse.transparent[class*=icon-]:before, .control.has-info.inverse.transparent[data-addon]:after, .control.has-info.inverse.transparent.select-arrow select + span:after, [class*=cell].has-info.inverse.transparent[class*=icon-]:before, [class*=cell].has-info.inverse.transparent[data-addon]:after, [class*=cell].has-info.inverse.transparent.select-arrow select + span:after, .control-group.has-info.inverse.transparent[class*=icon-]:before, .control-group.has-info.inverse.transparent[data-addon]:after, .control-group.has-info.inverse.transparent.select-arrow select + span:after {
  color: #00abc4;
}
form.has-info input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.has-info.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-info input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-info.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-info input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-info.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-info input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-info.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  color: #00abc4;
  background-color: white;
  border-color: #00abc4;
}
form.has-info select, form.has-info textarea, form.has-info output, form.has-info data-list, form.has-info .input, form.has-info.inverse.transparent select, form.has-info.inverse.transparent textarea, form.has-info.inverse.transparent output, form.has-info.inverse.transparent data-list, form.has-info.inverse.transparent .input, .control.has-info select, .control.has-info textarea, .control.has-info output, .control.has-info data-list, .control.has-info .input, .control.has-info.inverse.transparent select, .control.has-info.inverse.transparent textarea, .control.has-info.inverse.transparent output, .control.has-info.inverse.transparent data-list, .control.has-info.inverse.transparent .input, [class*=cell].has-info select, [class*=cell].has-info textarea, [class*=cell].has-info output, [class*=cell].has-info data-list, [class*=cell].has-info .input, [class*=cell].has-info.inverse.transparent select, [class*=cell].has-info.inverse.transparent textarea, [class*=cell].has-info.inverse.transparent output, [class*=cell].has-info.inverse.transparent data-list, [class*=cell].has-info.inverse.transparent .input, .control-group.has-info select, .control-group.has-info textarea, .control-group.has-info output, .control-group.has-info data-list, .control-group.has-info .input, .control-group.has-info.inverse.transparent select, .control-group.has-info.inverse.transparent textarea, .control-group.has-info.inverse.transparent output, .control-group.has-info.inverse.transparent data-list, .control-group.has-info.inverse.transparent .input {
  color: #00abc4;
  background-color: white;
  color: #2a2a2a;
  border-color: #00abc4;
}
form.has-info .hint, form.has-info.inverse.transparent .hint, .control.has-info .hint, .control.has-info.inverse.transparent .hint, [class*=cell].has-info .hint, [class*=cell].has-info.inverse.transparent .hint, .control-group.has-info .hint, .control-group.has-info.inverse.transparent .hint {
  color: #00abc4;
}
form.has-info.inverse select, form.has-info.inverse textarea, form.has-info.inverse output, form.has-info.inverse data-list, form.has-info.inverse .input, form.has-info.inverse input, .control.has-info.inverse select, .control.has-info.inverse textarea, .control.has-info.inverse output, .control.has-info.inverse data-list, .control.has-info.inverse .input, .control.has-info.inverse input, [class*=cell].has-info.inverse select, [class*=cell].has-info.inverse textarea, [class*=cell].has-info.inverse output, [class*=cell].has-info.inverse data-list, [class*=cell].has-info.inverse .input, [class*=cell].has-info.inverse input, .control-group.has-info.inverse select, .control-group.has-info.inverse textarea, .control-group.has-info.inverse output, .control-group.has-info.inverse data-list, .control-group.has-info.inverse .input, .control-group.has-info.inverse input {
  background-color: #00abc4;
  border-color: white;
  color: white;
}
form.has-info.inverse[class*=icon-]:before, form.has-info.inverse[data-addon]:after, form.has-info.inverse.select-arrow select + span:after, form.has-info.inverse .control[class*=icon-]:before, form.has-info.inverse .control[data-addon]:after, form.has-info.inverse .control.select-arrow select + span:after, form.has-info.inverse [class*=cell][class*=icon-]:before, form.has-info.inverse [class*=cell][data-addon]:after, form.has-info.inverse [class*=cell].select-arrow select + span:after, form.has-info.inverse .control-group[class*=icon-]:before, form.has-info.inverse .control-group[data-addon]:after, form.has-info.inverse .control-group.select-arrow select + span:after, .control.has-info.inverse[class*=icon-]:before, .control.has-info.inverse[data-addon]:after, .control.has-info.inverse.select-arrow select + span:after, .control.has-info.inverse .control[class*=icon-]:before, .control.has-info.inverse .control[data-addon]:after, .control.has-info.inverse .control.select-arrow select + span:after, .control.has-info.inverse [class*=cell][class*=icon-]:before, .control.has-info.inverse [class*=cell][data-addon]:after, .control.has-info.inverse [class*=cell].select-arrow select + span:after, .control.has-info.inverse .control-group[class*=icon-]:before, .control.has-info.inverse .control-group[data-addon]:after, .control.has-info.inverse .control-group.select-arrow select + span:after, [class*=cell].has-info.inverse[class*=icon-]:before, [class*=cell].has-info.inverse[data-addon]:after, [class*=cell].has-info.inverse.select-arrow select + span:after, [class*=cell].has-info.inverse .control[class*=icon-]:before, [class*=cell].has-info.inverse .control[data-addon]:after, [class*=cell].has-info.inverse .control.select-arrow select + span:after, [class*=cell].has-info.inverse [class*=cell][class*=icon-]:before, [class*=cell].has-info.inverse [class*=cell][data-addon]:after, [class*=cell].has-info.inverse [class*=cell].select-arrow select + span:after, [class*=cell].has-info.inverse .control-group[class*=icon-]:before, [class*=cell].has-info.inverse .control-group[data-addon]:after, [class*=cell].has-info.inverse .control-group.select-arrow select + span:after, .control-group.has-info.inverse[class*=icon-]:before, .control-group.has-info.inverse[data-addon]:after, .control-group.has-info.inverse.select-arrow select + span:after, .control-group.has-info.inverse .control[class*=icon-]:before, .control-group.has-info.inverse .control[data-addon]:after, .control-group.has-info.inverse .control.select-arrow select + span:after, .control-group.has-info.inverse [class*=cell][class*=icon-]:before, .control-group.has-info.inverse [class*=cell][data-addon]:after, .control-group.has-info.inverse [class*=cell].select-arrow select + span:after, .control-group.has-info.inverse .control-group[class*=icon-]:before, .control-group.has-info.inverse .control-group[data-addon]:after, .control-group.has-info.inverse .control-group.select-arrow select + span:after {
  color: white;
}
form.has-info[class*=icon-]:before, form.has-info[data-addon]:after, form.has-info.select-arrow select + span:after, .control.has-info[class*=icon-]:before, .control.has-info[data-addon]:after, .control.has-info.select-arrow select + span:after, [class*=cell].has-info[class*=icon-]:before, [class*=cell].has-info[data-addon]:after, [class*=cell].has-info.select-arrow select + span:after, .control-group.has-info[class*=icon-]:before, .control-group.has-info[data-addon]:after, .control-group.has-info.select-arrow select + span:after {
  color: #00abc4;
}
form.has-error.inverse.transparent[class*=icon-]:before, form.has-error.inverse.transparent[data-addon]:after, form.has-error.inverse.transparent.select-arrow select + span:after, .control.has-error.inverse.transparent[class*=icon-]:before, .control.has-error.inverse.transparent[data-addon]:after, .control.has-error.inverse.transparent.select-arrow select + span:after, [class*=cell].has-error.inverse.transparent[class*=icon-]:before, [class*=cell].has-error.inverse.transparent[data-addon]:after, [class*=cell].has-error.inverse.transparent.select-arrow select + span:after, .control-group.has-error.inverse.transparent[class*=icon-]:before, .control-group.has-error.inverse.transparent[data-addon]:after, .control-group.has-error.inverse.transparent.select-arrow select + span:after {
  color: #cf4040;
}
form.has-error input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.has-error.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-error input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-error.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-error input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-error.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-error input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-error.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  color: #cf4040;
  background-color: white;
  border-color: #cf4040;
}
form.has-error select, form.has-error textarea, form.has-error output, form.has-error data-list, form.has-error .input, form.has-error.inverse.transparent select, form.has-error.inverse.transparent textarea, form.has-error.inverse.transparent output, form.has-error.inverse.transparent data-list, form.has-error.inverse.transparent .input, .control.has-error select, .control.has-error textarea, .control.has-error output, .control.has-error data-list, .control.has-error .input, .control.has-error.inverse.transparent select, .control.has-error.inverse.transparent textarea, .control.has-error.inverse.transparent output, .control.has-error.inverse.transparent data-list, .control.has-error.inverse.transparent .input, [class*=cell].has-error select, [class*=cell].has-error textarea, [class*=cell].has-error output, [class*=cell].has-error data-list, [class*=cell].has-error .input, [class*=cell].has-error.inverse.transparent select, [class*=cell].has-error.inverse.transparent textarea, [class*=cell].has-error.inverse.transparent output, [class*=cell].has-error.inverse.transparent data-list, [class*=cell].has-error.inverse.transparent .input, .control-group.has-error select, .control-group.has-error textarea, .control-group.has-error output, .control-group.has-error data-list, .control-group.has-error .input, .control-group.has-error.inverse.transparent select, .control-group.has-error.inverse.transparent textarea, .control-group.has-error.inverse.transparent output, .control-group.has-error.inverse.transparent data-list, .control-group.has-error.inverse.transparent .input {
  color: #cf4040;
  background-color: white;
  color: #2a2a2a;
  border-color: #cf4040;
}
form.has-error .hint, form.has-error.inverse.transparent .hint, .control.has-error .hint, .control.has-error.inverse.transparent .hint, [class*=cell].has-error .hint, [class*=cell].has-error.inverse.transparent .hint, .control-group.has-error .hint, .control-group.has-error.inverse.transparent .hint {
  color: #cf4040;
}
form.has-error.inverse select, form.has-error.inverse textarea, form.has-error.inverse output, form.has-error.inverse data-list, form.has-error.inverse .input, form.has-error.inverse input, .control.has-error.inverse select, .control.has-error.inverse textarea, .control.has-error.inverse output, .control.has-error.inverse data-list, .control.has-error.inverse .input, .control.has-error.inverse input, [class*=cell].has-error.inverse select, [class*=cell].has-error.inverse textarea, [class*=cell].has-error.inverse output, [class*=cell].has-error.inverse data-list, [class*=cell].has-error.inverse .input, [class*=cell].has-error.inverse input, .control-group.has-error.inverse select, .control-group.has-error.inverse textarea, .control-group.has-error.inverse output, .control-group.has-error.inverse data-list, .control-group.has-error.inverse .input, .control-group.has-error.inverse input {
  background-color: #cf4040;
  border-color: white;
  color: white;
}
form.has-error.inverse[class*=icon-]:before, form.has-error.inverse[data-addon]:after, form.has-error.inverse.select-arrow select + span:after, form.has-error.inverse .control[class*=icon-]:before, form.has-error.inverse .control[data-addon]:after, form.has-error.inverse .control.select-arrow select + span:after, form.has-error.inverse [class*=cell][class*=icon-]:before, form.has-error.inverse [class*=cell][data-addon]:after, form.has-error.inverse [class*=cell].select-arrow select + span:after, form.has-error.inverse .control-group[class*=icon-]:before, form.has-error.inverse .control-group[data-addon]:after, form.has-error.inverse .control-group.select-arrow select + span:after, .control.has-error.inverse[class*=icon-]:before, .control.has-error.inverse[data-addon]:after, .control.has-error.inverse.select-arrow select + span:after, .control.has-error.inverse .control[class*=icon-]:before, .control.has-error.inverse .control[data-addon]:after, .control.has-error.inverse .control.select-arrow select + span:after, .control.has-error.inverse [class*=cell][class*=icon-]:before, .control.has-error.inverse [class*=cell][data-addon]:after, .control.has-error.inverse [class*=cell].select-arrow select + span:after, .control.has-error.inverse .control-group[class*=icon-]:before, .control.has-error.inverse .control-group[data-addon]:after, .control.has-error.inverse .control-group.select-arrow select + span:after, [class*=cell].has-error.inverse[class*=icon-]:before, [class*=cell].has-error.inverse[data-addon]:after, [class*=cell].has-error.inverse.select-arrow select + span:after, [class*=cell].has-error.inverse .control[class*=icon-]:before, [class*=cell].has-error.inverse .control[data-addon]:after, [class*=cell].has-error.inverse .control.select-arrow select + span:after, [class*=cell].has-error.inverse [class*=cell][class*=icon-]:before, [class*=cell].has-error.inverse [class*=cell][data-addon]:after, [class*=cell].has-error.inverse [class*=cell].select-arrow select + span:after, [class*=cell].has-error.inverse .control-group[class*=icon-]:before, [class*=cell].has-error.inverse .control-group[data-addon]:after, [class*=cell].has-error.inverse .control-group.select-arrow select + span:after, .control-group.has-error.inverse[class*=icon-]:before, .control-group.has-error.inverse[data-addon]:after, .control-group.has-error.inverse.select-arrow select + span:after, .control-group.has-error.inverse .control[class*=icon-]:before, .control-group.has-error.inverse .control[data-addon]:after, .control-group.has-error.inverse .control.select-arrow select + span:after, .control-group.has-error.inverse [class*=cell][class*=icon-]:before, .control-group.has-error.inverse [class*=cell][data-addon]:after, .control-group.has-error.inverse [class*=cell].select-arrow select + span:after, .control-group.has-error.inverse .control-group[class*=icon-]:before, .control-group.has-error.inverse .control-group[data-addon]:after, .control-group.has-error.inverse .control-group.select-arrow select + span:after {
  color: white;
}
form.has-error[class*=icon-]:before, form.has-error[data-addon]:after, form.has-error.select-arrow select + span:after, .control.has-error[class*=icon-]:before, .control.has-error[data-addon]:after, .control.has-error.select-arrow select + span:after, [class*=cell].has-error[class*=icon-]:before, [class*=cell].has-error[data-addon]:after, [class*=cell].has-error.select-arrow select + span:after, .control-group.has-error[class*=icon-]:before, .control-group.has-error[data-addon]:after, .control-group.has-error.select-arrow select + span:after {
  color: #cf4040;
}
form.has-warning.inverse.transparent[class*=icon-]:before, form.has-warning.inverse.transparent[data-addon]:after, form.has-warning.inverse.transparent.select-arrow select + span:after, .control.has-warning.inverse.transparent[class*=icon-]:before, .control.has-warning.inverse.transparent[data-addon]:after, .control.has-warning.inverse.transparent.select-arrow select + span:after, [class*=cell].has-warning.inverse.transparent[class*=icon-]:before, [class*=cell].has-warning.inverse.transparent[data-addon]:after, [class*=cell].has-warning.inverse.transparent.select-arrow select + span:after, .control-group.has-warning.inverse.transparent[class*=icon-]:before, .control-group.has-warning.inverse.transparent[data-addon]:after, .control-group.has-warning.inverse.transparent.select-arrow select + span:after {
  color: #ea8432;
}
form.has-warning input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.has-warning.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-warning input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control.has-warning.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-warning input:not([type=checkbox]):not([type=radio]):not([type=submit]), [class*=cell].has-warning.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-warning input:not([type=checkbox]):not([type=radio]):not([type=submit]), .control-group.has-warning.inverse.transparent input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  color: #ea8432;
  background-color: white;
  border-color: #ea8432;
}
form.has-warning select, form.has-warning textarea, form.has-warning output, form.has-warning data-list, form.has-warning .input, form.has-warning.inverse.transparent select, form.has-warning.inverse.transparent textarea, form.has-warning.inverse.transparent output, form.has-warning.inverse.transparent data-list, form.has-warning.inverse.transparent .input, .control.has-warning select, .control.has-warning textarea, .control.has-warning output, .control.has-warning data-list, .control.has-warning .input, .control.has-warning.inverse.transparent select, .control.has-warning.inverse.transparent textarea, .control.has-warning.inverse.transparent output, .control.has-warning.inverse.transparent data-list, .control.has-warning.inverse.transparent .input, [class*=cell].has-warning select, [class*=cell].has-warning textarea, [class*=cell].has-warning output, [class*=cell].has-warning data-list, [class*=cell].has-warning .input, [class*=cell].has-warning.inverse.transparent select, [class*=cell].has-warning.inverse.transparent textarea, [class*=cell].has-warning.inverse.transparent output, [class*=cell].has-warning.inverse.transparent data-list, [class*=cell].has-warning.inverse.transparent .input, .control-group.has-warning select, .control-group.has-warning textarea, .control-group.has-warning output, .control-group.has-warning data-list, .control-group.has-warning .input, .control-group.has-warning.inverse.transparent select, .control-group.has-warning.inverse.transparent textarea, .control-group.has-warning.inverse.transparent output, .control-group.has-warning.inverse.transparent data-list, .control-group.has-warning.inverse.transparent .input {
  color: #ea8432;
  background-color: white;
  color: #2a2a2a;
  border-color: #ea8432;
}
form.has-warning .hint, form.has-warning.inverse.transparent .hint, .control.has-warning .hint, .control.has-warning.inverse.transparent .hint, [class*=cell].has-warning .hint, [class*=cell].has-warning.inverse.transparent .hint, .control-group.has-warning .hint, .control-group.has-warning.inverse.transparent .hint {
  color: #ea8432;
}
form.has-warning.inverse select, form.has-warning.inverse textarea, form.has-warning.inverse output, form.has-warning.inverse data-list, form.has-warning.inverse .input, form.has-warning.inverse input, .control.has-warning.inverse select, .control.has-warning.inverse textarea, .control.has-warning.inverse output, .control.has-warning.inverse data-list, .control.has-warning.inverse .input, .control.has-warning.inverse input, [class*=cell].has-warning.inverse select, [class*=cell].has-warning.inverse textarea, [class*=cell].has-warning.inverse output, [class*=cell].has-warning.inverse data-list, [class*=cell].has-warning.inverse .input, [class*=cell].has-warning.inverse input, .control-group.has-warning.inverse select, .control-group.has-warning.inverse textarea, .control-group.has-warning.inverse output, .control-group.has-warning.inverse data-list, .control-group.has-warning.inverse .input, .control-group.has-warning.inverse input {
  background-color: #ea8432;
  border-color: white;
  color: white;
}
form.has-warning.inverse[class*=icon-]:before, form.has-warning.inverse[data-addon]:after, form.has-warning.inverse.select-arrow select + span:after, form.has-warning.inverse .control[class*=icon-]:before, form.has-warning.inverse .control[data-addon]:after, form.has-warning.inverse .control.select-arrow select + span:after, form.has-warning.inverse [class*=cell][class*=icon-]:before, form.has-warning.inverse [class*=cell][data-addon]:after, form.has-warning.inverse [class*=cell].select-arrow select + span:after, form.has-warning.inverse .control-group[class*=icon-]:before, form.has-warning.inverse .control-group[data-addon]:after, form.has-warning.inverse .control-group.select-arrow select + span:after, .control.has-warning.inverse[class*=icon-]:before, .control.has-warning.inverse[data-addon]:after, .control.has-warning.inverse.select-arrow select + span:after, .control.has-warning.inverse .control[class*=icon-]:before, .control.has-warning.inverse .control[data-addon]:after, .control.has-warning.inverse .control.select-arrow select + span:after, .control.has-warning.inverse [class*=cell][class*=icon-]:before, .control.has-warning.inverse [class*=cell][data-addon]:after, .control.has-warning.inverse [class*=cell].select-arrow select + span:after, .control.has-warning.inverse .control-group[class*=icon-]:before, .control.has-warning.inverse .control-group[data-addon]:after, .control.has-warning.inverse .control-group.select-arrow select + span:after, [class*=cell].has-warning.inverse[class*=icon-]:before, [class*=cell].has-warning.inverse[data-addon]:after, [class*=cell].has-warning.inverse.select-arrow select + span:after, [class*=cell].has-warning.inverse .control[class*=icon-]:before, [class*=cell].has-warning.inverse .control[data-addon]:after, [class*=cell].has-warning.inverse .control.select-arrow select + span:after, [class*=cell].has-warning.inverse [class*=cell][class*=icon-]:before, [class*=cell].has-warning.inverse [class*=cell][data-addon]:after, [class*=cell].has-warning.inverse [class*=cell].select-arrow select + span:after, [class*=cell].has-warning.inverse .control-group[class*=icon-]:before, [class*=cell].has-warning.inverse .control-group[data-addon]:after, [class*=cell].has-warning.inverse .control-group.select-arrow select + span:after, .control-group.has-warning.inverse[class*=icon-]:before, .control-group.has-warning.inverse[data-addon]:after, .control-group.has-warning.inverse.select-arrow select + span:after, .control-group.has-warning.inverse .control[class*=icon-]:before, .control-group.has-warning.inverse .control[data-addon]:after, .control-group.has-warning.inverse .control.select-arrow select + span:after, .control-group.has-warning.inverse [class*=cell][class*=icon-]:before, .control-group.has-warning.inverse [class*=cell][data-addon]:after, .control-group.has-warning.inverse [class*=cell].select-arrow select + span:after, .control-group.has-warning.inverse .control-group[class*=icon-]:before, .control-group.has-warning.inverse .control-group[data-addon]:after, .control-group.has-warning.inverse .control-group.select-arrow select + span:after {
  color: white;
}
form.has-warning[class*=icon-]:before, form.has-warning[data-addon]:after, form.has-warning.select-arrow select + span:after, .control.has-warning[class*=icon-]:before, .control.has-warning[data-addon]:after, .control.has-warning.select-arrow select + span:after, [class*=cell].has-warning[class*=icon-]:before, [class*=cell].has-warning[data-addon]:after, [class*=cell].has-warning.select-arrow select + span:after, .control-group.has-warning[class*=icon-]:before, .control-group.has-warning[data-addon]:after, .control-group.has-warning.select-arrow select + span:after {
  color: #ea8432;
}

.inputs-s label, .inputs-s .select .select-content > label, .inputs-s .select .placeholder, .size-s label, .size-s .select .select-content > label, .size-s .select .placeholder {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding-top: 0.2975rem;
  padding-bottom: 0.2975rem;
}
.inputs-s label, .inputs-s.control[class*=icon-]:before, .inputs-s .control[class*=icon-]:before, .inputs-s[data-addon]:after, .inputs-s [data-addon]:after, .inputs-s.select-arrow select + span:after, .size-s label, .size-s.control[class*=icon-]:before, .size-s .control[class*=icon-]:before, .size-s[data-addon]:after, .size-s [data-addon]:after, .size-s.select-arrow select + span:after {
  font-size: 0.85rem;
}
.inputs-m label, .inputs-m .select .select-content > label, .inputs-m .select .placeholder, .size-m label, .size-m .select .select-content > label, .size-m .select .placeholder {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding-top: 0.4025rem;
  padding-bottom: 0.4025rem;
}
.inputs-m label, .inputs-m.control[class*=icon-]:before, .inputs-m .control[class*=icon-]:before, .inputs-m[data-addon]:after, .inputs-m [data-addon]:after, .inputs-m.select-arrow select + span:after, .size-m label, .size-m.control[class*=icon-]:before, .size-m .control[class*=icon-]:before, .size-m[data-addon]:after, .size-m [data-addon]:after, .size-m.select-arrow select + span:after {
  font-size: 1.15rem;
}
.inputs-l label, .inputs-l .select .select-content > label, .inputs-l .select .placeholder, .size-l label, .size-l .select .select-content > label, .size-l .select .placeholder {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding-top: 0.525rem;
  padding-bottom: 0.525rem;
}
.inputs-l label, .inputs-l.control[class*=icon-]:before, .inputs-l .control[class*=icon-]:before, .inputs-l[data-addon]:after, .inputs-l [data-addon]:after, .inputs-l.select-arrow select + span:after, .size-l label, .size-l.control[class*=icon-]:before, .size-l .control[class*=icon-]:before, .size-l[data-addon]:after, .size-l [data-addon]:after, .size-l.select-arrow select + span:after {
  font-size: 1.5rem;
}

.grid-form.column.release {
  height: auto;
}
.grid-form.label-center label[class*=cell], .grid-form.label-center .label[class*=cell], .grid-form .row.label-center label[class*=cell], .grid-form .row.label-center .label[class*=cell] {
  align-self: center;
}
.grid-form.label-right label[class*=cell], .grid-form.label-right .label[class*=cell], .grid-form .row.label-right label[class*=cell], .grid-form .row.label-right .label[class*=cell] {
  justify-content: flex-end;
}
.grid-form.label-left label[class*=cell], .grid-form.label-left .label[class*=cell], .grid-form .row.label-left label[class*=cell], .grid-form .row.label-left .label[class*=cell] {
  justify-content: flex-start;
}
.grid-form.control-center .control[class*=cell], .grid-form .row.control-center .control[class*=cell] {
  align-self: center;
}
.grid-form.control-right .control[class*=cell], .grid-form .row.control-right .control[class*=cell] {
  justify-content: flex-end;
}
.grid-form.control-left .control[class*=cell], .grid-form .row.control-left .control[class*=cell] {
  justify-content: flex-start;
}
.grid-form.hint-center .control[class*=cell], .grid-form .row.hint-center .control[class*=cell] {
  align-self: center;
}
.grid-form.hint-right .control[class*=cell], .grid-form .row.hint-right .control[class*=cell] {
  justify-content: flex-end;
}
.grid-form.hint-left .control[class*=cell], .grid-form .row.hint-left .control[class*=cell] {
  justify-content: flex-start;
}
.grid-form.text-center [class*=cell].keep-flex, .grid-form .row.text-center [class*=cell].keep-flex {
  justify-content: center;
}
.grid-form.text-right [class*=cell].keep-flex, .grid-form .row.text-right [class*=cell].keep-flex {
  justify-content: flex-end;
}
.grid-form.text-left [class*=cell].keep-flex, .grid-form .row.text-left [class*=cell].keep-flex {
  justify-content: flex-start;
}
.grid-form.keep-flex [class*=cell].keep-flex {
  display: flex;
}
.grid-form.keep-flex [class*=cell].keep-flex textarea {
  flex: 1 1 100%;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
}
.grid-form.keep-flex [class*=cell].keep-flex textarea[rows="1"] {
  height: calc(1.7em + 0.35rem * 2);
}
.grid-form [class*=cell] textarea, .grid-form [class^=cell] textarea {
  resize: vertical;
  min-height: calc(1.7em + 0.35rem * 2);
}
.grid-form [class*=cell] input:not([type=checkbox]):not([type=radio]), .grid-form [class^=cell] input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.grid-form [class*=cell] select, .grid-form [class*=cell] textarea, .grid-form [class*=cell] .select, .grid-form [class*=cell] .input, .grid-form [class*=cell] output, .grid-form [class*=cell] datalist, .grid-form [class*=cell] .button.block, .grid-form [class^=cell] select, .grid-form [class^=cell] textarea, .grid-form [class^=cell] .select, .grid-form [class^=cell] .input, .grid-form [class^=cell] output, .grid-form [class^=cell] datalist, .grid-form [class^=cell] .button.block {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

.select {
  display: block;
  position: relative;
  text-decoration: none;
  outline: 0 none;
  position: relative;
  max-width: 100%;
  min-height: calc(1.35rem + 0.35rem * 2 + 1px * 2);
}
.select > input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}
.select > input ~ .select-content label:after {
  position: relative;
}
.select.disabled {
  pointer-events: none;
}
.select.disabled .select-content::after {
  opacity: 0.5;
}
.select.disabled .select-content > * {
  opacity: 0.5;
}
.select.readonly {
  pointer-events: none;
}
.select .select-content > input {
  position: fixed;
  left: -100000px;
}
.select .select-content:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
  content: "\f0d7";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ccc;
  z-index: 2;
  pointer-events: none;
  text-align: right;
  vertical-align: middle;
  width: 1rem;
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  right: 0.8333333333rem;
}
.select.hoverable:not(:hover) .select-content:only-child label, .select.hoverable:not(:hover) .select-content:only-child .placeholder, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child .placeholder, .select[tabindex]:not(:focus) .select-content:only-child label, .select[tabindex]:not(:focus) .select-content:only-child .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select.hoverable:not(:hover) .select-content:only-child, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child, .select[tabindex]:not(:focus) .select-content:only-child {
  display: flex;
  min-height: inherit;
  padding-right: 0.5rem;
}
.select.hoverable:not(:hover) .select-content:only-child input[type=checkbox] + label, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type=checkbox] + label, .select[tabindex]:not(:focus) .select-content:only-child input[type=checkbox] + label {
  margin: calc(0.35rem - 1px) 0 calc(0.35rem - 1px) calc(0.5rem - 1px);
  border: 1px solid gray;
  border-radius: 1px;
  padding: 0 0.3em;
}
.select.hoverable:not(:hover) .select-content:only-child input[type=checkbox] + label:after, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input[type=checkbox] + label:after, .select[tabindex]:not(:focus) .select-content:only-child input[type=checkbox] + label:after {
  content: "×";
  font-size: 0.8em;
  margin-left: 0.3em;
  vertical-align: text-top;
  pointer-events: auto;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked ~ .placeholder, .select[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder {
  display: none;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked.select-all + label, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked ~ input:checked.select-all + label, .select[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked.select-all + label {
  display: none;
}
.select.hoverable:not(:hover) .select-content:only-child input:checked + label, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked + label, .select[tabindex]:not(:focus) .select-content:only-child input:checked + label {
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select > input:not(:checked) ~ .select-content label, .select > input:not(:checked) ~ .select-content .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select > input:not(:checked) ~ .select-content {
  display: flex;
  min-height: inherit;
  padding-right: 0.5rem;
}
.select > input:not(:checked) ~ .select-content input[type=checkbox] + label {
  margin: calc(0.35rem - 1px) 0 calc(0.35rem - 1px) calc(0.5rem - 1px);
  border: 1px solid gray;
  border-radius: 1px;
  padding: 0 0.3em;
}
.select > input:not(:checked) ~ .select-content input[type=checkbox] + label:after {
  content: "×";
  font-size: 0.8em;
  margin-left: 0.3em;
  vertical-align: text-top;
  pointer-events: auto;
}
.select > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: none;
}
.select > input:not(:checked) ~ .select-content input:checked ~ input:checked.select-all + label {
  display: none;
}
.select > input:not(:checked) ~ .select-content input:checked + label {
  order: -1;
  width: auto;
  display: inline-block;
  pointer-events: none;
}
.select .placeholder {
  margin: 0.35rem 0.5rem;
  order: -1;
}
.select .placeholder:after {
  content: attr(data-placeholder);
}
.select .select-content {
  background-color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0;
}
.select .select-content > label {
  display: block;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
  line-height: 1.35rem;
  padding: 0.35rem 0.5rem;
}
.select .select-content label {
  cursor: pointer;
  display: none;
}
.select:not(.count-selected) .select-content > input[id] {
  display: none;
}
.select.count-selected {
  counter-reset: selected;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child label[for], .select.count-selected:not(.hoverable):not(.active) .select-content:only-child label[for], .select.count-selected[tabindex]:not(:focus) .select-content:only-child label[for] {
  display: none;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked, .select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked, .select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked {
  counter-increment: selected;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder, .select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ .placeholder, .select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ .placeholder:after, .select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ .placeholder:after, .select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked ~ .placeholder, .select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ input:checked ~ .placeholder, .select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked ~ .placeholder {
  display: block;
}
.select.count-selected.hoverable:not(:hover) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after, .select.count-selected:not(.hoverable):not(.active) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after, .select.count-selected[tabindex]:not(:focus) .select-content:only-child input:checked ~ input:checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content label[for] {
  display: none;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked {
  counter-increment: selected;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder {
  display: block;
}
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}
.select.hoverable:hover.hide-selected .select-content input:checked + label, .select.active.hide-selected .select-content input:checked + label, .select[tabindex]:focus.hide-selected .select-content input:checked + label {
  display: none;
}
.select.hoverable:hover .select-content, .select.active .select-content, .select[tabindex]:focus .select-content {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset !important;
  z-index: 10000;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  display: flex;
}
.select.hoverable:hover .select-content.placeholder, .select.active .select-content.placeholder, .select[tabindex]:focus .select-content.placeholder {
  display: none;
}
.select.hoverable:hover .select-content label, .select.active .select-content label, .select[tabindex]:focus .select-content label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 1 100%;
  background-color: #fff;
  color: #111111;
}
.select.hoverable:hover .select-content label [class^=icon-], .select.hoverable:hover .select-content label [class*=" icon-"], .select.active .select-content label [class^=icon-], .select.active .select-content label [class*=" icon-"], .select[tabindex]:focus .select-content label [class^=icon-], .select[tabindex]:focus .select-content label [class*=" icon-"] {
  margin-right: 0.3em;
}
.select.hoverable:hover .select-content label:hover, .select.active .select-content label:hover, .select[tabindex]:focus .select-content label:hover {
  background-color: #6253f9;
  color: #ffffff;
}
.select.hoverable:hover .select-content:after, .select.active .select-content:after, .select[tabindex]:focus .select-content:after {
  display: none !important;
}
.select.hoverable:hover .select-content input:checked + label, .select.active .select-content input:checked + label, .select[tabindex]:focus .select-content input:checked + label {
  background-color: #443349;
  color: #ffffff;
}
.select.hoverable:hover .select-content input:checked + label:hover, .select.active .select-content input:checked + label:hover, .select[tabindex]:focus .select-content input:checked + label:hover {
  background-color: rgb(26.0483870968, 19.5362903226, 27.9637096774);
  color: #ffffff;
}
.select.hide-selected > input:checked ~ .select-content input:checked + label {
  display: none;
}
.select > input:checked {
  position: fixed !important;
  z-index: 9999;
}
.select > input:checked ~ .select-content {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset !important;
  z-index: 10000;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  display: flex;
}
.select > input:checked ~ .select-content.placeholder {
  display: none;
}
.select > input:checked ~ .select-content label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 1 100%;
  background-color: #fff;
  color: #111111;
}
.select > input:checked ~ .select-content label [class^=icon-], .select > input:checked ~ .select-content label [class*=" icon-"] {
  margin-right: 0.3em;
}
.select > input:checked ~ .select-content label:hover {
  background-color: #6253f9;
  color: #ffffff;
}
.select > input:checked ~ .select-content:after {
  display: none !important;
}
.select > input:checked ~ .select-content input:checked + label {
  background-color: #443349;
  color: #ffffff;
}
.select > input:checked ~ .select-content input:checked + label:hover {
  background-color: rgb(26.0483870968, 19.5362903226, 27.9637096774);
  color: #ffffff;
}
.select[tabindex] .select-content input[type=checkbox] + label:after, .select.hoverable .select-content input[type=checkbox] + label:after {
  display: none;
}

.select.input-s {
  min-height: calc(1.1475rem + 0.2975rem * 2 + 1px * 2);
}
.select.input-s .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-s .select-content > label {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.425rem;
}
.select.input-s .select-content .placeholder {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  margin: 0.2975rem 0.425rem;
}
.select.input-s > input:not(:checked) ~ .select-content > input[type=checkbox] + label, .select.input-s.hoverable:not(:hover) ~ .select-content > input[type=checkbox] + label, .select.input-s:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type=checkbox] + label, .select.input-s[tabindex]:not(:focus) ~ .select-content > input[type=checkbox] + label {
  margin: calc(0.2975rem - 1px) 0 calc(0.2975rem - 1px) calc(0.425rem - 1px);
}
.select.input-m {
  min-height: calc(1.5525rem + 0.4025rem * 2 + 1px * 2);
}
.select.input-m .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-m .select-content > label {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.575rem;
}
.select.input-m .select-content .placeholder {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  margin: 0.4025rem 0.575rem;
}
.select.input-m > input:not(:checked) ~ .select-content > input[type=checkbox] + label, .select.input-m.hoverable:not(:hover) ~ .select-content > input[type=checkbox] + label, .select.input-m:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type=checkbox] + label, .select.input-m[tabindex]:not(:focus) ~ .select-content > input[type=checkbox] + label {
  margin: calc(0.4025rem - 1px) 0 calc(0.4025rem - 1px) calc(0.575rem - 1px);
}
.select.input-l {
  min-height: calc(2.025rem + 0.525rem * 2 + 1px * 2);
}
.select.input-l .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}
.select.input-l .select-content > label {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 0.75rem;
}
.select.input-l .select-content .placeholder {
  font-size: 1.5rem;
  line-height: 2.025rem;
  margin: 0.525rem 0.75rem;
}
.select.input-l > input:not(:checked) ~ .select-content > input[type=checkbox] + label, .select.input-l.hoverable:not(:hover) ~ .select-content > input[type=checkbox] + label, .select.input-l:not(.hoverable):not(.active):not([tabindex]):not(:focus) ~ .select-content > input[type=checkbox] + label, .select.input-l[tabindex]:not(:focus) ~ .select-content > input[type=checkbox] + label {
  margin: calc(0.525rem - 1px) 0 calc(0.525rem - 1px) calc(0.75rem - 1px);
}

input.modal-open, input.modal-close {
  display: none;
}
input.modal-close:not(:checked) ~ .body {
  height: 100vh;
  overflow-y: hidden;
}

body.modal-opened {
  overflow-y: hidden;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow-y: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.modal.active {
  display: block;
  height: 100%;
}
.modal.active.animated {
  opacity: 1;
  pointer-events: auto;
}
.modal.active.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.active.animated {
  visibility: visible;
}
.modal.active.animated .modal-window {
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}
.modal.active.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}
.modal.centered {
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.modal.centered .modal-wrapper {
  display: inline;
  text-align: left;
  vertical-align: middle;
}
.modal.centered .modal-wrapper:before {
  display: inline-block;
  height: 0%;
  vertical-align: text-bottom;
  width: 0;
}
.modal.centered .modal-wrapper .modal-window {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: normal;
}
.modal.centered .modal-wrapper .modal-window.window {
  display: inline-flex;
}
.modal.animated {
  opacity: 0;
  display: block;
}
.modal.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
}
.modal.animated {
  pointer-events: none;
  visibility: hidden;
}
.modal.animated .modal-window {
  transform: translate(0, -100vh);
  transition: transform 0.4s ease;
}

.modal-window {
  width: 650px;
  min-height: 300px;
  max-width: calc(100% - 20px * 2);
  position: relative;
  left: 0;
  right: 0;
  margin: 5vh auto;
  z-index: 10002;
  border: 0 none;
}
.modal-window.modal-window-s {
  width: 450px;
}
.modal-window.modal-window-l {
  width: 70%;
}
.modal-window.modal-window-xl {
  width: 80%;
}
.modal-window.modal-window-fullscreen {
  width: 100%;
  min-height: calc(100% - 10vh);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(100vw - 100%);
  z-index: 9999;
}
.modal-backdrop:after {
  right: inherit;
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  right: inherit;
  display: block;
  height: 100vh;
  left: 0;
  pointer-events: none;
}

.modal-close {
  cursor: pointer;
}

input.modal-open:checked + .modal {
  display: block;
  height: 100%;
}
input.modal-open:checked + .modal.animated {
  opacity: 1;
  pointer-events: auto;
}
input.modal-open:checked + .modal.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
input.modal-open:checked + .modal.animated {
  visibility: visible;
}
input.modal-open:checked + .modal.animated .modal-window {
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}
input.modal-open:checked + .modal.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}

.tabs > input[type=radio] {
  display: none;
}
.tabs > input[type=radio]:checked:nth-child(1) ~ .tab-pages > *:nth-child(1) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(2) ~ .tab-pages > *:nth-child(2) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(3) ~ .tab-pages > *:nth-child(3) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(4) ~ .tab-pages > *:nth-child(4) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(5) ~ .tab-pages > *:nth-child(5) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(6) ~ .tab-pages > *:nth-child(6) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(7) ~ .tab-pages > *:nth-child(7) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(8) ~ .tab-pages > *:nth-child(8) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(9) ~ .tab-pages > *:nth-child(9) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(10) ~ .tab-pages > *:nth-child(10) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(1) ~ .tab-navs .tab-labels > *:nth-child(1) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(1) ~ .tab-navs .tab-labels > *:nth-child(1):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(1) ~ .tab-navs .tab-labels > *:nth-child(1):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(1) ~ .tab-navs .tab-addons > *:nth-child(1) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(2) ~ .tab-navs .tab-labels > *:nth-child(2) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(2) ~ .tab-navs .tab-labels > *:nth-child(2):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(2) ~ .tab-navs .tab-labels > *:nth-child(2):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(2) ~ .tab-navs .tab-addons > *:nth-child(2) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(3) ~ .tab-navs .tab-labels > *:nth-child(3) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(3) ~ .tab-navs .tab-labels > *:nth-child(3):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(3) ~ .tab-navs .tab-labels > *:nth-child(3):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(3) ~ .tab-navs .tab-addons > *:nth-child(3) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(4) ~ .tab-navs .tab-labels > *:nth-child(4) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(4) ~ .tab-navs .tab-labels > *:nth-child(4):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(4) ~ .tab-navs .tab-labels > *:nth-child(4):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(4) ~ .tab-navs .tab-addons > *:nth-child(4) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(5) ~ .tab-navs .tab-labels > *:nth-child(5) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(5) ~ .tab-navs .tab-labels > *:nth-child(5):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(5) ~ .tab-navs .tab-labels > *:nth-child(5):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(5) ~ .tab-navs .tab-addons > *:nth-child(5) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(6) ~ .tab-navs .tab-labels > *:nth-child(6) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(6) ~ .tab-navs .tab-labels > *:nth-child(6):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(6) ~ .tab-navs .tab-labels > *:nth-child(6):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(6) ~ .tab-navs .tab-addons > *:nth-child(6) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(7) ~ .tab-navs .tab-labels > *:nth-child(7) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(7) ~ .tab-navs .tab-labels > *:nth-child(7):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(7) ~ .tab-navs .tab-labels > *:nth-child(7):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(7) ~ .tab-navs .tab-addons > *:nth-child(7) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(8) ~ .tab-navs .tab-labels > *:nth-child(8) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(8) ~ .tab-navs .tab-labels > *:nth-child(8):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(8) ~ .tab-navs .tab-labels > *:nth-child(8):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(8) ~ .tab-navs .tab-addons > *:nth-child(8) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(9) ~ .tab-navs .tab-labels > *:nth-child(9) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(9) ~ .tab-navs .tab-labels > *:nth-child(9):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(9) ~ .tab-navs .tab-labels > *:nth-child(9):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(9) ~ .tab-navs .tab-addons > *:nth-child(9) {
  display: block;
}
.tabs > input[type=radio]:checked:nth-child(10) ~ .tab-navs .tab-labels > *:nth-child(10) {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs > input[type=radio]:checked:nth-child(10) ~ .tab-navs .tab-labels > *:nth-child(10):hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs > input[type=radio]:checked:nth-child(10) ~ .tab-navs .tab-labels > *:nth-child(10):hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs > input[type=radio]:checked:nth-child(10) ~ .tab-navs .tab-addons > *:nth-child(10) {
  display: block;
}
.tabs .tab-pages > * {
  display: none;
}
.tabs .tab-pages > *.active {
  display: block;
}
.tabs .tab-navs .tab-labels > .active {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.tabs .tab-navs .tab-labels > .active:hover {
  background: rgb(95.9677419355, 71.9758064516, 103.0241935484);
  border-color: rgb(95.9677419355, 71.9758064516, 103.0241935484);
}
.tabs .tab-navs .tab-labels > .active:hover .anchor:not(.button) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.tabs .tab-navs .tab-addons > * {
  display: none;
}
.tabs .tab-navs .tab-addons > *.active {
  display: block;
}

.accordions {
  position: relative;
}

.accordion-collapsible {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
  z-index: 0;
}
.accordion-collapsible:checked {
  pointer-events: none;
}
.accordion-collapsible ~ .accordion > input ~ label, .accordion-collapsible ~ .accordion > input ~ .label {
  z-index: 1;
  position: relative;
}
.accordion-collapsible ~ .accordion > input ~ .content {
  z-index: 1;
  position: relative;
}
.accordion-collapsible ~ .accordion > input:checked ~ label, .accordion-collapsible ~ .accordion > input:checked ~ .label {
  pointer-events: none;
}

.accordion.horizontal {
  align-items: stretch;
  display: flex;
  flex-flow: nowrap;
}
.accordion.hoverable:hover > .content {
  display: block;
}
.accordion.hoverable:hover > label, .accordion.hoverable:hover .label {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion.hoverable:hover > label .arrow, .accordion.hoverable:hover .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion.hoverable:hover.label-hide > label, .accordion.hoverable:hover.label-hide .label {
  display: none;
}
.accordion.hoverable.animated:not(.horizontal) > .content {
  transition: max-height 1s;
  overflow-y: hidden;
  max-height: 0;
}
.accordion.hoverable.animated:not(.horizontal):hover > .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}
.accordion.hoverable.animated.horizontal > .content {
  transition: max-width 1s;
  overflow: hidden;
  max-width: 0;
}
.accordion.hoverable.animated.horizontal:hover > .content {
  animation: accordion-horizontal-down 1s;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.accordion.focusable > label:focus, .accordion.focusable .label:focus {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion.focusable > label:focus .arrow, .accordion.focusable .label:focus .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion.focusable > label:focus ~ .content, .accordion.focusable .label:focus ~ .content {
  display: block;
}
.accordion.focusable > input:focus ~ label, .accordion.focusable > input:focus ~ .label {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion.focusable > input:focus ~ label .arrow, .accordion.focusable > input:focus ~ .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion.focusable > input:focus ~ .content {
  display: block;
}
.accordion.focusable > input:focus.label-hide ~ label, .accordion.focusable > input:focus.label-hide ~ .label {
  display: none;
}
.accordion.focusable:focus > .content {
  display: block;
}
.accordion.focusable:focus > label, .accordion.focusable:focus .label {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion.focusable:focus > label .arrow, .accordion.focusable:focus .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion.focusable:focus.label-hide > label, .accordion.focusable:focus.label-hide .label {
  display: none;
}
.accordion.focusable.animated:not(.horizontal):focus .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}
.accordion.focusable.animated:not(.horizontal) > label:focus ~ .content, .accordion.focusable.animated:not(.horizontal) .label:focus ~ .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}
.accordion.focusable.animated:not(.horizontal) > input:focus ~ .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}
.accordion.focusable.animated:not(.horizontal) .content {
  transition: max-height 1s;
  overflow-y: hidden;
  max-height: 0;
}
.accordion.focusable.animated.horizontal:focus .content {
  animation: accordion-horizontal-down 1s;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.accordion.focusable.animated.horizontal > label:focus ~ .content, .accordion.focusable.animated.horizontal .label:focus ~ .content {
  animation: accordion-horizontal-down 1s;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.accordion.focusable.animated.horizontal > input:focus ~ .content {
  animation: accordion-horizontal-down 1s;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.accordion.focusable.animated.horizontal .content {
  transition: max-width 1s;
  overflow: hidden;
  max-width: 0;
}
.accordion.animated:not(.horizontal) > input:not(:checked) ~ .content {
  transition: max-height 1s;
  overflow-y: hidden;
  max-height: 0;
}
.accordion.animated:not(.horizontal) .content {
  display: block;
}
.accordion.animated:not(.horizontal) > input:checked ~ .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}
.accordion.animated.horizontal > input:not(:checked) ~ .content {
  transition: max-width 1s;
  overflow: hidden;
  max-width: 0;
}
.accordion.animated.horizontal .content {
  display: block;
}
.accordion.animated.horizontal > input:checked ~ .content {
  animation: accordion-horizontal-down 1s;
  overflow: hidden;
  max-width: 100%;
  display: block;
}
.accordion.label-hide > input:checked ~ label, .accordion.label-hide > input:checked ~ .label {
  display: none;
}
.accordion > input {
  left: -10000px;
  position: fixed;
}
.accordion > input:checked ~ .content {
  display: block;
}
.accordion > input:checked ~ label, .accordion > input:checked ~ .label {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion > input:checked ~ label .arrow, .accordion > input:checked ~ .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion .content {
  display: none;
}
.accordion > label .arrow, .accordion .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
}
.accordion.active > label, .accordion.active .label {
  background: #443349;
  border: 1px solid rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #fff;
  box-shadow: none;
}
.accordion.active > label .arrow, .accordion.active .label .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid currentColor;
  border-top: 0 none;
}
.accordion.active .content {
  animation: accordion-down 1s;
  overflow-y: hidden;
  max-height: 200vh;
  display: block;
}

@keyframes accordion-down {
  0% {
    max-height: 0;
  }
  80% {
    max-height: 50vh;
  }
  99% {
    max-height: 100vh;
  }
  100% {
    max-height: 200vh;
  }
}
@keyframes accordion-up {
  0% {
    max-height: 200vh;
  }
  1% {
    max-height: 100vh;
  }
  20% {
    max-height: 50vh;
  }
  100% {
    max-height: 0;
  }
}
@keyframes accordion-horizontal-down {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes accordion-horizontal-up {
  0% {
    max-width: 100%;
  }
  100% {
    max-width: 0;
  }
}
.button {
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 3px;
  border: 1px solid currentColor;
  color: #111111;
}
input.button {
  text-overflow: ellipsis;
  overflow: hidden;
}

.button {
  background: #fff;
}
.button:focus, .button.focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset;
}
.button:active, .button.active {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset inset;
}
.button:disabled, .button.disabled {
  pointer-events: none;
  cursor: normal;
  opacity: 0.45;
  cursor: not-allowed;
}
.button.inactive {
  cursor: normal;
}
.button.ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}
button.button.ellipsis > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

.button.circle {
  border-radius: 1000px;
}
.button.block {
  display: block;
}
.button.transparent {
  background-color: transparent !important;
}
.button.as-link {
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #5386f9;
}
.button.as-link:hover {
  color: rgb(181.5617977528, 203.3370786517, 252.4382022472);
  text-decoration: underline;
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.button.as-link:focus {
  border-bottom: 1px solid #6253f9;
}
.button.inverse {
  border: 1px solid currentColor;
  outline: none;
  box-shadow: none;
}
.button.inverse:hover, .button.inverse.hover {
  border: 1px solid currentColor;
}
.button.inverse:focus, .button.inverse.focus {
  border: 1px solid currentColor;
}
.button.inverse:active, .button.inverse.active {
  border: 1px solid currentColor;
  box-shadow: none;
}
.button {
  text-align: center;
  cursor: pointer;
  max-width: 100%;
}

.button-xs {
  font-size: 0.6rem;
  line-height: 0.81rem;
  padding: 0.21rem 0.42rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-xs {
  font-size: 0.6rem !important;
  line-height: 0.81rem !important;
  padding: 0.21rem 0.42rem !important;
  border-radius: 2px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.button-s {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.595rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-s {
  font-size: 0.85rem !important;
  line-height: 1.1475rem !important;
  padding: 0.2975rem 0.595rem !important;
  border-radius: 2px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.button-m {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.805rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-m {
  font-size: 1.15rem !important;
  line-height: 1.5525rem !important;
  padding: 0.4025rem 0.805rem !important;
  border-radius: 5px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.button-l {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 1.05rem;
  border-radius: 4px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-l {
  font-size: 1.5rem !important;
  line-height: 2.025rem !important;
  padding: 0.525rem 1.05rem !important;
  border-radius: 4px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.button-xl {
  font-size: 1.75rem;
  line-height: 2.3625rem;
  padding: 0.6125rem 1.225rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-xl {
  font-size: 1.75rem !important;
  line-height: 2.3625rem !important;
  padding: 0.6125rem 1.225rem !important;
  border-radius: 5px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.button-xxl {
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
input.button-xxl {
  font-size: 2rem !important;
  line-height: 2.7rem !important;
  padding: 0.7rem 1.4rem !important;
  border-radius: 6px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

.buttons-xs .button, .size-xs .button {
  font-size: 0.6rem;
  line-height: 0.81rem;
  padding: 0.21rem 0.42rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-s .button, .size-s .button {
  font-size: 0.85rem;
  line-height: 1.1475rem;
  padding: 0.2975rem 0.595rem;
  border-radius: 2px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-m .button, .size-m .button {
  font-size: 1.15rem;
  line-height: 1.5525rem;
  padding: 0.4025rem 0.805rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-l .button, .size-l .button {
  font-size: 1.5rem;
  line-height: 2.025rem;
  padding: 0.525rem 1.05rem;
  border-radius: 4px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-xl .button, .size-xl .button {
  font-size: 1.75rem;
  line-height: 2.3625rem;
  padding: 0.6125rem 1.225rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}
.buttons-xxl .button, .size-xxl .button {
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}

.button-body {
  background: #2a2a2a;
  color: #ffffff;
  border-color: #2a2a2a;
}
.button-body.gradient {
  background-color: #2a2a2a;
  background: linear-gradient(to top, #2a2a2a 0%, #2a2a2a 100%);
}
.button-body:hover.gradient, .button-body.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-body:active.gradient, .button-body.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-body.inverse {
  background: #ffffff;
  color: #2a2a2a;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
}
.button-body.border-contrast, .button-body.border-contrast:focus, .button-body.border-contrast:hover, .button-body.border-contrast:active, .button-body.border-contrast.hover, .button-body.border-contrast.active, .button-body.border-contrast.focus {
  border-color: #ffffff;
}
.button-primary {
  background: #443349;
  color: #ffffff;
  border-color: #443349;
}
.button-primary.gradient {
  background-color: #443349;
  background: linear-gradient(to top, #443349 0%, #443349 100%);
}
.button-primary:hover.gradient, .button-primary.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-primary:active.gradient, .button-primary.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-primary.inverse {
  background: #ffffff;
  color: #443349;
  border-color: #443349;
  outline-color: #443349;
}
.button-primary.border-contrast, .button-primary.border-contrast:focus, .button-primary.border-contrast:hover, .button-primary.border-contrast:active, .button-primary.border-contrast.hover, .button-primary.border-contrast.active, .button-primary.border-contrast.focus {
  border-color: #ffffff;
}
.button-alternative {
  background: #6253f9;
  color: #ffffff;
  border-color: #6253f9;
}
.button-alternative.gradient {
  background-color: #6253f9;
  background: linear-gradient(to top, #6253f9 0%, #6253f9 100%);
}
.button-alternative:hover.gradient, .button-alternative.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-alternative:active.gradient, .button-alternative.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-alternative.inverse {
  background: #ffffff;
  color: #6253f9;
  border-color: #6253f9;
  outline-color: #6253f9;
}
.button-alternative.border-contrast, .button-alternative.border-contrast:focus, .button-alternative.border-contrast:hover, .button-alternative.border-contrast:active, .button-alternative.border-contrast.hover, .button-alternative.border-contrast.active, .button-alternative.border-contrast.focus {
  border-color: #ffffff;
}
.button-link {
  background: #5386f9;
  color: #ffffff;
  border-color: #5386f9;
}
.button-link.gradient {
  background-color: #5386f9;
  background: linear-gradient(to top, #5386f9 0%, #5386f9 100%);
}
.button-link:hover.gradient, .button-link.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-link:active.gradient, .button-link.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-link.inverse {
  background: #ffffff;
  color: #5386f9;
  border-color: #5386f9;
  outline-color: #5386f9;
}
.button-link.border-contrast, .button-link.border-contrast:focus, .button-link.border-contrast:hover, .button-link.border-contrast:active, .button-link.border-contrast.hover, .button-link.border-contrast.active, .button-link.border-contrast.focus {
  border-color: #ffffff;
}
.button-mute {
  background: #575757;
  color: #ffffff;
  border-color: #575757;
}
.button-mute.gradient {
  background-color: #575757;
  background: linear-gradient(to top, #575757 0%, #575757 100%);
}
.button-mute:hover.gradient, .button-mute.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-mute:active.gradient, .button-mute.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-mute.inverse {
  background: #ffffff;
  color: #575757;
  border-color: #575757;
  outline-color: #575757;
}
.button-mute.border-contrast, .button-mute.border-contrast:focus, .button-mute.border-contrast:hover, .button-mute.border-contrast:active, .button-mute.border-contrast.hover, .button-mute.border-contrast.active, .button-mute.border-contrast.focus {
  border-color: #ffffff;
}
.button-cancel {
  background: #aaaaaa;
  color: #111111;
  border-color: #aaaaaa;
}
.button-cancel.gradient {
  background-color: #aaaaaa;
  background: linear-gradient(to top, #aaaaaa 0%, #aaaaaa 100%);
}
.button-cancel:hover.gradient, .button-cancel.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-cancel:active.gradient, .button-cancel.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-cancel.inverse {
  background: #111111;
  color: #aaaaaa;
  border-color: #aaaaaa;
  outline-color: #aaaaaa;
}
.button-cancel.border-contrast, .button-cancel.border-contrast:focus, .button-cancel.border-contrast:hover, .button-cancel.border-contrast:active, .button-cancel.border-contrast.hover, .button-cancel.border-contrast.active, .button-cancel.border-contrast.focus {
  border-color: #111111;
}
.button-success {
  background: #84b500;
  color: #ffffff;
  border-color: #84b500;
}
.button-success.gradient {
  background-color: #84b500;
  background: linear-gradient(to top, #84b500 0%, #84b500 100%);
}
.button-success:hover.gradient, .button-success.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-success:active.gradient, .button-success.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-success.inverse {
  background: #ffffff;
  color: #84b500;
  border-color: #84b500;
  outline-color: #84b500;
}
.button-success.border-contrast, .button-success.border-contrast:focus, .button-success.border-contrast:hover, .button-success.border-contrast:active, .button-success.border-contrast.hover, .button-success.border-contrast.active, .button-success.border-contrast.focus {
  border-color: #ffffff;
}
.button-info {
  background: #00abc4;
  color: #ffffff;
  border-color: #00abc4;
}
.button-info.gradient {
  background-color: #00abc4;
  background: linear-gradient(to top, #00abc4 0%, #00abc4 100%);
}
.button-info:hover.gradient, .button-info.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-info:active.gradient, .button-info.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-info.inverse {
  background: #ffffff;
  color: #00abc4;
  border-color: #00abc4;
  outline-color: #00abc4;
}
.button-info.border-contrast, .button-info.border-contrast:focus, .button-info.border-contrast:hover, .button-info.border-contrast:active, .button-info.border-contrast.hover, .button-info.border-contrast.active, .button-info.border-contrast.focus {
  border-color: #ffffff;
}
.button-warning {
  background: #ea8432;
  color: #111111;
  border-color: #ea8432;
}
.button-warning.gradient {
  background-color: #ea8432;
  background: linear-gradient(to top, #ea8432 0%, #ea8432 100%);
}
.button-warning:hover.gradient, .button-warning.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-warning:active.gradient, .button-warning.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-warning.inverse {
  background: #111111;
  color: #ea8432;
  border-color: #ea8432;
  outline-color: #ea8432;
}
.button-warning.border-contrast, .button-warning.border-contrast:focus, .button-warning.border-contrast:hover, .button-warning.border-contrast:active, .button-warning.border-contrast.hover, .button-warning.border-contrast.active, .button-warning.border-contrast.focus {
  border-color: #111111;
}
.button-danger {
  background: #cf4040;
  color: #ffffff;
  border-color: #cf4040;
}
.button-danger.gradient {
  background-color: #cf4040;
  background: linear-gradient(to top, #cf4040 0%, #cf4040 100%);
}
.button-danger:hover.gradient, .button-danger.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-danger:active.gradient, .button-danger.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-danger.inverse {
  background: #ffffff;
  color: #cf4040;
  border-color: #cf4040;
  outline-color: #cf4040;
}
.button-danger.border-contrast, .button-danger.border-contrast:focus, .button-danger.border-contrast:hover, .button-danger.border-contrast:active, .button-danger.border-contrast.hover, .button-danger.border-contrast.active, .button-danger.border-contrast.focus {
  border-color: #ffffff;
}
.button-color-1 {
  background: black;
  color: #fff;
  border-color: black;
}
.button-color-1.gradient {
  background-color: black;
  background: linear-gradient(to top, black 0%, black 100%);
}
.button-color-1:hover.gradient, .button-color-1.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-1:active.gradient, .button-color-1.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-1.inverse {
  background: #fff;
  color: black;
  border-color: black;
  outline-color: black;
}
.button-color-1.border-contrast, .button-color-1.border-contrast:focus, .button-color-1.border-contrast:hover, .button-color-1.border-contrast:active, .button-color-1.border-contrast.hover, .button-color-1.border-contrast.active, .button-color-1.border-contrast.focus {
  border-color: #fff;
}
.button-color-2 {
  background: white;
  color: #000;
  border-color: white;
}
.button-color-2.gradient {
  background-color: white;
  background: linear-gradient(to top, white 0%, white 100%);
}
.button-color-2:hover.gradient, .button-color-2.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-2:active.gradient, .button-color-2.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-2.inverse {
  background: #000;
  color: white;
  border-color: white;
  outline-color: white;
}
.button-color-2.border-contrast, .button-color-2.border-contrast:focus, .button-color-2.border-contrast:hover, .button-color-2.border-contrast:active, .button-color-2.border-contrast.hover, .button-color-2.border-contrast.active, .button-color-2.border-contrast.focus {
  border-color: #000;
}
.button-color-3 {
  background: #222222;
  color: #eee;
  border-color: #222222;
}
.button-color-3.gradient {
  background-color: #222222;
  background: linear-gradient(to top, #222222 0%, #222222 100%);
}
.button-color-3:hover.gradient, .button-color-3.hover.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-3:active.gradient, .button-color-3.active.gradient {
  background: linear-gradient(to top, 0%, 100%);
}
.button-color-3.inverse {
  background: #eee;
  color: #222222;
  border-color: #222222;
  outline-color: #222222;
}
.button-color-3.border-contrast, .button-color-3.border-contrast:focus, .button-color-3.border-contrast:hover, .button-color-3.border-contrast:active, .button-color-3.border-contrast.hover, .button-color-3.border-contrast.active, .button-color-3.border-contrast.focus {
  border-color: #eee;
}

.button-group {
  display: inline-flex;
  flex-wrap: nowrap;
}
.button-group.reverse {
  flex-direction: row-reverse;
}
.button-group .button ~ *, .button-group .button ~ *:hover, .button-group .button ~ *:focus, .button-group .button ~ *:active, .button-group .button ~ *.hover, .button-group .button ~ *.focus, .button-group .button ~ *.active {
  border-left: 0 none;
}
.button-group .button:first-child, .button-group .button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group .button:first-child ~ *:not(:last-child):not(:last-of-type), .button-group .button:first-of-type ~ *:not(:last-child):not(:last-of-type) {
  border-radius: 0;
}
.button-group .button:last-child, .button-group .button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-group-horizontal {
  display: inline-flex;
  flex-direction: column;
}
.button-group-horizontal.reverse {
  flex-direction: column-reverse;
}
.button-group-horizontal .button ~ *, .button-group-horizontal .button ~ *:hover, .button-group-horizontal .button ~ *:focus, .button-group-horizontal .button ~ *:active, .button-group-horizontal .button ~ *.hover, .button-group-horizontal .button ~ *.focus, .button-group-horizontal .button ~ *.active {
  border-top: 0 none;
}
.button-group-horizontal .button:first-child, .button-group-horizontal .button:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group-horizontal .button:first-child ~ *:not(:last-child):not(:last-of-type), .button-group-horizontal .button:first-of-type ~ *:not(:last-child):not(:last-of-type) {
  border-radius: 0;
}
.button-group-horizontal .button:last-child, .button-group-horizontal .button:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.chart {
  display: inline-block;
  position: relative;
  background: inherit;
  vertical-align: middle;
}
.chart.value-0.value:before, .chart[data-value="0"].value:before, .chart[value="0"].value:before {
  content: "0%";
}
.chart.value-0.value.value-colored:before, .chart[data-value="0"].value.value-colored:before, .chart[value="0"].value.value-colored:before {
  color: red;
}
.chart.value-1.value:before, .chart[data-value="1"].value:before, .chart[value="1"].value:before {
  content: "1%";
}
.chart.value-1.value.value-colored:before, .chart[data-value="1"].value.value-colored:before, .chart[value="1"].value.value-colored:before {
  color: rgb(252.45, 1.28, 0);
}
.chart.value-1 > *:first-child:before, .chart[data-value="1"] > *:first-child:before, .chart[value="1"] > *:first-child:before {
  transform: rotate("3.6deg");
}
.chart.value-2.value:before, .chart[data-value="2"].value:before, .chart[value="2"].value:before {
  content: "2%";
}
.chart.value-2.value.value-colored:before, .chart[data-value="2"].value.value-colored:before, .chart[value="2"].value.value-colored:before {
  color: rgb(249.9, 2.56, 0);
}
.chart.value-2 > *:first-child:before, .chart[data-value="2"] > *:first-child:before, .chart[value="2"] > *:first-child:before {
  transform: rotate("7.2deg");
}
.chart.value-3.value:before, .chart[data-value="3"].value:before, .chart[value="3"].value:before {
  content: "3%";
}
.chart.value-3.value.value-colored:before, .chart[data-value="3"].value.value-colored:before, .chart[value="3"].value.value-colored:before {
  color: rgb(247.35, 3.84, 0);
}
.chart.value-3 > *:first-child:before, .chart[data-value="3"] > *:first-child:before, .chart[value="3"] > *:first-child:before {
  transform: rotate("10.8deg");
}
.chart.value-4.value:before, .chart[data-value="4"].value:before, .chart[value="4"].value:before {
  content: "4%";
}
.chart.value-4.value.value-colored:before, .chart[data-value="4"].value.value-colored:before, .chart[value="4"].value.value-colored:before {
  color: rgb(244.8, 5.12, 0);
}
.chart.value-4 > *:first-child:before, .chart[data-value="4"] > *:first-child:before, .chart[value="4"] > *:first-child:before {
  transform: rotate("14.4deg");
}
.chart.value-5.value:before, .chart[data-value="5"].value:before, .chart[value="5"].value:before {
  content: "5%";
}
.chart.value-5.value.value-colored:before, .chart[data-value="5"].value.value-colored:before, .chart[value="5"].value.value-colored:before {
  color: rgb(242.25, 6.4, 0);
}
.chart.value-5 > *:first-child:before, .chart[data-value="5"] > *:first-child:before, .chart[value="5"] > *:first-child:before {
  transform: rotate("18deg");
}
.chart.value-6.value:before, .chart[data-value="6"].value:before, .chart[value="6"].value:before {
  content: "6%";
}
.chart.value-6.value.value-colored:before, .chart[data-value="6"].value.value-colored:before, .chart[value="6"].value.value-colored:before {
  color: rgb(239.7, 7.68, 0);
}
.chart.value-6 > *:first-child:before, .chart[data-value="6"] > *:first-child:before, .chart[value="6"] > *:first-child:before {
  transform: rotate("21.6deg");
}
.chart.value-7.value:before, .chart[data-value="7"].value:before, .chart[value="7"].value:before {
  content: "7%";
}
.chart.value-7.value.value-colored:before, .chart[data-value="7"].value.value-colored:before, .chart[value="7"].value.value-colored:before {
  color: rgb(237.15, 8.96, 0);
}
.chart.value-7 > *:first-child:before, .chart[data-value="7"] > *:first-child:before, .chart[value="7"] > *:first-child:before {
  transform: rotate("25.2deg");
}
.chart.value-8.value:before, .chart[data-value="8"].value:before, .chart[value="8"].value:before {
  content: "8%";
}
.chart.value-8.value.value-colored:before, .chart[data-value="8"].value.value-colored:before, .chart[value="8"].value.value-colored:before {
  color: rgb(234.6, 10.24, 0);
}
.chart.value-8 > *:first-child:before, .chart[data-value="8"] > *:first-child:before, .chart[value="8"] > *:first-child:before {
  transform: rotate("28.8deg");
}
.chart.value-9.value:before, .chart[data-value="9"].value:before, .chart[value="9"].value:before {
  content: "9%";
}
.chart.value-9.value.value-colored:before, .chart[data-value="9"].value.value-colored:before, .chart[value="9"].value.value-colored:before {
  color: rgb(232.05, 11.52, 0);
}
.chart.value-9 > *:first-child:before, .chart[data-value="9"] > *:first-child:before, .chart[value="9"] > *:first-child:before {
  transform: rotate("32.4deg");
}
.chart.value-10.value:before, .chart[data-value="10"].value:before, .chart[value="10"].value:before {
  content: "10%";
}
.chart.value-10.value.value-colored:before, .chart[data-value="10"].value.value-colored:before, .chart[value="10"].value.value-colored:before {
  color: rgb(229.5, 12.8, 0);
}
.chart.value-10 > *:first-child:before, .chart[data-value="10"] > *:first-child:before, .chart[value="10"] > *:first-child:before {
  transform: rotate("36deg");
}
.chart.value-11.value:before, .chart[data-value="11"].value:before, .chart[value="11"].value:before {
  content: "11%";
}
.chart.value-11.value.value-colored:before, .chart[data-value="11"].value.value-colored:before, .chart[value="11"].value.value-colored:before {
  color: rgb(226.95, 14.08, 0);
}
.chart.value-11 > *:first-child:before, .chart[data-value="11"] > *:first-child:before, .chart[value="11"] > *:first-child:before {
  transform: rotate("39.6deg");
}
.chart.value-12.value:before, .chart[data-value="12"].value:before, .chart[value="12"].value:before {
  content: "12%";
}
.chart.value-12.value.value-colored:before, .chart[data-value="12"].value.value-colored:before, .chart[value="12"].value.value-colored:before {
  color: rgb(224.4, 15.36, 0);
}
.chart.value-12 > *:first-child:before, .chart[data-value="12"] > *:first-child:before, .chart[value="12"] > *:first-child:before {
  transform: rotate("43.2deg");
}
.chart.value-13.value:before, .chart[data-value="13"].value:before, .chart[value="13"].value:before {
  content: "13%";
}
.chart.value-13.value.value-colored:before, .chart[data-value="13"].value.value-colored:before, .chart[value="13"].value.value-colored:before {
  color: rgb(221.85, 16.64, 0);
}
.chart.value-13 > *:first-child:before, .chart[data-value="13"] > *:first-child:before, .chart[value="13"] > *:first-child:before {
  transform: rotate("46.8deg");
}
.chart.value-14.value:before, .chart[data-value="14"].value:before, .chart[value="14"].value:before {
  content: "14%";
}
.chart.value-14.value.value-colored:before, .chart[data-value="14"].value.value-colored:before, .chart[value="14"].value.value-colored:before {
  color: rgb(219.3, 17.92, 0);
}
.chart.value-14 > *:first-child:before, .chart[data-value="14"] > *:first-child:before, .chart[value="14"] > *:first-child:before {
  transform: rotate("50.4deg");
}
.chart.value-15.value:before, .chart[data-value="15"].value:before, .chart[value="15"].value:before {
  content: "15%";
}
.chart.value-15.value.value-colored:before, .chart[data-value="15"].value.value-colored:before, .chart[value="15"].value.value-colored:before {
  color: rgb(216.75, 19.2, 0);
}
.chart.value-15 > *:first-child:before, .chart[data-value="15"] > *:first-child:before, .chart[value="15"] > *:first-child:before {
  transform: rotate("54deg");
}
.chart.value-16.value:before, .chart[data-value="16"].value:before, .chart[value="16"].value:before {
  content: "16%";
}
.chart.value-16.value.value-colored:before, .chart[data-value="16"].value.value-colored:before, .chart[value="16"].value.value-colored:before {
  color: rgb(214.2, 20.48, 0);
}
.chart.value-16 > *:first-child:before, .chart[data-value="16"] > *:first-child:before, .chart[value="16"] > *:first-child:before {
  transform: rotate("57.6deg");
}
.chart.value-17.value:before, .chart[data-value="17"].value:before, .chart[value="17"].value:before {
  content: "17%";
}
.chart.value-17.value.value-colored:before, .chart[data-value="17"].value.value-colored:before, .chart[value="17"].value.value-colored:before {
  color: rgb(211.65, 21.76, 0);
}
.chart.value-17 > *:first-child:before, .chart[data-value="17"] > *:first-child:before, .chart[value="17"] > *:first-child:before {
  transform: rotate("61.2deg");
}
.chart.value-18.value:before, .chart[data-value="18"].value:before, .chart[value="18"].value:before {
  content: "18%";
}
.chart.value-18.value.value-colored:before, .chart[data-value="18"].value.value-colored:before, .chart[value="18"].value.value-colored:before {
  color: rgb(209.1, 23.04, 0);
}
.chart.value-18 > *:first-child:before, .chart[data-value="18"] > *:first-child:before, .chart[value="18"] > *:first-child:before {
  transform: rotate("64.8deg");
}
.chart.value-19.value:before, .chart[data-value="19"].value:before, .chart[value="19"].value:before {
  content: "19%";
}
.chart.value-19.value.value-colored:before, .chart[data-value="19"].value.value-colored:before, .chart[value="19"].value.value-colored:before {
  color: rgb(206.55, 24.32, 0);
}
.chart.value-19 > *:first-child:before, .chart[data-value="19"] > *:first-child:before, .chart[value="19"] > *:first-child:before {
  transform: rotate("68.4deg");
}
.chart.value-20.value:before, .chart[data-value="20"].value:before, .chart[value="20"].value:before {
  content: "20%";
}
.chart.value-20.value.value-colored:before, .chart[data-value="20"].value.value-colored:before, .chart[value="20"].value.value-colored:before {
  color: rgb(204, 25.6, 0);
}
.chart.value-20 > *:first-child:before, .chart[data-value="20"] > *:first-child:before, .chart[value="20"] > *:first-child:before {
  transform: rotate("72deg");
}
.chart.value-21.value:before, .chart[data-value="21"].value:before, .chart[value="21"].value:before {
  content: "21%";
}
.chart.value-21.value.value-colored:before, .chart[data-value="21"].value.value-colored:before, .chart[value="21"].value.value-colored:before {
  color: rgb(201.45, 26.88, 0);
}
.chart.value-21 > *:first-child:before, .chart[data-value="21"] > *:first-child:before, .chart[value="21"] > *:first-child:before {
  transform: rotate("75.6deg");
}
.chart.value-22.value:before, .chart[data-value="22"].value:before, .chart[value="22"].value:before {
  content: "22%";
}
.chart.value-22.value.value-colored:before, .chart[data-value="22"].value.value-colored:before, .chart[value="22"].value.value-colored:before {
  color: rgb(198.9, 28.16, 0);
}
.chart.value-22 > *:first-child:before, .chart[data-value="22"] > *:first-child:before, .chart[value="22"] > *:first-child:before {
  transform: rotate("79.2deg");
}
.chart.value-23.value:before, .chart[data-value="23"].value:before, .chart[value="23"].value:before {
  content: "23%";
}
.chart.value-23.value.value-colored:before, .chart[data-value="23"].value.value-colored:before, .chart[value="23"].value.value-colored:before {
  color: rgb(196.35, 29.44, 0);
}
.chart.value-23 > *:first-child:before, .chart[data-value="23"] > *:first-child:before, .chart[value="23"] > *:first-child:before {
  transform: rotate("82.8deg");
}
.chart.value-24.value:before, .chart[data-value="24"].value:before, .chart[value="24"].value:before {
  content: "24%";
}
.chart.value-24.value.value-colored:before, .chart[data-value="24"].value.value-colored:before, .chart[value="24"].value.value-colored:before {
  color: rgb(193.8, 30.72, 0);
}
.chart.value-24 > *:first-child:before, .chart[data-value="24"] > *:first-child:before, .chart[value="24"] > *:first-child:before {
  transform: rotate("86.4deg");
}
.chart.value-25.value:before, .chart[data-value="25"].value:before, .chart[value="25"].value:before {
  content: "25%";
}
.chart.value-25.value.value-colored:before, .chart[data-value="25"].value.value-colored:before, .chart[value="25"].value.value-colored:before {
  color: rgb(191.25, 32, 0);
}
.chart.value-25 > *:first-child:before, .chart[data-value="25"] > *:first-child:before, .chart[value="25"] > *:first-child:before {
  transform: rotate("90deg");
}
.chart.value-26.value:before, .chart[data-value="26"].value:before, .chart[value="26"].value:before {
  content: "26%";
}
.chart.value-26.value.value-colored:before, .chart[data-value="26"].value.value-colored:before, .chart[value="26"].value.value-colored:before {
  color: rgb(188.7, 33.28, 0);
}
.chart.value-26 > *:first-child:before, .chart[data-value="26"] > *:first-child:before, .chart[value="26"] > *:first-child:before {
  transform: rotate("93.6deg");
}
.chart.value-27.value:before, .chart[data-value="27"].value:before, .chart[value="27"].value:before {
  content: "27%";
}
.chart.value-27.value.value-colored:before, .chart[data-value="27"].value.value-colored:before, .chart[value="27"].value.value-colored:before {
  color: rgb(186.15, 34.56, 0);
}
.chart.value-27 > *:first-child:before, .chart[data-value="27"] > *:first-child:before, .chart[value="27"] > *:first-child:before {
  transform: rotate("97.2deg");
}
.chart.value-28.value:before, .chart[data-value="28"].value:before, .chart[value="28"].value:before {
  content: "28%";
}
.chart.value-28.value.value-colored:before, .chart[data-value="28"].value.value-colored:before, .chart[value="28"].value.value-colored:before {
  color: rgb(183.6, 35.84, 0);
}
.chart.value-28 > *:first-child:before, .chart[data-value="28"] > *:first-child:before, .chart[value="28"] > *:first-child:before {
  transform: rotate("100.8deg");
}
.chart.value-29.value:before, .chart[data-value="29"].value:before, .chart[value="29"].value:before {
  content: "29%";
}
.chart.value-29.value.value-colored:before, .chart[data-value="29"].value.value-colored:before, .chart[value="29"].value.value-colored:before {
  color: rgb(181.05, 37.12, 0);
}
.chart.value-29 > *:first-child:before, .chart[data-value="29"] > *:first-child:before, .chart[value="29"] > *:first-child:before {
  transform: rotate("104.4deg");
}
.chart.value-30.value:before, .chart[data-value="30"].value:before, .chart[value="30"].value:before {
  content: "30%";
}
.chart.value-30.value.value-colored:before, .chart[data-value="30"].value.value-colored:before, .chart[value="30"].value.value-colored:before {
  color: rgb(178.5, 38.4, 0);
}
.chart.value-30 > *:first-child:before, .chart[data-value="30"] > *:first-child:before, .chart[value="30"] > *:first-child:before {
  transform: rotate("108deg");
}
.chart.value-31.value:before, .chart[data-value="31"].value:before, .chart[value="31"].value:before {
  content: "31%";
}
.chart.value-31.value.value-colored:before, .chart[data-value="31"].value.value-colored:before, .chart[value="31"].value.value-colored:before {
  color: rgb(175.95, 39.68, 0);
}
.chart.value-31 > *:first-child:before, .chart[data-value="31"] > *:first-child:before, .chart[value="31"] > *:first-child:before {
  transform: rotate("111.6deg");
}
.chart.value-32.value:before, .chart[data-value="32"].value:before, .chart[value="32"].value:before {
  content: "32%";
}
.chart.value-32.value.value-colored:before, .chart[data-value="32"].value.value-colored:before, .chart[value="32"].value.value-colored:before {
  color: rgb(173.4, 40.96, 0);
}
.chart.value-32 > *:first-child:before, .chart[data-value="32"] > *:first-child:before, .chart[value="32"] > *:first-child:before {
  transform: rotate("115.2deg");
}
.chart.value-33.value:before, .chart[data-value="33"].value:before, .chart[value="33"].value:before {
  content: "33%";
}
.chart.value-33.value.value-colored:before, .chart[data-value="33"].value.value-colored:before, .chart[value="33"].value.value-colored:before {
  color: rgb(170.85, 42.24, 0);
}
.chart.value-33 > *:first-child:before, .chart[data-value="33"] > *:first-child:before, .chart[value="33"] > *:first-child:before {
  transform: rotate("118.8deg");
}
.chart.value-34.value:before, .chart[data-value="34"].value:before, .chart[value="34"].value:before {
  content: "34%";
}
.chart.value-34.value.value-colored:before, .chart[data-value="34"].value.value-colored:before, .chart[value="34"].value.value-colored:before {
  color: rgb(168.3, 43.52, 0);
}
.chart.value-34 > *:first-child:before, .chart[data-value="34"] > *:first-child:before, .chart[value="34"] > *:first-child:before {
  transform: rotate("122.4deg");
}
.chart.value-35.value:before, .chart[data-value="35"].value:before, .chart[value="35"].value:before {
  content: "35%";
}
.chart.value-35.value.value-colored:before, .chart[data-value="35"].value.value-colored:before, .chart[value="35"].value.value-colored:before {
  color: rgb(165.75, 44.8, 0);
}
.chart.value-35 > *:first-child:before, .chart[data-value="35"] > *:first-child:before, .chart[value="35"] > *:first-child:before {
  transform: rotate("126deg");
}
.chart.value-36.value:before, .chart[data-value="36"].value:before, .chart[value="36"].value:before {
  content: "36%";
}
.chart.value-36.value.value-colored:before, .chart[data-value="36"].value.value-colored:before, .chart[value="36"].value.value-colored:before {
  color: rgb(163.2, 46.08, 0);
}
.chart.value-36 > *:first-child:before, .chart[data-value="36"] > *:first-child:before, .chart[value="36"] > *:first-child:before {
  transform: rotate("129.6deg");
}
.chart.value-37.value:before, .chart[data-value="37"].value:before, .chart[value="37"].value:before {
  content: "37%";
}
.chart.value-37.value.value-colored:before, .chart[data-value="37"].value.value-colored:before, .chart[value="37"].value.value-colored:before {
  color: rgb(160.65, 47.36, 0);
}
.chart.value-37 > *:first-child:before, .chart[data-value="37"] > *:first-child:before, .chart[value="37"] > *:first-child:before {
  transform: rotate("133.2deg");
}
.chart.value-38.value:before, .chart[data-value="38"].value:before, .chart[value="38"].value:before {
  content: "38%";
}
.chart.value-38.value.value-colored:before, .chart[data-value="38"].value.value-colored:before, .chart[value="38"].value.value-colored:before {
  color: rgb(158.1, 48.64, 0);
}
.chart.value-38 > *:first-child:before, .chart[data-value="38"] > *:first-child:before, .chart[value="38"] > *:first-child:before {
  transform: rotate("136.8deg");
}
.chart.value-39.value:before, .chart[data-value="39"].value:before, .chart[value="39"].value:before {
  content: "39%";
}
.chart.value-39.value.value-colored:before, .chart[data-value="39"].value.value-colored:before, .chart[value="39"].value.value-colored:before {
  color: rgb(155.55, 49.92, 0);
}
.chart.value-39 > *:first-child:before, .chart[data-value="39"] > *:first-child:before, .chart[value="39"] > *:first-child:before {
  transform: rotate("140.4deg");
}
.chart.value-40.value:before, .chart[data-value="40"].value:before, .chart[value="40"].value:before {
  content: "40%";
}
.chart.value-40.value.value-colored:before, .chart[data-value="40"].value.value-colored:before, .chart[value="40"].value.value-colored:before {
  color: rgb(153, 51.2, 0);
}
.chart.value-40 > *:first-child:before, .chart[data-value="40"] > *:first-child:before, .chart[value="40"] > *:first-child:before {
  transform: rotate("144deg");
}
.chart.value-41.value:before, .chart[data-value="41"].value:before, .chart[value="41"].value:before {
  content: "41%";
}
.chart.value-41.value.value-colored:before, .chart[data-value="41"].value.value-colored:before, .chart[value="41"].value.value-colored:before {
  color: rgb(150.45, 52.48, 0);
}
.chart.value-41 > *:first-child:before, .chart[data-value="41"] > *:first-child:before, .chart[value="41"] > *:first-child:before {
  transform: rotate("147.6deg");
}
.chart.value-42.value:before, .chart[data-value="42"].value:before, .chart[value="42"].value:before {
  content: "42%";
}
.chart.value-42.value.value-colored:before, .chart[data-value="42"].value.value-colored:before, .chart[value="42"].value.value-colored:before {
  color: rgb(147.9, 53.76, 0);
}
.chart.value-42 > *:first-child:before, .chart[data-value="42"] > *:first-child:before, .chart[value="42"] > *:first-child:before {
  transform: rotate("151.2deg");
}
.chart.value-43.value:before, .chart[data-value="43"].value:before, .chart[value="43"].value:before {
  content: "43%";
}
.chart.value-43.value.value-colored:before, .chart[data-value="43"].value.value-colored:before, .chart[value="43"].value.value-colored:before {
  color: rgb(145.35, 55.04, 0);
}
.chart.value-43 > *:first-child:before, .chart[data-value="43"] > *:first-child:before, .chart[value="43"] > *:first-child:before {
  transform: rotate("154.8deg");
}
.chart.value-44.value:before, .chart[data-value="44"].value:before, .chart[value="44"].value:before {
  content: "44%";
}
.chart.value-44.value.value-colored:before, .chart[data-value="44"].value.value-colored:before, .chart[value="44"].value.value-colored:before {
  color: rgb(142.8, 56.32, 0);
}
.chart.value-44 > *:first-child:before, .chart[data-value="44"] > *:first-child:before, .chart[value="44"] > *:first-child:before {
  transform: rotate("158.4deg");
}
.chart.value-45.value:before, .chart[data-value="45"].value:before, .chart[value="45"].value:before {
  content: "45%";
}
.chart.value-45.value.value-colored:before, .chart[data-value="45"].value.value-colored:before, .chart[value="45"].value.value-colored:before {
  color: rgb(140.25, 57.6, 0);
}
.chart.value-45 > *:first-child:before, .chart[data-value="45"] > *:first-child:before, .chart[value="45"] > *:first-child:before {
  transform: rotate("162deg");
}
.chart.value-46.value:before, .chart[data-value="46"].value:before, .chart[value="46"].value:before {
  content: "46%";
}
.chart.value-46.value.value-colored:before, .chart[data-value="46"].value.value-colored:before, .chart[value="46"].value.value-colored:before {
  color: rgb(137.7, 58.88, 0);
}
.chart.value-46 > *:first-child:before, .chart[data-value="46"] > *:first-child:before, .chart[value="46"] > *:first-child:before {
  transform: rotate("165.6deg");
}
.chart.value-47.value:before, .chart[data-value="47"].value:before, .chart[value="47"].value:before {
  content: "47%";
}
.chart.value-47.value.value-colored:before, .chart[data-value="47"].value.value-colored:before, .chart[value="47"].value.value-colored:before {
  color: rgb(135.15, 60.16, 0);
}
.chart.value-47 > *:first-child:before, .chart[data-value="47"] > *:first-child:before, .chart[value="47"] > *:first-child:before {
  transform: rotate("169.2deg");
}
.chart.value-48.value:before, .chart[data-value="48"].value:before, .chart[value="48"].value:before {
  content: "48%";
}
.chart.value-48.value.value-colored:before, .chart[data-value="48"].value.value-colored:before, .chart[value="48"].value.value-colored:before {
  color: rgb(132.6, 61.44, 0);
}
.chart.value-48 > *:first-child:before, .chart[data-value="48"] > *:first-child:before, .chart[value="48"] > *:first-child:before {
  transform: rotate("172.8deg");
}
.chart.value-49.value:before, .chart[data-value="49"].value:before, .chart[value="49"].value:before {
  content: "49%";
}
.chart.value-49.value.value-colored:before, .chart[data-value="49"].value.value-colored:before, .chart[value="49"].value.value-colored:before {
  color: rgb(130.05, 62.72, 0);
}
.chart.value-49 > *:first-child:before, .chart[data-value="49"] > *:first-child:before, .chart[value="49"] > *:first-child:before {
  transform: rotate("176.4deg");
}
.chart.value-50.value:before, .chart[data-value="50"].value:before, .chart[value="50"].value:before {
  content: "50%";
}
.chart.value-50.value.value-colored:before, .chart[data-value="50"].value.value-colored:before, .chart[value="50"].value.value-colored:before {
  color: rgb(127.5, 64, 0);
}
.chart.value-50 > *:first-child:before, .chart[data-value="50"] > *:first-child:before, .chart[value="50"] > *:first-child:before {
  transform: rotate("180deg");
}
.chart.value-51.value:before, .chart[data-value="51"].value:before, .chart[value="51"].value:before {
  content: "51%";
}
.chart.value-51.value.value-colored:before, .chart[data-value="51"].value.value-colored:before, .chart[value="51"].value.value-colored:before {
  color: rgb(124.95, 65.28, 0);
}
.chart.value-51 > *:first-child:before, .chart[data-value="51"] > *:first-child:before, .chart[value="51"] > *:first-child:before {
  transform: rotate("183.6deg");
  transform: rotate("3.6deg");
  background: currentColor;
}
.chart.value-52.value:before, .chart[data-value="52"].value:before, .chart[value="52"].value:before {
  content: "52%";
}
.chart.value-52.value.value-colored:before, .chart[data-value="52"].value.value-colored:before, .chart[value="52"].value.value-colored:before {
  color: rgb(122.4, 66.56, 0);
}
.chart.value-52 > *:first-child:before, .chart[data-value="52"] > *:first-child:before, .chart[value="52"] > *:first-child:before {
  transform: rotate("187.2deg");
  transform: rotate("7.2deg");
  background: currentColor;
}
.chart.value-53.value:before, .chart[data-value="53"].value:before, .chart[value="53"].value:before {
  content: "53%";
}
.chart.value-53.value.value-colored:before, .chart[data-value="53"].value.value-colored:before, .chart[value="53"].value.value-colored:before {
  color: rgb(119.85, 67.84, 0);
}
.chart.value-53 > *:first-child:before, .chart[data-value="53"] > *:first-child:before, .chart[value="53"] > *:first-child:before {
  transform: rotate("190.8deg");
  transform: rotate("10.8deg");
  background: currentColor;
}
.chart.value-54.value:before, .chart[data-value="54"].value:before, .chart[value="54"].value:before {
  content: "54%";
}
.chart.value-54.value.value-colored:before, .chart[data-value="54"].value.value-colored:before, .chart[value="54"].value.value-colored:before {
  color: rgb(117.3, 69.12, 0);
}
.chart.value-54 > *:first-child:before, .chart[data-value="54"] > *:first-child:before, .chart[value="54"] > *:first-child:before {
  transform: rotate("194.4deg");
  transform: rotate("14.4deg");
  background: currentColor;
}
.chart.value-55.value:before, .chart[data-value="55"].value:before, .chart[value="55"].value:before {
  content: "55%";
}
.chart.value-55.value.value-colored:before, .chart[data-value="55"].value.value-colored:before, .chart[value="55"].value.value-colored:before {
  color: rgb(114.75, 70.4, 0);
}
.chart.value-55 > *:first-child:before, .chart[data-value="55"] > *:first-child:before, .chart[value="55"] > *:first-child:before {
  transform: rotate("198deg");
  transform: rotate("18deg");
  background: currentColor;
}
.chart.value-56.value:before, .chart[data-value="56"].value:before, .chart[value="56"].value:before {
  content: "56%";
}
.chart.value-56.value.value-colored:before, .chart[data-value="56"].value.value-colored:before, .chart[value="56"].value.value-colored:before {
  color: rgb(112.2, 71.68, 0);
}
.chart.value-56 > *:first-child:before, .chart[data-value="56"] > *:first-child:before, .chart[value="56"] > *:first-child:before {
  transform: rotate("201.6deg");
  transform: rotate("21.6deg");
  background: currentColor;
}
.chart.value-57.value:before, .chart[data-value="57"].value:before, .chart[value="57"].value:before {
  content: "57%";
}
.chart.value-57.value.value-colored:before, .chart[data-value="57"].value.value-colored:before, .chart[value="57"].value.value-colored:before {
  color: rgb(109.65, 72.96, 0);
}
.chart.value-57 > *:first-child:before, .chart[data-value="57"] > *:first-child:before, .chart[value="57"] > *:first-child:before {
  transform: rotate("205.2deg");
  transform: rotate("25.2deg");
  background: currentColor;
}
.chart.value-58.value:before, .chart[data-value="58"].value:before, .chart[value="58"].value:before {
  content: "58%";
}
.chart.value-58.value.value-colored:before, .chart[data-value="58"].value.value-colored:before, .chart[value="58"].value.value-colored:before {
  color: rgb(107.1, 74.24, 0);
}
.chart.value-58 > *:first-child:before, .chart[data-value="58"] > *:first-child:before, .chart[value="58"] > *:first-child:before {
  transform: rotate("208.8deg");
  transform: rotate("28.8deg");
  background: currentColor;
}
.chart.value-59.value:before, .chart[data-value="59"].value:before, .chart[value="59"].value:before {
  content: "59%";
}
.chart.value-59.value.value-colored:before, .chart[data-value="59"].value.value-colored:before, .chart[value="59"].value.value-colored:before {
  color: rgb(104.55, 75.52, 0);
}
.chart.value-59 > *:first-child:before, .chart[data-value="59"] > *:first-child:before, .chart[value="59"] > *:first-child:before {
  transform: rotate("212.4deg");
  transform: rotate("32.4deg");
  background: currentColor;
}
.chart.value-60.value:before, .chart[data-value="60"].value:before, .chart[value="60"].value:before {
  content: "60%";
}
.chart.value-60.value.value-colored:before, .chart[data-value="60"].value.value-colored:before, .chart[value="60"].value.value-colored:before {
  color: rgb(102, 76.8, 0);
}
.chart.value-60 > *:first-child:before, .chart[data-value="60"] > *:first-child:before, .chart[value="60"] > *:first-child:before {
  transform: rotate("216deg");
  transform: rotate("36deg");
  background: currentColor;
}
.chart.value-61.value:before, .chart[data-value="61"].value:before, .chart[value="61"].value:before {
  content: "61%";
}
.chart.value-61.value.value-colored:before, .chart[data-value="61"].value.value-colored:before, .chart[value="61"].value.value-colored:before {
  color: rgb(99.45, 78.08, 0);
}
.chart.value-61 > *:first-child:before, .chart[data-value="61"] > *:first-child:before, .chart[value="61"] > *:first-child:before {
  transform: rotate("219.6deg");
  transform: rotate("39.6deg");
  background: currentColor;
}
.chart.value-62.value:before, .chart[data-value="62"].value:before, .chart[value="62"].value:before {
  content: "62%";
}
.chart.value-62.value.value-colored:before, .chart[data-value="62"].value.value-colored:before, .chart[value="62"].value.value-colored:before {
  color: rgb(96.9, 79.36, 0);
}
.chart.value-62 > *:first-child:before, .chart[data-value="62"] > *:first-child:before, .chart[value="62"] > *:first-child:before {
  transform: rotate("223.2deg");
  transform: rotate("43.2deg");
  background: currentColor;
}
.chart.value-63.value:before, .chart[data-value="63"].value:before, .chart[value="63"].value:before {
  content: "63%";
}
.chart.value-63.value.value-colored:before, .chart[data-value="63"].value.value-colored:before, .chart[value="63"].value.value-colored:before {
  color: rgb(94.35, 80.64, 0);
}
.chart.value-63 > *:first-child:before, .chart[data-value="63"] > *:first-child:before, .chart[value="63"] > *:first-child:before {
  transform: rotate("226.8deg");
  transform: rotate("46.8deg");
  background: currentColor;
}
.chart.value-64.value:before, .chart[data-value="64"].value:before, .chart[value="64"].value:before {
  content: "64%";
}
.chart.value-64.value.value-colored:before, .chart[data-value="64"].value.value-colored:before, .chart[value="64"].value.value-colored:before {
  color: rgb(91.8, 81.92, 0);
}
.chart.value-64 > *:first-child:before, .chart[data-value="64"] > *:first-child:before, .chart[value="64"] > *:first-child:before {
  transform: rotate("230.4deg");
  transform: rotate("50.4deg");
  background: currentColor;
}
.chart.value-65.value:before, .chart[data-value="65"].value:before, .chart[value="65"].value:before {
  content: "65%";
}
.chart.value-65.value.value-colored:before, .chart[data-value="65"].value.value-colored:before, .chart[value="65"].value.value-colored:before {
  color: rgb(89.25, 83.2, 0);
}
.chart.value-65 > *:first-child:before, .chart[data-value="65"] > *:first-child:before, .chart[value="65"] > *:first-child:before {
  transform: rotate("234deg");
  transform: rotate("54deg");
  background: currentColor;
}
.chart.value-66.value:before, .chart[data-value="66"].value:before, .chart[value="66"].value:before {
  content: "66%";
}
.chart.value-66.value.value-colored:before, .chart[data-value="66"].value.value-colored:before, .chart[value="66"].value.value-colored:before {
  color: rgb(86.7, 84.48, 0);
}
.chart.value-66 > *:first-child:before, .chart[data-value="66"] > *:first-child:before, .chart[value="66"] > *:first-child:before {
  transform: rotate("237.6deg");
  transform: rotate("57.6deg");
  background: currentColor;
}
.chart.value-67.value:before, .chart[data-value="67"].value:before, .chart[value="67"].value:before {
  content: "67%";
}
.chart.value-67.value.value-colored:before, .chart[data-value="67"].value.value-colored:before, .chart[value="67"].value.value-colored:before {
  color: rgb(84.15, 85.76, 0);
}
.chart.value-67 > *:first-child:before, .chart[data-value="67"] > *:first-child:before, .chart[value="67"] > *:first-child:before {
  transform: rotate("241.2deg");
  transform: rotate("61.2deg");
  background: currentColor;
}
.chart.value-68.value:before, .chart[data-value="68"].value:before, .chart[value="68"].value:before {
  content: "68%";
}
.chart.value-68.value.value-colored:before, .chart[data-value="68"].value.value-colored:before, .chart[value="68"].value.value-colored:before {
  color: rgb(81.6, 87.04, 0);
}
.chart.value-68 > *:first-child:before, .chart[data-value="68"] > *:first-child:before, .chart[value="68"] > *:first-child:before {
  transform: rotate("244.8deg");
  transform: rotate("64.8deg");
  background: currentColor;
}
.chart.value-69.value:before, .chart[data-value="69"].value:before, .chart[value="69"].value:before {
  content: "69%";
}
.chart.value-69.value.value-colored:before, .chart[data-value="69"].value.value-colored:before, .chart[value="69"].value.value-colored:before {
  color: rgb(79.05, 88.32, 0);
}
.chart.value-69 > *:first-child:before, .chart[data-value="69"] > *:first-child:before, .chart[value="69"] > *:first-child:before {
  transform: rotate("248.4deg");
  transform: rotate("68.4deg");
  background: currentColor;
}
.chart.value-70.value:before, .chart[data-value="70"].value:before, .chart[value="70"].value:before {
  content: "70%";
}
.chart.value-70.value.value-colored:before, .chart[data-value="70"].value.value-colored:before, .chart[value="70"].value.value-colored:before {
  color: rgb(76.5, 89.6, 0);
}
.chart.value-70 > *:first-child:before, .chart[data-value="70"] > *:first-child:before, .chart[value="70"] > *:first-child:before {
  transform: rotate("252deg");
  transform: rotate("72deg");
  background: currentColor;
}
.chart.value-71.value:before, .chart[data-value="71"].value:before, .chart[value="71"].value:before {
  content: "71%";
}
.chart.value-71.value.value-colored:before, .chart[data-value="71"].value.value-colored:before, .chart[value="71"].value.value-colored:before {
  color: rgb(73.95, 90.88, 0);
}
.chart.value-71 > *:first-child:before, .chart[data-value="71"] > *:first-child:before, .chart[value="71"] > *:first-child:before {
  transform: rotate("255.6deg");
  transform: rotate("75.6deg");
  background: currentColor;
}
.chart.value-72.value:before, .chart[data-value="72"].value:before, .chart[value="72"].value:before {
  content: "72%";
}
.chart.value-72.value.value-colored:before, .chart[data-value="72"].value.value-colored:before, .chart[value="72"].value.value-colored:before {
  color: rgb(71.4, 92.16, 0);
}
.chart.value-72 > *:first-child:before, .chart[data-value="72"] > *:first-child:before, .chart[value="72"] > *:first-child:before {
  transform: rotate("259.2deg");
  transform: rotate("79.2deg");
  background: currentColor;
}
.chart.value-73.value:before, .chart[data-value="73"].value:before, .chart[value="73"].value:before {
  content: "73%";
}
.chart.value-73.value.value-colored:before, .chart[data-value="73"].value.value-colored:before, .chart[value="73"].value.value-colored:before {
  color: rgb(68.85, 93.44, 0);
}
.chart.value-73 > *:first-child:before, .chart[data-value="73"] > *:first-child:before, .chart[value="73"] > *:first-child:before {
  transform: rotate("262.8deg");
  transform: rotate("82.8deg");
  background: currentColor;
}
.chart.value-74.value:before, .chart[data-value="74"].value:before, .chart[value="74"].value:before {
  content: "74%";
}
.chart.value-74.value.value-colored:before, .chart[data-value="74"].value.value-colored:before, .chart[value="74"].value.value-colored:before {
  color: rgb(66.3, 94.72, 0);
}
.chart.value-74 > *:first-child:before, .chart[data-value="74"] > *:first-child:before, .chart[value="74"] > *:first-child:before {
  transform: rotate("266.4deg");
  transform: rotate("86.4deg");
  background: currentColor;
}
.chart.value-75.value:before, .chart[data-value="75"].value:before, .chart[value="75"].value:before {
  content: "75%";
}
.chart.value-75.value.value-colored:before, .chart[data-value="75"].value.value-colored:before, .chart[value="75"].value.value-colored:before {
  color: rgb(63.75, 96, 0);
}
.chart.value-75 > *:first-child:before, .chart[data-value="75"] > *:first-child:before, .chart[value="75"] > *:first-child:before {
  transform: rotate("270deg");
  transform: rotate("90deg");
  background: currentColor;
}
.chart.value-76.value:before, .chart[data-value="76"].value:before, .chart[value="76"].value:before {
  content: "76%";
}
.chart.value-76.value.value-colored:before, .chart[data-value="76"].value.value-colored:before, .chart[value="76"].value.value-colored:before {
  color: rgb(61.2, 97.28, 0);
}
.chart.value-76 > *:first-child:before, .chart[data-value="76"] > *:first-child:before, .chart[value="76"] > *:first-child:before {
  transform: rotate("273.6deg");
  transform: rotate("93.6deg");
  background: currentColor;
}
.chart.value-77.value:before, .chart[data-value="77"].value:before, .chart[value="77"].value:before {
  content: "77%";
}
.chart.value-77.value.value-colored:before, .chart[data-value="77"].value.value-colored:before, .chart[value="77"].value.value-colored:before {
  color: rgb(58.65, 98.56, 0);
}
.chart.value-77 > *:first-child:before, .chart[data-value="77"] > *:first-child:before, .chart[value="77"] > *:first-child:before {
  transform: rotate("277.2deg");
  transform: rotate("97.2deg");
  background: currentColor;
}
.chart.value-78.value:before, .chart[data-value="78"].value:before, .chart[value="78"].value:before {
  content: "78%";
}
.chart.value-78.value.value-colored:before, .chart[data-value="78"].value.value-colored:before, .chart[value="78"].value.value-colored:before {
  color: rgb(56.1, 99.84, 0);
}
.chart.value-78 > *:first-child:before, .chart[data-value="78"] > *:first-child:before, .chart[value="78"] > *:first-child:before {
  transform: rotate("280.8deg");
  transform: rotate("100.8deg");
  background: currentColor;
}
.chart.value-79.value:before, .chart[data-value="79"].value:before, .chart[value="79"].value:before {
  content: "79%";
}
.chart.value-79.value.value-colored:before, .chart[data-value="79"].value.value-colored:before, .chart[value="79"].value.value-colored:before {
  color: rgb(53.55, 101.12, 0);
}
.chart.value-79 > *:first-child:before, .chart[data-value="79"] > *:first-child:before, .chart[value="79"] > *:first-child:before {
  transform: rotate("284.4deg");
  transform: rotate("104.4deg");
  background: currentColor;
}
.chart.value-80.value:before, .chart[data-value="80"].value:before, .chart[value="80"].value:before {
  content: "80%";
}
.chart.value-80.value.value-colored:before, .chart[data-value="80"].value.value-colored:before, .chart[value="80"].value.value-colored:before {
  color: rgb(51, 102.4, 0);
}
.chart.value-80 > *:first-child:before, .chart[data-value="80"] > *:first-child:before, .chart[value="80"] > *:first-child:before {
  transform: rotate("288deg");
  transform: rotate("108deg");
  background: currentColor;
}
.chart.value-81.value:before, .chart[data-value="81"].value:before, .chart[value="81"].value:before {
  content: "81%";
}
.chart.value-81.value.value-colored:before, .chart[data-value="81"].value.value-colored:before, .chart[value="81"].value.value-colored:before {
  color: rgb(48.45, 103.68, 0);
}
.chart.value-81 > *:first-child:before, .chart[data-value="81"] > *:first-child:before, .chart[value="81"] > *:first-child:before {
  transform: rotate("291.6deg");
  transform: rotate("111.6deg");
  background: currentColor;
}
.chart.value-82.value:before, .chart[data-value="82"].value:before, .chart[value="82"].value:before {
  content: "82%";
}
.chart.value-82.value.value-colored:before, .chart[data-value="82"].value.value-colored:before, .chart[value="82"].value.value-colored:before {
  color: rgb(45.9, 104.96, 0);
}
.chart.value-82 > *:first-child:before, .chart[data-value="82"] > *:first-child:before, .chart[value="82"] > *:first-child:before {
  transform: rotate("295.2deg");
  transform: rotate("115.2deg");
  background: currentColor;
}
.chart.value-83.value:before, .chart[data-value="83"].value:before, .chart[value="83"].value:before {
  content: "83%";
}
.chart.value-83.value.value-colored:before, .chart[data-value="83"].value.value-colored:before, .chart[value="83"].value.value-colored:before {
  color: rgb(43.35, 106.24, 0);
}
.chart.value-83 > *:first-child:before, .chart[data-value="83"] > *:first-child:before, .chart[value="83"] > *:first-child:before {
  transform: rotate("298.8deg");
  transform: rotate("118.8deg");
  background: currentColor;
}
.chart.value-84.value:before, .chart[data-value="84"].value:before, .chart[value="84"].value:before {
  content: "84%";
}
.chart.value-84.value.value-colored:before, .chart[data-value="84"].value.value-colored:before, .chart[value="84"].value.value-colored:before {
  color: rgb(40.8, 107.52, 0);
}
.chart.value-84 > *:first-child:before, .chart[data-value="84"] > *:first-child:before, .chart[value="84"] > *:first-child:before {
  transform: rotate("302.4deg");
  transform: rotate("122.4deg");
  background: currentColor;
}
.chart.value-85.value:before, .chart[data-value="85"].value:before, .chart[value="85"].value:before {
  content: "85%";
}
.chart.value-85.value.value-colored:before, .chart[data-value="85"].value.value-colored:before, .chart[value="85"].value.value-colored:before {
  color: rgb(38.25, 108.8, 0);
}
.chart.value-85 > *:first-child:before, .chart[data-value="85"] > *:first-child:before, .chart[value="85"] > *:first-child:before {
  transform: rotate("306deg");
  transform: rotate("126deg");
  background: currentColor;
}
.chart.value-86.value:before, .chart[data-value="86"].value:before, .chart[value="86"].value:before {
  content: "86%";
}
.chart.value-86.value.value-colored:before, .chart[data-value="86"].value.value-colored:before, .chart[value="86"].value.value-colored:before {
  color: rgb(35.7, 110.08, 0);
}
.chart.value-86 > *:first-child:before, .chart[data-value="86"] > *:first-child:before, .chart[value="86"] > *:first-child:before {
  transform: rotate("309.6deg");
  transform: rotate("129.6deg");
  background: currentColor;
}
.chart.value-87.value:before, .chart[data-value="87"].value:before, .chart[value="87"].value:before {
  content: "87%";
}
.chart.value-87.value.value-colored:before, .chart[data-value="87"].value.value-colored:before, .chart[value="87"].value.value-colored:before {
  color: rgb(33.15, 111.36, 0);
}
.chart.value-87 > *:first-child:before, .chart[data-value="87"] > *:first-child:before, .chart[value="87"] > *:first-child:before {
  transform: rotate("313.2deg");
  transform: rotate("133.2deg");
  background: currentColor;
}
.chart.value-88.value:before, .chart[data-value="88"].value:before, .chart[value="88"].value:before {
  content: "88%";
}
.chart.value-88.value.value-colored:before, .chart[data-value="88"].value.value-colored:before, .chart[value="88"].value.value-colored:before {
  color: rgb(30.6, 112.64, 0);
}
.chart.value-88 > *:first-child:before, .chart[data-value="88"] > *:first-child:before, .chart[value="88"] > *:first-child:before {
  transform: rotate("316.8deg");
  transform: rotate("136.8deg");
  background: currentColor;
}
.chart.value-89.value:before, .chart[data-value="89"].value:before, .chart[value="89"].value:before {
  content: "89%";
}
.chart.value-89.value.value-colored:before, .chart[data-value="89"].value.value-colored:before, .chart[value="89"].value.value-colored:before {
  color: rgb(28.05, 113.92, 0);
}
.chart.value-89 > *:first-child:before, .chart[data-value="89"] > *:first-child:before, .chart[value="89"] > *:first-child:before {
  transform: rotate("320.4deg");
  transform: rotate("140.4deg");
  background: currentColor;
}
.chart.value-90.value:before, .chart[data-value="90"].value:before, .chart[value="90"].value:before {
  content: "90%";
}
.chart.value-90.value.value-colored:before, .chart[data-value="90"].value.value-colored:before, .chart[value="90"].value.value-colored:before {
  color: rgb(25.5, 115.2, 0);
}
.chart.value-90 > *:first-child:before, .chart[data-value="90"] > *:first-child:before, .chart[value="90"] > *:first-child:before {
  transform: rotate("324deg");
  transform: rotate("144deg");
  background: currentColor;
}
.chart.value-91.value:before, .chart[data-value="91"].value:before, .chart[value="91"].value:before {
  content: "91%";
}
.chart.value-91.value.value-colored:before, .chart[data-value="91"].value.value-colored:before, .chart[value="91"].value.value-colored:before {
  color: rgb(22.95, 116.48, 0);
}
.chart.value-91 > *:first-child:before, .chart[data-value="91"] > *:first-child:before, .chart[value="91"] > *:first-child:before {
  transform: rotate("327.6deg");
  transform: rotate("147.6deg");
  background: currentColor;
}
.chart.value-92.value:before, .chart[data-value="92"].value:before, .chart[value="92"].value:before {
  content: "92%";
}
.chart.value-92.value.value-colored:before, .chart[data-value="92"].value.value-colored:before, .chart[value="92"].value.value-colored:before {
  color: rgb(20.4, 117.76, 0);
}
.chart.value-92 > *:first-child:before, .chart[data-value="92"] > *:first-child:before, .chart[value="92"] > *:first-child:before {
  transform: rotate("331.2deg");
  transform: rotate("151.2deg");
  background: currentColor;
}
.chart.value-93.value:before, .chart[data-value="93"].value:before, .chart[value="93"].value:before {
  content: "93%";
}
.chart.value-93.value.value-colored:before, .chart[data-value="93"].value.value-colored:before, .chart[value="93"].value.value-colored:before {
  color: rgb(17.85, 119.04, 0);
}
.chart.value-93 > *:first-child:before, .chart[data-value="93"] > *:first-child:before, .chart[value="93"] > *:first-child:before {
  transform: rotate("334.8deg");
  transform: rotate("154.8deg");
  background: currentColor;
}
.chart.value-94.value:before, .chart[data-value="94"].value:before, .chart[value="94"].value:before {
  content: "94%";
}
.chart.value-94.value.value-colored:before, .chart[data-value="94"].value.value-colored:before, .chart[value="94"].value.value-colored:before {
  color: rgb(15.3, 120.32, 0);
}
.chart.value-94 > *:first-child:before, .chart[data-value="94"] > *:first-child:before, .chart[value="94"] > *:first-child:before {
  transform: rotate("338.4deg");
  transform: rotate("158.4deg");
  background: currentColor;
}
.chart.value-95.value:before, .chart[data-value="95"].value:before, .chart[value="95"].value:before {
  content: "95%";
}
.chart.value-95.value.value-colored:before, .chart[data-value="95"].value.value-colored:before, .chart[value="95"].value.value-colored:before {
  color: rgb(12.75, 121.6, 0);
}
.chart.value-95 > *:first-child:before, .chart[data-value="95"] > *:first-child:before, .chart[value="95"] > *:first-child:before {
  transform: rotate("342deg");
  transform: rotate("162deg");
  background: currentColor;
}
.chart.value-96.value:before, .chart[data-value="96"].value:before, .chart[value="96"].value:before {
  content: "96%";
}
.chart.value-96.value.value-colored:before, .chart[data-value="96"].value.value-colored:before, .chart[value="96"].value.value-colored:before {
  color: rgb(10.2, 122.88, 0);
}
.chart.value-96 > *:first-child:before, .chart[data-value="96"] > *:first-child:before, .chart[value="96"] > *:first-child:before {
  transform: rotate("345.6deg");
  transform: rotate("165.6deg");
  background: currentColor;
}
.chart.value-97.value:before, .chart[data-value="97"].value:before, .chart[value="97"].value:before {
  content: "97%";
}
.chart.value-97.value.value-colored:before, .chart[data-value="97"].value.value-colored:before, .chart[value="97"].value.value-colored:before {
  color: rgb(7.65, 124.16, 0);
}
.chart.value-97 > *:first-child:before, .chart[data-value="97"] > *:first-child:before, .chart[value="97"] > *:first-child:before {
  transform: rotate("349.2deg");
  transform: rotate("169.2deg");
  background: currentColor;
}
.chart.value-98.value:before, .chart[data-value="98"].value:before, .chart[value="98"].value:before {
  content: "98%";
}
.chart.value-98.value.value-colored:before, .chart[data-value="98"].value.value-colored:before, .chart[value="98"].value.value-colored:before {
  color: rgb(5.1, 125.44, 0);
}
.chart.value-98 > *:first-child:before, .chart[data-value="98"] > *:first-child:before, .chart[value="98"] > *:first-child:before {
  transform: rotate("352.8deg");
  transform: rotate("172.8deg");
  background: currentColor;
}
.chart.value-99.value:before, .chart[data-value="99"].value:before, .chart[value="99"].value:before {
  content: "99%";
}
.chart.value-99.value.value-colored:before, .chart[data-value="99"].value.value-colored:before, .chart[value="99"].value.value-colored:before {
  color: rgb(2.55, 126.72, 0);
}
.chart.value-99 > *:first-child:before, .chart[data-value="99"] > *:first-child:before, .chart[value="99"] > *:first-child:before {
  transform: rotate("356.4deg");
  transform: rotate("176.4deg");
  background: currentColor;
}
.chart.value-100.value:before, .chart[data-value="100"].value:before, .chart[value="100"].value:before {
  content: "100%";
}
.chart.value-100.value.value-colored:before, .chart[data-value="100"].value.value-colored:before, .chart[value="100"].value.value-colored:before {
  color: green;
}
.chart.value-100 > *:first-child:before, .chart[data-value="100"] > *:first-child:before, .chart[value="100"] > *:first-child:before {
  transform: rotate("360deg");
  transform: rotate("180deg");
  background: currentColor;
}
.chart.ring:after {
  content: "";
  background: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.chart.value:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  content: "0%";
}
.chart > *:first-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(to right, transparent 50%, currentColor 0);
}
.chart > *:first-child:before {
  content: "";
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0/50%;
  background-color: inherit;
  transform-origin: left;
  background-color: inherit;
}

input.chart-control[value="0"] ~ .chart.value:before {
  content: "0%";
}
input.chart-control[value="0"] ~ .chart.value.value-colored:before {
  color: red;
}
input.chart-control[value="1"] ~ .chart.value:before {
  content: "1%";
}
input.chart-control[value="1"] ~ .chart.value.value-colored:before {
  color: rgb(252.45, 1.28, 0);
}
input.chart-control[value="1"] ~ .chart > *:first-child:before {
  transform: rotate("3.6deg");
}
input.chart-control[value="2"] ~ .chart.value:before {
  content: "2%";
}
input.chart-control[value="2"] ~ .chart.value.value-colored:before {
  color: rgb(249.9, 2.56, 0);
}
input.chart-control[value="2"] ~ .chart > *:first-child:before {
  transform: rotate("7.2deg");
}
input.chart-control[value="3"] ~ .chart.value:before {
  content: "3%";
}
input.chart-control[value="3"] ~ .chart.value.value-colored:before {
  color: rgb(247.35, 3.84, 0);
}
input.chart-control[value="3"] ~ .chart > *:first-child:before {
  transform: rotate("10.8deg");
}
input.chart-control[value="4"] ~ .chart.value:before {
  content: "4%";
}
input.chart-control[value="4"] ~ .chart.value.value-colored:before {
  color: rgb(244.8, 5.12, 0);
}
input.chart-control[value="4"] ~ .chart > *:first-child:before {
  transform: rotate("14.4deg");
}
input.chart-control[value="5"] ~ .chart.value:before {
  content: "5%";
}
input.chart-control[value="5"] ~ .chart.value.value-colored:before {
  color: rgb(242.25, 6.4, 0);
}
input.chart-control[value="5"] ~ .chart > *:first-child:before {
  transform: rotate("18deg");
}
input.chart-control[value="6"] ~ .chart.value:before {
  content: "6%";
}
input.chart-control[value="6"] ~ .chart.value.value-colored:before {
  color: rgb(239.7, 7.68, 0);
}
input.chart-control[value="6"] ~ .chart > *:first-child:before {
  transform: rotate("21.6deg");
}
input.chart-control[value="7"] ~ .chart.value:before {
  content: "7%";
}
input.chart-control[value="7"] ~ .chart.value.value-colored:before {
  color: rgb(237.15, 8.96, 0);
}
input.chart-control[value="7"] ~ .chart > *:first-child:before {
  transform: rotate("25.2deg");
}
input.chart-control[value="8"] ~ .chart.value:before {
  content: "8%";
}
input.chart-control[value="8"] ~ .chart.value.value-colored:before {
  color: rgb(234.6, 10.24, 0);
}
input.chart-control[value="8"] ~ .chart > *:first-child:before {
  transform: rotate("28.8deg");
}
input.chart-control[value="9"] ~ .chart.value:before {
  content: "9%";
}
input.chart-control[value="9"] ~ .chart.value.value-colored:before {
  color: rgb(232.05, 11.52, 0);
}
input.chart-control[value="9"] ~ .chart > *:first-child:before {
  transform: rotate("32.4deg");
}
input.chart-control[value="10"] ~ .chart.value:before {
  content: "10%";
}
input.chart-control[value="10"] ~ .chart.value.value-colored:before {
  color: rgb(229.5, 12.8, 0);
}
input.chart-control[value="10"] ~ .chart > *:first-child:before {
  transform: rotate("36deg");
}
input.chart-control[value="11"] ~ .chart.value:before {
  content: "11%";
}
input.chart-control[value="11"] ~ .chart.value.value-colored:before {
  color: rgb(226.95, 14.08, 0);
}
input.chart-control[value="11"] ~ .chart > *:first-child:before {
  transform: rotate("39.6deg");
}
input.chart-control[value="12"] ~ .chart.value:before {
  content: "12%";
}
input.chart-control[value="12"] ~ .chart.value.value-colored:before {
  color: rgb(224.4, 15.36, 0);
}
input.chart-control[value="12"] ~ .chart > *:first-child:before {
  transform: rotate("43.2deg");
}
input.chart-control[value="13"] ~ .chart.value:before {
  content: "13%";
}
input.chart-control[value="13"] ~ .chart.value.value-colored:before {
  color: rgb(221.85, 16.64, 0);
}
input.chart-control[value="13"] ~ .chart > *:first-child:before {
  transform: rotate("46.8deg");
}
input.chart-control[value="14"] ~ .chart.value:before {
  content: "14%";
}
input.chart-control[value="14"] ~ .chart.value.value-colored:before {
  color: rgb(219.3, 17.92, 0);
}
input.chart-control[value="14"] ~ .chart > *:first-child:before {
  transform: rotate("50.4deg");
}
input.chart-control[value="15"] ~ .chart.value:before {
  content: "15%";
}
input.chart-control[value="15"] ~ .chart.value.value-colored:before {
  color: rgb(216.75, 19.2, 0);
}
input.chart-control[value="15"] ~ .chart > *:first-child:before {
  transform: rotate("54deg");
}
input.chart-control[value="16"] ~ .chart.value:before {
  content: "16%";
}
input.chart-control[value="16"] ~ .chart.value.value-colored:before {
  color: rgb(214.2, 20.48, 0);
}
input.chart-control[value="16"] ~ .chart > *:first-child:before {
  transform: rotate("57.6deg");
}
input.chart-control[value="17"] ~ .chart.value:before {
  content: "17%";
}
input.chart-control[value="17"] ~ .chart.value.value-colored:before {
  color: rgb(211.65, 21.76, 0);
}
input.chart-control[value="17"] ~ .chart > *:first-child:before {
  transform: rotate("61.2deg");
}
input.chart-control[value="18"] ~ .chart.value:before {
  content: "18%";
}
input.chart-control[value="18"] ~ .chart.value.value-colored:before {
  color: rgb(209.1, 23.04, 0);
}
input.chart-control[value="18"] ~ .chart > *:first-child:before {
  transform: rotate("64.8deg");
}
input.chart-control[value="19"] ~ .chart.value:before {
  content: "19%";
}
input.chart-control[value="19"] ~ .chart.value.value-colored:before {
  color: rgb(206.55, 24.32, 0);
}
input.chart-control[value="19"] ~ .chart > *:first-child:before {
  transform: rotate("68.4deg");
}
input.chart-control[value="20"] ~ .chart.value:before {
  content: "20%";
}
input.chart-control[value="20"] ~ .chart.value.value-colored:before {
  color: rgb(204, 25.6, 0);
}
input.chart-control[value="20"] ~ .chart > *:first-child:before {
  transform: rotate("72deg");
}
input.chart-control[value="21"] ~ .chart.value:before {
  content: "21%";
}
input.chart-control[value="21"] ~ .chart.value.value-colored:before {
  color: rgb(201.45, 26.88, 0);
}
input.chart-control[value="21"] ~ .chart > *:first-child:before {
  transform: rotate("75.6deg");
}
input.chart-control[value="22"] ~ .chart.value:before {
  content: "22%";
}
input.chart-control[value="22"] ~ .chart.value.value-colored:before {
  color: rgb(198.9, 28.16, 0);
}
input.chart-control[value="22"] ~ .chart > *:first-child:before {
  transform: rotate("79.2deg");
}
input.chart-control[value="23"] ~ .chart.value:before {
  content: "23%";
}
input.chart-control[value="23"] ~ .chart.value.value-colored:before {
  color: rgb(196.35, 29.44, 0);
}
input.chart-control[value="23"] ~ .chart > *:first-child:before {
  transform: rotate("82.8deg");
}
input.chart-control[value="24"] ~ .chart.value:before {
  content: "24%";
}
input.chart-control[value="24"] ~ .chart.value.value-colored:before {
  color: rgb(193.8, 30.72, 0);
}
input.chart-control[value="24"] ~ .chart > *:first-child:before {
  transform: rotate("86.4deg");
}
input.chart-control[value="25"] ~ .chart.value:before {
  content: "25%";
}
input.chart-control[value="25"] ~ .chart.value.value-colored:before {
  color: rgb(191.25, 32, 0);
}
input.chart-control[value="25"] ~ .chart > *:first-child:before {
  transform: rotate("90deg");
}
input.chart-control[value="26"] ~ .chart.value:before {
  content: "26%";
}
input.chart-control[value="26"] ~ .chart.value.value-colored:before {
  color: rgb(188.7, 33.28, 0);
}
input.chart-control[value="26"] ~ .chart > *:first-child:before {
  transform: rotate("93.6deg");
}
input.chart-control[value="27"] ~ .chart.value:before {
  content: "27%";
}
input.chart-control[value="27"] ~ .chart.value.value-colored:before {
  color: rgb(186.15, 34.56, 0);
}
input.chart-control[value="27"] ~ .chart > *:first-child:before {
  transform: rotate("97.2deg");
}
input.chart-control[value="28"] ~ .chart.value:before {
  content: "28%";
}
input.chart-control[value="28"] ~ .chart.value.value-colored:before {
  color: rgb(183.6, 35.84, 0);
}
input.chart-control[value="28"] ~ .chart > *:first-child:before {
  transform: rotate("100.8deg");
}
input.chart-control[value="29"] ~ .chart.value:before {
  content: "29%";
}
input.chart-control[value="29"] ~ .chart.value.value-colored:before {
  color: rgb(181.05, 37.12, 0);
}
input.chart-control[value="29"] ~ .chart > *:first-child:before {
  transform: rotate("104.4deg");
}
input.chart-control[value="30"] ~ .chart.value:before {
  content: "30%";
}
input.chart-control[value="30"] ~ .chart.value.value-colored:before {
  color: rgb(178.5, 38.4, 0);
}
input.chart-control[value="30"] ~ .chart > *:first-child:before {
  transform: rotate("108deg");
}
input.chart-control[value="31"] ~ .chart.value:before {
  content: "31%";
}
input.chart-control[value="31"] ~ .chart.value.value-colored:before {
  color: rgb(175.95, 39.68, 0);
}
input.chart-control[value="31"] ~ .chart > *:first-child:before {
  transform: rotate("111.6deg");
}
input.chart-control[value="32"] ~ .chart.value:before {
  content: "32%";
}
input.chart-control[value="32"] ~ .chart.value.value-colored:before {
  color: rgb(173.4, 40.96, 0);
}
input.chart-control[value="32"] ~ .chart > *:first-child:before {
  transform: rotate("115.2deg");
}
input.chart-control[value="33"] ~ .chart.value:before {
  content: "33%";
}
input.chart-control[value="33"] ~ .chart.value.value-colored:before {
  color: rgb(170.85, 42.24, 0);
}
input.chart-control[value="33"] ~ .chart > *:first-child:before {
  transform: rotate("118.8deg");
}
input.chart-control[value="34"] ~ .chart.value:before {
  content: "34%";
}
input.chart-control[value="34"] ~ .chart.value.value-colored:before {
  color: rgb(168.3, 43.52, 0);
}
input.chart-control[value="34"] ~ .chart > *:first-child:before {
  transform: rotate("122.4deg");
}
input.chart-control[value="35"] ~ .chart.value:before {
  content: "35%";
}
input.chart-control[value="35"] ~ .chart.value.value-colored:before {
  color: rgb(165.75, 44.8, 0);
}
input.chart-control[value="35"] ~ .chart > *:first-child:before {
  transform: rotate("126deg");
}
input.chart-control[value="36"] ~ .chart.value:before {
  content: "36%";
}
input.chart-control[value="36"] ~ .chart.value.value-colored:before {
  color: rgb(163.2, 46.08, 0);
}
input.chart-control[value="36"] ~ .chart > *:first-child:before {
  transform: rotate("129.6deg");
}
input.chart-control[value="37"] ~ .chart.value:before {
  content: "37%";
}
input.chart-control[value="37"] ~ .chart.value.value-colored:before {
  color: rgb(160.65, 47.36, 0);
}
input.chart-control[value="37"] ~ .chart > *:first-child:before {
  transform: rotate("133.2deg");
}
input.chart-control[value="38"] ~ .chart.value:before {
  content: "38%";
}
input.chart-control[value="38"] ~ .chart.value.value-colored:before {
  color: rgb(158.1, 48.64, 0);
}
input.chart-control[value="38"] ~ .chart > *:first-child:before {
  transform: rotate("136.8deg");
}
input.chart-control[value="39"] ~ .chart.value:before {
  content: "39%";
}
input.chart-control[value="39"] ~ .chart.value.value-colored:before {
  color: rgb(155.55, 49.92, 0);
}
input.chart-control[value="39"] ~ .chart > *:first-child:before {
  transform: rotate("140.4deg");
}
input.chart-control[value="40"] ~ .chart.value:before {
  content: "40%";
}
input.chart-control[value="40"] ~ .chart.value.value-colored:before {
  color: rgb(153, 51.2, 0);
}
input.chart-control[value="40"] ~ .chart > *:first-child:before {
  transform: rotate("144deg");
}
input.chart-control[value="41"] ~ .chart.value:before {
  content: "41%";
}
input.chart-control[value="41"] ~ .chart.value.value-colored:before {
  color: rgb(150.45, 52.48, 0);
}
input.chart-control[value="41"] ~ .chart > *:first-child:before {
  transform: rotate("147.6deg");
}
input.chart-control[value="42"] ~ .chart.value:before {
  content: "42%";
}
input.chart-control[value="42"] ~ .chart.value.value-colored:before {
  color: rgb(147.9, 53.76, 0);
}
input.chart-control[value="42"] ~ .chart > *:first-child:before {
  transform: rotate("151.2deg");
}
input.chart-control[value="43"] ~ .chart.value:before {
  content: "43%";
}
input.chart-control[value="43"] ~ .chart.value.value-colored:before {
  color: rgb(145.35, 55.04, 0);
}
input.chart-control[value="43"] ~ .chart > *:first-child:before {
  transform: rotate("154.8deg");
}
input.chart-control[value="44"] ~ .chart.value:before {
  content: "44%";
}
input.chart-control[value="44"] ~ .chart.value.value-colored:before {
  color: rgb(142.8, 56.32, 0);
}
input.chart-control[value="44"] ~ .chart > *:first-child:before {
  transform: rotate("158.4deg");
}
input.chart-control[value="45"] ~ .chart.value:before {
  content: "45%";
}
input.chart-control[value="45"] ~ .chart.value.value-colored:before {
  color: rgb(140.25, 57.6, 0);
}
input.chart-control[value="45"] ~ .chart > *:first-child:before {
  transform: rotate("162deg");
}
input.chart-control[value="46"] ~ .chart.value:before {
  content: "46%";
}
input.chart-control[value="46"] ~ .chart.value.value-colored:before {
  color: rgb(137.7, 58.88, 0);
}
input.chart-control[value="46"] ~ .chart > *:first-child:before {
  transform: rotate("165.6deg");
}
input.chart-control[value="47"] ~ .chart.value:before {
  content: "47%";
}
input.chart-control[value="47"] ~ .chart.value.value-colored:before {
  color: rgb(135.15, 60.16, 0);
}
input.chart-control[value="47"] ~ .chart > *:first-child:before {
  transform: rotate("169.2deg");
}
input.chart-control[value="48"] ~ .chart.value:before {
  content: "48%";
}
input.chart-control[value="48"] ~ .chart.value.value-colored:before {
  color: rgb(132.6, 61.44, 0);
}
input.chart-control[value="48"] ~ .chart > *:first-child:before {
  transform: rotate("172.8deg");
}
input.chart-control[value="49"] ~ .chart.value:before {
  content: "49%";
}
input.chart-control[value="49"] ~ .chart.value.value-colored:before {
  color: rgb(130.05, 62.72, 0);
}
input.chart-control[value="49"] ~ .chart > *:first-child:before {
  transform: rotate("176.4deg");
}
input.chart-control[value="50"] ~ .chart.value:before {
  content: "50%";
}
input.chart-control[value="50"] ~ .chart.value.value-colored:before {
  color: rgb(127.5, 64, 0);
}
input.chart-control[value="50"] ~ .chart > *:first-child:before {
  transform: rotate("180deg");
}
input.chart-control[value="51"] ~ .chart.value:before {
  content: "51%";
}
input.chart-control[value="51"] ~ .chart.value.value-colored:before {
  color: rgb(124.95, 65.28, 0);
}
input.chart-control[value="51"] ~ .chart > *:first-child:before {
  transform: rotate("183.6deg");
  transform: rotate("3.6deg");
  background: currentColor;
}
input.chart-control[value="52"] ~ .chart.value:before {
  content: "52%";
}
input.chart-control[value="52"] ~ .chart.value.value-colored:before {
  color: rgb(122.4, 66.56, 0);
}
input.chart-control[value="52"] ~ .chart > *:first-child:before {
  transform: rotate("187.2deg");
  transform: rotate("7.2deg");
  background: currentColor;
}
input.chart-control[value="53"] ~ .chart.value:before {
  content: "53%";
}
input.chart-control[value="53"] ~ .chart.value.value-colored:before {
  color: rgb(119.85, 67.84, 0);
}
input.chart-control[value="53"] ~ .chart > *:first-child:before {
  transform: rotate("190.8deg");
  transform: rotate("10.8deg");
  background: currentColor;
}
input.chart-control[value="54"] ~ .chart.value:before {
  content: "54%";
}
input.chart-control[value="54"] ~ .chart.value.value-colored:before {
  color: rgb(117.3, 69.12, 0);
}
input.chart-control[value="54"] ~ .chart > *:first-child:before {
  transform: rotate("194.4deg");
  transform: rotate("14.4deg");
  background: currentColor;
}
input.chart-control[value="55"] ~ .chart.value:before {
  content: "55%";
}
input.chart-control[value="55"] ~ .chart.value.value-colored:before {
  color: rgb(114.75, 70.4, 0);
}
input.chart-control[value="55"] ~ .chart > *:first-child:before {
  transform: rotate("198deg");
  transform: rotate("18deg");
  background: currentColor;
}
input.chart-control[value="56"] ~ .chart.value:before {
  content: "56%";
}
input.chart-control[value="56"] ~ .chart.value.value-colored:before {
  color: rgb(112.2, 71.68, 0);
}
input.chart-control[value="56"] ~ .chart > *:first-child:before {
  transform: rotate("201.6deg");
  transform: rotate("21.6deg");
  background: currentColor;
}
input.chart-control[value="57"] ~ .chart.value:before {
  content: "57%";
}
input.chart-control[value="57"] ~ .chart.value.value-colored:before {
  color: rgb(109.65, 72.96, 0);
}
input.chart-control[value="57"] ~ .chart > *:first-child:before {
  transform: rotate("205.2deg");
  transform: rotate("25.2deg");
  background: currentColor;
}
input.chart-control[value="58"] ~ .chart.value:before {
  content: "58%";
}
input.chart-control[value="58"] ~ .chart.value.value-colored:before {
  color: rgb(107.1, 74.24, 0);
}
input.chart-control[value="58"] ~ .chart > *:first-child:before {
  transform: rotate("208.8deg");
  transform: rotate("28.8deg");
  background: currentColor;
}
input.chart-control[value="59"] ~ .chart.value:before {
  content: "59%";
}
input.chart-control[value="59"] ~ .chart.value.value-colored:before {
  color: rgb(104.55, 75.52, 0);
}
input.chart-control[value="59"] ~ .chart > *:first-child:before {
  transform: rotate("212.4deg");
  transform: rotate("32.4deg");
  background: currentColor;
}
input.chart-control[value="60"] ~ .chart.value:before {
  content: "60%";
}
input.chart-control[value="60"] ~ .chart.value.value-colored:before {
  color: rgb(102, 76.8, 0);
}
input.chart-control[value="60"] ~ .chart > *:first-child:before {
  transform: rotate("216deg");
  transform: rotate("36deg");
  background: currentColor;
}
input.chart-control[value="61"] ~ .chart.value:before {
  content: "61%";
}
input.chart-control[value="61"] ~ .chart.value.value-colored:before {
  color: rgb(99.45, 78.08, 0);
}
input.chart-control[value="61"] ~ .chart > *:first-child:before {
  transform: rotate("219.6deg");
  transform: rotate("39.6deg");
  background: currentColor;
}
input.chart-control[value="62"] ~ .chart.value:before {
  content: "62%";
}
input.chart-control[value="62"] ~ .chart.value.value-colored:before {
  color: rgb(96.9, 79.36, 0);
}
input.chart-control[value="62"] ~ .chart > *:first-child:before {
  transform: rotate("223.2deg");
  transform: rotate("43.2deg");
  background: currentColor;
}
input.chart-control[value="63"] ~ .chart.value:before {
  content: "63%";
}
input.chart-control[value="63"] ~ .chart.value.value-colored:before {
  color: rgb(94.35, 80.64, 0);
}
input.chart-control[value="63"] ~ .chart > *:first-child:before {
  transform: rotate("226.8deg");
  transform: rotate("46.8deg");
  background: currentColor;
}
input.chart-control[value="64"] ~ .chart.value:before {
  content: "64%";
}
input.chart-control[value="64"] ~ .chart.value.value-colored:before {
  color: rgb(91.8, 81.92, 0);
}
input.chart-control[value="64"] ~ .chart > *:first-child:before {
  transform: rotate("230.4deg");
  transform: rotate("50.4deg");
  background: currentColor;
}
input.chart-control[value="65"] ~ .chart.value:before {
  content: "65%";
}
input.chart-control[value="65"] ~ .chart.value.value-colored:before {
  color: rgb(89.25, 83.2, 0);
}
input.chart-control[value="65"] ~ .chart > *:first-child:before {
  transform: rotate("234deg");
  transform: rotate("54deg");
  background: currentColor;
}
input.chart-control[value="66"] ~ .chart.value:before {
  content: "66%";
}
input.chart-control[value="66"] ~ .chart.value.value-colored:before {
  color: rgb(86.7, 84.48, 0);
}
input.chart-control[value="66"] ~ .chart > *:first-child:before {
  transform: rotate("237.6deg");
  transform: rotate("57.6deg");
  background: currentColor;
}
input.chart-control[value="67"] ~ .chart.value:before {
  content: "67%";
}
input.chart-control[value="67"] ~ .chart.value.value-colored:before {
  color: rgb(84.15, 85.76, 0);
}
input.chart-control[value="67"] ~ .chart > *:first-child:before {
  transform: rotate("241.2deg");
  transform: rotate("61.2deg");
  background: currentColor;
}
input.chart-control[value="68"] ~ .chart.value:before {
  content: "68%";
}
input.chart-control[value="68"] ~ .chart.value.value-colored:before {
  color: rgb(81.6, 87.04, 0);
}
input.chart-control[value="68"] ~ .chart > *:first-child:before {
  transform: rotate("244.8deg");
  transform: rotate("64.8deg");
  background: currentColor;
}
input.chart-control[value="69"] ~ .chart.value:before {
  content: "69%";
}
input.chart-control[value="69"] ~ .chart.value.value-colored:before {
  color: rgb(79.05, 88.32, 0);
}
input.chart-control[value="69"] ~ .chart > *:first-child:before {
  transform: rotate("248.4deg");
  transform: rotate("68.4deg");
  background: currentColor;
}
input.chart-control[value="70"] ~ .chart.value:before {
  content: "70%";
}
input.chart-control[value="70"] ~ .chart.value.value-colored:before {
  color: rgb(76.5, 89.6, 0);
}
input.chart-control[value="70"] ~ .chart > *:first-child:before {
  transform: rotate("252deg");
  transform: rotate("72deg");
  background: currentColor;
}
input.chart-control[value="71"] ~ .chart.value:before {
  content: "71%";
}
input.chart-control[value="71"] ~ .chart.value.value-colored:before {
  color: rgb(73.95, 90.88, 0);
}
input.chart-control[value="71"] ~ .chart > *:first-child:before {
  transform: rotate("255.6deg");
  transform: rotate("75.6deg");
  background: currentColor;
}
input.chart-control[value="72"] ~ .chart.value:before {
  content: "72%";
}
input.chart-control[value="72"] ~ .chart.value.value-colored:before {
  color: rgb(71.4, 92.16, 0);
}
input.chart-control[value="72"] ~ .chart > *:first-child:before {
  transform: rotate("259.2deg");
  transform: rotate("79.2deg");
  background: currentColor;
}
input.chart-control[value="73"] ~ .chart.value:before {
  content: "73%";
}
input.chart-control[value="73"] ~ .chart.value.value-colored:before {
  color: rgb(68.85, 93.44, 0);
}
input.chart-control[value="73"] ~ .chart > *:first-child:before {
  transform: rotate("262.8deg");
  transform: rotate("82.8deg");
  background: currentColor;
}
input.chart-control[value="74"] ~ .chart.value:before {
  content: "74%";
}
input.chart-control[value="74"] ~ .chart.value.value-colored:before {
  color: rgb(66.3, 94.72, 0);
}
input.chart-control[value="74"] ~ .chart > *:first-child:before {
  transform: rotate("266.4deg");
  transform: rotate("86.4deg");
  background: currentColor;
}
input.chart-control[value="75"] ~ .chart.value:before {
  content: "75%";
}
input.chart-control[value="75"] ~ .chart.value.value-colored:before {
  color: rgb(63.75, 96, 0);
}
input.chart-control[value="75"] ~ .chart > *:first-child:before {
  transform: rotate("270deg");
  transform: rotate("90deg");
  background: currentColor;
}
input.chart-control[value="76"] ~ .chart.value:before {
  content: "76%";
}
input.chart-control[value="76"] ~ .chart.value.value-colored:before {
  color: rgb(61.2, 97.28, 0);
}
input.chart-control[value="76"] ~ .chart > *:first-child:before {
  transform: rotate("273.6deg");
  transform: rotate("93.6deg");
  background: currentColor;
}
input.chart-control[value="77"] ~ .chart.value:before {
  content: "77%";
}
input.chart-control[value="77"] ~ .chart.value.value-colored:before {
  color: rgb(58.65, 98.56, 0);
}
input.chart-control[value="77"] ~ .chart > *:first-child:before {
  transform: rotate("277.2deg");
  transform: rotate("97.2deg");
  background: currentColor;
}
input.chart-control[value="78"] ~ .chart.value:before {
  content: "78%";
}
input.chart-control[value="78"] ~ .chart.value.value-colored:before {
  color: rgb(56.1, 99.84, 0);
}
input.chart-control[value="78"] ~ .chart > *:first-child:before {
  transform: rotate("280.8deg");
  transform: rotate("100.8deg");
  background: currentColor;
}
input.chart-control[value="79"] ~ .chart.value:before {
  content: "79%";
}
input.chart-control[value="79"] ~ .chart.value.value-colored:before {
  color: rgb(53.55, 101.12, 0);
}
input.chart-control[value="79"] ~ .chart > *:first-child:before {
  transform: rotate("284.4deg");
  transform: rotate("104.4deg");
  background: currentColor;
}
input.chart-control[value="80"] ~ .chart.value:before {
  content: "80%";
}
input.chart-control[value="80"] ~ .chart.value.value-colored:before {
  color: rgb(51, 102.4, 0);
}
input.chart-control[value="80"] ~ .chart > *:first-child:before {
  transform: rotate("288deg");
  transform: rotate("108deg");
  background: currentColor;
}
input.chart-control[value="81"] ~ .chart.value:before {
  content: "81%";
}
input.chart-control[value="81"] ~ .chart.value.value-colored:before {
  color: rgb(48.45, 103.68, 0);
}
input.chart-control[value="81"] ~ .chart > *:first-child:before {
  transform: rotate("291.6deg");
  transform: rotate("111.6deg");
  background: currentColor;
}
input.chart-control[value="82"] ~ .chart.value:before {
  content: "82%";
}
input.chart-control[value="82"] ~ .chart.value.value-colored:before {
  color: rgb(45.9, 104.96, 0);
}
input.chart-control[value="82"] ~ .chart > *:first-child:before {
  transform: rotate("295.2deg");
  transform: rotate("115.2deg");
  background: currentColor;
}
input.chart-control[value="83"] ~ .chart.value:before {
  content: "83%";
}
input.chart-control[value="83"] ~ .chart.value.value-colored:before {
  color: rgb(43.35, 106.24, 0);
}
input.chart-control[value="83"] ~ .chart > *:first-child:before {
  transform: rotate("298.8deg");
  transform: rotate("118.8deg");
  background: currentColor;
}
input.chart-control[value="84"] ~ .chart.value:before {
  content: "84%";
}
input.chart-control[value="84"] ~ .chart.value.value-colored:before {
  color: rgb(40.8, 107.52, 0);
}
input.chart-control[value="84"] ~ .chart > *:first-child:before {
  transform: rotate("302.4deg");
  transform: rotate("122.4deg");
  background: currentColor;
}
input.chart-control[value="85"] ~ .chart.value:before {
  content: "85%";
}
input.chart-control[value="85"] ~ .chart.value.value-colored:before {
  color: rgb(38.25, 108.8, 0);
}
input.chart-control[value="85"] ~ .chart > *:first-child:before {
  transform: rotate("306deg");
  transform: rotate("126deg");
  background: currentColor;
}
input.chart-control[value="86"] ~ .chart.value:before {
  content: "86%";
}
input.chart-control[value="86"] ~ .chart.value.value-colored:before {
  color: rgb(35.7, 110.08, 0);
}
input.chart-control[value="86"] ~ .chart > *:first-child:before {
  transform: rotate("309.6deg");
  transform: rotate("129.6deg");
  background: currentColor;
}
input.chart-control[value="87"] ~ .chart.value:before {
  content: "87%";
}
input.chart-control[value="87"] ~ .chart.value.value-colored:before {
  color: rgb(33.15, 111.36, 0);
}
input.chart-control[value="87"] ~ .chart > *:first-child:before {
  transform: rotate("313.2deg");
  transform: rotate("133.2deg");
  background: currentColor;
}
input.chart-control[value="88"] ~ .chart.value:before {
  content: "88%";
}
input.chart-control[value="88"] ~ .chart.value.value-colored:before {
  color: rgb(30.6, 112.64, 0);
}
input.chart-control[value="88"] ~ .chart > *:first-child:before {
  transform: rotate("316.8deg");
  transform: rotate("136.8deg");
  background: currentColor;
}
input.chart-control[value="89"] ~ .chart.value:before {
  content: "89%";
}
input.chart-control[value="89"] ~ .chart.value.value-colored:before {
  color: rgb(28.05, 113.92, 0);
}
input.chart-control[value="89"] ~ .chart > *:first-child:before {
  transform: rotate("320.4deg");
  transform: rotate("140.4deg");
  background: currentColor;
}
input.chart-control[value="90"] ~ .chart.value:before {
  content: "90%";
}
input.chart-control[value="90"] ~ .chart.value.value-colored:before {
  color: rgb(25.5, 115.2, 0);
}
input.chart-control[value="90"] ~ .chart > *:first-child:before {
  transform: rotate("324deg");
  transform: rotate("144deg");
  background: currentColor;
}
input.chart-control[value="91"] ~ .chart.value:before {
  content: "91%";
}
input.chart-control[value="91"] ~ .chart.value.value-colored:before {
  color: rgb(22.95, 116.48, 0);
}
input.chart-control[value="91"] ~ .chart > *:first-child:before {
  transform: rotate("327.6deg");
  transform: rotate("147.6deg");
  background: currentColor;
}
input.chart-control[value="92"] ~ .chart.value:before {
  content: "92%";
}
input.chart-control[value="92"] ~ .chart.value.value-colored:before {
  color: rgb(20.4, 117.76, 0);
}
input.chart-control[value="92"] ~ .chart > *:first-child:before {
  transform: rotate("331.2deg");
  transform: rotate("151.2deg");
  background: currentColor;
}
input.chart-control[value="93"] ~ .chart.value:before {
  content: "93%";
}
input.chart-control[value="93"] ~ .chart.value.value-colored:before {
  color: rgb(17.85, 119.04, 0);
}
input.chart-control[value="93"] ~ .chart > *:first-child:before {
  transform: rotate("334.8deg");
  transform: rotate("154.8deg");
  background: currentColor;
}
input.chart-control[value="94"] ~ .chart.value:before {
  content: "94%";
}
input.chart-control[value="94"] ~ .chart.value.value-colored:before {
  color: rgb(15.3, 120.32, 0);
}
input.chart-control[value="94"] ~ .chart > *:first-child:before {
  transform: rotate("338.4deg");
  transform: rotate("158.4deg");
  background: currentColor;
}
input.chart-control[value="95"] ~ .chart.value:before {
  content: "95%";
}
input.chart-control[value="95"] ~ .chart.value.value-colored:before {
  color: rgb(12.75, 121.6, 0);
}
input.chart-control[value="95"] ~ .chart > *:first-child:before {
  transform: rotate("342deg");
  transform: rotate("162deg");
  background: currentColor;
}
input.chart-control[value="96"] ~ .chart.value:before {
  content: "96%";
}
input.chart-control[value="96"] ~ .chart.value.value-colored:before {
  color: rgb(10.2, 122.88, 0);
}
input.chart-control[value="96"] ~ .chart > *:first-child:before {
  transform: rotate("345.6deg");
  transform: rotate("165.6deg");
  background: currentColor;
}
input.chart-control[value="97"] ~ .chart.value:before {
  content: "97%";
}
input.chart-control[value="97"] ~ .chart.value.value-colored:before {
  color: rgb(7.65, 124.16, 0);
}
input.chart-control[value="97"] ~ .chart > *:first-child:before {
  transform: rotate("349.2deg");
  transform: rotate("169.2deg");
  background: currentColor;
}
input.chart-control[value="98"] ~ .chart.value:before {
  content: "98%";
}
input.chart-control[value="98"] ~ .chart.value.value-colored:before {
  color: rgb(5.1, 125.44, 0);
}
input.chart-control[value="98"] ~ .chart > *:first-child:before {
  transform: rotate("352.8deg");
  transform: rotate("172.8deg");
  background: currentColor;
}
input.chart-control[value="99"] ~ .chart.value:before {
  content: "99%";
}
input.chart-control[value="99"] ~ .chart.value.value-colored:before {
  color: rgb(2.55, 126.72, 0);
}
input.chart-control[value="99"] ~ .chart > *:first-child:before {
  transform: rotate("356.4deg");
  transform: rotate("176.4deg");
  background: currentColor;
}
input.chart-control[value="100"] ~ .chart.value:before {
  content: "100%";
}
input.chart-control[value="100"] ~ .chart.value.value-colored:before {
  color: green;
}
input.chart-control[value="100"] ~ .chart > *:first-child:before {
  transform: rotate("360deg");
  transform: rotate("180deg");
  background: currentColor;
}

.collapse {
  display: block;
}
.collapse dd {
  width: auto;
  margin-left: 0;
}
.collapse dt {
  width: auto;
  margin-bottom: 5px;
}

.dl.space-0.horizontally dt {
  margin-bottom: 0px;
}
.dl.space-0 dd {
  margin-bottom: 0px;
}
.dl.space-1.horizontally dt {
  margin-bottom: 6px;
}
.dl.space-1 dd {
  margin-bottom: 6px;
}
.dl.space-2.horizontally dt {
  margin-bottom: 13.5px;
}
.dl.space-2 dd {
  margin-bottom: 13.5px;
}
.dl.space-3.horizontally dt {
  margin-bottom: 23.1428571429px;
}
.dl.space-3 dd {
  margin-bottom: 23.1428571429px;
}
.dl.space-4.horizontally dt {
  margin-bottom: 36px;
}
.dl.space-4 dd {
  margin-bottom: 36px;
}
.dl.space-5.horizontally dt {
  margin-bottom: 54px;
}
.dl.space-5 dd {
  margin-bottom: 54px;
}
.dl.space-6.horizontally dt {
  margin-bottom: 81px;
}
.dl.space-6 dd {
  margin-bottom: 81px;
}
.dl.space-7.horizontally dt {
  margin-bottom: 126px;
}
.dl.space-7 dd {
  margin-bottom: 126px;
}
.dl dd {
  margin-bottom: 20px;
}
.dl dt {
  margin-bottom: 5px;
}
.dl dt:last-of-type, .dl dt:last-of-type + .dl dt:last-of-type {
  margin-bottom: 0;
}
.dl.title-colon dt:after {
  content: ":";
}
.dl.horizontally {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dl.horizontally.size-1 dt {
  width: 141px;
}
.dl.horizontally.size-1 dd {
  width: calc(100% - 161px);
  margin-left: 20px;
}
.dl.horizontally.size-2 dt {
  width: 282px;
}
.dl.horizontally.size-2 dd {
  width: calc(100% - 302px);
  margin-left: 20px;
}
.dl.horizontally.size-3 dt {
  width: 423px;
}
.dl.horizontally.size-3 dd {
  width: calc(100% - 443px);
  margin-left: 20px;
}
.dl.horizontally dt {
  width: 423px;
}
.dl.horizontally dd {
  width: calc(100% - 443px);
  margin-left: 20px;
}
.dl.horizontally.size-4 dt {
  width: 564px;
}
.dl.horizontally.size-4 dd {
  width: calc(100% - 584px);
  margin-left: 20px;
}
.dl.horizontally.size-5 dt {
  width: 705px;
}
.dl.horizontally.size-5 dd {
  width: calc(100% - 725px);
  margin-left: 20px;
}
.dl.horizontally.size-6 dt {
  width: 846px;
}
.dl.horizontally.size-6 dd {
  width: calc(100% - 866px);
  margin-left: 20px;
}
.dl.horizontally.size-7 dt {
  width: 987px;
}
.dl.horizontally.size-7 dd {
  width: calc(100% - 1007px);
  margin-left: 20px;
}
.dl.horizontally.size-8 dt {
  width: 1128px;
}
.dl.horizontally.size-8 dd {
  width: calc(100% - 1148px);
  margin-left: 20px;
}
.dl.horizontally dt {
  margin-bottom: 20px;
}
.dl.horizontally.collapse {
  display: block;
}
.dl.horizontally.collapse dd {
  width: auto;
  margin-left: 0;
}
.dl.horizontally.collapse dt {
  width: auto;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .dl.horizontally.d-collapse {
    display: block;
  }
  .dl.horizontally.d-collapse dd {
    width: auto;
    margin-left: 0;
  }
  .dl.horizontally.d-collapse dt {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .dl.horizontally.t-collapse {
    display: block;
  }
  .dl.horizontally.t-collapse dd {
    width: auto;
    margin-left: 0;
  }
  .dl.horizontally.t-collapse dt {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .dl.horizontally.tp-collapse {
    display: block;
  }
  .dl.horizontally.tp-collapse dd {
    width: auto;
    margin-left: 0;
  }
  .dl.horizontally.tp-collapse dt {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 568px) {
  .dl.horizontally.m-collapse {
    display: block;
  }
  .dl.horizontally.m-collapse dd {
    width: auto;
    margin-left: 0;
  }
  .dl.horizontally.m-collapse dt {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .dl.horizontally.mp-collapse {
    display: block;
  }
  .dl.horizontally.mp-collapse dd {
    width: auto;
    margin-left: 0;
  }
  .dl.horizontally.mp-collapse dt {
    width: auto;
    margin-bottom: 5px;
  }
}

.menu {
  display: block;
}
.menu.horizontal {
  display: flex;
  width: 100%;
}
.menu, .menu ul, .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu.menu-absolute .item, .menu.menu-fixed .item {
  position: relative;
}
.menu.menu-absolute .menu-inside, .menu.menu-fixed .menu-inside {
  z-index: 1;
}
.menu.menu-absolute .menu-inside {
  position: absolute;
  left: 0;
}
.menu.menu-fixed .menu-inside {
  position: fixed;
}
.menu.text-center .anchor {
  justify-content: center;
}
.menu .menu-inside {
  list-style: none;
  display: none;
}
.menu .menu-inside:hover .anchor {
  background-color: #1A1A1A;
}
.menu .anchor {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
.menu .anchor:hover ~ .menu-inside {
  display: block;
}
.menu .anchor:hover ~ .menu-inside .anchor {
  background-color: #1A1A1A;
}
.menu .anchor ~ .menu-inside:hover {
  display: block;
}
.menu .item {
  display: block;
}
.menu .item:last-child {
  border-bottom: 0;
}
.menu .item .anchor {
  display: block;
}
.menu.popup {
  border: 0 none;
}
.menu .item.active .anchor {
  background-color: #6253f9;
}
.menu .item:hover .anchor .anchor {
  background-color: rgb(218.8709677419, 207.9032258065, 222.0967741935);
  color: #2a2a2a;
}
.menu .anchor:focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset;
}
.menu.horizontal {
  display: flex;
}
.menu.horizontal.wrap {
  flex-wrap: wrap;
}
.menu.horizontal:not(.wrap) .item {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}
.menu.horizontal .anchor:focus {
  box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset;
}
.menu.horizontal .item .anchor {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
}
.menu.horizontal .item .anchor [class^=icon-], .menu.horizontal .item .anchor [class*=" icon-"] {
  flex: 0 0 auto;
  min-width: 0;
}
.menu.horizontal .item .anchor span {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
.menu.horizontal .item .anchor:not(.button) {
  border-top: 0 none;
}
.menu.horizontal .item + .item .anchor:not(.button) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.horizontal.auto-width .item {
  width: auto;
  flex: 0 0 auto;
}

@media (min-width: 769px) {
  .menu-mobile .item .anchor {
    cursor: pointer;
    color: #5386f9;
    text-decoration: none;
  }
  .menu-mobile .item .anchor:focus {
    border-bottom: 1px solid #6253f9;
  }
  .menu-mobile .item.active:hover {
    text-decoration: none;
  }
  .menu-mobile .item.active:hover .anchor {
    text-decoration: none;
  }
  .menu-mobile .item.active .anchor {
    border-bottom: 1px solid #6253f9;
  }
  .menu-mobile .item.active .anchor:hover {
    text-decoration: none;
    border-color: currentColor;
  }
  .menu-mobile .item:hover .anchor .anchor {
    color: rgb(181.5617977528, 203.3370786517, 252.4382022472);
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
  .menu-mobile.horizontal {
    display: flex;
    width: 100%;
  }
  .menu-mobile, .menu-mobile ul, .menu-mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-mobile.menu-absolute .item, .menu-mobile.menu-fixed .item {
    position: relative;
  }
  .menu-mobile.menu-absolute .menu-inside, .menu-mobile.menu-fixed .menu-inside {
    z-index: 1;
  }
  .menu-mobile.menu-absolute .menu-inside {
    position: absolute;
    left: 0;
  }
  .menu-mobile.menu-fixed .menu-inside {
    position: fixed;
  }
  .menu-mobile.text-center .anchor {
    justify-content: center;
  }
  .menu-mobile .menu-inside {
    list-style: none;
    display: none;
  }
  .menu-mobile .menu-inside:hover .anchor {
    background-color: #1A1A1A;
  }
  .menu-mobile .anchor {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 100%;
  }
  .menu-mobile .anchor:hover ~ .menu-inside {
    display: block;
  }
  .menu-mobile .anchor:hover ~ .menu-inside .anchor {
    background-color: #1A1A1A;
  }
  .menu-mobile .anchor ~ .menu-inside:hover {
    display: block;
  }
  .menu-mobile .item {
    display: block;
  }
  .menu-mobile .item:last-child {
    border-bottom: 0;
  }
  .menu-mobile .item .anchor {
    display: block;
  }
  .menu-mobile .button {
    border-radius: 0;
  }
  .menu-mobile.items {
    display: block;
    margin: 0;
  }
  .menu-mobile .item.active .anchor {
    background-color: #6253f9;
  }
  .menu-mobile .item:hover .anchor .anchor {
    background-color: rgb(218.8709677419, 207.9032258065, 222.0967741935);
    color: #2a2a2a;
  }
  .menu-mobile .item .anchor:focus {
    box-shadow: 1px 1px 0 #6253f9 inset, -1px -1px 0 #6253f9 inset;
  }
  ul.items.menu-mobile {
    display: block;
    margin: 0;
  }
  ul.items.menu-mobile li, ul.items.menu-mobile .anchor {
    display: block;
    width: auto;
  }
  ul.items.menu-mobile .has-popup.hoverable:hover > .popup, ul.items.menu-mobile .has-popup > input:checked ~ .popup {
    display: block;
    width: 100%;
    max-width: none;
  }
  ul.items.menu-mobile .anchor {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
table, .table {
  width: 100%;
  box-sizing: border-box;
}

.header-sticky thead th, .header-sticky thead .th, .header-sticky .thead th, .header-sticky .thead .th {
  top: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #fff;
  z-index: 9;
}
.header-sticky.borders-horizontal thead .th, .header-sticky.borders-horizontal thead th, .header-sticky.borders-horizontal .thead .th, .header-sticky.borders-horizontal .thead th, .header-sticky.borders thead .th, .header-sticky.borders thead th, .header-sticky.borders .thead .th, .header-sticky.borders .thead th, .header-sticky .borders-horizontal thead .th, .header-sticky .borders-horizontal thead th, .header-sticky .borders-horizontal .thead .th, .header-sticky .borders-horizontal .thead th, .header-sticky .borders thead .th, .header-sticky .borders thead th, .header-sticky .borders .thead .th, .header-sticky .borders .thead th {
  border-bottom: 1px solid #f0f0f0;
}
.header-sticky.borders-horizontal tbody tr:first-child .th, .header-sticky.borders-horizontal tbody tr:first-child th, .header-sticky.borders-horizontal tbody tr:first-child .td, .header-sticky.borders-horizontal tbody tr:first-child td, .header-sticky.borders-horizontal tbody .tr:first-child .th, .header-sticky.borders-horizontal tbody .tr:first-child th, .header-sticky.borders-horizontal tbody .tr:first-child .td, .header-sticky.borders-horizontal tbody .tr:first-child td, .header-sticky.borders-horizontal .tbody tr:first-child .th, .header-sticky.borders-horizontal .tbody tr:first-child th, .header-sticky.borders-horizontal .tbody tr:first-child .td, .header-sticky.borders-horizontal .tbody tr:first-child td, .header-sticky.borders-horizontal .tbody .tr:first-child .th, .header-sticky.borders-horizontal .tbody .tr:first-child th, .header-sticky.borders-horizontal .tbody .tr:first-child .td, .header-sticky.borders-horizontal .tbody .tr:first-child td, .header-sticky.borders tbody tr:first-child .th, .header-sticky.borders tbody tr:first-child th, .header-sticky.borders tbody tr:first-child .td, .header-sticky.borders tbody tr:first-child td, .header-sticky.borders tbody .tr:first-child .th, .header-sticky.borders tbody .tr:first-child th, .header-sticky.borders tbody .tr:first-child .td, .header-sticky.borders tbody .tr:first-child td, .header-sticky.borders .tbody tr:first-child .th, .header-sticky.borders .tbody tr:first-child th, .header-sticky.borders .tbody tr:first-child .td, .header-sticky.borders .tbody tr:first-child td, .header-sticky.borders .tbody .tr:first-child .th, .header-sticky.borders .tbody .tr:first-child th, .header-sticky.borders .tbody .tr:first-child .td, .header-sticky.borders .tbody .tr:first-child td, .header-sticky .borders-horizontal tbody tr:first-child .th, .header-sticky .borders-horizontal tbody tr:first-child th, .header-sticky .borders-horizontal tbody tr:first-child .td, .header-sticky .borders-horizontal tbody tr:first-child td, .header-sticky .borders-horizontal tbody .tr:first-child .th, .header-sticky .borders-horizontal tbody .tr:first-child th, .header-sticky .borders-horizontal tbody .tr:first-child .td, .header-sticky .borders-horizontal tbody .tr:first-child td, .header-sticky .borders-horizontal .tbody tr:first-child .th, .header-sticky .borders-horizontal .tbody tr:first-child th, .header-sticky .borders-horizontal .tbody tr:first-child .td, .header-sticky .borders-horizontal .tbody tr:first-child td, .header-sticky .borders-horizontal .tbody .tr:first-child .th, .header-sticky .borders-horizontal .tbody .tr:first-child th, .header-sticky .borders-horizontal .tbody .tr:first-child .td, .header-sticky .borders-horizontal .tbody .tr:first-child td, .header-sticky .borders tbody tr:first-child .th, .header-sticky .borders tbody tr:first-child th, .header-sticky .borders tbody tr:first-child .td, .header-sticky .borders tbody tr:first-child td, .header-sticky .borders tbody .tr:first-child .th, .header-sticky .borders tbody .tr:first-child th, .header-sticky .borders tbody .tr:first-child .td, .header-sticky .borders tbody .tr:first-child td, .header-sticky .borders .tbody tr:first-child .th, .header-sticky .borders .tbody tr:first-child th, .header-sticky .borders .tbody tr:first-child .td, .header-sticky .borders .tbody tr:first-child td, .header-sticky .borders .tbody .tr:first-child .th, .header-sticky .borders .tbody .tr:first-child th, .header-sticky .borders .tbody .tr:first-child .td, .header-sticky .borders .tbody .tr:first-child td {
  border-top: 0 none;
}

.footer-sticky tfoot .th, .footer-sticky tfoot th, .footer-sticky tfoot .td, .footer-sticky tfoot td, .footer-sticky .tfoot .th, .footer-sticky .tfoot th, .footer-sticky .tfoot .td, .footer-sticky .tfoot td {
  bottom: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #fff;
  z-index: 9;
}
.footer-sticky.borders-horizontal tfoot .th, .footer-sticky.borders-horizontal tfoot th, .footer-sticky.borders-horizontal tfoot .td, .footer-sticky.borders-horizontal tfoot td, .footer-sticky.borders-horizontal .tfoot .th, .footer-sticky.borders-horizontal .tfoot th, .footer-sticky.borders-horizontal .tfoot .td, .footer-sticky.borders-horizontal .tfoot td, .footer-sticky.borders tfoot .th, .footer-sticky.borders tfoot th, .footer-sticky.borders tfoot .td, .footer-sticky.borders tfoot td, .footer-sticky.borders .tfoot .th, .footer-sticky.borders .tfoot th, .footer-sticky.borders .tfoot .td, .footer-sticky.borders .tfoot td, .footer-sticky .borders-horizontal tfoot .th, .footer-sticky .borders-horizontal tfoot th, .footer-sticky .borders-horizontal tfoot .td, .footer-sticky .borders-horizontal tfoot td, .footer-sticky .borders-horizontal .tfoot .th, .footer-sticky .borders-horizontal .tfoot th, .footer-sticky .borders-horizontal .tfoot .td, .footer-sticky .borders-horizontal .tfoot td, .footer-sticky .borders tfoot .th, .footer-sticky .borders tfoot th, .footer-sticky .borders tfoot .td, .footer-sticky .borders tfoot td, .footer-sticky .borders .tfoot .th, .footer-sticky .borders .tfoot th, .footer-sticky .borders .tfoot .td, .footer-sticky .borders .tfoot td {
  border-top: 1px solid #f0f0f0;
}

.body-sticky tbody th, .body-sticky tbody .th, .body-sticky .tbody th, .body-sticky .tbody .th {
  left: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #fff;
  z-index: 9;
}
.body-sticky.borders-horizontal tbody .th, .body-sticky.borders-horizontal tbody th, .body-sticky.borders-horizontal .tbody .th, .body-sticky.borders-horizontal .tbody th, .body-sticky.borders tbody .th, .body-sticky.borders tbody th, .body-sticky.borders .tbody .th, .body-sticky.borders .tbody th {
  border-right: 1px solid #f0f0f0;
}

table, .table, .inline-table {
  border-spacing: 0;
  background: #fff;
  text-align: left;
}
table.borders-horizontal, .table.borders-horizontal, .inline-table.borders-horizontal {
  border-bottom: 1px solid #f0f0f0;
}
table.borders-horizontal .td, table.borders-horizontal td, table.borders-horizontal .th, table.borders-horizontal th, .table.borders-horizontal .td, .table.borders-horizontal td, .table.borders-horizontal .th, .table.borders-horizontal th, .inline-table.borders-horizontal .td, .inline-table.borders-horizontal td, .inline-table.borders-horizontal .th, .inline-table.borders-horizontal th {
  border-top: 1px solid #f0f0f0;
}
table.borders-vertical, .table.borders-vertical, .inline-table.borders-vertical {
  border-right: 1px solid #f0f0f0;
}
table.borders-vertical .td, table.borders-vertical td, table.borders-vertical .th, table.borders-vertical th, .table.borders-vertical .td, .table.borders-vertical td, .table.borders-vertical .th, .table.borders-vertical th, .inline-table.borders-vertical .td, .inline-table.borders-vertical td, .inline-table.borders-vertical .th, .inline-table.borders-vertical th {
  border-left: 1px solid #f0f0f0;
}
table.borders, .table.borders, .inline-table.borders {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
table.borders .td, table.borders td, table.borders .th, table.borders th, .table.borders .td, .table.borders td, .table.borders .th, .table.borders th, .inline-table.borders .td, .inline-table.borders td, .inline-table.borders .th, .inline-table.borders th {
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
table.borders-outside, .table.borders-outside, .inline-table.borders-outside {
  border: 1px solid #f0f0f0;
}
table.table-fixed, .table.table-fixed, .inline-table.table-fixed {
  table-layout: fixed;
}
table.table-ellipsis, .table.table-ellipsis, .inline-table.table-ellipsis {
  table-layout: fixed;
}
table.table-ellipsis .td, table.table-ellipsis td, table.table-ellipsis .th, table.table-ellipsis th, .table.table-ellipsis .td, .table.table-ellipsis td, .table.table-ellipsis .th, .table.table-ellipsis th, .inline-table.table-ellipsis .td, .inline-table.table-ellipsis td, .inline-table.table-ellipsis .th, .inline-table.table-ellipsis th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 769px) {
  table.hoverable-td tbody td:not(.un-hover):hover, table.hoverable-td tbody td:not(.un-hover).hover, table.hoverable-td tbody .td:not(.un-hover):hover, table.hoverable-td tbody .td:not(.un-hover).hover, table.hoverable-td .tbody td:not(.un-hover):hover, table.hoverable-td .tbody td:not(.un-hover).hover, table.hoverable-td .tbody .td:not(.un-hover):hover, table.hoverable-td .tbody .td:not(.un-hover).hover, .table.hoverable-td tbody td:not(.un-hover):hover, .table.hoverable-td tbody td:not(.un-hover).hover, .table.hoverable-td tbody .td:not(.un-hover):hover, .table.hoverable-td tbody .td:not(.un-hover).hover, .table.hoverable-td .tbody td:not(.un-hover):hover, .table.hoverable-td .tbody td:not(.un-hover).hover, .table.hoverable-td .tbody .td:not(.un-hover):hover, .table.hoverable-td .tbody .td:not(.un-hover).hover, .inline-table.hoverable-td tbody td:not(.un-hover):hover, .inline-table.hoverable-td tbody td:not(.un-hover).hover, .inline-table.hoverable-td tbody .td:not(.un-hover):hover, .inline-table.hoverable-td tbody .td:not(.un-hover).hover, .inline-table.hoverable-td .tbody td:not(.un-hover):hover, .inline-table.hoverable-td .tbody td:not(.un-hover).hover, .inline-table.hoverable-td .tbody .td:not(.un-hover):hover, .inline-table.hoverable-td .tbody .td:not(.un-hover).hover {
    background-color: rgb(142.9831460674, 132.2808988764, 250.7191011236) !important;
    color: #fff !important;
  }
  table.hoverable-td tbody td:not(.un-hover):hover .on-hover, table.hoverable-td tbody td:not(.un-hover).hover .on-hover, table.hoverable-td tbody .td:not(.un-hover):hover .on-hover, table.hoverable-td tbody .td:not(.un-hover).hover .on-hover, table.hoverable-td .tbody td:not(.un-hover):hover .on-hover, table.hoverable-td .tbody td:not(.un-hover).hover .on-hover, table.hoverable-td .tbody .td:not(.un-hover):hover .on-hover, table.hoverable-td .tbody .td:not(.un-hover).hover .on-hover, .table.hoverable-td tbody td:not(.un-hover):hover .on-hover, .table.hoverable-td tbody td:not(.un-hover).hover .on-hover, .table.hoverable-td tbody .td:not(.un-hover):hover .on-hover, .table.hoverable-td tbody .td:not(.un-hover).hover .on-hover, .table.hoverable-td .tbody td:not(.un-hover):hover .on-hover, .table.hoverable-td .tbody td:not(.un-hover).hover .on-hover, .table.hoverable-td .tbody .td:not(.un-hover):hover .on-hover, .table.hoverable-td .tbody .td:not(.un-hover).hover .on-hover, .inline-table.hoverable-td tbody td:not(.un-hover):hover .on-hover, .inline-table.hoverable-td tbody td:not(.un-hover).hover .on-hover, .inline-table.hoverable-td tbody .td:not(.un-hover):hover .on-hover, .inline-table.hoverable-td tbody .td:not(.un-hover).hover .on-hover, .inline-table.hoverable-td .tbody td:not(.un-hover):hover .on-hover, .inline-table.hoverable-td .tbody td:not(.un-hover).hover .on-hover, .inline-table.hoverable-td .tbody .td:not(.un-hover):hover .on-hover, .inline-table.hoverable-td .tbody .td:not(.un-hover).hover .on-hover {
    visibility: visible;
  }
  table.hoverable-tr tbody tr:not(.un-hover):hover td, table.hoverable-tr tbody tr:not(.un-hover):hover .td, table.hoverable-tr tbody tr:not(.un-hover).hover td, table.hoverable-tr tbody tr:not(.un-hover).hover .td, table.hoverable-tr tbody .tr:not(.un-hover):hover td, table.hoverable-tr tbody .tr:not(.un-hover):hover .td, table.hoverable-tr tbody .tr:not(.un-hover).hover td, table.hoverable-tr tbody .tr:not(.un-hover).hover .td, table.hoverable-tr .tbody tr:not(.un-hover):hover td, table.hoverable-tr .tbody tr:not(.un-hover):hover .td, table.hoverable-tr .tbody tr:not(.un-hover).hover td, table.hoverable-tr .tbody tr:not(.un-hover).hover .td, table.hoverable-tr .tbody .tr:not(.un-hover):hover td, table.hoverable-tr .tbody .tr:not(.un-hover):hover .td, table.hoverable-tr .tbody .tr:not(.un-hover).hover td, table.hoverable-tr .tbody .tr:not(.un-hover).hover .td, .table.hoverable-tr tbody tr:not(.un-hover):hover td, .table.hoverable-tr tbody tr:not(.un-hover):hover .td, .table.hoverable-tr tbody tr:not(.un-hover).hover td, .table.hoverable-tr tbody tr:not(.un-hover).hover .td, .table.hoverable-tr tbody .tr:not(.un-hover):hover td, .table.hoverable-tr tbody .tr:not(.un-hover):hover .td, .table.hoverable-tr tbody .tr:not(.un-hover).hover td, .table.hoverable-tr tbody .tr:not(.un-hover).hover .td, .table.hoverable-tr .tbody tr:not(.un-hover):hover td, .table.hoverable-tr .tbody tr:not(.un-hover):hover .td, .table.hoverable-tr .tbody tr:not(.un-hover).hover td, .table.hoverable-tr .tbody tr:not(.un-hover).hover .td, .table.hoverable-tr .tbody .tr:not(.un-hover):hover td, .table.hoverable-tr .tbody .tr:not(.un-hover):hover .td, .table.hoverable-tr .tbody .tr:not(.un-hover).hover td, .table.hoverable-tr .tbody .tr:not(.un-hover).hover .td, .inline-table.hoverable-tr tbody tr:not(.un-hover):hover td, .inline-table.hoverable-tr tbody tr:not(.un-hover):hover .td, .inline-table.hoverable-tr tbody tr:not(.un-hover).hover td, .inline-table.hoverable-tr tbody tr:not(.un-hover).hover .td, .inline-table.hoverable-tr tbody .tr:not(.un-hover):hover td, .inline-table.hoverable-tr tbody .tr:not(.un-hover):hover .td, .inline-table.hoverable-tr tbody .tr:not(.un-hover).hover td, .inline-table.hoverable-tr tbody .tr:not(.un-hover).hover .td, .inline-table.hoverable-tr .tbody tr:not(.un-hover):hover td, .inline-table.hoverable-tr .tbody tr:not(.un-hover):hover .td, .inline-table.hoverable-tr .tbody tr:not(.un-hover).hover td, .inline-table.hoverable-tr .tbody tr:not(.un-hover).hover .td, .inline-table.hoverable-tr .tbody .tr:not(.un-hover):hover td, .inline-table.hoverable-tr .tbody .tr:not(.un-hover):hover .td, .inline-table.hoverable-tr .tbody .tr:not(.un-hover).hover td, .inline-table.hoverable-tr .tbody .tr:not(.un-hover).hover .td {
    background-color: rgb(174.4713483146, 166.7775280899, 251.9224719101);
    color: #fff;
  }
  table.hoverable-tr tbody tr:not(.un-hover):hover td .on-hover, table.hoverable-tr tbody tr:not(.un-hover):hover .td .on-hover, table.hoverable-tr tbody tr:not(.un-hover).hover td .on-hover, table.hoverable-tr tbody tr:not(.un-hover).hover .td .on-hover, table.hoverable-tr tbody .tr:not(.un-hover):hover td .on-hover, table.hoverable-tr tbody .tr:not(.un-hover):hover .td .on-hover, table.hoverable-tr tbody .tr:not(.un-hover).hover td .on-hover, table.hoverable-tr tbody .tr:not(.un-hover).hover .td .on-hover, table.hoverable-tr .tbody tr:not(.un-hover):hover td .on-hover, table.hoverable-tr .tbody tr:not(.un-hover):hover .td .on-hover, table.hoverable-tr .tbody tr:not(.un-hover).hover td .on-hover, table.hoverable-tr .tbody tr:not(.un-hover).hover .td .on-hover, table.hoverable-tr .tbody .tr:not(.un-hover):hover td .on-hover, table.hoverable-tr .tbody .tr:not(.un-hover):hover .td .on-hover, table.hoverable-tr .tbody .tr:not(.un-hover).hover td .on-hover, table.hoverable-tr .tbody .tr:not(.un-hover).hover .td .on-hover, .table.hoverable-tr tbody tr:not(.un-hover):hover td .on-hover, .table.hoverable-tr tbody tr:not(.un-hover):hover .td .on-hover, .table.hoverable-tr tbody tr:not(.un-hover).hover td .on-hover, .table.hoverable-tr tbody tr:not(.un-hover).hover .td .on-hover, .table.hoverable-tr tbody .tr:not(.un-hover):hover td .on-hover, .table.hoverable-tr tbody .tr:not(.un-hover):hover .td .on-hover, .table.hoverable-tr tbody .tr:not(.un-hover).hover td .on-hover, .table.hoverable-tr tbody .tr:not(.un-hover).hover .td .on-hover, .table.hoverable-tr .tbody tr:not(.un-hover):hover td .on-hover, .table.hoverable-tr .tbody tr:not(.un-hover):hover .td .on-hover, .table.hoverable-tr .tbody tr:not(.un-hover).hover td .on-hover, .table.hoverable-tr .tbody tr:not(.un-hover).hover .td .on-hover, .table.hoverable-tr .tbody .tr:not(.un-hover):hover td .on-hover, .table.hoverable-tr .tbody .tr:not(.un-hover):hover .td .on-hover, .table.hoverable-tr .tbody .tr:not(.un-hover).hover td .on-hover, .table.hoverable-tr .tbody .tr:not(.un-hover).hover .td .on-hover, .inline-table.hoverable-tr tbody tr:not(.un-hover):hover td .on-hover, .inline-table.hoverable-tr tbody tr:not(.un-hover):hover .td .on-hover, .inline-table.hoverable-tr tbody tr:not(.un-hover).hover td .on-hover, .inline-table.hoverable-tr tbody tr:not(.un-hover).hover .td .on-hover, .inline-table.hoverable-tr tbody .tr:not(.un-hover):hover td .on-hover, .inline-table.hoverable-tr tbody .tr:not(.un-hover):hover .td .on-hover, .inline-table.hoverable-tr tbody .tr:not(.un-hover).hover td .on-hover, .inline-table.hoverable-tr tbody .tr:not(.un-hover).hover .td .on-hover, .inline-table.hoverable-tr .tbody tr:not(.un-hover):hover td .on-hover, .inline-table.hoverable-tr .tbody tr:not(.un-hover):hover .td .on-hover, .inline-table.hoverable-tr .tbody tr:not(.un-hover).hover td .on-hover, .inline-table.hoverable-tr .tbody tr:not(.un-hover).hover .td .on-hover, .inline-table.hoverable-tr .tbody .tr:not(.un-hover):hover td .on-hover, .inline-table.hoverable-tr .tbody .tr:not(.un-hover):hover .td .on-hover, .inline-table.hoverable-tr .tbody .tr:not(.un-hover).hover td .on-hover, .inline-table.hoverable-tr .tbody .tr:not(.un-hover).hover .td .on-hover {
    visibility: visible;
  }
  table.hoverable-col, .table.hoverable-col, .inline-table.hoverable-col {
    overflow: hidden;
  }
  table.hoverable-col col, table.hoverable-col .col, table.hoverable-col td, table.hoverable-col .td, table.hoverable-col th, table.hoverable-col .th, .table.hoverable-col col, .table.hoverable-col .col, .table.hoverable-col td, .table.hoverable-col .td, .table.hoverable-col th, .table.hoverable-col .th, .inline-table.hoverable-col col, .inline-table.hoverable-col .col, .inline-table.hoverable-col td, .inline-table.hoverable-col .td, .inline-table.hoverable-col th, .inline-table.hoverable-col .th {
    position: relative;
  }
  table.hoverable-col col span, table.hoverable-col .col span, table.hoverable-col td span, table.hoverable-col .td span, table.hoverable-col th span, table.hoverable-col .th span, .table.hoverable-col col span, .table.hoverable-col .col span, .table.hoverable-col td span, .table.hoverable-col .td span, .table.hoverable-col th span, .table.hoverable-col .th span, .inline-table.hoverable-col col span, .inline-table.hoverable-col .col span, .inline-table.hoverable-col td span, .inline-table.hoverable-col .td span, .inline-table.hoverable-col th span, .inline-table.hoverable-col .th span {
    position: relative;
    z-index: 3;
  }
  table.hoverable-col col:hover:after, table.hoverable-col col.hover:after, table.hoverable-col .col:hover:after, table.hoverable-col .col.hover:after, table.hoverable-col td:hover:after, table.hoverable-col td.hover:after, table.hoverable-col .td:hover:after, table.hoverable-col .td.hover:after, table.hoverable-col th:hover:after, table.hoverable-col th.hover:after, table.hoverable-col .th:hover:after, table.hoverable-col .th.hover:after, .table.hoverable-col col:hover:after, .table.hoverable-col col.hover:after, .table.hoverable-col .col:hover:after, .table.hoverable-col .col.hover:after, .table.hoverable-col td:hover:after, .table.hoverable-col td.hover:after, .table.hoverable-col .td:hover:after, .table.hoverable-col .td.hover:after, .table.hoverable-col th:hover:after, .table.hoverable-col th.hover:after, .table.hoverable-col .th:hover:after, .table.hoverable-col .th.hover:after, .inline-table.hoverable-col col:hover:after, .inline-table.hoverable-col col.hover:after, .inline-table.hoverable-col .col:hover:after, .inline-table.hoverable-col .col.hover:after, .inline-table.hoverable-col td:hover:after, .inline-table.hoverable-col td.hover:after, .inline-table.hoverable-col .td:hover:after, .inline-table.hoverable-col .td.hover:after, .inline-table.hoverable-col th:hover:after, .inline-table.hoverable-col th.hover:after, .inline-table.hoverable-col .th:hover:after, .inline-table.hoverable-col .th.hover:after {
    background-color: rgb(142.9831460674, 132.2808988764, 250.7191011236);
    content: " ";
    height: 300vh;
    left: 0;
    position: absolute;
    top: -100vh;
    width: 100%;
    z-index: 10;
    pointer-events: none;
  }
}
table.zebra-odd .tbody .tr:nth-child(odd) td, table.zebra-odd .tbody .tr:nth-child(odd) .td, table.zebra-odd .tbody tr:nth-child(odd) td, table.zebra-odd .tbody tr:nth-child(odd) .td, table.zebra-odd tbody .tr:nth-child(odd) td, table.zebra-odd tbody .tr:nth-child(odd) .td, table.zebra-odd tbody tr:nth-child(odd) td, table.zebra-odd tbody tr:nth-child(odd) .td, .table.zebra-odd .tbody .tr:nth-child(odd) td, .table.zebra-odd .tbody .tr:nth-child(odd) .td, .table.zebra-odd .tbody tr:nth-child(odd) td, .table.zebra-odd .tbody tr:nth-child(odd) .td, .table.zebra-odd tbody .tr:nth-child(odd) td, .table.zebra-odd tbody .tr:nth-child(odd) .td, .table.zebra-odd tbody tr:nth-child(odd) td, .table.zebra-odd tbody tr:nth-child(odd) .td, .inline-table.zebra-odd .tbody .tr:nth-child(odd) td, .inline-table.zebra-odd .tbody .tr:nth-child(odd) .td, .inline-table.zebra-odd .tbody tr:nth-child(odd) td, .inline-table.zebra-odd .tbody tr:nth-child(odd) .td, .inline-table.zebra-odd tbody .tr:nth-child(odd) td, .inline-table.zebra-odd tbody .tr:nth-child(odd) .td, .inline-table.zebra-odd tbody tr:nth-child(odd) td, .inline-table.zebra-odd tbody tr:nth-child(odd) .td {
  background-color: #f0f0f0;
}
table.zebra-even .tbody .tr:nth-child(even) td, table.zebra-even .tbody .tr:nth-child(even) .td, table.zebra-even .tbody tr:nth-child(even) td, table.zebra-even .tbody tr:nth-child(even) .td, table.zebra-even tbody .tr:nth-child(even) td, table.zebra-even tbody .tr:nth-child(even) .td, table.zebra-even tbody tr:nth-child(even) td, table.zebra-even tbody tr:nth-child(even) .td, .table.zebra-even .tbody .tr:nth-child(even) td, .table.zebra-even .tbody .tr:nth-child(even) .td, .table.zebra-even .tbody tr:nth-child(even) td, .table.zebra-even .tbody tr:nth-child(even) .td, .table.zebra-even tbody .tr:nth-child(even) td, .table.zebra-even tbody .tr:nth-child(even) .td, .table.zebra-even tbody tr:nth-child(even) td, .table.zebra-even tbody tr:nth-child(even) .td, .inline-table.zebra-even .tbody .tr:nth-child(even) td, .inline-table.zebra-even .tbody .tr:nth-child(even) .td, .inline-table.zebra-even .tbody tr:nth-child(even) td, .inline-table.zebra-even .tbody tr:nth-child(even) .td, .inline-table.zebra-even tbody .tr:nth-child(even) td, .inline-table.zebra-even tbody .tr:nth-child(even) .td, .inline-table.zebra-even tbody tr:nth-child(even) td, .inline-table.zebra-even tbody tr:nth-child(even) .td {
  background-color: #f0f0f0;
}
table .on-hover, .table .on-hover, .inline-table .on-hover {
  visibility: hidden;
}
table tfoot, table .tfoot, table tbody, table .tbody, .table tfoot, .table .tfoot, .table tbody, .table .tbody, .inline-table tfoot, .inline-table .tfoot, .inline-table tbody, .inline-table .tbody {
  font-size: 1rem;
  color: #2a2a2a;
}
table tbody a.tr, table tbody a.td, table .tbody a.tr, table .tbody a.td, .table tbody a.tr, .table tbody a.td, .table .tbody a.tr, .table .tbody a.td, .inline-table tbody a.tr, .inline-table tbody a.td, .inline-table .tbody a.tr, .inline-table .tbody a.td {
  color: inherit;
}
table tbody td:not(.actions) a:not(.button):hover, table .tbody td:not(.actions) a:not(.button):hover, .table tbody td:not(.actions) a:not(.button):hover, .table .tbody td:not(.actions) a:not(.button):hover, .inline-table tbody td:not(.actions) a:not(.button):hover, .inline-table .tbody td:not(.actions) a:not(.button):hover {
  text-decoration: underline;
}
table tbody td a, table tbody .td a, table .tbody td a, table .tbody .td a, .table tbody td a, .table tbody .td a, .table .tbody td a, .table .tbody .td a, .inline-table tbody td a, .inline-table tbody .td a, .inline-table .tbody td a, .inline-table .tbody .td a {
  cursor: pointer;
}

.overflow-auto table.hoverable-col, .overflow-auto .table.hoverable-col, .overflow-auto .inline-table.hoverable-col, .overflow-scroll table.hoverable-col, .overflow-scroll .table.hoverable-col, .overflow-scroll .inline-table.hoverable-col {
  overflow: visible;
}
.overflow-auto table.hoverable-col col:hover:after, .overflow-auto table.hoverable-col col.hover:after, .overflow-auto table.hoverable-col .col:hover:after, .overflow-auto table.hoverable-col .col.hover:after, .overflow-auto table.hoverable-col td:hover:after, .overflow-auto table.hoverable-col td.hover:after, .overflow-auto table.hoverable-col .td:hover:after, .overflow-auto table.hoverable-col .td.hover:after, .overflow-auto table.hoverable-col th:hover:after, .overflow-auto table.hoverable-col th.hover:after, .overflow-auto table.hoverable-col .th:hover:after, .overflow-auto table.hoverable-col .th.hover:after, .overflow-auto .table.hoverable-col col:hover:after, .overflow-auto .table.hoverable-col col.hover:after, .overflow-auto .table.hoverable-col .col:hover:after, .overflow-auto .table.hoverable-col .col.hover:after, .overflow-auto .table.hoverable-col td:hover:after, .overflow-auto .table.hoverable-col td.hover:after, .overflow-auto .table.hoverable-col .td:hover:after, .overflow-auto .table.hoverable-col .td.hover:after, .overflow-auto .table.hoverable-col th:hover:after, .overflow-auto .table.hoverable-col th.hover:after, .overflow-auto .table.hoverable-col .th:hover:after, .overflow-auto .table.hoverable-col .th.hover:after, .overflow-auto .inline-table.hoverable-col col:hover:after, .overflow-auto .inline-table.hoverable-col col.hover:after, .overflow-auto .inline-table.hoverable-col .col:hover:after, .overflow-auto .inline-table.hoverable-col .col.hover:after, .overflow-auto .inline-table.hoverable-col td:hover:after, .overflow-auto .inline-table.hoverable-col td.hover:after, .overflow-auto .inline-table.hoverable-col .td:hover:after, .overflow-auto .inline-table.hoverable-col .td.hover:after, .overflow-auto .inline-table.hoverable-col th:hover:after, .overflow-auto .inline-table.hoverable-col th.hover:after, .overflow-auto .inline-table.hoverable-col .th:hover:after, .overflow-auto .inline-table.hoverable-col .th.hover:after, .overflow-scroll table.hoverable-col col:hover:after, .overflow-scroll table.hoverable-col col.hover:after, .overflow-scroll table.hoverable-col .col:hover:after, .overflow-scroll table.hoverable-col .col.hover:after, .overflow-scroll table.hoverable-col td:hover:after, .overflow-scroll table.hoverable-col td.hover:after, .overflow-scroll table.hoverable-col .td:hover:after, .overflow-scroll table.hoverable-col .td.hover:after, .overflow-scroll table.hoverable-col th:hover:after, .overflow-scroll table.hoverable-col th.hover:after, .overflow-scroll table.hoverable-col .th:hover:after, .overflow-scroll table.hoverable-col .th.hover:after, .overflow-scroll .table.hoverable-col col:hover:after, .overflow-scroll .table.hoverable-col col.hover:after, .overflow-scroll .table.hoverable-col .col:hover:after, .overflow-scroll .table.hoverable-col .col.hover:after, .overflow-scroll .table.hoverable-col td:hover:after, .overflow-scroll .table.hoverable-col td.hover:after, .overflow-scroll .table.hoverable-col .td:hover:after, .overflow-scroll .table.hoverable-col .td.hover:after, .overflow-scroll .table.hoverable-col th:hover:after, .overflow-scroll .table.hoverable-col th.hover:after, .overflow-scroll .table.hoverable-col .th:hover:after, .overflow-scroll .table.hoverable-col .th.hover:after, .overflow-scroll .inline-table.hoverable-col col:hover:after, .overflow-scroll .inline-table.hoverable-col col.hover:after, .overflow-scroll .inline-table.hoverable-col .col:hover:after, .overflow-scroll .inline-table.hoverable-col .col.hover:after, .overflow-scroll .inline-table.hoverable-col td:hover:after, .overflow-scroll .inline-table.hoverable-col td.hover:after, .overflow-scroll .inline-table.hoverable-col .td:hover:after, .overflow-scroll .inline-table.hoverable-col .td.hover:after, .overflow-scroll .inline-table.hoverable-col th:hover:after, .overflow-scroll .inline-table.hoverable-col th.hover:after, .overflow-scroll .inline-table.hoverable-col .th:hover:after, .overflow-scroll .inline-table.hoverable-col .th.hover:after {
  height: 100vh;
}

td, .td {
  padding: 1rem 0.5rem;
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}
td.number, .td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}
td.bold, .td.bold {
  font-weight: bold;
}
td.actions, .td.actions {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
td.actions > a, td.actions > label, .td.actions > a, .td.actions > label {
  display: inline-block;
  cursor: pointer;
}
td.actions > a i, td.actions > label i, .td.actions > a i, .td.actions > label i {
  vertical-align: middle;
}
td.actions > a:hover, td.actions > label:hover, .td.actions > a:hover, .td.actions > label:hover {
  text-decoration: none;
}
td.disabled, .td.disabled {
  opacity: 0.3;
  pointer-events: none;
}
td.td-ellipsis, .td.td-ellipsis {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
}

th, .th {
  color: #575757;
  text-transform: uppercase;
  padding: 0.7rem 0.5rem;
  font-size: 0.8rem;
}
th.number, .th.number {
  text-align: right;
  padding-right: 2rem;
}
th.bold, .th.bold {
  font-weight: bold;
}
th.actions, .th.actions {
  text-align: right;
}

tr.disabled .td, tr.disabled td, .tr.disabled .td, .tr.disabled td {
  opacity: 0.3;
  pointer-events: none;
}

.table-scroll {
  overflow-y: auto;
  width: 100%;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table .tbody, .inline-table .tbody {
  display: table-row-group;
}
.table .tfoot, .inline-table .tfoot {
  display: table-footer-group;
}
.table .thead, .inline-table .thead {
  display: table-header-group;
}
.table .tr, .inline-table .tr {
  display: table-row;
}
.table .td, .table .th, .inline-table .td, .inline-table .th {
  display: table-cell;
}
.table .colgroup, .inline-table .colgroup {
  display: table-column-group;
}
.table .col, .inline-table .col {
  display: table-column;
}

.width-10-vw {
  width: 10vw;
}

.width-20-vw {
  width: 10vw;
}

.width-30-vw {
  width: 10vw;
}

.width-40-vw {
  width: 10vw;
}

.width-50-vw {
  width: 10vw;
}

.width-60-vw {
  width: 10vw;
}

.width-70-vw {
  width: 10vw;
}

.width-80-vw {
  width: 10vw;
}

.width-90-vw {
  width: 10vw;
}

@media (max-width: 768px) {
  .table-mobile {
    display: block !important;
    width: 100%;
  }
  .table-mobile.borders-vertical td[data-th]:before, .table-mobile.borders-vertical .td[data-th]:before, .table-mobile.borders-vertical th[data-th]:before, .table-mobile.borders-vertical .th[data-th]:before {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }
  .table-mobile.borders tr, .table-mobile.borders .tr, .table-mobile.borders-horizontal tr, .table-mobile.borders-horizontal .tr {
    border-top: 1px solid #f0f0f0;
  }
  .table-mobile.borders th:not(:first-child), .table-mobile.borders td:not(:first-child), .table-mobile.borders .th:not(:first-child), .table-mobile.borders .td:not(:first-child), .table-mobile.borders-horizontal th:not(:first-child), .table-mobile.borders-horizontal td:not(:first-child), .table-mobile.borders-horizontal .th:not(:first-child), .table-mobile.borders-horizontal .td:not(:first-child) {
    border-top: 1px solid #f0f0f0;
  }
  .table-mobile tbody, .table-mobile .tbody, .table-mobile tfoot, .table-mobile .tfoot, .table-mobile tr, .table-mobile .tr {
    display: block;
    width: 100%;
  }
  .table-mobile .thead, .table-mobile thead {
    display: none;
  }
  .table-mobile tr .td, .table-mobile tr td, .table-mobile .tr .td, .table-mobile .tr td {
    display: table;
    table-layout: fixed;
    padding: 0 !important;
    border: 0 none;
    width: 100%;
  }
  .table-mobile tr .td[data-th]:before, .table-mobile tr td[data-th]:before, .table-mobile .tr .td[data-th]:before, .table-mobile .tr td[data-th]:before {
    content: attr(data-th);
    display: table-cell;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #575757;
    text-transform: uppercase;
    padding: 0.7rem 0.5rem;
    font-size: 0.8rem;
  }
  .table-mobile tr .td[data-th]:before.number, .table-mobile tr td[data-th]:before.number, .table-mobile .tr .td[data-th]:before.number, .table-mobile .tr td[data-th]:before.number {
    text-align: right;
    padding-right: 2rem;
  }
  .table-mobile tr .td[data-th]:before.bold, .table-mobile tr td[data-th]:before.bold, .table-mobile .tr .td[data-th]:before.bold, .table-mobile .tr td[data-th]:before.bold {
    font-weight: bold;
  }
  .table-mobile tr .td[data-th]:before.actions, .table-mobile tr td[data-th]:before.actions, .table-mobile .tr .td[data-th]:before.actions, .table-mobile .tr td[data-th]:before.actions {
    text-align: right;
  }
  .table-mobile tr .td[data-th]:before, .table-mobile tr td[data-th]:before, .table-mobile .tr .td[data-th]:before, .table-mobile .tr td[data-th]:before {
    width: 30%;
    max-width: 30%;
    padding: 0.7rem 1.5rem 0.7rem 1rem;
  }
  .table-mobile tr .td .on-hover, .table-mobile tr td .on-hover, .table-mobile .tr .td .on-hover, .table-mobile .tr td .on-hover {
    visibility: visible;
  }
  .table-mobile tr .td > span, .table-mobile tr td > span, .table-mobile .tr .td > span, .table-mobile .tr td > span {
    padding: 0.7rem 1rem 0.7rem 1.5rem;
    display: table-cell;
    width: 70%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  .table-mobile tr .td > span ~ span, .table-mobile tr td > span ~ span, .table-mobile .tr .td > span ~ span, .table-mobile .tr td > span ~ span {
    width: auto !important;
  }
}
.table .expandable-trigger .toggle-show, .inline-table .expandable-trigger .toggle-show {
  display: none;
}
.table .expandable-trigger .toggle-hide, .inline-table .expandable-trigger .toggle-hide {
  display: inline-block;
}
.table .expandable-toggler, .inline-table .expandable-toggler {
  display: none !important;
}
.table .expandable-toggler:checked + .expandable-trigger .toggle-show, .inline-table .expandable-toggler:checked + .expandable-trigger .toggle-show {
  display: inline-block;
}
.table .expandable-toggler:checked + .expandable-trigger .toggle-hide, .inline-table .expandable-toggler:checked + .expandable-trigger .toggle-hide {
  display: none;
}
.table .expandable-toggler:not(:checked) + *.expandable, .inline-table .expandable-toggler:not(:checked) + *.expandable {
  display: none !important;
}
.table .expandable-toggler:not(:checked) + *.expandable-trigger + .expandable, .inline-table .expandable-toggler:not(:checked) + *.expandable-trigger + .expandable {
  display: none !important;
}
.table .expandable-toggler:checked + *.expandable .td, .table .expandable-toggler:checked + *.expandable td, .table .expandable-toggler:checked + *.expandable .th, .table .expandable-toggler:checked + *.expandable th, .inline-table .expandable-toggler:checked + *.expandable .td, .inline-table .expandable-toggler:checked + *.expandable td, .inline-table .expandable-toggler:checked + *.expandable .th, .inline-table .expandable-toggler:checked + *.expandable th {
  background-color: rgb(229.5, 229.5, 229.5);
}
.table .expandable-toggler:checked + *.expandable .td + .td, .table .expandable-toggler:checked + *.expandable .td + td, .table .expandable-toggler:checked + *.expandable .td + .th, .table .expandable-toggler:checked + *.expandable .td + th, .table .expandable-toggler:checked + *.expandable td + .td, .table .expandable-toggler:checked + *.expandable td + td, .table .expandable-toggler:checked + *.expandable td + .th, .table .expandable-toggler:checked + *.expandable td + th, .table .expandable-toggler:checked + *.expandable .th + .td, .table .expandable-toggler:checked + *.expandable .th + td, .table .expandable-toggler:checked + *.expandable .th + .th, .table .expandable-toggler:checked + *.expandable .th + th, .table .expandable-toggler:checked + *.expandable th + .td, .table .expandable-toggler:checked + *.expandable th + td, .table .expandable-toggler:checked + *.expandable th + .th, .table .expandable-toggler:checked + *.expandable th + th, .inline-table .expandable-toggler:checked + *.expandable .td + .td, .inline-table .expandable-toggler:checked + *.expandable .td + td, .inline-table .expandable-toggler:checked + *.expandable .td + .th, .inline-table .expandable-toggler:checked + *.expandable .td + th, .inline-table .expandable-toggler:checked + *.expandable td + .td, .inline-table .expandable-toggler:checked + *.expandable td + td, .inline-table .expandable-toggler:checked + *.expandable td + .th, .inline-table .expandable-toggler:checked + *.expandable td + th, .inline-table .expandable-toggler:checked + *.expandable .th + .td, .inline-table .expandable-toggler:checked + *.expandable .th + td, .inline-table .expandable-toggler:checked + *.expandable .th + .th, .inline-table .expandable-toggler:checked + *.expandable .th + th, .inline-table .expandable-toggler:checked + *.expandable th + .td, .inline-table .expandable-toggler:checked + *.expandable th + td, .inline-table .expandable-toggler:checked + *.expandable th + .th, .inline-table .expandable-toggler:checked + *.expandable th + th {
  border-left-color: rgb(234.6, 234.6, 234.6);
}
.table .expandable-toggler:checked + *.expandable-trigger, .inline-table .expandable-toggler:checked + *.expandable-trigger {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table .expandable-toggler:checked + *.expandable-trigger + .td, .table .expandable-toggler:checked + *.expandable-trigger + td, .table .expandable-toggler:checked + *.expandable-trigger + .th, .table .expandable-toggler:checked + *.expandable-trigger + th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + th {
  border-left-color: rgb(244.8, 244.8, 244.8);
}
.table .expandable-toggler:checked + *.expandable-trigger + .expandable .td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable th {
  background-color: rgb(229.5, 229.5, 229.5);
}
.table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + .td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + .th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable td + .td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable td + td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable td + .th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable td + th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + .td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + .th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable th + .td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable th + td, .table .expandable-toggler:checked + *.expandable-trigger + .expandable th + .th, .table .expandable-toggler:checked + *.expandable-trigger + .expandable th + th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .td + th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable td + .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable td + td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable td + .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable td + th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable .th + th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable th + .td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable th + td, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable th + .th, .inline-table .expandable-toggler:checked + *.expandable-trigger + .expandable th + th {
  border-left-color: rgb(234.6, 234.6, 234.6);
}

.tooltip {
  background: rgb(12.064516129, 9.0483870968, 12.9516129032);
  padding: 0.45rem 0.65rem;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: 30rem;
  border-radius: 5px;
  bottom: calc(100% + 5px);
  left: -10px;
  margin-bottom: 5px;
  border: 0 solid rgb(60, 60, 60);
  box-shadow: 0;
  text-align: left;
  line-height: 1.35em;
  font-size: 0.8rem;
}
.tooltip.hoverable:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}
.tooltip.hoverable.top:before, .tooltip.hoverable:not(.bottom):before, .tooltip.hoverable.right:before, .tooltip.hoverable.center:before {
  left: -10px;
  width: 100%;
  bottom: auto;
  top: 100%;
  height: calc(5px + 5px + 0.8em);
}
.tooltip.hoverable.bottom:before, .tooltip.hoverable.bottom-right:before, .tooltip.hoverable.bottom-center:before {
  left: -10px;
  width: 100%;
  top: auto;
  bottom: 100%;
  height: calc(5px + 5px + 0.8em);
}
.tooltip.hoverable.right-top:before, .tooltip.hoverable.right-middle:before, .tooltip.hoverable.right-bottom:before {
  left: -5px;
  right: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.tooltip.hoverable.left-top:before, .tooltip.hoverable.left-middle:before, .tooltip.hoverable.left-bottom:before {
  right: -5px;
  left: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.tooltip.show {
  display: table !important;
}
.tooltip.top, .tooltip:not(.bottom) {
  left: -10px;
}
.tooltip.right {
  left: auto;
  right: -10px;
}
.tooltip.center {
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.tooltip.bottom {
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  left: -10px;
}
.tooltip.bottom-right {
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}
.tooltip.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}
.tooltip.right-middle {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px);
  transform: translate(0, -50%);
  margin-left: 5px;
  text-align: right;
}
.tooltip.left-middle {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  transform: translate(0, -50%);
  margin-right: 5px;
}
.tooltip.right-top {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px);
  margin-left: 5px;
  text-align: right;
}
.tooltip.right-bottom {
  top: auto;
  bottom: -12.5px;
  left: calc(100% + 5px);
  margin-left: 5px;
  margin-bottom: 0;
  text-align: right;
}
.tooltip.left-top {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
}
.tooltip.left-bottom {
  top: auto;
  bottom: -12.5px;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
  margin-bottom: 0;
}

.has-tooltip[data-tooltip] {
  position: relative;
}
.has-tooltip[data-tooltip].absolute {
  position: absolute;
}
.has-tooltip[data-tooltip].fixed {
  position: fixed;
}
.has-tooltip[data-tooltip]:after {
  position: absolute;
  z-index: 10000;
}
.has-tooltip[data-tooltip]:hover:after, .has-tooltip[data-tooltip][tabindex]:focus:after, .has-tooltip[data-tooltip].hovered:after {
  background: rgb(12.064516129, 9.0483870968, 12.9516129032);
  padding: 0.45rem 0.65rem;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: 30rem;
  border-radius: 5px;
  bottom: calc(100% + 5px);
  left: -10px;
  margin-bottom: 5px;
  border: 0 solid rgb(60, 60, 60);
  box-shadow: 0;
  text-align: left;
  line-height: 1.35em;
  font-size: 0.8rem;
}
.has-tooltip[data-tooltip]:hover:after.hoverable:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable:before, .has-tooltip[data-tooltip].hovered:after.hoverable:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}
.has-tooltip[data-tooltip]:hover:after.hoverable.top:before, .has-tooltip[data-tooltip]:hover:after.hoverable:not(.bottom):before, .has-tooltip[data-tooltip]:hover:after.hoverable.right:before, .has-tooltip[data-tooltip]:hover:after.hoverable.center:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.top:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable:not(.bottom):before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.center:before, .has-tooltip[data-tooltip].hovered:after.hoverable.top:before, .has-tooltip[data-tooltip].hovered:after.hoverable:not(.bottom):before, .has-tooltip[data-tooltip].hovered:after.hoverable.right:before, .has-tooltip[data-tooltip].hovered:after.hoverable.center:before {
  left: -10px;
  width: 100%;
  bottom: auto;
  top: 100%;
  height: calc(5px + 5px + 0.8em);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.bottom:before, .has-tooltip[data-tooltip]:hover:after.hoverable.bottom-right:before, .has-tooltip[data-tooltip]:hover:after.hoverable.bottom-center:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom-right:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.bottom-center:before, .has-tooltip[data-tooltip].hovered:after.hoverable.bottom:before, .has-tooltip[data-tooltip].hovered:after.hoverable.bottom-right:before, .has-tooltip[data-tooltip].hovered:after.hoverable.bottom-center:before {
  left: -10px;
  width: 100%;
  top: auto;
  bottom: 100%;
  height: calc(5px + 5px + 0.8em);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.right-top:before, .has-tooltip[data-tooltip]:hover:after.hoverable.right-middle:before, .has-tooltip[data-tooltip]:hover:after.hoverable.right-bottom:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-top:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-middle:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.right-bottom:before, .has-tooltip[data-tooltip].hovered:after.hoverable.right-top:before, .has-tooltip[data-tooltip].hovered:after.hoverable.right-middle:before, .has-tooltip[data-tooltip].hovered:after.hoverable.right-bottom:before {
  left: -5px;
  right: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.has-tooltip[data-tooltip]:hover:after.hoverable.left-top:before, .has-tooltip[data-tooltip]:hover:after.hoverable.left-middle:before, .has-tooltip[data-tooltip]:hover:after.hoverable.left-bottom:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-top:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-middle:before, .has-tooltip[data-tooltip][tabindex]:focus:after.hoverable.left-bottom:before, .has-tooltip[data-tooltip].hovered:after.hoverable.left-top:before, .has-tooltip[data-tooltip].hovered:after.hoverable.left-middle:before, .has-tooltip[data-tooltip].hovered:after.hoverable.left-bottom:before {
  right: -5px;
  left: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}
.has-tooltip[data-tooltip]:hover:after, .has-tooltip[data-tooltip][tabindex]:focus:after, .has-tooltip[data-tooltip].hovered:after {
  content: attr(data-tooltip);
  display: table;
}
.has-tooltip[data-tooltip]:hover.top:after, .has-tooltip[data-tooltip]:hover:not(.bottom):after, .has-tooltip[data-tooltip][tabindex]:focus.top:after, .has-tooltip[data-tooltip][tabindex]:focus:not(.bottom):after, .has-tooltip[data-tooltip].hovered.top:after, .has-tooltip[data-tooltip].hovered:not(.bottom):after {
  left: -10px;
  bottom: calc(100% + 5px);
}
.has-tooltip[data-tooltip]:hover.right:after, .has-tooltip[data-tooltip][tabindex]:focus.right:after, .has-tooltip[data-tooltip].hovered.right:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.bottom:after, .has-tooltip[data-tooltip][tabindex]:focus.bottom:after, .has-tooltip[data-tooltip].hovered.bottom:after {
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
}
.has-tooltip[data-tooltip]:hover.bottom-right:after, .has-tooltip[data-tooltip][tabindex]:focus.bottom-right:after, .has-tooltip[data-tooltip].hovered.bottom-right:after {
  left: auto;
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right:after, .has-tooltip[data-tooltip][tabindex]:focus.right:after, .has-tooltip[data-tooltip].hovered.right:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.center:after, .has-tooltip[data-tooltip][tabindex]:focus.center:after, .has-tooltip[data-tooltip].hovered.center:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: calc(100% + 5px);
  text-align: center;
}
.has-tooltip[data-tooltip]:hover.bottom-center:after, .has-tooltip[data-tooltip][tabindex]:focus.bottom-center:after, .has-tooltip[data-tooltip].hovered.bottom-center:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}
.has-tooltip[data-tooltip]:hover.right-middle:after, .has-tooltip[data-tooltip][tabindex]:focus.right-middle:after, .has-tooltip[data-tooltip].hovered.right-middle:after {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  transform: translate(0, -50%);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.left-middle:after, .has-tooltip[data-tooltip][tabindex]:focus.left-middle:after, .has-tooltip[data-tooltip].hovered.left-middle:after {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
  transform: translate(0, -50%);
}
.has-tooltip[data-tooltip]:hover.right-top:after, .has-tooltip[data-tooltip][tabindex]:focus.right-top:after, .has-tooltip[data-tooltip].hovered.right-top:after {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.right-bottom:after, .has-tooltip[data-tooltip][tabindex]:focus.right-bottom:after, .has-tooltip[data-tooltip].hovered.right-bottom:after {
  top: auto;
  bottom: calc(-5px - 5px / 2 - 10px);
  left: calc(100% + 5px + 5px);
  text-align: right;
}
.has-tooltip[data-tooltip]:hover.left-top:after, .has-tooltip[data-tooltip][tabindex]:focus.left-top:after, .has-tooltip[data-tooltip].hovered.left-top:after {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
}
.has-tooltip[data-tooltip]:hover.left-bottom:after, .has-tooltip[data-tooltip][tabindex]:focus.left-bottom:after, .has-tooltip[data-tooltip].hovered.left-bottom:after {
  top: auto;
  bottom: -17.5px;
  right: calc(100% + 5px + 5px);
  left: auto;
}

.has-tooltip {
  position: relative;
}
.has-tooltip.absolute {
  position: absolute;
}
.has-tooltip.fixed {
  position: fixed;
}
.has-tooltip > .tooltip {
  display: none;
  position: absolute;
  z-index: 10000;
}
.has-tooltip:hover > .tooltip, .has-tooltip[tabindex]:focus > .tooltip, .has-tooltip.hovered > .tooltip {
  display: table;
}

.popup {
  background: rgb(255, 255, 255);
  padding: 0 0;
  color: #2a2a2a;
  width: max-content;
  max-width: 30rem;
  min-width: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  border-radius: 0;
  bottom: 100%;
  left: 0;
  position: absolute;
  z-index: 10000;
  margin-bottom: 0;
  border: 1px solid rgb(60, 60, 60);
  box-shadow: none;
}
.popup.with-menu {
  min-width: 100%;
}
.popup.with-menu .menu {
  min-width: 100%;
}
.popup .popup-content {
  padding: 15px 20px;
}
.popup .popup-header {
  padding: 15px 20px;
  background: #2a2a2a;
  color: #fff;
}
.popup .popup-footer {
  padding: 15px 20px;
  background: transparent;
  color: inherit;
}
.popup.top, .popup:not(.bottom) {
  left: 0;
}
.popup.right {
  left: auto;
  right: 0;
}
.popup.center {
  left: 50%;
  transform: translate(-50%, 0);
}
.popup.bottom {
  bottom: auto;
  top: 100%;
  margin-top: 0;
  left: 0;
}
.popup.bottom-right {
  bottom: auto;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 0;
}
.popup.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: 100%;
  margin-top: 0;
}
.popup.right-middle {
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translate(0, -50%);
  margin-left: 0;
}
.popup.left-middle {
  top: 50%;
  bottom: auto;
  right: 100%;
  left: auto;
  transform: translate(0, -50%);
  margin-right: 0;
}
.popup.right-top {
  top: calc(-0 - 0 / 2);
  bottom: auto;
  left: 100%;
  margin-left: 0;
}
.popup.right-bottom {
  top: auto;
  bottom: calc(-0 - 0 / 2);
  left: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.popup.left-top {
  top: calc(-0 - 0 / 2);
  bottom: auto;
  right: 100%;
  left: auto;
  margin-right: 0;
}
.popup.left-bottom {
  top: auto;
  bottom: calc(-0 - 0 / 2);
  right: 100%;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
}

.has-popup {
  position: relative;
  display: inline-block;
}
.has-popup.absolute {
  position: absolute;
}
.has-popup.fixed {
  position: fixed;
}
.has-popup > .popup {
  display: none;
}
.has-popup.active > .popup {
  display: inline-block;
}
.has-popup.hoverable:hover > .popup {
  display: inline-block;
}
.has-popup[tabindex]:focus > .popup {
  display: inline-block;
}
.has-popup:not(.manual) > input[type=checkbox]:checked {
  position: fixed;
  z-index: 9999;
}
.has-popup > input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}
.has-popup > input[type=checkbox]:checked ~ .popup {
  display: inline-block;
}

.section {
  border-radius: 4px;
  background-color: #fff;
  margin: 1.5rem 0;
  box-shadow: 0 0 4px rgba(21, 16, 60, 0.22);
}
.section.with-border {
  border: 1px solid #f0f0f0;
}
.section.with-border .section-header ~ .section-content {
  border-top: 1px solid #f0f0f0;
}
.section.with-border .section-content ~ .section-footer {
  border-top: 1px solid #f0f0f0;
}
.section .section-header.with-border, .section .section-content.with-border, .section .section-footer.with-border {
  border-top: 1px solid #f0f0f0;
}
.section.with-padding .section-header {
  padding: 1.5rem 1rem;
}
.section.with-padding .section-content {
  padding: 1.5rem 1rem;
}
.section.with-padding .section-content.with-table {
  padding: 0;
}
.section.with-padding .section-footer {
  padding: 1.5rem 1rem;
}
.section .with-table, .section.with-table {
  padding: 0;
}
.section .with-table .section-header, .section .with-table .section-footer, .section.with-table .section-header, .section.with-table .section-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section .with-table table, .section .with-table .table, .section.with-table table, .section.with-table .table {
  background: transparent;
}
.section .with-table table th:first-child, .section .with-table table td:first-child, .section .with-table table .th:first-child, .section .with-table table .td:first-child, .section .with-table .table th:first-child, .section .with-table .table td:first-child, .section .with-table .table .th:first-child, .section .with-table .table .td:first-child, .section.with-table table th:first-child, .section.with-table table td:first-child, .section.with-table table .th:first-child, .section.with-table table .td:first-child, .section.with-table .table th:first-child, .section.with-table .table td:first-child, .section.with-table .table .th:first-child, .section.with-table .table .td:first-child {
  padding-left: 1rem;
}
.section .with-table table th:last-child, .section .with-table table td:last-child, .section .with-table table .th:last-child, .section .with-table table .td:last-child, .section .with-table .table th:last-child, .section .with-table .table td:last-child, .section .with-table .table .th:last-child, .section .with-table .table .td:last-child, .section.with-table table th:last-child, .section.with-table table td:last-child, .section.with-table table .th:last-child, .section.with-table table .td:last-child, .section.with-table .table th:last-child, .section.with-table .table td:last-child, .section.with-table .table .th:last-child, .section.with-table .table .td:last-child {
  padding-right: 1rem;
}
.section.section-expandable > input[type=checkbox] {
  display: none;
}
.section.section-expandable > input[type=checkbox]:not(:checked) ~ .section-content, .section.section-expandable > input[type=checkbox]:not(:checked) ~ .section-footer {
  display: none;
}
.section.section-expandable > input[type=checkbox]:checked ~ .section-content {
  display: block;
}
.section.section-expandable > input[type=checkbox]:checked ~ .section-footer {
  display: flex;
}

.section-header.with-tabs, .section-footer.with-tabs {
  padding: 0;
}
.section-header.with-tabs.section-header, .section-footer.with-tabs.section-header {
  border-radius: 4px 4px 0 0;
}
.section-header.with-tabs.section-header .tab-labels, .section-footer.with-tabs.section-header .tab-labels {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.section-header.with-tabs.section-header .tab-labels.menu.horizontal .item:last-child .anchor, .section-footer.with-tabs.section-header .tab-labels.menu.horizontal .item:last-child .anchor {
  border-right: 0 none;
}
.section-header:not(th), .section-footer:not(th) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-footer.with-padding, .section-footer .with-padding {
  padding: 1.5rem 1rem;
}

.section-content.with-padding, .section-content .with-padding {
  padding: 1.5rem 1rem;
}

.section-header.with-padding, .section-header .with-padding {
  padding: 1.5rem 1rem;
}
.section-header.tab-labels {
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
}
@media (max-width: 768px) {
  .section-header.tab-labels {
    flex-direction: column;
  }
}
.section-header.tab-labels .tab-addons {
  margin-right: 0;
  margin-left: auto;
}

section.body, section.section-body, section .section-body, .section.body, .section.section-body, .section .section-body {
  background: rgb(118.5, 118.5, 118.5);
}
section.body-dark, section.section-body-dark, section .section-body-dark, .section.body-dark, .section.section-body-dark, .section .section-body-dark {
  background: black;
  color: #ffffff;
}
section.primary, section.section-primary, section .section-primary, .section.primary, .section.section-primary, .section .section-primary {
  background: rgb(149.7741935484, 117.8306451613, 159.1693548387);
}
section.primary-dark, section.section-primary-dark, section .section-primary-dark, .section.primary-dark, .section.section-primary-dark, .section .section-primary-dark {
  background: rgb(12.064516129, 9.0483870968, 12.9516129032);
  color: #ffffff;
}
section.alternative, section.section-alternative, section .section-alternative, .section.alternative, .section.section-alternative, .section .section-alternative {
  background: rgb(232.9494382022, 230.8426966292, 254.1573033708);
}
section.alternative-dark, section.section-alternative-dark, section .section-alternative-dark, .section.alternative-dark, .section.section-alternative-dark, .section .section-alternative-dark {
  background: rgb(27.1348314607, 7.7528089888, 222.2471910112);
  color: #ffffff;
}
section.link, section.section-link, section .section-link, .section.link, .section.section-link, .section .section-link {
  background: rgb(230.8426966292, 238.0056179775, 254.1573033708);
}
section.link-dark, section.section-link-dark, section .section-link-dark, .section.link-dark, .section.section-link-dark, .section .section-link-dark {
  background: rgb(7.7528089888, 73.6516853933, 222.2471910112);
  color: #ffffff;
}
section.mute, section.section-mute, section .section-mute, .section.mute, .section.section-mute, .section .section-mute {
  background: rgb(163.5, 163.5, 163.5);
}
section.mute-dark, section.section-mute-dark, section .section-mute-dark, .section.mute-dark, .section.section-mute-dark, .section .section-mute-dark {
  background: #242424;
  color: #ffffff;
}
section.cancel, section.section-cancel, section .section-cancel, .section.cancel, .section.section-cancel, .section .section-cancel {
  background: rgb(246.5, 246.5, 246.5);
}
section.cancel-dark, section.section-cancel-dark, section .section-cancel-dark, .section.cancel-dark, .section.section-cancel-dark, .section .section-cancel-dark {
  background: #777777;
  color: #111111;
}
section.success, section.section-success, section .section-success, .section.success, .section.section-success, .section .section-success {
  background: rgb(207.3535911602, 255, 79);
}
section.success-dark, section.section-success-dark, section .section-success-dark, .section.success-dark, .section.section-success-dark, .section .section-success-dark {
  background: rgb(57.6132596685, 79, 0);
  color: #ffffff;
}
section.info, section.section-info, section .section-info, .section.info, .section.section-info, .section .section-info {
  background: rgb(94, 234.4642857143, 255);
}
section.info-dark, section.section-info-dark, section .section-info-dark, .section.info-dark, .section.section-info-dark, .section .section-info-dark {
  background: rgb(0, 82.0102040816, 94);
  color: #ffffff;
}
section.warning, section.section-warning, section .section-warning, .section.warning, .section.section-warning, .section .section-warning {
  background: rgb(248.2168141593, 215.2699115044, 188.7831858407);
}
section.warning-dark, section.section-warning-dark, section .section-warning-dark, .section.warning-dark, .section.section-warning-dark, .section .section-warning-dark {
  background: rgb(165.0884955752, 82.9469026549, 16.9115044248);
  color: #111111;
}
section.danger, section.section-danger, section .section-danger, .section.danger, .section.section-danger, .section .section-danger {
  background: rgb(237.7280334728, 186.2719665272, 186.2719665272);
}
section.danger-dark, section.section-danger-dark, section .section-danger-dark, .section.danger-dark, .section.section-danger-dark, .section .section-danger-dark {
  background: rgb(135.0585774059, 33.9414225941, 33.9414225941);
  color: #ffffff;
}
section.color-1, section.section-color-1, section .section-color-1, .section.color-1, .section.section-color-1, .section .section-color-1 {
  background: rgb(76.5, 76.5, 76.5);
}
section.color-1-dark, section.section-color-1-dark, section .section-color-1-dark, .section.color-1-dark, .section.section-color-1-dark, .section .section-color-1-dark {
  background: black;
  color: #fff;
}
section.color-2, section.section-color-2, section .section-color-2, .section.color-2, .section.section-color-2, .section .section-color-2 {
  background: white;
}
section.color-2-dark, section.section-color-2-dark, section .section-color-2-dark, .section.color-2-dark, .section.section-color-2-dark, .section .section-color-2-dark {
  background: #cccccc;
  color: #000;
}
section.color-3, section.section-color-3, section .section-color-3, .section.color-3, .section.section-color-3, .section .section-color-3 {
  background: rgb(110.5, 110.5, 110.5);
}
section.color-3-dark, section.section-color-3-dark, section .section-color-3-dark, .section.color-3-dark, .section.section-color-3-dark, .section .section-color-3-dark {
  background: black;
  color: #eee;
}
section.full-height, section .full-height, .section.full-height, .section .full-height {
  min-height: 100vh;
}

.alerts {
  position: fixed;
  z-index: 1000000;
  top: 2rem;
  right: 2rem;
}
.alerts .alert {
  max-width: 250px;
}

input.alert-trigger {
  display: none;
}
input.alert-trigger:checked + .alert {
  display: none;
}
input.alert-trigger + .alert:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  vertical-align: baseline;
  line-height: 1;
  content: "\f00d";
  cursor: pointer;
  font-size: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-left: 1rem;
  vertical-align: middle;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.alert {
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.35em;
}
.alert i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
  color: inherit;
}
.alert.light {
  border: 1px solid currentColor;
}
.alert.success {
  background-color: #84b500;
  color: #ffffff;
}
.alert.success.light {
  color: #84b500;
  background-color: #ffffff;
  border-color: currentColor;
}
.alert.info {
  background-color: #00abc4;
  color: #ffffff;
}
.alert.info.light {
  color: #00abc4;
  background-color: #ffffff;
  border-color: currentColor;
}
.alert.error {
  background-color: #cf4040;
  color: #ffffff;
}
.alert.error.light {
  color: #cf4040;
  background-color: #ffffff;
  border-color: currentColor;
}
.alert.warning {
  background-color: #ea8432;
  color: #fff;
}
.alert.warning.light {
  color: #ea8432;
  background-color: #fff;
  border-color: currentColor;
}

input + .alert {
  display: block;
}

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.horizontal-center {
  margin-left: auto !important;
  margin-right: auto !important;
  transform: translate(0, 0) !important;
}

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

.display-block, .show {
  display: block !important;
}

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

.display-inline {
  display: inline !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table !important;
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.text-hide {
  text-indent: -1000000px;
}

.none-events {
  pointer-events: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-7 {
  opacity: 0.7;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.overflow-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media print {
  .print-hide {
    display: none !important;
  }
  .print-show {
    display: block !important;
  }
}
@media speech {
  .speech-hide {
    display: none !important;
  }
  .speech-show {
    display: block !important;
  }
}
@media braille {
  .braille-hide {
    display: none !important;
  }
  .braille-show {
    display: block !important;
  }
}
@media tv {
  .tv-hide {
    display: none !important;
  }
  .tv-show {
    display: block !important;
  }
}
@media not screen {
  .not-screenhide {
    display: none !important;
  }
  .not-screenshow {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-none, .mp-under-display-none, .mp-under-hide {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-none, .m-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-none, .m-hide {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-none, .tp-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-none, .tp-under-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-none, .t-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-none, .t-under-hide {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-block, .mp-under-display-block, .mp-under-show {
    display: block !important;
  }
}
@media (min-width: 321px) {
  .mp-under-show {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-block, .m-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-block, .m-under-show {
    display: block !important;
  }
}
@media (min-width: 569px) {
  .m-under-show {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-block, .tp-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-block, .tp-under-show {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .tp-under-show {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-block, .t-show {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-block, .t-under-show {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .t-under-show {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-inline, .mp-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-inline-block, .mp-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-table, .mp-under-display-table {
    display: table !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-table {
    display: table !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-table {
    display: table !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-table {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-display-table-cell, .mp-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-display-table-cell {
    display: table !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-hidden, .mp-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-hidden {
    visibility: hidden;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-visible, .mp-under-visible {
    visibility: visible;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-visible {
    visibility: visible;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-visible {
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-visible {
    visibility: visible;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .mp-text-hide, .mp-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .m-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 568px) {
  .m-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .tp-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tp-under-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-text-hide {
    text-indent: -1000000px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .t-under-text-hide {
    text-indent: -1000000px;
  }
}
.items {
  margin-top: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.items > * {
  margin-top: 15px;
  margin-left: 15px;
}
.items.items-end {
  margin-right: -15px;
  margin-left: 0;
  justify-content: flex-end;
}
.items.items-end > * {
  margin-right: 15px;
  margin-left: 0;
}
.items.items-center {
  margin-right: -7.5px;
  margin-left: -7.5px;
  justify-content: center;
}
.items.items-center > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.items.items-stretch {
  margin-right: -7.5px;
  margin-left: -7.5px;
  justify-content: space-between;
}
.items.items-stretch > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}

ul.items {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
ul.items > li {
  display: flex;
  align-items: center;
}

input.toggle {
  position: fixed;
  left: -1000000px;
}
input.toggle:checked ~ .toggle-block, input.toggle:checked ~ .toggle-show {
  display: block;
}
input.toggle:checked ~ .toggle-flex {
  display: flex;
}
input.toggle:checked ~ .toggle-inline {
  display: inline;
}
input.toggle:checked ~ .toggle-inline-block {
  display: inline-block;
}
input.toggle:checked ~ .toggle-hide, input.toggle:checked ~ .toggle-none {
  display: none;
}
input.toggle:checked ~ .toggle-label .toggle-block, input.toggle:checked ~ .toggle-label .toggle-show {
  display: block;
}
input.toggle:checked ~ .toggle-label .toggle-flex {
  display: flex;
}
input.toggle:checked ~ .toggle-label .toggle-inline {
  display: inline;
}
input.toggle:checked ~ .toggle-label .toggle-inline-block {
  display: inline-block;
}
input.toggle:checked ~ .toggle-label .toggle-hide, input.toggle:checked ~ .toggle-label .toggle-none {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-block, input.toggle:not(:checked) ~ .toggle-show, input.toggle:not(:checked) ~ .toggle-flex, input.toggle:not(:checked) ~ .toggle-inline, input.toggle:not(:checked) ~ .toggle-inline-block {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-hide, input.toggle:not(:checked) ~ .toggle-none {
  display: block;
}
input.toggle:not(:checked) ~ .toggle-label .toggle-block, input.toggle:not(:checked) ~ .toggle-label .toggle-show, input.toggle:not(:checked) ~ .toggle-label .toggle-flex, input.toggle:not(:checked) ~ .toggle-label .toggle-inline, input.toggle:not(:checked) ~ .toggle-label .toggle-inline-block {
  display: none;
}
input.toggle:not(:checked) ~ .toggle-label .toggle-hide, input.toggle:not(:checked) ~ .toggle-label .toggle-none {
  display: block;
}

input.mobile-toggle {
  position: fixed;
  left: -1000000px;
}

@media (max-width: 768px) {
  input.mobile-toggle {
    position: fixed;
    left: -1000000px;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-show {
    display: block;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-hide {
    display: none;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-show {
    display: block;
  }
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-hide {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-show {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-hide {
    display: block;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-show {
    display: none;
  }
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-hide {
    display: block;
  }
}
@media (min-width: 768px) {
  input.mobile-toggle, .mobile-toggle-label {
    display: none;
  }
}
:root {
  font-size: 16px;
  line-height: 1.35em;
}

body {
  color: #2a2a2a;
  background-color: #ffffff;
  font-size: 1rem;
}

body, pre, textarea {
  font-family: "Roboto";
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 2rem 0;
}

h2, .h2 {
  font-size: 2, rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 1.75rem 0;
}

h3, .h3 {
  font-size: 1.7, rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 1.5rem 0;
}

h4, .h4 {
  font-size: 1.3, rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 1.15rem 0;
}

h5, .h5 {
  font-size: 1, rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 0.85rem 0;
}

h6, .h6 {
  font-size: 0.8, rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 0.6rem 0;
}

h1 .actions, h2 .actions, h3 .actions, h4 .actions, h5 .actions, h6 .actions, .h1 .actions, .h2 .actions, .h3 .actions, .h4 .actions, .h5 .actions, .h6 .actions {
  float: right;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  opacity: 0.7;
  font-size: 0.7em;
}

ol, ul {
  padding: 0;
  margin: 0 0 0 1.5rem;
}
ol.clear, ul.clear {
  margin: 0;
  padding: 0;
}
ol.clear li, ul.clear li {
  list-style: none;
}
ol li, ul li {
  margin: 0;
  padding: 0;
}
ol li + li, ul li + li {
  margin-top: 0.2rem;
}

article p {
  margin: 2rem 0;
}

.background-body {
  background-color: rgb(118.5, 118.5, 118.5) !important;
}
.background-primary {
  background-color: rgb(149.7741935484, 117.8306451613, 159.1693548387) !important;
}
.background-alternative {
  background-color: rgb(232.9494382022, 230.8426966292, 254.1573033708) !important;
}
.background-link {
  background-color: rgb(230.8426966292, 238.0056179775, 254.1573033708) !important;
}
.background-mute {
  background-color: rgb(163.5, 163.5, 163.5) !important;
}
.background-cancel {
  background-color: rgb(246.5, 246.5, 246.5) !important;
}
.background-success {
  background-color: rgb(207.3535911602, 255, 79) !important;
}
.background-info {
  background-color: rgb(94, 234.4642857143, 255) !important;
}
.background-warning {
  background-color: rgb(248.2168141593, 215.2699115044, 188.7831858407) !important;
}
.background-danger {
  background-color: rgb(237.7280334728, 186.2719665272, 186.2719665272) !important;
}
.background-color-1 {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}
.background-color-2 {
  background-color: white !important;
}
.background-color-3 {
  background-color: rgb(110.5, 110.5, 110.5) !important;
}

.hoverable-body:hover {
  background-color: rgb(169.5, 169.5, 169.5) !important;
}
.hoverable-primary:hover {
  background-color: rgb(195.8387096774, 177.8790322581, 201.1209677419) !important;
}
.hoverable-alternative:hover {
  background-color: white !important;
}
.hoverable-link:hover {
  background-color: white !important;
}
.hoverable-mute:hover {
  background-color: rgb(214.5, 214.5, 214.5) !important;
}
.hoverable-cancel:hover {
  background-color: white !important;
}
.hoverable-success:hover {
  background-color: rgb(234.9668508287, 255, 181) !important;
}
.hoverable-info:hover {
  background-color: rgb(196, 247.4744897959, 255) !important;
}
.hoverable-warning:hover {
  background-color: white !important;
}
.hoverable-danger:hover {
  background-color: white !important;
}
.hoverable-color-1:hover {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}
.hoverable-color-2:hover {
  background-color: white !important;
}
.hoverable-color-3:hover {
  background-color: rgb(161.5, 161.5, 161.5) !important;
}

.text-body {
  color: rgb(16.5, 16.5, 16.5) !important;
}
.text-primary {
  color: rgb(40.0322580645, 30.0241935484, 42.9758064516) !important;
}
.text-alternative {
  color: rgb(53.0168539326, 33.7191011236, 247.2808988764) !important;
}
.text-link {
  color: rgb(33.7191011236, 99.3314606742, 247.2808988764) !important;
}
.text-mute {
  color: rgb(61.5, 61.5, 61.5) !important;
}
.text-cancel {
  color: rgb(144.5, 144.5, 144.5) !important;
}
.text-success {
  color: rgb(94.8066298343, 130, 0) !important;
}
.text-info {
  color: rgb(0, 126.5051020408, 145) !important;
}
.text-warning {
  color: rgb(211.3495575221, 106.1902654867, 21.6504424779) !important;
}
.text-danger {
  color: rgb(175.8158995816, 44.1841004184, 44.1841004184) !important;
}
.text-color-1 {
  color: black !important;
}
.text-color-2 {
  color: rgb(229.5, 229.5, 229.5) !important;
}
.text-color-3 {
  color: rgb(8.5, 8.5, 8.5) !important;
}

.border-body {
  border-color: #2a2a2a !important;
}
.border-primary {
  border-color: #443349 !important;
}
.border-alternative {
  border-color: #6253f9 !important;
}
.border-link {
  border-color: #5386f9 !important;
}
.border-mute {
  border-color: #575757 !important;
}
.border-cancel {
  border-color: #aaaaaa !important;
}
.border-success {
  border-color: #84b500 !important;
}
.border-info {
  border-color: #00abc4 !important;
}
.border-warning {
  border-color: #ea8432 !important;
}
.border-danger {
  border-color: #cf4040 !important;
}
.border-color-1 {
  border-color: black !important;
}
.border-color-2 {
  border-color: white !important;
}
.border-color-3 {
  border-color: #222222 !important;
}

.link {
  color: #5386f9;
  text-decoration: none;
}
.link:hover {
  color: rgb(181.5617977528, 203.3370786517, 252.4382022472);
  text-decoration: underline;
}
.link:focus {
  border-bottom: 1px solid #6253f9;
}

body, pre {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  -webkit-text-size-adjust: none;
}

.cell-fill {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
}

.cell-auto {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
}

@media (min-width: 1280px) {
  .d-cell-fill {
    flex: 1 1 auto;
    width: auto;
  }
  .d-cell-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .t-cell-fill {
    flex: 1 1 auto;
    width: auto;
  }
  .t-cell-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 768px) {
  .tp-cell-fill {
    flex: 1 1 auto;
    width: auto;
  }
  .tp-cell-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 568px) {
  .m-cell-fill {
    flex: 1 1 auto;
    width: auto;
  }
  .m-cell-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .mp-cell-fill {
    flex: 1 1 auto;
    width: auto;
  }
  .mp-cell-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.cell-1 {
  width: 6.25%;
}

.cell-1-9 {
  width: 11.875%;
}

.cell-1-8 {
  width: 11.25%;
}

.cell-1-7 {
  width: 10.625%;
}

.cell-1-6 {
  width: 10%;
}

.cell-1-5 {
  width: 9.375%;
}

.cell-1-4 {
  width: 8.125%;
}

.cell-1-3 {
  width: 8.125%;
}

.cell-1-2 {
  width: 7.5%;
}

.cell-1-1 {
  width: 6.875%;
}

.cell-2 {
  width: 12.5%;
}

.cell-2-9 {
  width: 18.125%;
}

.cell-2-8 {
  width: 17.5%;
}

.cell-2-7 {
  width: 16.875%;
}

.cell-2-6 {
  width: 16.25%;
}

.cell-2-5 {
  width: 15.625%;
}

.cell-2-4 {
  width: 14.375%;
}

.cell-2-3 {
  width: 14.375%;
}

.cell-2-2 {
  width: 13.75%;
}

.cell-2-1 {
  width: 13.125%;
}

.cell-3 {
  width: 18.75%;
}

.cell-3-9 {
  width: 24.375%;
}

.cell-3-8 {
  width: 23.75%;
}

.cell-3-7 {
  width: 23.125%;
}

.cell-3-6 {
  width: 22.5%;
}

.cell-3-5 {
  width: 21.875%;
}

.cell-3-4 {
  width: 20.625%;
}

.cell-3-3 {
  width: 20.625%;
}

.cell-3-2 {
  width: 20%;
}

.cell-3-1 {
  width: 19.375%;
}

.cell-4 {
  width: 25%;
}

.cell-4-9 {
  width: 30.625%;
}

.cell-4-8 {
  width: 30%;
}

.cell-4-7 {
  width: 29.375%;
}

.cell-4-6 {
  width: 28.75%;
}

.cell-4-5 {
  width: 28.125%;
}

.cell-4-4 {
  width: 26.875%;
}

.cell-4-3 {
  width: 26.875%;
}

.cell-4-2 {
  width: 26.25%;
}

.cell-4-1 {
  width: 25.625%;
}

.cell-5 {
  width: 31.25%;
}

.cell-5-9 {
  width: 36.875%;
}

.cell-5-8 {
  width: 36.25%;
}

.cell-5-7 {
  width: 35.625%;
}

.cell-5-6 {
  width: 35%;
}

.cell-5-5 {
  width: 34.375%;
}

.cell-5-4 {
  width: 33.125%;
}

.cell-5-3 {
  width: 33.125%;
}

.cell-5-2 {
  width: 32.5%;
}

.cell-5-1 {
  width: 31.875%;
}

.cell-6 {
  width: 37.5%;
}

.cell-6-9 {
  width: 43.125%;
}

.cell-6-8 {
  width: 42.5%;
}

.cell-6-7 {
  width: 41.875%;
}

.cell-6-6 {
  width: 41.25%;
}

.cell-6-5 {
  width: 40.625%;
}

.cell-6-4 {
  width: 39.375%;
}

.cell-6-3 {
  width: 39.375%;
}

.cell-6-2 {
  width: 38.75%;
}

.cell-6-1 {
  width: 38.125%;
}

.cell-7 {
  width: 43.75%;
}

.cell-7-9 {
  width: 49.375%;
}

.cell-7-8 {
  width: 48.75%;
}

.cell-7-7 {
  width: 48.125%;
}

.cell-7-6 {
  width: 47.5%;
}

.cell-7-5 {
  width: 46.875%;
}

.cell-7-4 {
  width: 45.625%;
}

.cell-7-3 {
  width: 45.625%;
}

.cell-7-2 {
  width: 45%;
}

.cell-7-1 {
  width: 44.375%;
}

.cell-8 {
  width: 50%;
}

.cell-8-9 {
  width: 55.625%;
}

.cell-8-8 {
  width: 55%;
}

.cell-8-7 {
  width: 54.375%;
}

.cell-8-6 {
  width: 53.75%;
}

.cell-8-5 {
  width: 53.125%;
}

.cell-8-4 {
  width: 51.875%;
}

.cell-8-3 {
  width: 51.875%;
}

.cell-8-2 {
  width: 51.25%;
}

.cell-8-1 {
  width: 50.625%;
}

.cell-9 {
  width: 56.25%;
}

.cell-9-9 {
  width: 61.875%;
}

.cell-9-8 {
  width: 61.25%;
}

.cell-9-7 {
  width: 60.625%;
}

.cell-9-6 {
  width: 60%;
}

.cell-9-5 {
  width: 59.375%;
}

.cell-9-4 {
  width: 58.125%;
}

.cell-9-3 {
  width: 58.125%;
}

.cell-9-2 {
  width: 57.5%;
}

.cell-9-1 {
  width: 56.875%;
}

.cell-10 {
  width: 62.5%;
}

.cell-10-9 {
  width: 68.125%;
}

.cell-10-8 {
  width: 67.5%;
}

.cell-10-7 {
  width: 66.875%;
}

.cell-10-6 {
  width: 66.25%;
}

.cell-10-5 {
  width: 65.625%;
}

.cell-10-4 {
  width: 64.375%;
}

.cell-10-3 {
  width: 64.375%;
}

.cell-10-2 {
  width: 63.75%;
}

.cell-10-1 {
  width: 63.125%;
}

.cell-11 {
  width: 68.75%;
}

.cell-11-9 {
  width: 74.375%;
}

.cell-11-8 {
  width: 73.75%;
}

.cell-11-7 {
  width: 73.125%;
}

.cell-11-6 {
  width: 72.5%;
}

.cell-11-5 {
  width: 71.875%;
}

.cell-11-4 {
  width: 70.625%;
}

.cell-11-3 {
  width: 70.625%;
}

.cell-11-2 {
  width: 70%;
}

.cell-11-1 {
  width: 69.375%;
}

.cell-12 {
  width: 75%;
}

.cell-12-9 {
  width: 80.625%;
}

.cell-12-8 {
  width: 80%;
}

.cell-12-7 {
  width: 79.375%;
}

.cell-12-6 {
  width: 78.75%;
}

.cell-12-5 {
  width: 78.125%;
}

.cell-12-4 {
  width: 76.875%;
}

.cell-12-3 {
  width: 76.875%;
}

.cell-12-2 {
  width: 76.25%;
}

.cell-12-1 {
  width: 75.625%;
}

.cell-13 {
  width: 81.25%;
}

.cell-13-9 {
  width: 86.875%;
}

.cell-13-8 {
  width: 86.25%;
}

.cell-13-7 {
  width: 85.625%;
}

.cell-13-6 {
  width: 85%;
}

.cell-13-5 {
  width: 84.375%;
}

.cell-13-4 {
  width: 83.125%;
}

.cell-13-3 {
  width: 83.125%;
}

.cell-13-2 {
  width: 82.5%;
}

.cell-13-1 {
  width: 81.875%;
}

.cell-14 {
  width: 87.5%;
}

.cell-14-9 {
  width: 93.125%;
}

.cell-14-8 {
  width: 92.5%;
}

.cell-14-7 {
  width: 91.875%;
}

.cell-14-6 {
  width: 91.25%;
}

.cell-14-5 {
  width: 90.625%;
}

.cell-14-4 {
  width: 89.375%;
}

.cell-14-3 {
  width: 89.375%;
}

.cell-14-2 {
  width: 88.75%;
}

.cell-14-1 {
  width: 88.125%;
}

.cell-15 {
  width: 93.75%;
}

.cell-15-9 {
  width: 99.375%;
}

.cell-15-8 {
  width: 98.75%;
}

.cell-15-7 {
  width: 98.125%;
}

.cell-15-6 {
  width: 97.5%;
}

.cell-15-5 {
  width: 96.875%;
}

.cell-15-4 {
  width: 95.625%;
}

.cell-15-3 {
  width: 95.625%;
}

.cell-15-2 {
  width: 95%;
}

.cell-15-1 {
  width: 94.375%;
}

.cell-16 {
  width: 100%;
}

.cell-16-9 {
  width: 105.625%;
}

.cell-16-8 {
  width: 105%;
}

.cell-16-7 {
  width: 104.375%;
}

.cell-16-6 {
  width: 103.75%;
}

.cell-16-5 {
  width: 103.125%;
}

.cell-16-4 {
  width: 101.875%;
}

.cell-16-3 {
  width: 101.875%;
}

.cell-16-2 {
  width: 101.25%;
}

.cell-16-1 {
  width: 100.625%;
}

@media (min-width: 1280px) {
  .d-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}
@media (min-width: 1280px) {
  .d-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .t-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .tp-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .m-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .mp-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}
table.grid .cell-1 {
  min-width: 6.25%;
  max-width: 6.25%;
  width: 6.25%;
}

.grid.column > .cell-1, .grid.column > .row > .cell-1 {
  width: auto;
  flex: 1 1 6.25%;
}
.grid.column .width-1 {
  width: 6.25%;
}
table.grid .cell-2 {
  min-width: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}

.grid.column > .cell-2, .grid.column > .row > .cell-2 {
  width: auto;
  flex: 1 1 12.5%;
}
.grid.column .width-2 {
  width: 12.5%;
}
table.grid .cell-3 {
  min-width: 18.75%;
  max-width: 18.75%;
  width: 18.75%;
}

.grid.column > .cell-3, .grid.column > .row > .cell-3 {
  width: auto;
  flex: 1 1 18.75%;
}
.grid.column .width-3 {
  width: 18.75%;
}
table.grid .cell-4 {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

.grid.column > .cell-4, .grid.column > .row > .cell-4 {
  width: auto;
  flex: 1 1 25%;
}
.grid.column .width-4 {
  width: 25%;
}
table.grid .cell-5 {
  min-width: 31.25%;
  max-width: 31.25%;
  width: 31.25%;
}

.grid.column > .cell-5, .grid.column > .row > .cell-5 {
  width: auto;
  flex: 1 1 31.25%;
}
.grid.column .width-5 {
  width: 31.25%;
}
table.grid .cell-6 {
  min-width: 37.5%;
  max-width: 37.5%;
  width: 37.5%;
}

.grid.column > .cell-6, .grid.column > .row > .cell-6 {
  width: auto;
  flex: 1 1 37.5%;
}
.grid.column .width-6 {
  width: 37.5%;
}
table.grid .cell-7 {
  min-width: 43.75%;
  max-width: 43.75%;
  width: 43.75%;
}

.grid.column > .cell-7, .grid.column > .row > .cell-7 {
  width: auto;
  flex: 1 1 43.75%;
}
.grid.column .width-7 {
  width: 43.75%;
}
table.grid .cell-8 {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

.grid.column > .cell-8, .grid.column > .row > .cell-8 {
  width: auto;
  flex: 1 1 50%;
}
.grid.column .width-8 {
  width: 50%;
}
table.grid .cell-9 {
  min-width: 56.25%;
  max-width: 56.25%;
  width: 56.25%;
}

.grid.column > .cell-9, .grid.column > .row > .cell-9 {
  width: auto;
  flex: 1 1 56.25%;
}
.grid.column .width-9 {
  width: 56.25%;
}
table.grid .cell-10 {
  min-width: 62.5%;
  max-width: 62.5%;
  width: 62.5%;
}

.grid.column > .cell-10, .grid.column > .row > .cell-10 {
  width: auto;
  flex: 1 1 62.5%;
}
.grid.column .width-10 {
  width: 62.5%;
}
table.grid .cell-11 {
  min-width: 68.75%;
  max-width: 68.75%;
  width: 68.75%;
}

.grid.column > .cell-11, .grid.column > .row > .cell-11 {
  width: auto;
  flex: 1 1 68.75%;
}
.grid.column .width-11 {
  width: 68.75%;
}
table.grid .cell-12 {
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}

.grid.column > .cell-12, .grid.column > .row > .cell-12 {
  width: auto;
  flex: 1 1 75%;
}
.grid.column .width-12 {
  width: 75%;
}
table.grid .cell-13 {
  min-width: 81.25%;
  max-width: 81.25%;
  width: 81.25%;
}

.grid.column > .cell-13, .grid.column > .row > .cell-13 {
  width: auto;
  flex: 1 1 81.25%;
}
.grid.column .width-13 {
  width: 81.25%;
}
table.grid .cell-14 {
  min-width: 87.5%;
  max-width: 87.5%;
  width: 87.5%;
}

.grid.column > .cell-14, .grid.column > .row > .cell-14 {
  width: auto;
  flex: 1 1 87.5%;
}
.grid.column .width-14 {
  width: 87.5%;
}
table.grid .cell-15 {
  min-width: 93.75%;
  max-width: 93.75%;
  width: 93.75%;
}

.grid.column > .cell-15, .grid.column > .row > .cell-15 {
  width: auto;
  flex: 1 1 93.75%;
}
.grid.column .width-15 {
  width: 93.75%;
}
table.grid .cell-16 {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.grid.column > .cell-16, .grid.column > .row > .cell-16 {
  width: auto;
  flex: 1 1 100%;
}
.grid.column .width-16 {
  width: 100%;
}
.grid [class*=cell].offset-left-0, .grid [class*=cell].offset-0, .grid[class*=width-].offset-left-0, .grid[class*=width-].offset-0 {
  margin-left: 0% !important;
}
.grid [class*=cell].offset-right-0, .grid[class*=width-].offset-right-0 {
  margin-right: 0% !important;
}
.grid.offset-left-0 [class*=cell]:first-child, .grid.offset-0 [class*=cell]:first-child, .grid .row.offset-left-0 [class*=cell]:first-child, .grid .row.offset-0 [class*=cell]:first-child {
  margin-left: 0%;
}
.grid.offset-right-0 [class*=cell]:last-child, .grid .row.offset-right-0 [class*=cell]:last-child {
  margin-right: 0%;
}
.grid [class*=cell].offset-left-1, .grid [class*=cell].offset-1, .grid[class*=width-].offset-left-1, .grid[class*=width-].offset-1 {
  margin-left: 6.25% !important;
}
.grid [class*=cell].offset-right-1, .grid[class*=width-].offset-right-1 {
  margin-right: 6.25% !important;
}
.grid.offset-left-1 [class*=cell]:first-child, .grid.offset-1 [class*=cell]:first-child, .grid .row.offset-left-1 [class*=cell]:first-child, .grid .row.offset-1 [class*=cell]:first-child {
  margin-left: 6.25%;
}
.grid.offset-right-1 [class*=cell]:last-child, .grid .row.offset-right-1 [class*=cell]:last-child {
  margin-right: 6.25%;
}
.grid [class*=cell].offset-left-2, .grid [class*=cell].offset-2, .grid[class*=width-].offset-left-2, .grid[class*=width-].offset-2 {
  margin-left: 12.5% !important;
}
.grid [class*=cell].offset-right-2, .grid[class*=width-].offset-right-2 {
  margin-right: 12.5% !important;
}
.grid.offset-left-2 [class*=cell]:first-child, .grid.offset-2 [class*=cell]:first-child, .grid .row.offset-left-2 [class*=cell]:first-child, .grid .row.offset-2 [class*=cell]:first-child {
  margin-left: 12.5%;
}
.grid.offset-right-2 [class*=cell]:last-child, .grid .row.offset-right-2 [class*=cell]:last-child {
  margin-right: 12.5%;
}
.grid [class*=cell].offset-left-3, .grid [class*=cell].offset-3, .grid[class*=width-].offset-left-3, .grid[class*=width-].offset-3 {
  margin-left: 18.75% !important;
}
.grid [class*=cell].offset-right-3, .grid[class*=width-].offset-right-3 {
  margin-right: 18.75% !important;
}
.grid.offset-left-3 [class*=cell]:first-child, .grid.offset-3 [class*=cell]:first-child, .grid .row.offset-left-3 [class*=cell]:first-child, .grid .row.offset-3 [class*=cell]:first-child {
  margin-left: 18.75%;
}
.grid.offset-right-3 [class*=cell]:last-child, .grid .row.offset-right-3 [class*=cell]:last-child {
  margin-right: 18.75%;
}
.grid [class*=cell].offset-left-4, .grid [class*=cell].offset-4, .grid[class*=width-].offset-left-4, .grid[class*=width-].offset-4 {
  margin-left: 25% !important;
}
.grid [class*=cell].offset-right-4, .grid[class*=width-].offset-right-4 {
  margin-right: 25% !important;
}
.grid.offset-left-4 [class*=cell]:first-child, .grid.offset-4 [class*=cell]:first-child, .grid .row.offset-left-4 [class*=cell]:first-child, .grid .row.offset-4 [class*=cell]:first-child {
  margin-left: 25%;
}
.grid.offset-right-4 [class*=cell]:last-child, .grid .row.offset-right-4 [class*=cell]:last-child {
  margin-right: 25%;
}
.grid [class*=cell].offset-left-5, .grid [class*=cell].offset-5, .grid[class*=width-].offset-left-5, .grid[class*=width-].offset-5 {
  margin-left: 31.25% !important;
}
.grid [class*=cell].offset-right-5, .grid[class*=width-].offset-right-5 {
  margin-right: 31.25% !important;
}
.grid.offset-left-5 [class*=cell]:first-child, .grid.offset-5 [class*=cell]:first-child, .grid .row.offset-left-5 [class*=cell]:first-child, .grid .row.offset-5 [class*=cell]:first-child {
  margin-left: 31.25%;
}
.grid.offset-right-5 [class*=cell]:last-child, .grid .row.offset-right-5 [class*=cell]:last-child {
  margin-right: 31.25%;
}
.grid [class*=cell].offset-left-6, .grid [class*=cell].offset-6, .grid[class*=width-].offset-left-6, .grid[class*=width-].offset-6 {
  margin-left: 37.5% !important;
}
.grid [class*=cell].offset-right-6, .grid[class*=width-].offset-right-6 {
  margin-right: 37.5% !important;
}
.grid.offset-left-6 [class*=cell]:first-child, .grid.offset-6 [class*=cell]:first-child, .grid .row.offset-left-6 [class*=cell]:first-child, .grid .row.offset-6 [class*=cell]:first-child {
  margin-left: 37.5%;
}
.grid.offset-right-6 [class*=cell]:last-child, .grid .row.offset-right-6 [class*=cell]:last-child {
  margin-right: 37.5%;
}
.grid [class*=cell].offset-left-7, .grid [class*=cell].offset-7, .grid[class*=width-].offset-left-7, .grid[class*=width-].offset-7 {
  margin-left: 43.75% !important;
}
.grid [class*=cell].offset-right-7, .grid[class*=width-].offset-right-7 {
  margin-right: 43.75% !important;
}
.grid.offset-left-7 [class*=cell]:first-child, .grid.offset-7 [class*=cell]:first-child, .grid .row.offset-left-7 [class*=cell]:first-child, .grid .row.offset-7 [class*=cell]:first-child {
  margin-left: 43.75%;
}
.grid.offset-right-7 [class*=cell]:last-child, .grid .row.offset-right-7 [class*=cell]:last-child {
  margin-right: 43.75%;
}
.grid [class*=cell].offset-left-8, .grid [class*=cell].offset-8, .grid[class*=width-].offset-left-8, .grid[class*=width-].offset-8 {
  margin-left: 50% !important;
}
.grid [class*=cell].offset-right-8, .grid[class*=width-].offset-right-8 {
  margin-right: 50% !important;
}
.grid.offset-left-8 [class*=cell]:first-child, .grid.offset-8 [class*=cell]:first-child, .grid .row.offset-left-8 [class*=cell]:first-child, .grid .row.offset-8 [class*=cell]:first-child {
  margin-left: 50%;
}
.grid.offset-right-8 [class*=cell]:last-child, .grid .row.offset-right-8 [class*=cell]:last-child {
  margin-right: 50%;
}
.grid [class*=cell].offset-left-9, .grid [class*=cell].offset-9, .grid[class*=width-].offset-left-9, .grid[class*=width-].offset-9 {
  margin-left: 56.25% !important;
}
.grid [class*=cell].offset-right-9, .grid[class*=width-].offset-right-9 {
  margin-right: 56.25% !important;
}
.grid.offset-left-9 [class*=cell]:first-child, .grid.offset-9 [class*=cell]:first-child, .grid .row.offset-left-9 [class*=cell]:first-child, .grid .row.offset-9 [class*=cell]:first-child {
  margin-left: 56.25%;
}
.grid.offset-right-9 [class*=cell]:last-child, .grid .row.offset-right-9 [class*=cell]:last-child {
  margin-right: 56.25%;
}
.grid [class*=cell].offset-left-10, .grid [class*=cell].offset-10, .grid[class*=width-].offset-left-10, .grid[class*=width-].offset-10 {
  margin-left: 62.5% !important;
}
.grid [class*=cell].offset-right-10, .grid[class*=width-].offset-right-10 {
  margin-right: 62.5% !important;
}
.grid.offset-left-10 [class*=cell]:first-child, .grid.offset-10 [class*=cell]:first-child, .grid .row.offset-left-10 [class*=cell]:first-child, .grid .row.offset-10 [class*=cell]:first-child {
  margin-left: 62.5%;
}
.grid.offset-right-10 [class*=cell]:last-child, .grid .row.offset-right-10 [class*=cell]:last-child {
  margin-right: 62.5%;
}
.grid [class*=cell].offset-left-11, .grid [class*=cell].offset-11, .grid[class*=width-].offset-left-11, .grid[class*=width-].offset-11 {
  margin-left: 68.75% !important;
}
.grid [class*=cell].offset-right-11, .grid[class*=width-].offset-right-11 {
  margin-right: 68.75% !important;
}
.grid.offset-left-11 [class*=cell]:first-child, .grid.offset-11 [class*=cell]:first-child, .grid .row.offset-left-11 [class*=cell]:first-child, .grid .row.offset-11 [class*=cell]:first-child {
  margin-left: 68.75%;
}
.grid.offset-right-11 [class*=cell]:last-child, .grid .row.offset-right-11 [class*=cell]:last-child {
  margin-right: 68.75%;
}
.grid [class*=cell].offset-left-12, .grid [class*=cell].offset-12, .grid[class*=width-].offset-left-12, .grid[class*=width-].offset-12 {
  margin-left: 75% !important;
}
.grid [class*=cell].offset-right-12, .grid[class*=width-].offset-right-12 {
  margin-right: 75% !important;
}
.grid.offset-left-12 [class*=cell]:first-child, .grid.offset-12 [class*=cell]:first-child, .grid .row.offset-left-12 [class*=cell]:first-child, .grid .row.offset-12 [class*=cell]:first-child {
  margin-left: 75%;
}
.grid.offset-right-12 [class*=cell]:last-child, .grid .row.offset-right-12 [class*=cell]:last-child {
  margin-right: 75%;
}
.grid [class*=cell].offset-left-13, .grid [class*=cell].offset-13, .grid[class*=width-].offset-left-13, .grid[class*=width-].offset-13 {
  margin-left: 81.25% !important;
}
.grid [class*=cell].offset-right-13, .grid[class*=width-].offset-right-13 {
  margin-right: 81.25% !important;
}
.grid.offset-left-13 [class*=cell]:first-child, .grid.offset-13 [class*=cell]:first-child, .grid .row.offset-left-13 [class*=cell]:first-child, .grid .row.offset-13 [class*=cell]:first-child {
  margin-left: 81.25%;
}
.grid.offset-right-13 [class*=cell]:last-child, .grid .row.offset-right-13 [class*=cell]:last-child {
  margin-right: 81.25%;
}
.grid [class*=cell].offset-left-14, .grid [class*=cell].offset-14, .grid[class*=width-].offset-left-14, .grid[class*=width-].offset-14 {
  margin-left: 87.5% !important;
}
.grid [class*=cell].offset-right-14, .grid[class*=width-].offset-right-14 {
  margin-right: 87.5% !important;
}
.grid.offset-left-14 [class*=cell]:first-child, .grid.offset-14 [class*=cell]:first-child, .grid .row.offset-left-14 [class*=cell]:first-child, .grid .row.offset-14 [class*=cell]:first-child {
  margin-left: 87.5%;
}
.grid.offset-right-14 [class*=cell]:last-child, .grid .row.offset-right-14 [class*=cell]:last-child {
  margin-right: 87.5%;
}
.grid [class*=cell].offset-left-15, .grid [class*=cell].offset-15, .grid[class*=width-].offset-left-15, .grid[class*=width-].offset-15 {
  margin-left: 93.75% !important;
}
.grid [class*=cell].offset-right-15, .grid[class*=width-].offset-right-15 {
  margin-right: 93.75% !important;
}
.grid.offset-left-15 [class*=cell]:first-child, .grid.offset-15 [class*=cell]:first-child, .grid .row.offset-left-15 [class*=cell]:first-child, .grid .row.offset-15 [class*=cell]:first-child {
  margin-left: 93.75%;
}
.grid.offset-right-15 [class*=cell]:last-child, .grid .row.offset-right-15 [class*=cell]:last-child {
  margin-right: 93.75%;
}
@media (min-width: 1280px) {
  .grid .d-offset-0[class*=cell], .grid .d-offset-0[class*=width-], .grid .d-offset-left-0[class*=cell], .grid .d-offset-left-0[class*=width-] {
    margin-left: 0% !important;
  }
  .grid.d-offset-0 [class*=cell]:first-child, .grid.d-offset-left-0 [class*=cell]:first-child {
    margin-left: 0%;
  }
  .grid .d-offset-right-0[class*=cell], .grid .d-offset-right-0[class*=width-] {
    margin-right: 0% !important;
  }
  .grid.d-offset-right-0 [class*=cell]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-0[class*=cell], .grid .t-offset-0[class*=width-], .grid .t-offset-left-0[class*=cell], .grid .t-offset-left-0[class*=width-] {
    margin-left: 0% !important;
  }
  .grid.t-offset-0 [class*=cell]:first-child, .grid.t-offset-left-0 [class*=cell]:first-child {
    margin-left: 0%;
  }
  .grid .t-offset-right-0[class*=cell], .grid .t-offset-right-0[class*=width-] {
    margin-right: 0% !important;
  }
  .grid.t-offset-right-0 [class*=cell]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-0[class*=cell], .grid .tp-offset-0[class*=width-], .grid .tp-offset-left-0[class*=cell], .grid .tp-offset-left-0[class*=width-] {
    margin-left: 0% !important;
  }
  .grid.tp-offset-0 [class*=cell]:first-child, .grid.tp-offset-left-0 [class*=cell]:first-child {
    margin-left: 0%;
  }
  .grid .tp-offset-right-0[class*=cell], .grid .tp-offset-right-0[class*=width-] {
    margin-right: 0% !important;
  }
  .grid.tp-offset-right-0 [class*=cell]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-0[class*=cell], .grid .m-offset-0[class*=width-], .grid .m-offset-left-0[class*=cell], .grid .m-offset-left-0[class*=width-] {
    margin-left: 0% !important;
  }
  .grid.m-offset-0 [class*=cell]:first-child, .grid.m-offset-left-0 [class*=cell]:first-child {
    margin-left: 0%;
  }
  .grid .m-offset-right-0[class*=cell], .grid .m-offset-right-0[class*=width-] {
    margin-right: 0% !important;
  }
  .grid.m-offset-right-0 [class*=cell]:last-child {
    margin-right: 0%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-0[class*=cell], .grid .mp-offset-0[class*=width-], .grid .mp-offset-left-0[class*=cell], .grid .mp-offset-left-0[class*=width-] {
    margin-left: 0% !important;
  }
  .grid.mp-offset-0 [class*=cell]:first-child, .grid.mp-offset-left-0 [class*=cell]:first-child {
    margin-left: 0%;
  }
  .grid .mp-offset-right-0[class*=cell], .grid .mp-offset-right-0[class*=width-] {
    margin-right: 0% !important;
  }
  .grid.mp-offset-right-0 [class*=cell]:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-1[class*=cell], .grid .d-offset-1[class*=width-], .grid .d-offset-left-1[class*=cell], .grid .d-offset-left-1[class*=width-] {
    margin-left: 6.25% !important;
  }
  .grid.d-offset-1 [class*=cell]:first-child, .grid.d-offset-left-1 [class*=cell]:first-child {
    margin-left: 6.25%;
  }
  .grid .d-offset-right-1[class*=cell], .grid .d-offset-right-1[class*=width-] {
    margin-right: 6.25% !important;
  }
  .grid.d-offset-right-1 [class*=cell]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-1[class*=cell], .grid .t-offset-1[class*=width-], .grid .t-offset-left-1[class*=cell], .grid .t-offset-left-1[class*=width-] {
    margin-left: 6.25% !important;
  }
  .grid.t-offset-1 [class*=cell]:first-child, .grid.t-offset-left-1 [class*=cell]:first-child {
    margin-left: 6.25%;
  }
  .grid .t-offset-right-1[class*=cell], .grid .t-offset-right-1[class*=width-] {
    margin-right: 6.25% !important;
  }
  .grid.t-offset-right-1 [class*=cell]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-1[class*=cell], .grid .tp-offset-1[class*=width-], .grid .tp-offset-left-1[class*=cell], .grid .tp-offset-left-1[class*=width-] {
    margin-left: 6.25% !important;
  }
  .grid.tp-offset-1 [class*=cell]:first-child, .grid.tp-offset-left-1 [class*=cell]:first-child {
    margin-left: 6.25%;
  }
  .grid .tp-offset-right-1[class*=cell], .grid .tp-offset-right-1[class*=width-] {
    margin-right: 6.25% !important;
  }
  .grid.tp-offset-right-1 [class*=cell]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-1[class*=cell], .grid .m-offset-1[class*=width-], .grid .m-offset-left-1[class*=cell], .grid .m-offset-left-1[class*=width-] {
    margin-left: 6.25% !important;
  }
  .grid.m-offset-1 [class*=cell]:first-child, .grid.m-offset-left-1 [class*=cell]:first-child {
    margin-left: 6.25%;
  }
  .grid .m-offset-right-1[class*=cell], .grid .m-offset-right-1[class*=width-] {
    margin-right: 6.25% !important;
  }
  .grid.m-offset-right-1 [class*=cell]:last-child {
    margin-right: 6.25%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-1[class*=cell], .grid .mp-offset-1[class*=width-], .grid .mp-offset-left-1[class*=cell], .grid .mp-offset-left-1[class*=width-] {
    margin-left: 6.25% !important;
  }
  .grid.mp-offset-1 [class*=cell]:first-child, .grid.mp-offset-left-1 [class*=cell]:first-child {
    margin-left: 6.25%;
  }
  .grid .mp-offset-right-1[class*=cell], .grid .mp-offset-right-1[class*=width-] {
    margin-right: 6.25% !important;
  }
  .grid.mp-offset-right-1 [class*=cell]:last-child {
    margin-right: 6.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-2[class*=cell], .grid .d-offset-2[class*=width-], .grid .d-offset-left-2[class*=cell], .grid .d-offset-left-2[class*=width-] {
    margin-left: 12.5% !important;
  }
  .grid.d-offset-2 [class*=cell]:first-child, .grid.d-offset-left-2 [class*=cell]:first-child {
    margin-left: 12.5%;
  }
  .grid .d-offset-right-2[class*=cell], .grid .d-offset-right-2[class*=width-] {
    margin-right: 12.5% !important;
  }
  .grid.d-offset-right-2 [class*=cell]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-2[class*=cell], .grid .t-offset-2[class*=width-], .grid .t-offset-left-2[class*=cell], .grid .t-offset-left-2[class*=width-] {
    margin-left: 12.5% !important;
  }
  .grid.t-offset-2 [class*=cell]:first-child, .grid.t-offset-left-2 [class*=cell]:first-child {
    margin-left: 12.5%;
  }
  .grid .t-offset-right-2[class*=cell], .grid .t-offset-right-2[class*=width-] {
    margin-right: 12.5% !important;
  }
  .grid.t-offset-right-2 [class*=cell]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-2[class*=cell], .grid .tp-offset-2[class*=width-], .grid .tp-offset-left-2[class*=cell], .grid .tp-offset-left-2[class*=width-] {
    margin-left: 12.5% !important;
  }
  .grid.tp-offset-2 [class*=cell]:first-child, .grid.tp-offset-left-2 [class*=cell]:first-child {
    margin-left: 12.5%;
  }
  .grid .tp-offset-right-2[class*=cell], .grid .tp-offset-right-2[class*=width-] {
    margin-right: 12.5% !important;
  }
  .grid.tp-offset-right-2 [class*=cell]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-2[class*=cell], .grid .m-offset-2[class*=width-], .grid .m-offset-left-2[class*=cell], .grid .m-offset-left-2[class*=width-] {
    margin-left: 12.5% !important;
  }
  .grid.m-offset-2 [class*=cell]:first-child, .grid.m-offset-left-2 [class*=cell]:first-child {
    margin-left: 12.5%;
  }
  .grid .m-offset-right-2[class*=cell], .grid .m-offset-right-2[class*=width-] {
    margin-right: 12.5% !important;
  }
  .grid.m-offset-right-2 [class*=cell]:last-child {
    margin-right: 12.5%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-2[class*=cell], .grid .mp-offset-2[class*=width-], .grid .mp-offset-left-2[class*=cell], .grid .mp-offset-left-2[class*=width-] {
    margin-left: 12.5% !important;
  }
  .grid.mp-offset-2 [class*=cell]:first-child, .grid.mp-offset-left-2 [class*=cell]:first-child {
    margin-left: 12.5%;
  }
  .grid .mp-offset-right-2[class*=cell], .grid .mp-offset-right-2[class*=width-] {
    margin-right: 12.5% !important;
  }
  .grid.mp-offset-right-2 [class*=cell]:last-child {
    margin-right: 12.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-3[class*=cell], .grid .d-offset-3[class*=width-], .grid .d-offset-left-3[class*=cell], .grid .d-offset-left-3[class*=width-] {
    margin-left: 18.75% !important;
  }
  .grid.d-offset-3 [class*=cell]:first-child, .grid.d-offset-left-3 [class*=cell]:first-child {
    margin-left: 18.75%;
  }
  .grid .d-offset-right-3[class*=cell], .grid .d-offset-right-3[class*=width-] {
    margin-right: 18.75% !important;
  }
  .grid.d-offset-right-3 [class*=cell]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-3[class*=cell], .grid .t-offset-3[class*=width-], .grid .t-offset-left-3[class*=cell], .grid .t-offset-left-3[class*=width-] {
    margin-left: 18.75% !important;
  }
  .grid.t-offset-3 [class*=cell]:first-child, .grid.t-offset-left-3 [class*=cell]:first-child {
    margin-left: 18.75%;
  }
  .grid .t-offset-right-3[class*=cell], .grid .t-offset-right-3[class*=width-] {
    margin-right: 18.75% !important;
  }
  .grid.t-offset-right-3 [class*=cell]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-3[class*=cell], .grid .tp-offset-3[class*=width-], .grid .tp-offset-left-3[class*=cell], .grid .tp-offset-left-3[class*=width-] {
    margin-left: 18.75% !important;
  }
  .grid.tp-offset-3 [class*=cell]:first-child, .grid.tp-offset-left-3 [class*=cell]:first-child {
    margin-left: 18.75%;
  }
  .grid .tp-offset-right-3[class*=cell], .grid .tp-offset-right-3[class*=width-] {
    margin-right: 18.75% !important;
  }
  .grid.tp-offset-right-3 [class*=cell]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-3[class*=cell], .grid .m-offset-3[class*=width-], .grid .m-offset-left-3[class*=cell], .grid .m-offset-left-3[class*=width-] {
    margin-left: 18.75% !important;
  }
  .grid.m-offset-3 [class*=cell]:first-child, .grid.m-offset-left-3 [class*=cell]:first-child {
    margin-left: 18.75%;
  }
  .grid .m-offset-right-3[class*=cell], .grid .m-offset-right-3[class*=width-] {
    margin-right: 18.75% !important;
  }
  .grid.m-offset-right-3 [class*=cell]:last-child {
    margin-right: 18.75%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-3[class*=cell], .grid .mp-offset-3[class*=width-], .grid .mp-offset-left-3[class*=cell], .grid .mp-offset-left-3[class*=width-] {
    margin-left: 18.75% !important;
  }
  .grid.mp-offset-3 [class*=cell]:first-child, .grid.mp-offset-left-3 [class*=cell]:first-child {
    margin-left: 18.75%;
  }
  .grid .mp-offset-right-3[class*=cell], .grid .mp-offset-right-3[class*=width-] {
    margin-right: 18.75% !important;
  }
  .grid.mp-offset-right-3 [class*=cell]:last-child {
    margin-right: 18.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-4[class*=cell], .grid .d-offset-4[class*=width-], .grid .d-offset-left-4[class*=cell], .grid .d-offset-left-4[class*=width-] {
    margin-left: 25% !important;
  }
  .grid.d-offset-4 [class*=cell]:first-child, .grid.d-offset-left-4 [class*=cell]:first-child {
    margin-left: 25%;
  }
  .grid .d-offset-right-4[class*=cell], .grid .d-offset-right-4[class*=width-] {
    margin-right: 25% !important;
  }
  .grid.d-offset-right-4 [class*=cell]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-4[class*=cell], .grid .t-offset-4[class*=width-], .grid .t-offset-left-4[class*=cell], .grid .t-offset-left-4[class*=width-] {
    margin-left: 25% !important;
  }
  .grid.t-offset-4 [class*=cell]:first-child, .grid.t-offset-left-4 [class*=cell]:first-child {
    margin-left: 25%;
  }
  .grid .t-offset-right-4[class*=cell], .grid .t-offset-right-4[class*=width-] {
    margin-right: 25% !important;
  }
  .grid.t-offset-right-4 [class*=cell]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-4[class*=cell], .grid .tp-offset-4[class*=width-], .grid .tp-offset-left-4[class*=cell], .grid .tp-offset-left-4[class*=width-] {
    margin-left: 25% !important;
  }
  .grid.tp-offset-4 [class*=cell]:first-child, .grid.tp-offset-left-4 [class*=cell]:first-child {
    margin-left: 25%;
  }
  .grid .tp-offset-right-4[class*=cell], .grid .tp-offset-right-4[class*=width-] {
    margin-right: 25% !important;
  }
  .grid.tp-offset-right-4 [class*=cell]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-4[class*=cell], .grid .m-offset-4[class*=width-], .grid .m-offset-left-4[class*=cell], .grid .m-offset-left-4[class*=width-] {
    margin-left: 25% !important;
  }
  .grid.m-offset-4 [class*=cell]:first-child, .grid.m-offset-left-4 [class*=cell]:first-child {
    margin-left: 25%;
  }
  .grid .m-offset-right-4[class*=cell], .grid .m-offset-right-4[class*=width-] {
    margin-right: 25% !important;
  }
  .grid.m-offset-right-4 [class*=cell]:last-child {
    margin-right: 25%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-4[class*=cell], .grid .mp-offset-4[class*=width-], .grid .mp-offset-left-4[class*=cell], .grid .mp-offset-left-4[class*=width-] {
    margin-left: 25% !important;
  }
  .grid.mp-offset-4 [class*=cell]:first-child, .grid.mp-offset-left-4 [class*=cell]:first-child {
    margin-left: 25%;
  }
  .grid .mp-offset-right-4[class*=cell], .grid .mp-offset-right-4[class*=width-] {
    margin-right: 25% !important;
  }
  .grid.mp-offset-right-4 [class*=cell]:last-child {
    margin-right: 25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-5[class*=cell], .grid .d-offset-5[class*=width-], .grid .d-offset-left-5[class*=cell], .grid .d-offset-left-5[class*=width-] {
    margin-left: 31.25% !important;
  }
  .grid.d-offset-5 [class*=cell]:first-child, .grid.d-offset-left-5 [class*=cell]:first-child {
    margin-left: 31.25%;
  }
  .grid .d-offset-right-5[class*=cell], .grid .d-offset-right-5[class*=width-] {
    margin-right: 31.25% !important;
  }
  .grid.d-offset-right-5 [class*=cell]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-5[class*=cell], .grid .t-offset-5[class*=width-], .grid .t-offset-left-5[class*=cell], .grid .t-offset-left-5[class*=width-] {
    margin-left: 31.25% !important;
  }
  .grid.t-offset-5 [class*=cell]:first-child, .grid.t-offset-left-5 [class*=cell]:first-child {
    margin-left: 31.25%;
  }
  .grid .t-offset-right-5[class*=cell], .grid .t-offset-right-5[class*=width-] {
    margin-right: 31.25% !important;
  }
  .grid.t-offset-right-5 [class*=cell]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-5[class*=cell], .grid .tp-offset-5[class*=width-], .grid .tp-offset-left-5[class*=cell], .grid .tp-offset-left-5[class*=width-] {
    margin-left: 31.25% !important;
  }
  .grid.tp-offset-5 [class*=cell]:first-child, .grid.tp-offset-left-5 [class*=cell]:first-child {
    margin-left: 31.25%;
  }
  .grid .tp-offset-right-5[class*=cell], .grid .tp-offset-right-5[class*=width-] {
    margin-right: 31.25% !important;
  }
  .grid.tp-offset-right-5 [class*=cell]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-5[class*=cell], .grid .m-offset-5[class*=width-], .grid .m-offset-left-5[class*=cell], .grid .m-offset-left-5[class*=width-] {
    margin-left: 31.25% !important;
  }
  .grid.m-offset-5 [class*=cell]:first-child, .grid.m-offset-left-5 [class*=cell]:first-child {
    margin-left: 31.25%;
  }
  .grid .m-offset-right-5[class*=cell], .grid .m-offset-right-5[class*=width-] {
    margin-right: 31.25% !important;
  }
  .grid.m-offset-right-5 [class*=cell]:last-child {
    margin-right: 31.25%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-5[class*=cell], .grid .mp-offset-5[class*=width-], .grid .mp-offset-left-5[class*=cell], .grid .mp-offset-left-5[class*=width-] {
    margin-left: 31.25% !important;
  }
  .grid.mp-offset-5 [class*=cell]:first-child, .grid.mp-offset-left-5 [class*=cell]:first-child {
    margin-left: 31.25%;
  }
  .grid .mp-offset-right-5[class*=cell], .grid .mp-offset-right-5[class*=width-] {
    margin-right: 31.25% !important;
  }
  .grid.mp-offset-right-5 [class*=cell]:last-child {
    margin-right: 31.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-6[class*=cell], .grid .d-offset-6[class*=width-], .grid .d-offset-left-6[class*=cell], .grid .d-offset-left-6[class*=width-] {
    margin-left: 37.5% !important;
  }
  .grid.d-offset-6 [class*=cell]:first-child, .grid.d-offset-left-6 [class*=cell]:first-child {
    margin-left: 37.5%;
  }
  .grid .d-offset-right-6[class*=cell], .grid .d-offset-right-6[class*=width-] {
    margin-right: 37.5% !important;
  }
  .grid.d-offset-right-6 [class*=cell]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-6[class*=cell], .grid .t-offset-6[class*=width-], .grid .t-offset-left-6[class*=cell], .grid .t-offset-left-6[class*=width-] {
    margin-left: 37.5% !important;
  }
  .grid.t-offset-6 [class*=cell]:first-child, .grid.t-offset-left-6 [class*=cell]:first-child {
    margin-left: 37.5%;
  }
  .grid .t-offset-right-6[class*=cell], .grid .t-offset-right-6[class*=width-] {
    margin-right: 37.5% !important;
  }
  .grid.t-offset-right-6 [class*=cell]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-6[class*=cell], .grid .tp-offset-6[class*=width-], .grid .tp-offset-left-6[class*=cell], .grid .tp-offset-left-6[class*=width-] {
    margin-left: 37.5% !important;
  }
  .grid.tp-offset-6 [class*=cell]:first-child, .grid.tp-offset-left-6 [class*=cell]:first-child {
    margin-left: 37.5%;
  }
  .grid .tp-offset-right-6[class*=cell], .grid .tp-offset-right-6[class*=width-] {
    margin-right: 37.5% !important;
  }
  .grid.tp-offset-right-6 [class*=cell]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-6[class*=cell], .grid .m-offset-6[class*=width-], .grid .m-offset-left-6[class*=cell], .grid .m-offset-left-6[class*=width-] {
    margin-left: 37.5% !important;
  }
  .grid.m-offset-6 [class*=cell]:first-child, .grid.m-offset-left-6 [class*=cell]:first-child {
    margin-left: 37.5%;
  }
  .grid .m-offset-right-6[class*=cell], .grid .m-offset-right-6[class*=width-] {
    margin-right: 37.5% !important;
  }
  .grid.m-offset-right-6 [class*=cell]:last-child {
    margin-right: 37.5%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-6[class*=cell], .grid .mp-offset-6[class*=width-], .grid .mp-offset-left-6[class*=cell], .grid .mp-offset-left-6[class*=width-] {
    margin-left: 37.5% !important;
  }
  .grid.mp-offset-6 [class*=cell]:first-child, .grid.mp-offset-left-6 [class*=cell]:first-child {
    margin-left: 37.5%;
  }
  .grid .mp-offset-right-6[class*=cell], .grid .mp-offset-right-6[class*=width-] {
    margin-right: 37.5% !important;
  }
  .grid.mp-offset-right-6 [class*=cell]:last-child {
    margin-right: 37.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-7[class*=cell], .grid .d-offset-7[class*=width-], .grid .d-offset-left-7[class*=cell], .grid .d-offset-left-7[class*=width-] {
    margin-left: 43.75% !important;
  }
  .grid.d-offset-7 [class*=cell]:first-child, .grid.d-offset-left-7 [class*=cell]:first-child {
    margin-left: 43.75%;
  }
  .grid .d-offset-right-7[class*=cell], .grid .d-offset-right-7[class*=width-] {
    margin-right: 43.75% !important;
  }
  .grid.d-offset-right-7 [class*=cell]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-7[class*=cell], .grid .t-offset-7[class*=width-], .grid .t-offset-left-7[class*=cell], .grid .t-offset-left-7[class*=width-] {
    margin-left: 43.75% !important;
  }
  .grid.t-offset-7 [class*=cell]:first-child, .grid.t-offset-left-7 [class*=cell]:first-child {
    margin-left: 43.75%;
  }
  .grid .t-offset-right-7[class*=cell], .grid .t-offset-right-7[class*=width-] {
    margin-right: 43.75% !important;
  }
  .grid.t-offset-right-7 [class*=cell]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-7[class*=cell], .grid .tp-offset-7[class*=width-], .grid .tp-offset-left-7[class*=cell], .grid .tp-offset-left-7[class*=width-] {
    margin-left: 43.75% !important;
  }
  .grid.tp-offset-7 [class*=cell]:first-child, .grid.tp-offset-left-7 [class*=cell]:first-child {
    margin-left: 43.75%;
  }
  .grid .tp-offset-right-7[class*=cell], .grid .tp-offset-right-7[class*=width-] {
    margin-right: 43.75% !important;
  }
  .grid.tp-offset-right-7 [class*=cell]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-7[class*=cell], .grid .m-offset-7[class*=width-], .grid .m-offset-left-7[class*=cell], .grid .m-offset-left-7[class*=width-] {
    margin-left: 43.75% !important;
  }
  .grid.m-offset-7 [class*=cell]:first-child, .grid.m-offset-left-7 [class*=cell]:first-child {
    margin-left: 43.75%;
  }
  .grid .m-offset-right-7[class*=cell], .grid .m-offset-right-7[class*=width-] {
    margin-right: 43.75% !important;
  }
  .grid.m-offset-right-7 [class*=cell]:last-child {
    margin-right: 43.75%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-7[class*=cell], .grid .mp-offset-7[class*=width-], .grid .mp-offset-left-7[class*=cell], .grid .mp-offset-left-7[class*=width-] {
    margin-left: 43.75% !important;
  }
  .grid.mp-offset-7 [class*=cell]:first-child, .grid.mp-offset-left-7 [class*=cell]:first-child {
    margin-left: 43.75%;
  }
  .grid .mp-offset-right-7[class*=cell], .grid .mp-offset-right-7[class*=width-] {
    margin-right: 43.75% !important;
  }
  .grid.mp-offset-right-7 [class*=cell]:last-child {
    margin-right: 43.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-8[class*=cell], .grid .d-offset-8[class*=width-], .grid .d-offset-left-8[class*=cell], .grid .d-offset-left-8[class*=width-] {
    margin-left: 50% !important;
  }
  .grid.d-offset-8 [class*=cell]:first-child, .grid.d-offset-left-8 [class*=cell]:first-child {
    margin-left: 50%;
  }
  .grid .d-offset-right-8[class*=cell], .grid .d-offset-right-8[class*=width-] {
    margin-right: 50% !important;
  }
  .grid.d-offset-right-8 [class*=cell]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-8[class*=cell], .grid .t-offset-8[class*=width-], .grid .t-offset-left-8[class*=cell], .grid .t-offset-left-8[class*=width-] {
    margin-left: 50% !important;
  }
  .grid.t-offset-8 [class*=cell]:first-child, .grid.t-offset-left-8 [class*=cell]:first-child {
    margin-left: 50%;
  }
  .grid .t-offset-right-8[class*=cell], .grid .t-offset-right-8[class*=width-] {
    margin-right: 50% !important;
  }
  .grid.t-offset-right-8 [class*=cell]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-8[class*=cell], .grid .tp-offset-8[class*=width-], .grid .tp-offset-left-8[class*=cell], .grid .tp-offset-left-8[class*=width-] {
    margin-left: 50% !important;
  }
  .grid.tp-offset-8 [class*=cell]:first-child, .grid.tp-offset-left-8 [class*=cell]:first-child {
    margin-left: 50%;
  }
  .grid .tp-offset-right-8[class*=cell], .grid .tp-offset-right-8[class*=width-] {
    margin-right: 50% !important;
  }
  .grid.tp-offset-right-8 [class*=cell]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-8[class*=cell], .grid .m-offset-8[class*=width-], .grid .m-offset-left-8[class*=cell], .grid .m-offset-left-8[class*=width-] {
    margin-left: 50% !important;
  }
  .grid.m-offset-8 [class*=cell]:first-child, .grid.m-offset-left-8 [class*=cell]:first-child {
    margin-left: 50%;
  }
  .grid .m-offset-right-8[class*=cell], .grid .m-offset-right-8[class*=width-] {
    margin-right: 50% !important;
  }
  .grid.m-offset-right-8 [class*=cell]:last-child {
    margin-right: 50%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-8[class*=cell], .grid .mp-offset-8[class*=width-], .grid .mp-offset-left-8[class*=cell], .grid .mp-offset-left-8[class*=width-] {
    margin-left: 50% !important;
  }
  .grid.mp-offset-8 [class*=cell]:first-child, .grid.mp-offset-left-8 [class*=cell]:first-child {
    margin-left: 50%;
  }
  .grid .mp-offset-right-8[class*=cell], .grid .mp-offset-right-8[class*=width-] {
    margin-right: 50% !important;
  }
  .grid.mp-offset-right-8 [class*=cell]:last-child {
    margin-right: 50%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-9[class*=cell], .grid .d-offset-9[class*=width-], .grid .d-offset-left-9[class*=cell], .grid .d-offset-left-9[class*=width-] {
    margin-left: 56.25% !important;
  }
  .grid.d-offset-9 [class*=cell]:first-child, .grid.d-offset-left-9 [class*=cell]:first-child {
    margin-left: 56.25%;
  }
  .grid .d-offset-right-9[class*=cell], .grid .d-offset-right-9[class*=width-] {
    margin-right: 56.25% !important;
  }
  .grid.d-offset-right-9 [class*=cell]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-9[class*=cell], .grid .t-offset-9[class*=width-], .grid .t-offset-left-9[class*=cell], .grid .t-offset-left-9[class*=width-] {
    margin-left: 56.25% !important;
  }
  .grid.t-offset-9 [class*=cell]:first-child, .grid.t-offset-left-9 [class*=cell]:first-child {
    margin-left: 56.25%;
  }
  .grid .t-offset-right-9[class*=cell], .grid .t-offset-right-9[class*=width-] {
    margin-right: 56.25% !important;
  }
  .grid.t-offset-right-9 [class*=cell]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-9[class*=cell], .grid .tp-offset-9[class*=width-], .grid .tp-offset-left-9[class*=cell], .grid .tp-offset-left-9[class*=width-] {
    margin-left: 56.25% !important;
  }
  .grid.tp-offset-9 [class*=cell]:first-child, .grid.tp-offset-left-9 [class*=cell]:first-child {
    margin-left: 56.25%;
  }
  .grid .tp-offset-right-9[class*=cell], .grid .tp-offset-right-9[class*=width-] {
    margin-right: 56.25% !important;
  }
  .grid.tp-offset-right-9 [class*=cell]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-9[class*=cell], .grid .m-offset-9[class*=width-], .grid .m-offset-left-9[class*=cell], .grid .m-offset-left-9[class*=width-] {
    margin-left: 56.25% !important;
  }
  .grid.m-offset-9 [class*=cell]:first-child, .grid.m-offset-left-9 [class*=cell]:first-child {
    margin-left: 56.25%;
  }
  .grid .m-offset-right-9[class*=cell], .grid .m-offset-right-9[class*=width-] {
    margin-right: 56.25% !important;
  }
  .grid.m-offset-right-9 [class*=cell]:last-child {
    margin-right: 56.25%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-9[class*=cell], .grid .mp-offset-9[class*=width-], .grid .mp-offset-left-9[class*=cell], .grid .mp-offset-left-9[class*=width-] {
    margin-left: 56.25% !important;
  }
  .grid.mp-offset-9 [class*=cell]:first-child, .grid.mp-offset-left-9 [class*=cell]:first-child {
    margin-left: 56.25%;
  }
  .grid .mp-offset-right-9[class*=cell], .grid .mp-offset-right-9[class*=width-] {
    margin-right: 56.25% !important;
  }
  .grid.mp-offset-right-9 [class*=cell]:last-child {
    margin-right: 56.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-10[class*=cell], .grid .d-offset-10[class*=width-], .grid .d-offset-left-10[class*=cell], .grid .d-offset-left-10[class*=width-] {
    margin-left: 62.5% !important;
  }
  .grid.d-offset-10 [class*=cell]:first-child, .grid.d-offset-left-10 [class*=cell]:first-child {
    margin-left: 62.5%;
  }
  .grid .d-offset-right-10[class*=cell], .grid .d-offset-right-10[class*=width-] {
    margin-right: 62.5% !important;
  }
  .grid.d-offset-right-10 [class*=cell]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-10[class*=cell], .grid .t-offset-10[class*=width-], .grid .t-offset-left-10[class*=cell], .grid .t-offset-left-10[class*=width-] {
    margin-left: 62.5% !important;
  }
  .grid.t-offset-10 [class*=cell]:first-child, .grid.t-offset-left-10 [class*=cell]:first-child {
    margin-left: 62.5%;
  }
  .grid .t-offset-right-10[class*=cell], .grid .t-offset-right-10[class*=width-] {
    margin-right: 62.5% !important;
  }
  .grid.t-offset-right-10 [class*=cell]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-10[class*=cell], .grid .tp-offset-10[class*=width-], .grid .tp-offset-left-10[class*=cell], .grid .tp-offset-left-10[class*=width-] {
    margin-left: 62.5% !important;
  }
  .grid.tp-offset-10 [class*=cell]:first-child, .grid.tp-offset-left-10 [class*=cell]:first-child {
    margin-left: 62.5%;
  }
  .grid .tp-offset-right-10[class*=cell], .grid .tp-offset-right-10[class*=width-] {
    margin-right: 62.5% !important;
  }
  .grid.tp-offset-right-10 [class*=cell]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-10[class*=cell], .grid .m-offset-10[class*=width-], .grid .m-offset-left-10[class*=cell], .grid .m-offset-left-10[class*=width-] {
    margin-left: 62.5% !important;
  }
  .grid.m-offset-10 [class*=cell]:first-child, .grid.m-offset-left-10 [class*=cell]:first-child {
    margin-left: 62.5%;
  }
  .grid .m-offset-right-10[class*=cell], .grid .m-offset-right-10[class*=width-] {
    margin-right: 62.5% !important;
  }
  .grid.m-offset-right-10 [class*=cell]:last-child {
    margin-right: 62.5%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-10[class*=cell], .grid .mp-offset-10[class*=width-], .grid .mp-offset-left-10[class*=cell], .grid .mp-offset-left-10[class*=width-] {
    margin-left: 62.5% !important;
  }
  .grid.mp-offset-10 [class*=cell]:first-child, .grid.mp-offset-left-10 [class*=cell]:first-child {
    margin-left: 62.5%;
  }
  .grid .mp-offset-right-10[class*=cell], .grid .mp-offset-right-10[class*=width-] {
    margin-right: 62.5% !important;
  }
  .grid.mp-offset-right-10 [class*=cell]:last-child {
    margin-right: 62.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-11[class*=cell], .grid .d-offset-11[class*=width-], .grid .d-offset-left-11[class*=cell], .grid .d-offset-left-11[class*=width-] {
    margin-left: 68.75% !important;
  }
  .grid.d-offset-11 [class*=cell]:first-child, .grid.d-offset-left-11 [class*=cell]:first-child {
    margin-left: 68.75%;
  }
  .grid .d-offset-right-11[class*=cell], .grid .d-offset-right-11[class*=width-] {
    margin-right: 68.75% !important;
  }
  .grid.d-offset-right-11 [class*=cell]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-11[class*=cell], .grid .t-offset-11[class*=width-], .grid .t-offset-left-11[class*=cell], .grid .t-offset-left-11[class*=width-] {
    margin-left: 68.75% !important;
  }
  .grid.t-offset-11 [class*=cell]:first-child, .grid.t-offset-left-11 [class*=cell]:first-child {
    margin-left: 68.75%;
  }
  .grid .t-offset-right-11[class*=cell], .grid .t-offset-right-11[class*=width-] {
    margin-right: 68.75% !important;
  }
  .grid.t-offset-right-11 [class*=cell]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-11[class*=cell], .grid .tp-offset-11[class*=width-], .grid .tp-offset-left-11[class*=cell], .grid .tp-offset-left-11[class*=width-] {
    margin-left: 68.75% !important;
  }
  .grid.tp-offset-11 [class*=cell]:first-child, .grid.tp-offset-left-11 [class*=cell]:first-child {
    margin-left: 68.75%;
  }
  .grid .tp-offset-right-11[class*=cell], .grid .tp-offset-right-11[class*=width-] {
    margin-right: 68.75% !important;
  }
  .grid.tp-offset-right-11 [class*=cell]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-11[class*=cell], .grid .m-offset-11[class*=width-], .grid .m-offset-left-11[class*=cell], .grid .m-offset-left-11[class*=width-] {
    margin-left: 68.75% !important;
  }
  .grid.m-offset-11 [class*=cell]:first-child, .grid.m-offset-left-11 [class*=cell]:first-child {
    margin-left: 68.75%;
  }
  .grid .m-offset-right-11[class*=cell], .grid .m-offset-right-11[class*=width-] {
    margin-right: 68.75% !important;
  }
  .grid.m-offset-right-11 [class*=cell]:last-child {
    margin-right: 68.75%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-11[class*=cell], .grid .mp-offset-11[class*=width-], .grid .mp-offset-left-11[class*=cell], .grid .mp-offset-left-11[class*=width-] {
    margin-left: 68.75% !important;
  }
  .grid.mp-offset-11 [class*=cell]:first-child, .grid.mp-offset-left-11 [class*=cell]:first-child {
    margin-left: 68.75%;
  }
  .grid .mp-offset-right-11[class*=cell], .grid .mp-offset-right-11[class*=width-] {
    margin-right: 68.75% !important;
  }
  .grid.mp-offset-right-11 [class*=cell]:last-child {
    margin-right: 68.75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-12[class*=cell], .grid .d-offset-12[class*=width-], .grid .d-offset-left-12[class*=cell], .grid .d-offset-left-12[class*=width-] {
    margin-left: 75% !important;
  }
  .grid.d-offset-12 [class*=cell]:first-child, .grid.d-offset-left-12 [class*=cell]:first-child {
    margin-left: 75%;
  }
  .grid .d-offset-right-12[class*=cell], .grid .d-offset-right-12[class*=width-] {
    margin-right: 75% !important;
  }
  .grid.d-offset-right-12 [class*=cell]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-12[class*=cell], .grid .t-offset-12[class*=width-], .grid .t-offset-left-12[class*=cell], .grid .t-offset-left-12[class*=width-] {
    margin-left: 75% !important;
  }
  .grid.t-offset-12 [class*=cell]:first-child, .grid.t-offset-left-12 [class*=cell]:first-child {
    margin-left: 75%;
  }
  .grid .t-offset-right-12[class*=cell], .grid .t-offset-right-12[class*=width-] {
    margin-right: 75% !important;
  }
  .grid.t-offset-right-12 [class*=cell]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-12[class*=cell], .grid .tp-offset-12[class*=width-], .grid .tp-offset-left-12[class*=cell], .grid .tp-offset-left-12[class*=width-] {
    margin-left: 75% !important;
  }
  .grid.tp-offset-12 [class*=cell]:first-child, .grid.tp-offset-left-12 [class*=cell]:first-child {
    margin-left: 75%;
  }
  .grid .tp-offset-right-12[class*=cell], .grid .tp-offset-right-12[class*=width-] {
    margin-right: 75% !important;
  }
  .grid.tp-offset-right-12 [class*=cell]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-12[class*=cell], .grid .m-offset-12[class*=width-], .grid .m-offset-left-12[class*=cell], .grid .m-offset-left-12[class*=width-] {
    margin-left: 75% !important;
  }
  .grid.m-offset-12 [class*=cell]:first-child, .grid.m-offset-left-12 [class*=cell]:first-child {
    margin-left: 75%;
  }
  .grid .m-offset-right-12[class*=cell], .grid .m-offset-right-12[class*=width-] {
    margin-right: 75% !important;
  }
  .grid.m-offset-right-12 [class*=cell]:last-child {
    margin-right: 75%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-12[class*=cell], .grid .mp-offset-12[class*=width-], .grid .mp-offset-left-12[class*=cell], .grid .mp-offset-left-12[class*=width-] {
    margin-left: 75% !important;
  }
  .grid.mp-offset-12 [class*=cell]:first-child, .grid.mp-offset-left-12 [class*=cell]:first-child {
    margin-left: 75%;
  }
  .grid .mp-offset-right-12[class*=cell], .grid .mp-offset-right-12[class*=width-] {
    margin-right: 75% !important;
  }
  .grid.mp-offset-right-12 [class*=cell]:last-child {
    margin-right: 75%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-13[class*=cell], .grid .d-offset-13[class*=width-], .grid .d-offset-left-13[class*=cell], .grid .d-offset-left-13[class*=width-] {
    margin-left: 81.25% !important;
  }
  .grid.d-offset-13 [class*=cell]:first-child, .grid.d-offset-left-13 [class*=cell]:first-child {
    margin-left: 81.25%;
  }
  .grid .d-offset-right-13[class*=cell], .grid .d-offset-right-13[class*=width-] {
    margin-right: 81.25% !important;
  }
  .grid.d-offset-right-13 [class*=cell]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-13[class*=cell], .grid .t-offset-13[class*=width-], .grid .t-offset-left-13[class*=cell], .grid .t-offset-left-13[class*=width-] {
    margin-left: 81.25% !important;
  }
  .grid.t-offset-13 [class*=cell]:first-child, .grid.t-offset-left-13 [class*=cell]:first-child {
    margin-left: 81.25%;
  }
  .grid .t-offset-right-13[class*=cell], .grid .t-offset-right-13[class*=width-] {
    margin-right: 81.25% !important;
  }
  .grid.t-offset-right-13 [class*=cell]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-13[class*=cell], .grid .tp-offset-13[class*=width-], .grid .tp-offset-left-13[class*=cell], .grid .tp-offset-left-13[class*=width-] {
    margin-left: 81.25% !important;
  }
  .grid.tp-offset-13 [class*=cell]:first-child, .grid.tp-offset-left-13 [class*=cell]:first-child {
    margin-left: 81.25%;
  }
  .grid .tp-offset-right-13[class*=cell], .grid .tp-offset-right-13[class*=width-] {
    margin-right: 81.25% !important;
  }
  .grid.tp-offset-right-13 [class*=cell]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-13[class*=cell], .grid .m-offset-13[class*=width-], .grid .m-offset-left-13[class*=cell], .grid .m-offset-left-13[class*=width-] {
    margin-left: 81.25% !important;
  }
  .grid.m-offset-13 [class*=cell]:first-child, .grid.m-offset-left-13 [class*=cell]:first-child {
    margin-left: 81.25%;
  }
  .grid .m-offset-right-13[class*=cell], .grid .m-offset-right-13[class*=width-] {
    margin-right: 81.25% !important;
  }
  .grid.m-offset-right-13 [class*=cell]:last-child {
    margin-right: 81.25%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-13[class*=cell], .grid .mp-offset-13[class*=width-], .grid .mp-offset-left-13[class*=cell], .grid .mp-offset-left-13[class*=width-] {
    margin-left: 81.25% !important;
  }
  .grid.mp-offset-13 [class*=cell]:first-child, .grid.mp-offset-left-13 [class*=cell]:first-child {
    margin-left: 81.25%;
  }
  .grid .mp-offset-right-13[class*=cell], .grid .mp-offset-right-13[class*=width-] {
    margin-right: 81.25% !important;
  }
  .grid.mp-offset-right-13 [class*=cell]:last-child {
    margin-right: 81.25%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-14[class*=cell], .grid .d-offset-14[class*=width-], .grid .d-offset-left-14[class*=cell], .grid .d-offset-left-14[class*=width-] {
    margin-left: 87.5% !important;
  }
  .grid.d-offset-14 [class*=cell]:first-child, .grid.d-offset-left-14 [class*=cell]:first-child {
    margin-left: 87.5%;
  }
  .grid .d-offset-right-14[class*=cell], .grid .d-offset-right-14[class*=width-] {
    margin-right: 87.5% !important;
  }
  .grid.d-offset-right-14 [class*=cell]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-14[class*=cell], .grid .t-offset-14[class*=width-], .grid .t-offset-left-14[class*=cell], .grid .t-offset-left-14[class*=width-] {
    margin-left: 87.5% !important;
  }
  .grid.t-offset-14 [class*=cell]:first-child, .grid.t-offset-left-14 [class*=cell]:first-child {
    margin-left: 87.5%;
  }
  .grid .t-offset-right-14[class*=cell], .grid .t-offset-right-14[class*=width-] {
    margin-right: 87.5% !important;
  }
  .grid.t-offset-right-14 [class*=cell]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-14[class*=cell], .grid .tp-offset-14[class*=width-], .grid .tp-offset-left-14[class*=cell], .grid .tp-offset-left-14[class*=width-] {
    margin-left: 87.5% !important;
  }
  .grid.tp-offset-14 [class*=cell]:first-child, .grid.tp-offset-left-14 [class*=cell]:first-child {
    margin-left: 87.5%;
  }
  .grid .tp-offset-right-14[class*=cell], .grid .tp-offset-right-14[class*=width-] {
    margin-right: 87.5% !important;
  }
  .grid.tp-offset-right-14 [class*=cell]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-14[class*=cell], .grid .m-offset-14[class*=width-], .grid .m-offset-left-14[class*=cell], .grid .m-offset-left-14[class*=width-] {
    margin-left: 87.5% !important;
  }
  .grid.m-offset-14 [class*=cell]:first-child, .grid.m-offset-left-14 [class*=cell]:first-child {
    margin-left: 87.5%;
  }
  .grid .m-offset-right-14[class*=cell], .grid .m-offset-right-14[class*=width-] {
    margin-right: 87.5% !important;
  }
  .grid.m-offset-right-14 [class*=cell]:last-child {
    margin-right: 87.5%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-14[class*=cell], .grid .mp-offset-14[class*=width-], .grid .mp-offset-left-14[class*=cell], .grid .mp-offset-left-14[class*=width-] {
    margin-left: 87.5% !important;
  }
  .grid.mp-offset-14 [class*=cell]:first-child, .grid.mp-offset-left-14 [class*=cell]:first-child {
    margin-left: 87.5%;
  }
  .grid .mp-offset-right-14[class*=cell], .grid .mp-offset-right-14[class*=width-] {
    margin-right: 87.5% !important;
  }
  .grid.mp-offset-right-14 [class*=cell]:last-child {
    margin-right: 87.5%;
  }
}
@media (min-width: 1280px) {
  .grid .d-offset-15[class*=cell], .grid .d-offset-15[class*=width-], .grid .d-offset-left-15[class*=cell], .grid .d-offset-left-15[class*=width-] {
    margin-left: 93.75% !important;
  }
  .grid.d-offset-15 [class*=cell]:first-child, .grid.d-offset-left-15 [class*=cell]:first-child {
    margin-left: 93.75%;
  }
  .grid .d-offset-right-15[class*=cell], .grid .d-offset-right-15[class*=width-] {
    margin-right: 93.75% !important;
  }
  .grid.d-offset-right-15 [class*=cell]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 1024px) {
  .grid .t-offset-15[class*=cell], .grid .t-offset-15[class*=width-], .grid .t-offset-left-15[class*=cell], .grid .t-offset-left-15[class*=width-] {
    margin-left: 93.75% !important;
  }
  .grid.t-offset-15 [class*=cell]:first-child, .grid.t-offset-left-15 [class*=cell]:first-child {
    margin-left: 93.75%;
  }
  .grid .t-offset-right-15[class*=cell], .grid .t-offset-right-15[class*=width-] {
    margin-right: 93.75% !important;
  }
  .grid.t-offset-right-15 [class*=cell]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 768px) {
  .grid .tp-offset-15[class*=cell], .grid .tp-offset-15[class*=width-], .grid .tp-offset-left-15[class*=cell], .grid .tp-offset-left-15[class*=width-] {
    margin-left: 93.75% !important;
  }
  .grid.tp-offset-15 [class*=cell]:first-child, .grid.tp-offset-left-15 [class*=cell]:first-child {
    margin-left: 93.75%;
  }
  .grid .tp-offset-right-15[class*=cell], .grid .tp-offset-right-15[class*=width-] {
    margin-right: 93.75% !important;
  }
  .grid.tp-offset-right-15 [class*=cell]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 568px) {
  .grid .m-offset-15[class*=cell], .grid .m-offset-15[class*=width-], .grid .m-offset-left-15[class*=cell], .grid .m-offset-left-15[class*=width-] {
    margin-left: 93.75% !important;
  }
  .grid.m-offset-15 [class*=cell]:first-child, .grid.m-offset-left-15 [class*=cell]:first-child {
    margin-left: 93.75%;
  }
  .grid .m-offset-right-15[class*=cell], .grid .m-offset-right-15[class*=width-] {
    margin-right: 93.75% !important;
  }
  .grid.m-offset-right-15 [class*=cell]:last-child {
    margin-right: 93.75%;
  }
}
@media (max-width: 320px) {
  .grid .mp-offset-15[class*=cell], .grid .mp-offset-15[class*=width-], .grid .mp-offset-left-15[class*=cell], .grid .mp-offset-left-15[class*=width-] {
    margin-left: 93.75% !important;
  }
  .grid.mp-offset-15 [class*=cell]:first-child, .grid.mp-offset-left-15 [class*=cell]:first-child {
    margin-left: 93.75%;
  }
  .grid .mp-offset-right-15[class*=cell], .grid .mp-offset-right-15[class*=width-] {
    margin-right: 93.75% !important;
  }
  .grid.mp-offset-right-15 [class*=cell]:last-child {
    margin-right: 93.75%;
  }
}
.grid.gutter-1 {
  margin-left: -0.45rem;
  margin-right: -0.45rem;
}
.grid.gutter-1:not([class*=cell-]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-1 {
  width: calc(100% + 0.9 + rem);
}

.grid.gutter-1.content-holder {
  width: calc(1128 + 0.9rem)px;
  max-width: calc(100% - (calc(20px * 2) - 0.9rem));
}
.grid.gutter-1 > [class*=" cell"], .grid.gutter-1 > [class^=cell], .grid.gutter-1 > .row > [class*=" cell"], .grid.gutter-1 > .row > [class^=cell], .grid.gutter-1 > tbody > tr > td, .grid.gutter-1 > tr > td {
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
}
.grid.gutter-1 > [class*=" cell"].start-before, .grid.gutter-1 > [class^=cell].start-before, .grid.gutter-1 > .row > [class*=" cell"].start-before, .grid.gutter-1 > .row > [class^=cell].start-before, .grid.gutter-1 > tbody > tr > td.start-before, .grid.gutter-1 > tr > td.start-before {
  margin-left: -0.9rem;
}
.grid.gutter-1 > [class*=" cell"].end-before, .grid.gutter-1 > [class^=cell].end-before, .grid.gutter-1 > .row > [class*=" cell"].end-before, .grid.gutter-1 > .row > [class^=cell].end-before, .grid.gutter-1 > tbody > tr > td.end-before, .grid.gutter-1 > tr > td.end-before {
  margin-right: -0.9rem;
}
.grid.gutter-1 > [class*=grid].row {
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
}
.grid.gutter-1 .cell-1.start-before, .grid.gutter-1 .cell-1.end-before {
  width: calc(100 / 16 * 1% + 0.9rem);
}
.grid.gutter-1 .cell-1.start-before.end-before {
  width: calc(100 / 16 * 1% + 1.8rem);
}
.grid.gutter-1 .cell-2.start-before, .grid.gutter-1 .cell-2.end-before {
  width: calc(100 / 16 * 2% + 0.9rem);
}
.grid.gutter-1 .cell-2.start-before.end-before {
  width: calc(100 / 16 * 2% + 1.8rem);
}
.grid.gutter-1 .cell-3.start-before, .grid.gutter-1 .cell-3.end-before {
  width: calc(100 / 16 * 3% + 0.9rem);
}
.grid.gutter-1 .cell-3.start-before.end-before {
  width: calc(100 / 16 * 3% + 1.8rem);
}
.grid.gutter-1 .cell-4.start-before, .grid.gutter-1 .cell-4.end-before {
  width: calc(100 / 16 * 4% + 0.9rem);
}
.grid.gutter-1 .cell-4.start-before.end-before {
  width: calc(100 / 16 * 4% + 1.8rem);
}
.grid.gutter-1 .cell-5.start-before, .grid.gutter-1 .cell-5.end-before {
  width: calc(100 / 16 * 5% + 0.9rem);
}
.grid.gutter-1 .cell-5.start-before.end-before {
  width: calc(100 / 16 * 5% + 1.8rem);
}
.grid.gutter-1 .cell-6.start-before, .grid.gutter-1 .cell-6.end-before {
  width: calc(100 / 16 * 6% + 0.9rem);
}
.grid.gutter-1 .cell-6.start-before.end-before {
  width: calc(100 / 16 * 6% + 1.8rem);
}
.grid.gutter-1 .cell-7.start-before, .grid.gutter-1 .cell-7.end-before {
  width: calc(100 / 16 * 7% + 0.9rem);
}
.grid.gutter-1 .cell-7.start-before.end-before {
  width: calc(100 / 16 * 7% + 1.8rem);
}
.grid.gutter-1 .cell-8.start-before, .grid.gutter-1 .cell-8.end-before {
  width: calc(100 / 16 * 8% + 0.9rem);
}
.grid.gutter-1 .cell-8.start-before.end-before {
  width: calc(100 / 16 * 8% + 1.8rem);
}
.grid.gutter-1 .cell-9.start-before, .grid.gutter-1 .cell-9.end-before {
  width: calc(100 / 16 * 9% + 0.9rem);
}
.grid.gutter-1 .cell-9.start-before.end-before {
  width: calc(100 / 16 * 9% + 1.8rem);
}
.grid.gutter-1 .cell-10.start-before, .grid.gutter-1 .cell-10.end-before {
  width: calc(100 / 16 * 10% + 0.9rem);
}
.grid.gutter-1 .cell-10.start-before.end-before {
  width: calc(100 / 16 * 10% + 1.8rem);
}
.grid.gutter-1 .cell-11.start-before, .grid.gutter-1 .cell-11.end-before {
  width: calc(100 / 16 * 11% + 0.9rem);
}
.grid.gutter-1 .cell-11.start-before.end-before {
  width: calc(100 / 16 * 11% + 1.8rem);
}
.grid.gutter-1 .cell-12.start-before, .grid.gutter-1 .cell-12.end-before {
  width: calc(100 / 16 * 12% + 0.9rem);
}
.grid.gutter-1 .cell-12.start-before.end-before {
  width: calc(100 / 16 * 12% + 1.8rem);
}
.grid.gutter-1 .cell-13.start-before, .grid.gutter-1 .cell-13.end-before {
  width: calc(100 / 16 * 13% + 0.9rem);
}
.grid.gutter-1 .cell-13.start-before.end-before {
  width: calc(100 / 16 * 13% + 1.8rem);
}
.grid.gutter-1 .cell-14.start-before, .grid.gutter-1 .cell-14.end-before {
  width: calc(100 / 16 * 14% + 0.9rem);
}
.grid.gutter-1 .cell-14.start-before.end-before {
  width: calc(100 / 16 * 14% + 1.8rem);
}
.grid.gutter-1 .cell-15.start-before, .grid.gutter-1 .cell-15.end-before {
  width: calc(100 / 16 * 15% + 0.9rem);
}
.grid.gutter-1 .cell-15.start-before.end-before {
  width: calc(100 / 16 * 15% + 1.8rem);
}
.grid.gutter-1 .cell-16.start-before, .grid.gutter-1 .cell-16.end-before {
  width: calc(100 / 16 * 16% + 0.9rem);
}
.grid.gutter-1 .cell-16.start-before.end-before {
  width: calc(100 / 16 * 16% + 1.8rem);
}
.grid.gutter-2 {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.grid.gutter-2:not([class*=cell-]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-2 {
  width: calc(100% + 1.2 + rem);
}

.grid.gutter-2.content-holder {
  width: calc(1128 + 1.2rem)px;
  max-width: calc(100% - (calc(20px * 2) - 1.2rem));
}
.grid.gutter-2 > [class*=" cell"], .grid.gutter-2 > [class^=cell], .grid.gutter-2 > .row > [class*=" cell"], .grid.gutter-2 > .row > [class^=cell], .grid.gutter-2 > tbody > tr > td, .grid.gutter-2 > tr > td {
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.grid.gutter-2 > [class*=" cell"].start-before, .grid.gutter-2 > [class^=cell].start-before, .grid.gutter-2 > .row > [class*=" cell"].start-before, .grid.gutter-2 > .row > [class^=cell].start-before, .grid.gutter-2 > tbody > tr > td.start-before, .grid.gutter-2 > tr > td.start-before {
  margin-left: -1.2rem;
}
.grid.gutter-2 > [class*=" cell"].end-before, .grid.gutter-2 > [class^=cell].end-before, .grid.gutter-2 > .row > [class*=" cell"].end-before, .grid.gutter-2 > .row > [class^=cell].end-before, .grid.gutter-2 > tbody > tr > td.end-before, .grid.gutter-2 > tr > td.end-before {
  margin-right: -1.2rem;
}
.grid.gutter-2 > [class*=grid].row {
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.grid.gutter-2 .cell-1.start-before, .grid.gutter-2 .cell-1.end-before {
  width: calc(100 / 16 * 1% + 1.2rem);
}
.grid.gutter-2 .cell-1.start-before.end-before {
  width: calc(100 / 16 * 1% + 2.4rem);
}
.grid.gutter-2 .cell-2.start-before, .grid.gutter-2 .cell-2.end-before {
  width: calc(100 / 16 * 2% + 1.2rem);
}
.grid.gutter-2 .cell-2.start-before.end-before {
  width: calc(100 / 16 * 2% + 2.4rem);
}
.grid.gutter-2 .cell-3.start-before, .grid.gutter-2 .cell-3.end-before {
  width: calc(100 / 16 * 3% + 1.2rem);
}
.grid.gutter-2 .cell-3.start-before.end-before {
  width: calc(100 / 16 * 3% + 2.4rem);
}
.grid.gutter-2 .cell-4.start-before, .grid.gutter-2 .cell-4.end-before {
  width: calc(100 / 16 * 4% + 1.2rem);
}
.grid.gutter-2 .cell-4.start-before.end-before {
  width: calc(100 / 16 * 4% + 2.4rem);
}
.grid.gutter-2 .cell-5.start-before, .grid.gutter-2 .cell-5.end-before {
  width: calc(100 / 16 * 5% + 1.2rem);
}
.grid.gutter-2 .cell-5.start-before.end-before {
  width: calc(100 / 16 * 5% + 2.4rem);
}
.grid.gutter-2 .cell-6.start-before, .grid.gutter-2 .cell-6.end-before {
  width: calc(100 / 16 * 6% + 1.2rem);
}
.grid.gutter-2 .cell-6.start-before.end-before {
  width: calc(100 / 16 * 6% + 2.4rem);
}
.grid.gutter-2 .cell-7.start-before, .grid.gutter-2 .cell-7.end-before {
  width: calc(100 / 16 * 7% + 1.2rem);
}
.grid.gutter-2 .cell-7.start-before.end-before {
  width: calc(100 / 16 * 7% + 2.4rem);
}
.grid.gutter-2 .cell-8.start-before, .grid.gutter-2 .cell-8.end-before {
  width: calc(100 / 16 * 8% + 1.2rem);
}
.grid.gutter-2 .cell-8.start-before.end-before {
  width: calc(100 / 16 * 8% + 2.4rem);
}
.grid.gutter-2 .cell-9.start-before, .grid.gutter-2 .cell-9.end-before {
  width: calc(100 / 16 * 9% + 1.2rem);
}
.grid.gutter-2 .cell-9.start-before.end-before {
  width: calc(100 / 16 * 9% + 2.4rem);
}
.grid.gutter-2 .cell-10.start-before, .grid.gutter-2 .cell-10.end-before {
  width: calc(100 / 16 * 10% + 1.2rem);
}
.grid.gutter-2 .cell-10.start-before.end-before {
  width: calc(100 / 16 * 10% + 2.4rem);
}
.grid.gutter-2 .cell-11.start-before, .grid.gutter-2 .cell-11.end-before {
  width: calc(100 / 16 * 11% + 1.2rem);
}
.grid.gutter-2 .cell-11.start-before.end-before {
  width: calc(100 / 16 * 11% + 2.4rem);
}
.grid.gutter-2 .cell-12.start-before, .grid.gutter-2 .cell-12.end-before {
  width: calc(100 / 16 * 12% + 1.2rem);
}
.grid.gutter-2 .cell-12.start-before.end-before {
  width: calc(100 / 16 * 12% + 2.4rem);
}
.grid.gutter-2 .cell-13.start-before, .grid.gutter-2 .cell-13.end-before {
  width: calc(100 / 16 * 13% + 1.2rem);
}
.grid.gutter-2 .cell-13.start-before.end-before {
  width: calc(100 / 16 * 13% + 2.4rem);
}
.grid.gutter-2 .cell-14.start-before, .grid.gutter-2 .cell-14.end-before {
  width: calc(100 / 16 * 14% + 1.2rem);
}
.grid.gutter-2 .cell-14.start-before.end-before {
  width: calc(100 / 16 * 14% + 2.4rem);
}
.grid.gutter-2 .cell-15.start-before, .grid.gutter-2 .cell-15.end-before {
  width: calc(100 / 16 * 15% + 1.2rem);
}
.grid.gutter-2 .cell-15.start-before.end-before {
  width: calc(100 / 16 * 15% + 2.4rem);
}
.grid.gutter-2 .cell-16.start-before, .grid.gutter-2 .cell-16.end-before {
  width: calc(100 / 16 * 16% + 1.2rem);
}
.grid.gutter-2 .cell-16.start-before.end-before {
  width: calc(100 / 16 * 16% + 2.4rem);
}
.grid.gutter-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid.gutter-3:not([class*=cell-]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-3 {
  width: calc(100% + 1.5 + rem);
}

.grid.gutter-3.content-holder {
  width: calc(1128 + 1.5rem)px;
  max-width: calc(100% - (calc(20px * 2) - 1.5rem));
}
.grid.gutter-3 > [class*=" cell"], .grid.gutter-3 > [class^=cell], .grid.gutter-3 > .row > [class*=" cell"], .grid.gutter-3 > .row > [class^=cell], .grid.gutter-3 > tbody > tr > td, .grid.gutter-3 > tr > td {
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.grid.gutter-3 > [class*=" cell"].start-before, .grid.gutter-3 > [class^=cell].start-before, .grid.gutter-3 > .row > [class*=" cell"].start-before, .grid.gutter-3 > .row > [class^=cell].start-before, .grid.gutter-3 > tbody > tr > td.start-before, .grid.gutter-3 > tr > td.start-before {
  margin-left: -1.5rem;
}
.grid.gutter-3 > [class*=" cell"].end-before, .grid.gutter-3 > [class^=cell].end-before, .grid.gutter-3 > .row > [class*=" cell"].end-before, .grid.gutter-3 > .row > [class^=cell].end-before, .grid.gutter-3 > tbody > tr > td.end-before, .grid.gutter-3 > tr > td.end-before {
  margin-right: -1.5rem;
}
.grid.gutter-3 > [class*=grid].row {
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.grid.gutter-3 .cell-1.start-before, .grid.gutter-3 .cell-1.end-before {
  width: calc(100 / 16 * 1% + 1.5rem);
}
.grid.gutter-3 .cell-1.start-before.end-before {
  width: calc(100 / 16 * 1% + 3rem);
}
.grid.gutter-3 .cell-2.start-before, .grid.gutter-3 .cell-2.end-before {
  width: calc(100 / 16 * 2% + 1.5rem);
}
.grid.gutter-3 .cell-2.start-before.end-before {
  width: calc(100 / 16 * 2% + 3rem);
}
.grid.gutter-3 .cell-3.start-before, .grid.gutter-3 .cell-3.end-before {
  width: calc(100 / 16 * 3% + 1.5rem);
}
.grid.gutter-3 .cell-3.start-before.end-before {
  width: calc(100 / 16 * 3% + 3rem);
}
.grid.gutter-3 .cell-4.start-before, .grid.gutter-3 .cell-4.end-before {
  width: calc(100 / 16 * 4% + 1.5rem);
}
.grid.gutter-3 .cell-4.start-before.end-before {
  width: calc(100 / 16 * 4% + 3rem);
}
.grid.gutter-3 .cell-5.start-before, .grid.gutter-3 .cell-5.end-before {
  width: calc(100 / 16 * 5% + 1.5rem);
}
.grid.gutter-3 .cell-5.start-before.end-before {
  width: calc(100 / 16 * 5% + 3rem);
}
.grid.gutter-3 .cell-6.start-before, .grid.gutter-3 .cell-6.end-before {
  width: calc(100 / 16 * 6% + 1.5rem);
}
.grid.gutter-3 .cell-6.start-before.end-before {
  width: calc(100 / 16 * 6% + 3rem);
}
.grid.gutter-3 .cell-7.start-before, .grid.gutter-3 .cell-7.end-before {
  width: calc(100 / 16 * 7% + 1.5rem);
}
.grid.gutter-3 .cell-7.start-before.end-before {
  width: calc(100 / 16 * 7% + 3rem);
}
.grid.gutter-3 .cell-8.start-before, .grid.gutter-3 .cell-8.end-before {
  width: calc(100 / 16 * 8% + 1.5rem);
}
.grid.gutter-3 .cell-8.start-before.end-before {
  width: calc(100 / 16 * 8% + 3rem);
}
.grid.gutter-3 .cell-9.start-before, .grid.gutter-3 .cell-9.end-before {
  width: calc(100 / 16 * 9% + 1.5rem);
}
.grid.gutter-3 .cell-9.start-before.end-before {
  width: calc(100 / 16 * 9% + 3rem);
}
.grid.gutter-3 .cell-10.start-before, .grid.gutter-3 .cell-10.end-before {
  width: calc(100 / 16 * 10% + 1.5rem);
}
.grid.gutter-3 .cell-10.start-before.end-before {
  width: calc(100 / 16 * 10% + 3rem);
}
.grid.gutter-3 .cell-11.start-before, .grid.gutter-3 .cell-11.end-before {
  width: calc(100 / 16 * 11% + 1.5rem);
}
.grid.gutter-3 .cell-11.start-before.end-before {
  width: calc(100 / 16 * 11% + 3rem);
}
.grid.gutter-3 .cell-12.start-before, .grid.gutter-3 .cell-12.end-before {
  width: calc(100 / 16 * 12% + 1.5rem);
}
.grid.gutter-3 .cell-12.start-before.end-before {
  width: calc(100 / 16 * 12% + 3rem);
}
.grid.gutter-3 .cell-13.start-before, .grid.gutter-3 .cell-13.end-before {
  width: calc(100 / 16 * 13% + 1.5rem);
}
.grid.gutter-3 .cell-13.start-before.end-before {
  width: calc(100 / 16 * 13% + 3rem);
}
.grid.gutter-3 .cell-14.start-before, .grid.gutter-3 .cell-14.end-before {
  width: calc(100 / 16 * 14% + 1.5rem);
}
.grid.gutter-3 .cell-14.start-before.end-before {
  width: calc(100 / 16 * 14% + 3rem);
}
.grid.gutter-3 .cell-15.start-before, .grid.gutter-3 .cell-15.end-before {
  width: calc(100 / 16 * 15% + 1.5rem);
}
.grid.gutter-3 .cell-15.start-before.end-before {
  width: calc(100 / 16 * 15% + 3rem);
}
.grid.gutter-3 .cell-16.start-before, .grid.gutter-3 .cell-16.end-before {
  width: calc(100 / 16 * 16% + 1.5rem);
}
.grid.gutter-3 .cell-16.start-before.end-before {
  width: calc(100 / 16 * 16% + 3rem);
}
.grid.gutter-4 {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}
.grid.gutter-4:not([class*=cell-]):not(table):not(.content-holder) {
  width: auto;
}
table.grid.gutter-4 {
  width: calc(100% + 1.8 + rem);
}

.grid.gutter-4.content-holder {
  width: calc(1128 + 1.8rem)px;
  max-width: calc(100% - (calc(20px * 2) - 1.8rem));
}
.grid.gutter-4 > [class*=" cell"], .grid.gutter-4 > [class^=cell], .grid.gutter-4 > .row > [class*=" cell"], .grid.gutter-4 > .row > [class^=cell], .grid.gutter-4 > tbody > tr > td, .grid.gutter-4 > tr > td {
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
}
.grid.gutter-4 > [class*=" cell"].start-before, .grid.gutter-4 > [class^=cell].start-before, .grid.gutter-4 > .row > [class*=" cell"].start-before, .grid.gutter-4 > .row > [class^=cell].start-before, .grid.gutter-4 > tbody > tr > td.start-before, .grid.gutter-4 > tr > td.start-before {
  margin-left: -1.8rem;
}
.grid.gutter-4 > [class*=" cell"].end-before, .grid.gutter-4 > [class^=cell].end-before, .grid.gutter-4 > .row > [class*=" cell"].end-before, .grid.gutter-4 > .row > [class^=cell].end-before, .grid.gutter-4 > tbody > tr > td.end-before, .grid.gutter-4 > tr > td.end-before {
  margin-right: -1.8rem;
}
.grid.gutter-4 > [class*=grid].row {
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
}
.grid.gutter-4 .cell-1.start-before, .grid.gutter-4 .cell-1.end-before {
  width: calc(100 / 16 * 1% + 1.8rem);
}
.grid.gutter-4 .cell-1.start-before.end-before {
  width: calc(100 / 16 * 1% + 3.6rem);
}
.grid.gutter-4 .cell-2.start-before, .grid.gutter-4 .cell-2.end-before {
  width: calc(100 / 16 * 2% + 1.8rem);
}
.grid.gutter-4 .cell-2.start-before.end-before {
  width: calc(100 / 16 * 2% + 3.6rem);
}
.grid.gutter-4 .cell-3.start-before, .grid.gutter-4 .cell-3.end-before {
  width: calc(100 / 16 * 3% + 1.8rem);
}
.grid.gutter-4 .cell-3.start-before.end-before {
  width: calc(100 / 16 * 3% + 3.6rem);
}
.grid.gutter-4 .cell-4.start-before, .grid.gutter-4 .cell-4.end-before {
  width: calc(100 / 16 * 4% + 1.8rem);
}
.grid.gutter-4 .cell-4.start-before.end-before {
  width: calc(100 / 16 * 4% + 3.6rem);
}
.grid.gutter-4 .cell-5.start-before, .grid.gutter-4 .cell-5.end-before {
  width: calc(100 / 16 * 5% + 1.8rem);
}
.grid.gutter-4 .cell-5.start-before.end-before {
  width: calc(100 / 16 * 5% + 3.6rem);
}
.grid.gutter-4 .cell-6.start-before, .grid.gutter-4 .cell-6.end-before {
  width: calc(100 / 16 * 6% + 1.8rem);
}
.grid.gutter-4 .cell-6.start-before.end-before {
  width: calc(100 / 16 * 6% + 3.6rem);
}
.grid.gutter-4 .cell-7.start-before, .grid.gutter-4 .cell-7.end-before {
  width: calc(100 / 16 * 7% + 1.8rem);
}
.grid.gutter-4 .cell-7.start-before.end-before {
  width: calc(100 / 16 * 7% + 3.6rem);
}
.grid.gutter-4 .cell-8.start-before, .grid.gutter-4 .cell-8.end-before {
  width: calc(100 / 16 * 8% + 1.8rem);
}
.grid.gutter-4 .cell-8.start-before.end-before {
  width: calc(100 / 16 * 8% + 3.6rem);
}
.grid.gutter-4 .cell-9.start-before, .grid.gutter-4 .cell-9.end-before {
  width: calc(100 / 16 * 9% + 1.8rem);
}
.grid.gutter-4 .cell-9.start-before.end-before {
  width: calc(100 / 16 * 9% + 3.6rem);
}
.grid.gutter-4 .cell-10.start-before, .grid.gutter-4 .cell-10.end-before {
  width: calc(100 / 16 * 10% + 1.8rem);
}
.grid.gutter-4 .cell-10.start-before.end-before {
  width: calc(100 / 16 * 10% + 3.6rem);
}
.grid.gutter-4 .cell-11.start-before, .grid.gutter-4 .cell-11.end-before {
  width: calc(100 / 16 * 11% + 1.8rem);
}
.grid.gutter-4 .cell-11.start-before.end-before {
  width: calc(100 / 16 * 11% + 3.6rem);
}
.grid.gutter-4 .cell-12.start-before, .grid.gutter-4 .cell-12.end-before {
  width: calc(100 / 16 * 12% + 1.8rem);
}
.grid.gutter-4 .cell-12.start-before.end-before {
  width: calc(100 / 16 * 12% + 3.6rem);
}
.grid.gutter-4 .cell-13.start-before, .grid.gutter-4 .cell-13.end-before {
  width: calc(100 / 16 * 13% + 1.8rem);
}
.grid.gutter-4 .cell-13.start-before.end-before {
  width: calc(100 / 16 * 13% + 3.6rem);
}
.grid.gutter-4 .cell-14.start-before, .grid.gutter-4 .cell-14.end-before {
  width: calc(100 / 16 * 14% + 1.8rem);
}
.grid.gutter-4 .cell-14.start-before.end-before {
  width: calc(100 / 16 * 14% + 3.6rem);
}
.grid.gutter-4 .cell-15.start-before, .grid.gutter-4 .cell-15.end-before {
  width: calc(100 / 16 * 15% + 1.8rem);
}
.grid.gutter-4 .cell-15.start-before.end-before {
  width: calc(100 / 16 * 15% + 3.6rem);
}
.grid.gutter-4 .cell-16.start-before, .grid.gutter-4 .cell-16.end-before {
  width: calc(100 / 16 * 16% + 1.8rem);
}
.grid.gutter-4 .cell-16.start-before.end-before {
  width: calc(100 / 16 * 16% + 3.6rem);
}
.grid.space-1 {
  margin-top: -0.45rem;
  margin-bottom: -0.45rem;
}
.grid.space-1:not(.grid) {
  width: auto;
}
.grid.space-1:not(.space-margin) > [class*=" cell"], .grid.space-1:not(.space-margin) > [class^=cell], .grid.space-1:not(.space-margin) > .row > [class*=" cell"], .grid.space-1:not(.space-margin) > .row > [class^=cell], .grid.space-1:not(.space-margin) > tbody > tr > td, .grid.space-1:not(.space-margin) > tr > td {
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
}
.grid.space-1 > [class*=grid].row {
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
}
.grid[class*=space-1].space-margin .cell-1 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-2 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-3 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-4 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-5 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-6 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-7 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-8 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-9 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-10 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-11 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-12 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-13 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-14 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-15 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid[class*=space-1].space-margin .cell-16 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.grid.space-2 {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.grid.space-2:not(.grid) {
  width: auto;
}
.grid.space-2:not(.space-margin) > [class*=" cell"], .grid.space-2:not(.space-margin) > [class^=cell], .grid.space-2:not(.space-margin) > .row > [class*=" cell"], .grid.space-2:not(.space-margin) > .row > [class^=cell], .grid.space-2:not(.space-margin) > tbody > tr > td, .grid.space-2:not(.space-margin) > tr > td {
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}
.grid.space-2 > [class*=grid].row {
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
}
.grid[class*=space-2].space-margin .cell-1 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-2 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-3 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-4 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-5 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-6 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-7 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-8 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-9 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-10 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-11 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-12 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-13 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-14 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-15 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid[class*=space-2].space-margin .cell-16 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.grid.space-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.grid.space-3:not(.grid) {
  width: auto;
}
.grid.space-3:not(.space-margin) > [class*=" cell"], .grid.space-3:not(.space-margin) > [class^=cell], .grid.space-3:not(.space-margin) > .row > [class*=" cell"], .grid.space-3:not(.space-margin) > .row > [class^=cell], .grid.space-3:not(.space-margin) > tbody > tr > td, .grid.space-3:not(.space-margin) > tr > td {
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}
.grid.space-3 > [class*=grid].row {
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}
.grid[class*=space-3].space-margin .cell-1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-5 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-6 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-7 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-8 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-9 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-10 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-11 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-13 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-14 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-15 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid[class*=space-3].space-margin .cell-16 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid.space-4 {
  margin-top: -0.9rem;
  margin-bottom: -0.9rem;
}
.grid.space-4:not(.grid) {
  width: auto;
}
.grid.space-4:not(.space-margin) > [class*=" cell"], .grid.space-4:not(.space-margin) > [class^=cell], .grid.space-4:not(.space-margin) > .row > [class*=" cell"], .grid.space-4:not(.space-margin) > .row > [class^=cell], .grid.space-4:not(.space-margin) > tbody > tr > td, .grid.space-4:not(.space-margin) > tr > td {
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
}
.grid.space-4 > [class*=grid].row {
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
}
.grid[class*=space-4].space-margin .cell-1 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-2 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-3 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-4 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-5 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-6 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-7 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-8 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-9 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-10 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-11 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-12 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-13 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-14 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-15 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid[class*=space-4].space-margin .cell-16 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.grid.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
}
.grid .row {
  max-width: 100%;
}
.grid:not(.column) > .cell:not(.grid):not(.column), .grid:not(.column) > .row > .cell:not(.grid):not(.column) {
  flex: 1 0 0px;
}
.grid:not(.column) > .cell:not(.grid):not(.column):only-child, .grid:not(.column) > .row > .cell:not(.grid):not(.column):only-child {
  width: 100%;
}
.grid:not(.column) > .cell.grid.column, .grid:not(.column) > .row > .cell.grid.column {
  flex: 1 0 100%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(1), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(1) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(1), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(1) *:not([class*=cell-]):not([colspan]) {
  width: 100%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(2), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(2) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(2), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(2) *:not([class*=cell-]):not([colspan]) {
  width: 50%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(3), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(3) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(3), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(3) *:not([class*=cell-]):not([colspan]) {
  width: 33.3333333333%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(4), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(4) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(4), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(4) *:not([class*=cell-]):not([colspan]) {
  width: 25%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(5), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(5) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(5), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(5) *:not([class*=cell-]):not([colspan]) {
  width: 20%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(6), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(6) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(6), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(6) *:not([class*=cell-]):not([colspan]) {
  width: 16.6666666667%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(7), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(7) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(7), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(7) *:not([class*=cell-]):not([colspan]) {
  width: 14.2857142857%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(8), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(8) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(8), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(8) *:not([class*=cell-]):not([colspan]) {
  width: 12.5%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(9), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(9) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(9), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(9) *:not([class*=cell-]):not([colspan]) {
  width: 11.1111111111%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(10), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(10) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(10), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(10) *:not([class*=cell-]):not([colspan]) {
  width: 10%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(11), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(11) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(11), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(11) *:not([class*=cell-]):not([colspan]) {
  width: 9.0909090909%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(12), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(12) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(12), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(12) *:not([class*=cell-]):not([colspan]) {
  width: 8.3333333333%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(13), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(13) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(13), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(13) *:not([class*=cell-]):not([colspan]) {
  width: 7.6923076923%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(14), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(14) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(14), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(14) *:not([class*=cell-]):not([colspan]) {
  width: 7.1428571429%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(15), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(15) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(15), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(15) *:not([class*=cell-]):not([colspan]) {
  width: 6.6666666667%;
}
table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(16), table.grid:not(.column) td:not([class*=cell-]):not([colspan]):first-child:nth-last-child(16) *:not([class*=cell-]):not([colspan]), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(16), table.grid:not(.column) th:not([class*=cell-]):not([colspan]):first-child:nth-last-child(16) *:not([class*=cell-]):not([colspan]) {
  width: 6.25%;
}

.grid.reverse {
  flex-direction: row-reverse;
}
.grid.nowrap {
  flex-flow: row nowrap;
}
.grid.column {
  flex-flow: column nowrap;
  flex-direction: column;
}
.grid.column > .row {
  flex-flow: column nowrap;
  flex-direction: column;
}
.grid.column-force {
  flex-flow: column nowrap;
  flex-direction: column;
}
.grid.column-force > .row {
  flex-flow: column nowrap;
  flex-direction: column;
  flex: none;
}
.grid.column-force > [class*=" cell"], .grid.column-force > [class^=cell], .grid.column-force > .row > [class*=" cell"], .grid.column-force > .row > [class^=cell], .grid.column-force tbody > .row > [class*=" cell"], .grid.column-force tbody > .row > [class^=cell] {
  flex: none;
}
.grid.column-force {
  height: 100%;
}
.grid.column-wrap {
  flex-flow: column wrap;
  height: 100%;
}
.grid.justify-center {
  justify-content: center;
}
.grid.justify-between {
  justify-content: space-between;
}
.grid.justify-around {
  justify-content: space-between;
}
.grid.justify-end {
  justify-content: flex-end;
}
.grid.vertical-center {
  align-items: center;
}
.grid.vertical-start {
  align-items: flex-start;
}
.grid.vertical-end {
  align-items: flex-end;
}
.grid.text-center [class^=cell], .grid.text-center [class*=" cell"] {
  text-align: center;
  justify-content: center;
}
.grid.text-right [class^=cell], .grid.text-right [class*=" cell"] {
  text-align: right;
}
.grid.text-left [class^=cell], .grid.text-left [class*=" cell"] {
  text-align: left;
}
.grid.floating {
  display: block;
}
.grid.floating.reverse [class^=cell], .grid.floating.reverse [class*=" cell"] {
  float: right;
}
.grid.floating [class^=cell], .grid.floating [class*=" cell"] {
  float: left;
}
.grid.floating .row {
  display: block;
}
.grid.floating .row:after, .grid.floating .row:before {
  content: "";
  display: block;
  clear: both;
}
table.grid, .grid.table {
  display: table;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table.grid tr, table.grid .row, .grid.table tr, .grid.table .row {
  display: table-row;
}
table.grid td:first-child, table.grid [class*=" cell"]:first-child, table.grid [class^=cell]:first-child, .grid.table td:first-child, .grid.table [class*=" cell"]:first-child, .grid.table [class^=cell]:first-child {
  border-left: 0;
}
table.grid td:last-child, table.grid [class*=" cell"]:last-child, table.grid [class^=cell]:last-child, .grid.table td:last-child, .grid.table [class*=" cell"]:last-child, .grid.table [class^=cell]:last-child {
  border-left: 0;
}

.grid.column-force [class*=" cell"], .grid.column-force [class^=cell] {
  width: 100% !important;
  flex: 0 0 auto !important;
}
@media (min-width: 1280px) {
  .grid.d-column-force [class*=" cell"], .grid.d-column-force [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .grid.d-column > [class*=" cell"], .grid.d-column > .row > [class*=" cell"], .grid.d-column > [class^=cell], .grid.d-column > .row > [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 1024px) {
  .grid.t-column-force [class*=" cell"], .grid.t-column-force [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .grid.t-column > [class*=" cell"], .grid.t-column > .row > [class*=" cell"], .grid.t-column > [class^=cell], .grid.t-column > .row > [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 768px) {
  .grid.tp-column-force [class*=" cell"], .grid.tp-column-force [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .grid.tp-column > [class*=" cell"], .grid.tp-column > .row > [class*=" cell"], .grid.tp-column > [class^=cell], .grid.tp-column > .row > [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 568px) {
  .grid.m-column-force [class*=" cell"], .grid.m-column-force [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .grid.m-column > [class*=" cell"], .grid.m-column > .row > [class*=" cell"], .grid.m-column > [class^=cell], .grid.m-column > .row > [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 320px) {
  .grid.mp-column-force [class*=" cell"], .grid.mp-column-force [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .grid.mp-column > [class*=" cell"], .grid.mp-column > .row > [class*=" cell"], .grid.mp-column > [class^=cell], .grid.mp-column > .row > [class^=cell] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}

[class^=cell-], [class*=" cell-"], .cell {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
[class^=cell-].vertical-center, [class*=" cell-"].vertical-center, .cell.vertical-center {
  align-self: center;
}
[class^=cell-].vertical-items-center, [class*=" cell-"].vertical-items-center, .cell.vertical-items-center {
  display: flex;
  align-items: center;
}
[class^=cell-].vertical-items-stretch, [class*=" cell-"].vertical-items-stretch, .cell.vertical-items-stretch {
  display: flex;
  align-items: stretch;
}
[class^=cell-].vertical-items-end, [class*=" cell-"].vertical-items-end, .cell.vertical-items-end {
  display: flex;
  align-items: flex-end;
}
[class^=cell-].vertical-items-start, [class*=" cell-"].vertical-items-start, .cell.vertical-items-start {
  display: flex;
  align-items: flex-start;
}
[class^=cell-].items-center, [class*=" cell-"].items-center, .cell.items-center {
  display: flex;
  justify-content: center;
}
[class^=cell-].items-stretch, [class*=" cell-"].items-stretch, .cell.items-stretch {
  display: flex;
  justify-content: stretch;
}
[class^=cell-].items-end, [class*=" cell-"].items-end, .cell.items-end {
  display: flex;
  justify-content: flex-end;
}
[class^=cell-].items-start, [class*=" cell-"].items-start, .cell.items-start {
  display: flex;
  justify-content: flex-start;
}

.row {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: inherit;
  min-width: 0;
  min-height: 0;
}
.row:not([class*=grid]) {
  flex-direction: inherit;
}
.row.vertical-center [class^=cell], .row.vertical-center [class*=" cell"] {
  align-self: center;
}
.row.text-center [class^=cell], .row.text-center [class*=" cell"] {
  text-align: center;
}
.row.text-right [class^=cell], .row.text-right [class*=" cell"] {
  text-align: right;
}
.row.text-left [class^=cell], .row.text-left [class*=" cell"] {
  text-align: left;
}

.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
  max-width: calc(100% - 2 * 20px);
}

.center-vertically {
  display: flex;
  height: 100%;
}
.center-vertically.horizontally {
  justify-content: center;
}
.center-vertically > * {
  align-self: center;
}

.header {
  display: flex;
  height: 65px;
  z-index: 10000;
  position: relative;
}
.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header.fixed + * {
  border-top: 65px solid transparent;
}
.header .header-content {
  background: rgb(40.0322580645, 30.0241935484, 42.9758064516);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 20px;
}
.header .header-content .content-holder {
  max-width: 100%;
}
.header .header-content nav .anchor {
  vertical-align: middle;
}
.header .header-content nav .anchor:not(.button) {
  color: inherit;
}
.header .header-content nav.items {
  margin-top: 0;
  display: block;
}
.header .header-content nav.items > * {
  margin-top: 0;
}
@media (max-width: 768px) {
  .header .menu-mobile {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header input.toggle {
    display: none;
  }
  .header input:checked + .menu-mobile {
    display: block;
  }
}

@media (min-width: 769px) {
  .side-collapse:not(:checked) + .side .expanded-hide {
    display: none;
  }
  .side-collapse:not(:checked) + .side .expanded-show {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not([class*=width-]).left, .side-collapse:not(:checked) + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-collapse:not(:checked) + .side:not([class*=height-]).top, .side-collapse:not(:checked) + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-collapse:not(:checked) + .side.cover.left ~ .body-content {
    margin-left: 50px;
  }
  .side-collapse:not(:checked) + .side.cover.right ~ .body-content {
    margin-right: 50px;
  }
  .side-collapse:not(:checked) + .side.cover.top ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:not(:checked) + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (max-width: 768px) {
  .side-collapse:not(:checked) + .side .item i {
    margin-right: 0;
  }
  .side-collapse:not(:checked) + .side .item i + span {
    display: none;
  }
  .side-collapse:not(:checked) + .side {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .side-collapse:not(:checked) + .side::-webkit-scrollbar {
    width: 5px;
  }
  .side-collapse:not(:checked) + .side::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .side-collapse:not(:checked) + .side::-webkit-scrollbar-track {
    background: transparent;
  }
  .side-collapse:not(:checked) + .side:hover {
    scrollbar-color: white transparent;
  }
  .side-collapse:not(:checked) + .side:hover::-webkit-scrollbar-thumb {
    background: white;
  }
  .side-collapse:not(:checked) + .side .collapsed-hide {
    display: none;
  }
  .side-collapse:not(:checked) + .side .collapsed-show {
    display: block;
  }
  .side-collapse:not(:checked) + .side.animated.left, .side-collapse:not(:checked) + .side.animated.right {
    transition: width 1s;
  }
  .side-collapse:not(:checked) + .side.animated.top, .side-collapse:not(:checked) + .side.animated.bottom {
    transition: height 1s;
  }
  .side-collapse:not(:checked) + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content {
    margin-left: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content {
    margin-right: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 50px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).top ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).top ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).top ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
  .side-collapse:not(:checked) + .side:not(.cover).bottom ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).bottom ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  .side-collapse:not(:checked) + .side.left, .side-collapse:not(:checked) + .side.right {
    width: 50px;
  }
  .side-collapse:not(:checked) + .side.top, .side-collapse:not(:checked) + .side.bottom {
    height: 37.5px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-1, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-1, .side-collapse:not(:checked) + .side.focusable:focus.left.width-1, .side-collapse:not(:checked) + .side.focusable:focus.right.width-1 {
    width: 141px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-2, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-2, .side-collapse:not(:checked) + .side.focusable:focus.left.width-2, .side-collapse:not(:checked) + .side.focusable:focus.right.width-2 {
    width: 282px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-3, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-3, .side-collapse:not(:checked) + .side.focusable:focus.left.width-3, .side-collapse:not(:checked) + .side.focusable:focus.right.width-3 {
    width: 423px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-4, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-4, .side-collapse:not(:checked) + .side.focusable:focus.left.width-4, .side-collapse:not(:checked) + .side.focusable:focus.right.width-4 {
    width: 564px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-5, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-5, .side-collapse:not(:checked) + .side.focusable:focus.left.width-5, .side-collapse:not(:checked) + .side.focusable:focus.right.width-5 {
    width: 705px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-6, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-6, .side-collapse:not(:checked) + .side.focusable:focus.left.width-6, .side-collapse:not(:checked) + .side.focusable:focus.right.width-6 {
    width: 846px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-7, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-7, .side-collapse:not(:checked) + .side.focusable:focus.left.width-7, .side-collapse:not(:checked) + .side.focusable:focus.right.width-7 {
    width: 987px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.left.width-8, .side-collapse:not(:checked) + .side.hoverable:hover.right.width-8, .side-collapse:not(:checked) + .side.focusable:focus.left.width-8, .side-collapse:not(:checked) + .side.focusable:focus.right.width-8 {
    width: 1128px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-1, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-1, .side-collapse:not(:checked) + .side.focusable:focus.top.height-1, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-1 {
    height: 75px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-2, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-2, .side-collapse:not(:checked) + .side.focusable:focus.top.height-2, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-2 {
    height: 150px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-3, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-3, .side-collapse:not(:checked) + .side.focusable:focus.top.height-3, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-3 {
    height: 225px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-4, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-4, .side-collapse:not(:checked) + .side.focusable:focus.top.height-4, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-4 {
    height: 300px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-5, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-5, .side-collapse:not(:checked) + .side.focusable:focus.top.height-5, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-5 {
    height: 375px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-6, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-6, .side-collapse:not(:checked) + .side.focusable:focus.top.height-6, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-6 {
    height: 450px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-7, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-7, .side-collapse:not(:checked) + .side.focusable:focus.top.height-7, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-7 {
    height: 525px;
  }
  .side-collapse:not(:checked) + .side.hoverable:hover.top.height-8, .side-collapse:not(:checked) + .side.hoverable:hover.bottom.height-8, .side-collapse:not(:checked) + .side.focusable:focus.top.height-8, .side-collapse:not(:checked) + .side.focusable:focus.bottom.height-8 {
    height: 600px;
  }
  .side-collapse:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  .side-collapse:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}
@media (max-width: 568px) {
  .side-collapse:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).left, .side-collapse:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-collapse:not(:checked) + .side.hoverable:not(:hover).top, .side-collapse:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-collapse:not(:checked) + .side:not(.hoverable), .side-collapse:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-collapse:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-collapse:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not(.hoverable).animated, .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-collapse:not(:checked) + .side:not(.hoverable).animated.left, .side-collapse:not(:checked) + .side:not(.hoverable).animated.right, .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.left, .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-collapse:not(:checked) + .side:not(.hoverable).animated.top, .side-collapse:not(:checked) + .side:not(.hoverable).animated.bottom, .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.top, .side-collapse:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-collapse:not(:checked) + .side:not([class*=width-]).left, .side-collapse:not(:checked) + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-collapse:not(:checked) + .side[class*=width-].left ~ .body-content, .side-collapse:not(:checked) + .side:not([class*=width-]).left ~ .body-content {
    margin-left: 0;
  }
  .side-collapse:not(:checked) + .side[class*=width-].right ~ .body-content, .side-collapse:not(:checked) + .side:not([class*=width-]).right ~ .body-content {
    margin-right: 0;
  }
  .side-collapse:not(:checked) + .side:not([class*=height-]).top, .side-collapse:not(:checked) + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-collapse:not(:checked) + .side[class*=height-].top ~ .body-content {
    margin-top: 0;
  }
  .side-collapse:not(:checked) + .side[class*=height-].bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .side-collapse:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .side-collapse:checked + .side .item i {
    margin-right: 0;
  }
  .side-collapse:checked + .side .item i + span {
    display: none;
  }
  .side-collapse:checked + .side {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .side-collapse:checked + .side::-webkit-scrollbar {
    width: 5px;
  }
  .side-collapse:checked + .side::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .side-collapse:checked + .side::-webkit-scrollbar-track {
    background: transparent;
  }
  .side-collapse:checked + .side:hover {
    scrollbar-color: white transparent;
  }
  .side-collapse:checked + .side:hover::-webkit-scrollbar-thumb {
    background: white;
  }
  .side-collapse:checked + .side .collapsed-hide {
    display: none;
  }
  .side-collapse:checked + .side .collapsed-show {
    display: block;
  }
  .side-collapse:checked + .side.animated.left, .side-collapse:checked + .side.animated.right {
    transition: width 1s;
  }
  .side-collapse:checked + .side.animated.top, .side-collapse:checked + .side.animated.bottom {
    transition: height 1s;
  }
  .side-collapse:checked + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  .side-collapse:checked + .side:not(.cover).left ~ .body-content {
    margin-left: 50px;
  }
  .side-collapse:checked + .side:not(.cover).left ~ .body-content .header.fixed, .side-collapse:checked + .side:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 50px;
  }
  .side-collapse:checked + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 50px;
  }
  .side-collapse:checked + .side:not(.cover).right ~ .body-content {
    margin-right: 50px;
  }
  .side-collapse:checked + .side:not(.cover).right ~ .body-content .header.fixed, .side-collapse:checked + .side:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 50px;
  }
  .side-collapse:checked + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 50px;
  }
  .side-collapse:checked + .side:not(.cover).top ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:checked + .side:not(.cover).top ~ .body-content .header.fixed, .side-collapse:checked + .side:not(.cover).top ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  .side-collapse:checked + .side:not(.cover).bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
  .side-collapse:checked + .side:not(.cover).bottom ~ .body-content .header.fixed, .side-collapse:checked + .side:not(.cover).bottom ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  .side-collapse:checked + .side.left, .side-collapse:checked + .side.right {
    width: 50px;
  }
  .side-collapse:checked + .side.top, .side-collapse:checked + .side.bottom {
    height: 37.5px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-1, .side-collapse:checked + .side.hoverable:hover.right.width-1, .side-collapse:checked + .side.focusable:focus.left.width-1, .side-collapse:checked + .side.focusable:focus.right.width-1 {
    width: 141px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-2, .side-collapse:checked + .side.hoverable:hover.right.width-2, .side-collapse:checked + .side.focusable:focus.left.width-2, .side-collapse:checked + .side.focusable:focus.right.width-2 {
    width: 282px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-3, .side-collapse:checked + .side.hoverable:hover.right.width-3, .side-collapse:checked + .side.focusable:focus.left.width-3, .side-collapse:checked + .side.focusable:focus.right.width-3 {
    width: 423px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-4, .side-collapse:checked + .side.hoverable:hover.right.width-4, .side-collapse:checked + .side.focusable:focus.left.width-4, .side-collapse:checked + .side.focusable:focus.right.width-4 {
    width: 564px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-5, .side-collapse:checked + .side.hoverable:hover.right.width-5, .side-collapse:checked + .side.focusable:focus.left.width-5, .side-collapse:checked + .side.focusable:focus.right.width-5 {
    width: 705px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-6, .side-collapse:checked + .side.hoverable:hover.right.width-6, .side-collapse:checked + .side.focusable:focus.left.width-6, .side-collapse:checked + .side.focusable:focus.right.width-6 {
    width: 846px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-7, .side-collapse:checked + .side.hoverable:hover.right.width-7, .side-collapse:checked + .side.focusable:focus.left.width-7, .side-collapse:checked + .side.focusable:focus.right.width-7 {
    width: 987px;
  }
  .side-collapse:checked + .side.hoverable:hover.left.width-8, .side-collapse:checked + .side.hoverable:hover.right.width-8, .side-collapse:checked + .side.focusable:focus.left.width-8, .side-collapse:checked + .side.focusable:focus.right.width-8 {
    width: 1128px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-1, .side-collapse:checked + .side.hoverable:hover.bottom.height-1, .side-collapse:checked + .side.focusable:focus.top.height-1, .side-collapse:checked + .side.focusable:focus.bottom.height-1 {
    height: 75px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-2, .side-collapse:checked + .side.hoverable:hover.bottom.height-2, .side-collapse:checked + .side.focusable:focus.top.height-2, .side-collapse:checked + .side.focusable:focus.bottom.height-2 {
    height: 150px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-3, .side-collapse:checked + .side.hoverable:hover.bottom.height-3, .side-collapse:checked + .side.focusable:focus.top.height-3, .side-collapse:checked + .side.focusable:focus.bottom.height-3 {
    height: 225px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-4, .side-collapse:checked + .side.hoverable:hover.bottom.height-4, .side-collapse:checked + .side.focusable:focus.top.height-4, .side-collapse:checked + .side.focusable:focus.bottom.height-4 {
    height: 300px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-5, .side-collapse:checked + .side.hoverable:hover.bottom.height-5, .side-collapse:checked + .side.focusable:focus.top.height-5, .side-collapse:checked + .side.focusable:focus.bottom.height-5 {
    height: 375px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-6, .side-collapse:checked + .side.hoverable:hover.bottom.height-6, .side-collapse:checked + .side.focusable:focus.top.height-6, .side-collapse:checked + .side.focusable:focus.bottom.height-6 {
    height: 450px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-7, .side-collapse:checked + .side.hoverable:hover.bottom.height-7, .side-collapse:checked + .side.focusable:focus.top.height-7, .side-collapse:checked + .side.focusable:focus.bottom.height-7 {
    height: 525px;
  }
  .side-collapse:checked + .side.hoverable:hover.top.height-8, .side-collapse:checked + .side.hoverable:hover.bottom.height-8, .side-collapse:checked + .side.focusable:focus.top.height-8, .side-collapse:checked + .side.focusable:focus.bottom.height-8 {
    height: 600px;
  }
  .side-collapse:checked + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  .side-collapse:checked + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}
@media (max-width: 768px) {
  .side-collapse:checked + .side .expanded-hide {
    display: none;
  }
  .side-collapse:checked + .side .expanded-show {
    display: block;
  }
  .side-collapse:checked + .side:not([class*=width-]).left, .side-collapse:checked + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-collapse:checked + .side:not([class*=height-]).top, .side-collapse:checked + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-collapse:checked + .side.cover.left ~ .body-content {
    margin-left: 50px;
  }
  .side-collapse:checked + .side.cover.right ~ .body-content {
    margin-right: 50px;
  }
  .side-collapse:checked + .side.cover.top ~ .body-content {
    margin-top: 37.5px;
  }
  .side-collapse:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (max-width: 568px) {
  .side-collapse:checked + .side.left, .side-collapse:checked + .side.right {
    width: 90% !important;
    display: block !important;
  }
  .side-collapse:checked + .side.left ~ .body-content > *, .side-collapse:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-collapse:checked + .side.left ~ .body-content > .content-holder, .side-collapse:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-collapse:checked + .side.left + .side-backdrop, .side-collapse:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-collapse:checked + .side.left:not(.cover).left ~ .body-content, .side-collapse:checked + .side.left:not(.cover).right ~ .body-content, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content {
    width: calc(100% - 90%);
    overflow: hidden;
  }
  .side-collapse:checked + .side.left:not(.cover).left ~ .body-content, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content {
    margin-left: 90%;
  }
  .side-collapse:checked + .side.left:not(.cover).left ~ .body-content .header.fixed, .side-collapse:checked + .side.left:not(.cover).left ~ .body-content.header.fixed, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content .header.fixed, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 90%;
  }
  .side-collapse:checked + .side.left:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.left:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.right:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 90%;
  }
  .side-collapse:checked + .side.left:not(.cover).right ~ .body-content, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content {
    margin-right: 90%;
  }
  .side-collapse:checked + .side.left:not(.cover).right ~ .body-content .header.fixed, .side-collapse:checked + .side.left:not(.cover).right ~ .body-content.header.fixed, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content .header.fixed, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 90%;
  }
  .side-collapse:checked + .side.left:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.left:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.right:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 90%;
  }
  .side-collapse:checked + .side.left.cover ~ .body-content, .side-collapse:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

.side-expand:not(:checked) + .side .item i {
  margin-right: 0;
}
.side-expand:not(:checked) + .side .item i + span {
  display: none;
}
.side-expand:not(:checked) + .side {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.side-expand:not(:checked) + .side::-webkit-scrollbar {
  width: 5px;
}
.side-expand:not(:checked) + .side::-webkit-scrollbar-thumb {
  background: transparent;
}
.side-expand:not(:checked) + .side::-webkit-scrollbar-track {
  background: transparent;
}
.side-expand:not(:checked) + .side:hover {
  scrollbar-color: white transparent;
}
.side-expand:not(:checked) + .side:hover::-webkit-scrollbar-thumb {
  background: white;
}
.side-expand:not(:checked) + .side .collapsed-hide {
  display: none;
}
.side-expand:not(:checked) + .side .collapsed-show {
  display: block;
}
.side-expand:not(:checked) + .side.animated.left, .side-expand:not(:checked) + .side.animated.right {
  transition: width 1s;
}
.side-expand:not(:checked) + .side.animated.top, .side-expand:not(:checked) + .side.animated.bottom {
  transition: height 1s;
}
.side-expand:not(:checked) + .side.animated ~ .body-content {
  transition: margin 1s;
}
.side-expand:not(:checked) + .side:not(.cover).left ~ .body-content {
  margin-left: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
  left: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).right ~ .body-content {
  margin-right: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
  right: 50px;
}
.side-expand:not(:checked) + .side:not(.cover).top ~ .body-content {
  margin-top: 37.5px;
}
.side-expand:not(:checked) + .side:not(.cover).top ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 37.5px;
}
.side-expand:not(:checked) + .side:not(.cover).bottom ~ .body-content {
  margin-bottom: 37.5px;
}
.side-expand:not(:checked) + .side:not(.cover).bottom ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 37.5px;
}
.side-expand:not(:checked) + .side.left, .side-expand:not(:checked) + .side.right {
  width: 50px;
}
.side-expand:not(:checked) + .side.top, .side-expand:not(:checked) + .side.bottom {
  height: 37.5px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-1, .side-expand:not(:checked) + .side.hoverable:hover.right.width-1, .side-expand:not(:checked) + .side.focusable:focus.left.width-1, .side-expand:not(:checked) + .side.focusable:focus.right.width-1 {
  width: 141px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-2, .side-expand:not(:checked) + .side.hoverable:hover.right.width-2, .side-expand:not(:checked) + .side.focusable:focus.left.width-2, .side-expand:not(:checked) + .side.focusable:focus.right.width-2 {
  width: 282px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-3, .side-expand:not(:checked) + .side.hoverable:hover.right.width-3, .side-expand:not(:checked) + .side.focusable:focus.left.width-3, .side-expand:not(:checked) + .side.focusable:focus.right.width-3 {
  width: 423px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-4, .side-expand:not(:checked) + .side.hoverable:hover.right.width-4, .side-expand:not(:checked) + .side.focusable:focus.left.width-4, .side-expand:not(:checked) + .side.focusable:focus.right.width-4 {
  width: 564px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-5, .side-expand:not(:checked) + .side.hoverable:hover.right.width-5, .side-expand:not(:checked) + .side.focusable:focus.left.width-5, .side-expand:not(:checked) + .side.focusable:focus.right.width-5 {
  width: 705px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-6, .side-expand:not(:checked) + .side.hoverable:hover.right.width-6, .side-expand:not(:checked) + .side.focusable:focus.left.width-6, .side-expand:not(:checked) + .side.focusable:focus.right.width-6 {
  width: 846px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-7, .side-expand:not(:checked) + .side.hoverable:hover.right.width-7, .side-expand:not(:checked) + .side.focusable:focus.left.width-7, .side-expand:not(:checked) + .side.focusable:focus.right.width-7 {
  width: 987px;
}
.side-expand:not(:checked) + .side.hoverable:hover.left.width-8, .side-expand:not(:checked) + .side.hoverable:hover.right.width-8, .side-expand:not(:checked) + .side.focusable:focus.left.width-8, .side-expand:not(:checked) + .side.focusable:focus.right.width-8 {
  width: 1128px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-1, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-1, .side-expand:not(:checked) + .side.focusable:focus.top.height-1, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-1 {
  height: 75px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-2, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-2, .side-expand:not(:checked) + .side.focusable:focus.top.height-2, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-2 {
  height: 150px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-3, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-3, .side-expand:not(:checked) + .side.focusable:focus.top.height-3, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-3 {
  height: 225px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-4, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-4, .side-expand:not(:checked) + .side.focusable:focus.top.height-4, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-4 {
  height: 300px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-5, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-5, .side-expand:not(:checked) + .side.focusable:focus.top.height-5, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-5 {
  height: 375px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-6, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-6, .side-expand:not(:checked) + .side.focusable:focus.top.height-6, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-6 {
  height: 450px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-7, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-7, .side-expand:not(:checked) + .side.focusable:focus.top.height-7, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-7 {
  height: 525px;
}
.side-expand:not(:checked) + .side.hoverable:hover.top.height-8, .side-expand:not(:checked) + .side.hoverable:hover.bottom.height-8, .side-expand:not(:checked) + .side.focusable:focus.top.height-8, .side-expand:not(:checked) + .side.focusable:focus.bottom.height-8 {
  height: 600px;
}
.side-expand:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
  display: block;
}
.side-expand:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
  display: block;
}
@media (max-width: 568px) {
  .side-expand:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-expand:not(:checked) + .side.hoverable:not(:hover).left, .side-expand:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-expand:not(:checked) + .side.hoverable:not(:hover).top, .side-expand:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-expand:not(:checked) + .side:not(.hoverable), .side-expand:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-expand:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-expand:not(:checked) + .side:not(.hoverable).animated, .side-expand:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-expand:not(:checked) + .side:not(.hoverable).animated.left, .side-expand:not(:checked) + .side:not(.hoverable).animated.right, .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.left, .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-expand:not(:checked) + .side:not(.hoverable).animated.top, .side-expand:not(:checked) + .side:not(.hoverable).animated.bottom, .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.top, .side-expand:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-expand:not(:checked) + .side:not([class*=width-]).left, .side-expand:not(:checked) + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-expand:not(:checked) + .side[class*=width-].left ~ .body-content, .side-expand:not(:checked) + .side:not([class*=width-]).left ~ .body-content {
    margin-left: 0;
  }
  .side-expand:not(:checked) + .side[class*=width-].right ~ .body-content, .side-expand:not(:checked) + .side:not([class*=width-]).right ~ .body-content {
    margin-right: 0;
  }
  .side-expand:not(:checked) + .side:not([class*=height-]).top, .side-expand:not(:checked) + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-expand:not(:checked) + .side[class*=height-].top ~ .body-content {
    margin-top: 0;
  }
  .side-expand:not(:checked) + .side[class*=height-].bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .side-expand:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 569px) {
  .side-expand:checked + .side .expanded-hide {
    display: none;
  }
  .side-expand:checked + .side .expanded-show {
    display: block;
  }
  .side-expand:checked + .side:not([class*=width-]).left, .side-expand:checked + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-expand:checked + .side:not([class*=height-]).top, .side-expand:checked + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-expand:checked + .side.cover.left ~ .body-content {
    margin-left: 50px;
  }
  .side-expand:checked + .side.cover.right ~ .body-content {
    margin-right: 50px;
  }
  .side-expand:checked + .side.cover.top ~ .body-content {
    margin-top: 37.5px;
  }
  .side-expand:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}
@media (max-width: 568px) {
  .side-expand:checked + .side.left, .side-expand:checked + .side.right {
    width: 90% !important;
    display: block !important;
  }
  .side-expand:checked + .side.left ~ .body-content > *, .side-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-expand:checked + .side.left ~ .body-content > .content-holder, .side-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-expand:checked + .side.left + .side-backdrop, .side-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-expand:checked + .side.left:not(.cover).left ~ .body-content, .side-expand:checked + .side.left:not(.cover).right ~ .body-content, .side-expand:checked + .side.right:not(.cover).left ~ .body-content, .side-expand:checked + .side.right:not(.cover).right ~ .body-content {
    width: calc(100% - 90%);
    overflow: hidden;
  }
  .side-expand:checked + .side.left:not(.cover).left ~ .body-content, .side-expand:checked + .side.right:not(.cover).left ~ .body-content {
    margin-left: 90%;
  }
  .side-expand:checked + .side.left:not(.cover).left ~ .body-content .header.fixed, .side-expand:checked + .side.left:not(.cover).left ~ .body-content.header.fixed, .side-expand:checked + .side.right:not(.cover).left ~ .body-content .header.fixed, .side-expand:checked + .side.right:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 90%;
  }
  .side-expand:checked + .side.left:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.left:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-expand:checked + .side.right:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.right:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 90%;
  }
  .side-expand:checked + .side.left:not(.cover).right ~ .body-content, .side-expand:checked + .side.right:not(.cover).right ~ .body-content {
    margin-right: 90%;
  }
  .side-expand:checked + .side.left:not(.cover).right ~ .body-content .header.fixed, .side-expand:checked + .side.left:not(.cover).right ~ .body-content.header.fixed, .side-expand:checked + .side.right:not(.cover).right ~ .body-content .header.fixed, .side-expand:checked + .side.right:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 90%;
  }
  .side-expand:checked + .side.left:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.left:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-expand:checked + .side.right:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.right:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 90%;
  }
  .side-expand:checked + .side.left.cover ~ .body-content, .side-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

@media (max-width: 568px) {
  .side-hide:checked {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
.side-hide:checked + .side.hoverable {
  display: block;
}
.side-hide:checked + .side.hoverable:not(:hover).left, .side-hide:checked + .side.hoverable:not(:hover).right {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}
.side-hide:checked + .side.hoverable:not(:hover).top, .side-hide:checked + .side.hoverable:not(:hover).bottom {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}
.side-hide:checked + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide:checked + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide:checked + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide:checked + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
}
.side-hide:checked + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}
.side-hide:checked + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide:checked + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide:checked + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide:checked + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0;
}
.side-hide:checked + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}
.side-hide:checked + .side:not(.hoverable), .side-hide:checked + .side.hoverable:not(:hover) {
  display: none;
}
.side-hide:checked + .side:not(.hoverable) ~ .side-open, .side-hide:checked + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}
.side-hide:checked + .side:not(.hoverable).animated, .side-hide:checked + .side.hoverable:not(:hover).animated {
  display: block;
}
.side-hide:checked + .side:not(.hoverable).animated.left, .side-hide:checked + .side:not(.hoverable).animated.right, .side-hide:checked + .side.hoverable:not(:hover).animated.left, .side-hide:checked + .side.hoverable:not(:hover).animated.right {
  width: 0;
  overflow-x: hidden;
}
.side-hide:checked + .side:not(.hoverable).animated.top, .side-hide:checked + .side:not(.hoverable).animated.bottom, .side-hide:checked + .side.hoverable:not(:hover).animated.top, .side-hide:checked + .side.hoverable:not(:hover).animated.bottom {
  height: 0;
  overflow-y: hidden;
}
.side-hide:checked + .side:not([class*=width-]).left, .side-hide:checked + .side:not([class*=width-]).right {
  width: 200px;
}
.side-hide:checked + .side[class*=width-].left ~ .body-content, .side-hide:checked + .side:not([class*=width-]).left ~ .body-content {
  margin-left: 0;
}
.side-hide:checked + .side[class*=width-].right ~ .body-content, .side-hide:checked + .side:not([class*=width-]).right ~ .body-content {
  margin-right: 0;
}
.side-hide:checked + .side:not([class*=height-]).top, .side-hide:checked + .side:not([class*=height-]).bottom {
  height: 150px;
}
.side-hide:checked + .side[class*=height-].top ~ .body-content {
  margin-top: 0;
}
.side-hide:checked + .side[class*=height-].bottom ~ .body-content {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .side-hide:checked + .side.left, .side-hide:checked + .side.right {
    width: 90% !important;
    display: block !important;
  }
  .side-hide:checked + .side.left ~ .body-content > *, .side-hide:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-hide:checked + .side.left ~ .body-content > .content-holder, .side-hide:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-hide:checked + .side.left + .side-backdrop, .side-hide:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-hide:checked + .side.left:not(.cover).left ~ .body-content, .side-hide:checked + .side.left:not(.cover).right ~ .body-content, .side-hide:checked + .side.right:not(.cover).left ~ .body-content, .side-hide:checked + .side.right:not(.cover).right ~ .body-content {
    width: calc(100% - 90%);
    overflow: hidden;
  }
  .side-hide:checked + .side.left:not(.cover).left ~ .body-content, .side-hide:checked + .side.right:not(.cover).left ~ .body-content {
    margin-left: 90%;
  }
  .side-hide:checked + .side.left:not(.cover).left ~ .body-content .header.fixed, .side-hide:checked + .side.left:not(.cover).left ~ .body-content.header.fixed, .side-hide:checked + .side.right:not(.cover).left ~ .body-content .header.fixed, .side-hide:checked + .side.right:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 90%;
  }
  .side-hide:checked + .side.left:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 90%;
  }
  .side-hide:checked + .side.left:not(.cover).right ~ .body-content, .side-hide:checked + .side.right:not(.cover).right ~ .body-content {
    margin-right: 90%;
  }
  .side-hide:checked + .side.left:not(.cover).right ~ .body-content .header.fixed, .side-hide:checked + .side.left:not(.cover).right ~ .body-content.header.fixed, .side-hide:checked + .side.right:not(.cover).right ~ .body-content .header.fixed, .side-hide:checked + .side.right:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 90%;
  }
  .side-hide:checked + .side.left:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 90%;
  }
  .side-hide:checked + .side.left.cover ~ .body-content, .side-hide:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .side-hide:not(:checked) + .side.hoverable {
    display: block;
  }
  .side-hide:not(:checked) + .side.hoverable:not(:hover).left, .side-hide:not(:checked) + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-hide:not(:checked) + .side.hoverable:not(:hover).top, .side-hide:not(:checked) + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-hide:not(:checked) + .side:not(.hoverable), .side-hide:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-hide:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-hide:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-hide:not(:checked) + .side:not(.hoverable).animated, .side-hide:not(:checked) + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-hide:not(:checked) + .side:not(.hoverable).animated.left, .side-hide:not(:checked) + .side:not(.hoverable).animated.right, .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.left, .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-hide:not(:checked) + .side:not(.hoverable).animated.top, .side-hide:not(:checked) + .side:not(.hoverable).animated.bottom, .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.top, .side-hide:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-hide:not(:checked) + .side:not([class*=width-]).left, .side-hide:not(:checked) + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-hide:not(:checked) + .side[class*=width-].left ~ .body-content, .side-hide:not(:checked) + .side:not([class*=width-]).left ~ .body-content {
    margin-left: 0;
  }
  .side-hide:not(:checked) + .side[class*=width-].right ~ .body-content, .side-hide:not(:checked) + .side:not([class*=width-]).right ~ .body-content {
    margin-right: 0;
  }
  .side-hide:not(:checked) + .side:not([class*=height-]).top, .side-hide:not(:checked) + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-hide:not(:checked) + .side[class*=height-].top ~ .body-content {
    margin-top: 0;
  }
  .side-hide:not(:checked) + .side[class*=height-].bottom ~ .body-content {
    margin-bottom: 0;
  }
}

.side-hide-expand:not(:checked) + .side.hoverable {
  display: block;
}
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).left, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).right {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}
.side-hide-expand:not(:checked) + .side.hoverable:not(:hover).top, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).bottom {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}
.side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
}
.side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}
.side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0;
}
.side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}
.side-hide-expand:not(:checked) + .side:not(.hoverable), .side-hide-expand:not(:checked) + .side.hoverable:not(:hover) {
  display: none;
}
.side-hide-expand:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}
.side-hide-expand:not(:checked) + .side:not(.hoverable).animated, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated {
  display: block;
}
.side-hide-expand:not(:checked) + .side:not(.hoverable).animated.left, .side-hide-expand:not(:checked) + .side:not(.hoverable).animated.right, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.left, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.right {
  width: 0;
  overflow-x: hidden;
}
.side-hide-expand:not(:checked) + .side:not(.hoverable).animated.top, .side-hide-expand:not(:checked) + .side:not(.hoverable).animated.bottom, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.top, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover).animated.bottom {
  height: 0;
  overflow-y: hidden;
}
.side-hide-expand:not(:checked) + .side:not([class*=width-]).left, .side-hide-expand:not(:checked) + .side:not([class*=width-]).right {
  width: 200px;
}
.side-hide-expand:not(:checked) + .side[class*=width-].left ~ .body-content, .side-hide-expand:not(:checked) + .side:not([class*=width-]).left ~ .body-content {
  margin-left: 0;
}
.side-hide-expand:not(:checked) + .side[class*=width-].right ~ .body-content, .side-hide-expand:not(:checked) + .side:not([class*=width-]).right ~ .body-content {
  margin-right: 0;
}
.side-hide-expand:not(:checked) + .side:not([class*=height-]).top, .side-hide-expand:not(:checked) + .side:not([class*=height-]).bottom {
  height: 150px;
}
.side-hide-expand:not(:checked) + .side[class*=height-].top ~ .body-content {
  margin-top: 0;
}
.side-hide-expand:not(:checked) + .side[class*=height-].bottom ~ .body-content {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .side-hide-expand:checked + .side.hoverable {
    display: block;
  }
  .side-hide-expand:checked + .side.hoverable:not(:hover).left, .side-hide-expand:checked + .side.hoverable:not(:hover).right {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  .side-hide-expand:checked + .side.hoverable:not(:hover).top, .side-hide-expand:checked + .side.hoverable:not(:hover).bottom {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  .side-hide-expand:checked + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:checked + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  .side-hide-expand:checked + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  .side-hide-expand:checked + .side:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:checked + .side:not(.cover).left ~ .body-content.header.fixed, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content.header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  .side-hide-expand:checked + .side:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  .side-hide-expand:checked + .side:not(.hoverable), .side-hide-expand:checked + .side.hoverable:not(:hover) {
    display: none;
  }
  .side-hide-expand:checked + .side:not(.hoverable) ~ .side-open, .side-hide-expand:checked + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  .side-hide-expand:checked + .side:not(.hoverable).animated, .side-hide-expand:checked + .side.hoverable:not(:hover).animated {
    display: block;
  }
  .side-hide-expand:checked + .side:not(.hoverable).animated.left, .side-hide-expand:checked + .side:not(.hoverable).animated.right, .side-hide-expand:checked + .side.hoverable:not(:hover).animated.left, .side-hide-expand:checked + .side.hoverable:not(:hover).animated.right {
    width: 0;
    overflow-x: hidden;
  }
  .side-hide-expand:checked + .side:not(.hoverable).animated.top, .side-hide-expand:checked + .side:not(.hoverable).animated.bottom, .side-hide-expand:checked + .side.hoverable:not(:hover).animated.top, .side-hide-expand:checked + .side.hoverable:not(:hover).animated.bottom {
    height: 0;
    overflow-y: hidden;
  }
  .side-hide-expand:checked + .side:not([class*=width-]).left, .side-hide-expand:checked + .side:not([class*=width-]).right {
    width: 200px;
  }
  .side-hide-expand:checked + .side[class*=width-].left ~ .body-content, .side-hide-expand:checked + .side:not([class*=width-]).left ~ .body-content {
    margin-left: 0;
  }
  .side-hide-expand:checked + .side[class*=width-].right ~ .body-content, .side-hide-expand:checked + .side:not([class*=width-]).right ~ .body-content {
    margin-right: 0;
  }
  .side-hide-expand:checked + .side:not([class*=height-]).top, .side-hide-expand:checked + .side:not([class*=height-]).bottom {
    height: 150px;
  }
  .side-hide-expand:checked + .side[class*=height-].top ~ .body-content {
    margin-top: 0;
  }
  .side-hide-expand:checked + .side[class*=height-].bottom ~ .body-content {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .side-hide-expand:checked + .side.left, .side-hide-expand:checked + .side.right {
    width: 90% !important;
    display: block !important;
  }
  .side-hide-expand:checked + .side.left ~ .body-content > *, .side-hide-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  .side-hide-expand:checked + .side.left ~ .body-content > .content-holder, .side-hide-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .side-hide-expand:checked + .side.left + .side-backdrop, .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content, .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content {
    width: calc(100% - 90%);
    overflow: hidden;
  }
  .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content {
    margin-left: 90%;
  }
  .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content.header.fixed, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content .header.fixed, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content.header.fixed {
    margin-left: 0;
    left: 90%;
  }
  .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover).left ~ .body-content.header.fixed .menu-mobile {
    left: 90%;
  }
  .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content {
    margin-right: 90%;
  }
  .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content.header.fixed, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content .header.fixed, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content.header.fixed {
    margin-right: 0;
    right: 90%;
  }
  .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover).right ~ .body-content.header.fixed .menu-mobile {
    right: 90%;
  }
  .side-hide-expand:checked + .side.left.cover ~ .body-content, .side-hide-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

.side-collapse, .side-expand, .side-hide, .side-hide-expand {
  display: none;
}
@media (max-width: 568px) {
  .side-collapse:checked + .side.left + .side-backdrop, .side-collapse:checked + .side.right + .side-backdrop, .side-expand:checked + .side.left + .side-backdrop, .side-expand:checked + .side.right + .side-backdrop, .side-hide:checked + .side.left + .side-backdrop, .side-hide:checked + .side.right + .side-backdrop, .side-hide-expand:checked + .side.left + .side-backdrop, .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
}

.side-expand:checked + .side + .side-backdrop, .side-hide-expand:checked + .side + .side-backdrop {
  display: block;
}

.side-full-height {
  position: relative;
}

.side {
  position: fixed;
  z-index: 10000;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).left ~ .body-content, .side:not(.cover):not([class*=width-]).left ~ .body-content, .side.uncover-focus.focusable:focus:not([class*=width-]).left ~ .body-content {
  margin-left: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).left ~ .body-content .header.fixed, .side.uncover-hover.hoverable:hover:not([class*=width-]).left ~ .body-content.header.fixed, .side:not(.cover):not([class*=width-]).left ~ .body-content .header.fixed, .side:not(.cover):not([class*=width-]).left ~ .body-content.header.fixed, .side.uncover-focus.focusable:focus:not([class*=width-]).left ~ .body-content .header.fixed, .side.uncover-focus.focusable:focus:not([class*=width-]).left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).left ~ .body-content .header.fixed .menu-mobile, .side.uncover-hover.hoverable:hover:not([class*=width-]).left ~ .body-content.header.fixed .menu-mobile, .side:not(.cover):not([class*=width-]).left ~ .body-content .header.fixed .menu-mobile, .side:not(.cover):not([class*=width-]).left ~ .body-content.header.fixed .menu-mobile, .side.uncover-focus.focusable:focus:not([class*=width-]).left ~ .body-content .header.fixed .menu-mobile, .side.uncover-focus.focusable:focus:not([class*=width-]).left ~ .body-content.header.fixed .menu-mobile {
  left: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).right ~ .body-content, .side:not(.cover):not([class*=width-]).right ~ .body-content, .side.uncover-focus.focusable:focus:not([class*=width-]).right ~ .body-content {
  margin-right: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).right ~ .body-content .header.fixed, .side.uncover-hover.hoverable:hover:not([class*=width-]).right ~ .body-content.header.fixed, .side:not(.cover):not([class*=width-]).right ~ .body-content .header.fixed, .side:not(.cover):not([class*=width-]).right ~ .body-content.header.fixed, .side.uncover-focus.focusable:focus:not([class*=width-]).right ~ .body-content .header.fixed, .side.uncover-focus.focusable:focus:not([class*=width-]).right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=width-]).right ~ .body-content .header.fixed .menu-mobile, .side.uncover-hover.hoverable:hover:not([class*=width-]).right ~ .body-content.header.fixed .menu-mobile, .side:not(.cover):not([class*=width-]).right ~ .body-content .header.fixed .menu-mobile, .side:not(.cover):not([class*=width-]).right ~ .body-content.header.fixed .menu-mobile, .side.uncover-focus.focusable:focus:not([class*=width-]).right ~ .body-content .header.fixed .menu-mobile, .side.uncover-focus.focusable:focus:not([class*=width-]).right ~ .body-content.header.fixed .menu-mobile {
  right: 200px;
}
.side.uncover-hover.hoverable:hover:not([class*=height-]).top ~ .body-content, .side:not(.cover):not([class*=height-]).top ~ .body-content, .side.uncover-focus.focusable:focus:not([class*=height-]).top ~ .body-content {
  margin-top: 150px;
}
.side.uncover-hover.hoverable:hover:not([class*=height-]).bottom ~ .body-content, .side:not(.cover):not([class*=height-]).bottom ~ .body-content, .side.uncover-focus.focusable:focus:not([class*=height-]).bottom ~ .body-content {
  margin-bottom: 150px;
}
.side.left, .side.right {
  overflow-y: auto;
  overflow-x: hidden;
}
.side.top, .side.bottom {
  overflow-x: auto;
  overflow-y: hidden;
}
.side.animated.left, .side.animated.right {
  transition: width 1s;
}
.side.animated.top, .side.animated.bottom {
  transition: height 1s;
}
.side.animated ~ .body-content {
  transition: margin 1s;
}
.side.absolute.left, .side.absolute.right {
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}
.side.float.right {
  float: right;
}
.side.float.left {
  float: left;
}
.side.relative {
  position: relative;
}
.side.relative.right {
  float: right;
}
.side.relative.left {
  float: left;
}
.side.static {
  position: static;
}
.side.left, .side.right {
  top: 0;
  bottom: 0;
  max-height: 100%;
  height: 100%;
  will-change: width;
}
.side.left {
  left: 0;
  right: auto;
}
.side.left ~ .side-open {
  bottom: 0;
  left: 0;
  margin: 0 0 1rem 1rem;
}
.side.right {
  right: 0;
  left: auto;
}
.side.right ~ .side-open {
  top: 0;
  right: 0;
  margin: 0 1rem 1rem 0;
}
.side.top, .side.bottom {
  left: 0;
  right: 0;
  will-change: height;
}
.side.top {
  top: 0;
  bottom: auto;
}
.side.top ~ .side-open {
  top: 0;
  left: 0;
}
.side.bottom {
  bottom: 0;
  top: auto;
}
.side.bottom ~ .side-open {
  bottom: 0;
  left: 0;
}

.side-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.side-open {
  position: fixed;
  z-index: 10000;
  display: none;
  width: calc(50px * 0.66666);
  height: calc(50px * 0.66666);
  line-height: calc(50px * 0.66666);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  margin: 0.4rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #443349;
}
.side-open i {
  color: #fff;
}

.window {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 0 none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.window .window-content {
  background: #fff;
  padding: 10px 10px;
  flex: 1 1 auto;
}
.window .window-header {
  background: #fff;
  padding: 10px 10px;
  color: #2a2a2a;
  font-size: 1.3rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
}
.window .window-footer {
  background: #fff;
  padding: 10px 10px;
  color: #2a2a2a;
  border-top: 1px solid #f0f0f0;
}
.window .window-header, .window .window-footer {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  min-height: 0;
}

.width-1 {
  width: 141px !important;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content, .width-1:not(.cover).left ~ .body-content, .width-1.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 141px;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-1:not(.cover).left ~ .body-content .header.fixed, .width-1:not(.cover).left ~ .body-content.header.fixed, .width-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 141px;
}
.width-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-1:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-1:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 141px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content, .width-1:not(.cover).right ~ .body-content, .width-1.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 141px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-1:not(.cover).right ~ .body-content .header.fixed, .width-1:not(.cover).right ~ .body-content.header.fixed, .width-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 141px;
}
.width-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-1:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-1:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 141px;
}

.max-width-1 {
  max-width: 141px !important;
}

.min-width-1 {
  min-width: 141px !important;
}

.width-2 {
  width: 282px !important;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content, .width-2:not(.cover).left ~ .body-content, .width-2.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 282px;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-2:not(.cover).left ~ .body-content .header.fixed, .width-2:not(.cover).left ~ .body-content.header.fixed, .width-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 282px;
}
.width-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-2:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-2:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 282px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content, .width-2:not(.cover).right ~ .body-content, .width-2.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 282px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-2:not(.cover).right ~ .body-content .header.fixed, .width-2:not(.cover).right ~ .body-content.header.fixed, .width-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 282px;
}
.width-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-2:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-2:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 282px;
}

.max-width-2 {
  max-width: 282px !important;
}

.min-width-2 {
  min-width: 282px !important;
}

.width-3 {
  width: 423px !important;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content, .width-3:not(.cover).left ~ .body-content, .width-3.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 423px;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-3:not(.cover).left ~ .body-content .header.fixed, .width-3:not(.cover).left ~ .body-content.header.fixed, .width-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 423px;
}
.width-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-3:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-3:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 423px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content, .width-3:not(.cover).right ~ .body-content, .width-3.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 423px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-3:not(.cover).right ~ .body-content .header.fixed, .width-3:not(.cover).right ~ .body-content.header.fixed, .width-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 423px;
}
.width-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-3:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-3:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 423px;
}

.max-width-3 {
  max-width: 423px !important;
}

.min-width-3 {
  min-width: 423px !important;
}

.width-4 {
  width: 564px !important;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content, .width-4:not(.cover).left ~ .body-content, .width-4.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 564px;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-4:not(.cover).left ~ .body-content .header.fixed, .width-4:not(.cover).left ~ .body-content.header.fixed, .width-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 564px;
}
.width-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-4:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-4:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 564px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content, .width-4:not(.cover).right ~ .body-content, .width-4.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 564px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-4:not(.cover).right ~ .body-content .header.fixed, .width-4:not(.cover).right ~ .body-content.header.fixed, .width-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 564px;
}
.width-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-4:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-4:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 564px;
}

.max-width-4 {
  max-width: 564px !important;
}

.min-width-4 {
  min-width: 564px !important;
}

.width-5 {
  width: 705px !important;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content, .width-5:not(.cover).left ~ .body-content, .width-5.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 705px;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-5:not(.cover).left ~ .body-content .header.fixed, .width-5:not(.cover).left ~ .body-content.header.fixed, .width-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 705px;
}
.width-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-5:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-5:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 705px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content, .width-5:not(.cover).right ~ .body-content, .width-5.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 705px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-5:not(.cover).right ~ .body-content .header.fixed, .width-5:not(.cover).right ~ .body-content.header.fixed, .width-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 705px;
}
.width-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-5:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-5:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 705px;
}

.max-width-5 {
  max-width: 705px !important;
}

.min-width-5 {
  min-width: 705px !important;
}

.width-6 {
  width: 846px !important;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content, .width-6:not(.cover).left ~ .body-content, .width-6.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 846px;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-6:not(.cover).left ~ .body-content .header.fixed, .width-6:not(.cover).left ~ .body-content.header.fixed, .width-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 846px;
}
.width-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-6:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-6:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 846px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content, .width-6:not(.cover).right ~ .body-content, .width-6.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 846px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-6:not(.cover).right ~ .body-content .header.fixed, .width-6:not(.cover).right ~ .body-content.header.fixed, .width-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 846px;
}
.width-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-6:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-6:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 846px;
}

.max-width-6 {
  max-width: 846px !important;
}

.min-width-6 {
  min-width: 846px !important;
}

.width-7 {
  width: 987px !important;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content, .width-7:not(.cover).left ~ .body-content, .width-7.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 987px;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-7:not(.cover).left ~ .body-content .header.fixed, .width-7:not(.cover).left ~ .body-content.header.fixed, .width-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 987px;
}
.width-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-7:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-7:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 987px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content, .width-7:not(.cover).right ~ .body-content, .width-7.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 987px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-7:not(.cover).right ~ .body-content .header.fixed, .width-7:not(.cover).right ~ .body-content.header.fixed, .width-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 987px;
}
.width-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-7:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-7:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 987px;
}

.max-width-7 {
  max-width: 987px !important;
}

.min-width-7 {
  min-width: 987px !important;
}

.width-8 {
  width: 1128px !important;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content, .width-8:not(.cover).left ~ .body-content, .width-8.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 1128px;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-8:not(.cover).left ~ .body-content .header.fixed, .width-8:not(.cover).left ~ .body-content.header.fixed, .width-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 1128px;
}
.width-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-8:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-8:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 1128px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content, .width-8:not(.cover).right ~ .body-content, .width-8.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 1128px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-8:not(.cover).right ~ .body-content .header.fixed, .width-8:not(.cover).right ~ .body-content.header.fixed, .width-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 1128px;
}
.width-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-8:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-8:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 1128px;
}

.max-width-8 {
  max-width: 1128px !important;
}

.min-width-8 {
  min-width: 1128px !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.height-1 {
  height: 75px !important;
}
.height-1 .header.fixed + * {
  margin-top: 75px;
}
.height-1 .header.fixed + * .header-sticky thead th, .height-1 .header.fixed + * .header-sticky thead .th, .height-1 .header.fixed + * .header-sticky .thead th, .height-1 .header.fixed + * .header-sticky .thead .th {
  top: 75px;
}
.height-1.uncover-hover.hoverable:hover.top ~ .body-content, .height-1:not(.cover).top ~ .body-content, .height-1.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 75px;
}
.height-1.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-1.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-1:not(.cover).top ~ .body-content .header.fixed, .height-1:not(.cover).top ~ .body-content.header.fixed, .height-1.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-1.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 75px;
}
.height-1.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-1:not(.cover).bottom ~ .body-content, .height-1.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 75px;
}
.height-1.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-1.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-1:not(.cover).bottom ~ .body-content .header.fixed, .height-1:not(.cover).bottom ~ .body-content.header.fixed, .height-1.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-1.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 75px;
}

.height-2 {
  height: 150px !important;
}
.height-2 .header.fixed + * {
  margin-top: 150px;
}
.height-2 .header.fixed + * .header-sticky thead th, .height-2 .header.fixed + * .header-sticky thead .th, .height-2 .header.fixed + * .header-sticky .thead th, .height-2 .header.fixed + * .header-sticky .thead .th {
  top: 150px;
}
.height-2.uncover-hover.hoverable:hover.top ~ .body-content, .height-2:not(.cover).top ~ .body-content, .height-2.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 150px;
}
.height-2.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-2.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-2:not(.cover).top ~ .body-content .header.fixed, .height-2:not(.cover).top ~ .body-content.header.fixed, .height-2.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-2.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 150px;
}
.height-2.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-2:not(.cover).bottom ~ .body-content, .height-2.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 150px;
}
.height-2.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-2.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-2:not(.cover).bottom ~ .body-content .header.fixed, .height-2:not(.cover).bottom ~ .body-content.header.fixed, .height-2.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-2.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 150px;
}

.height-3 {
  height: 225px !important;
}
.height-3 .header.fixed + * {
  margin-top: 225px;
}
.height-3 .header.fixed + * .header-sticky thead th, .height-3 .header.fixed + * .header-sticky thead .th, .height-3 .header.fixed + * .header-sticky .thead th, .height-3 .header.fixed + * .header-sticky .thead .th {
  top: 225px;
}
.height-3.uncover-hover.hoverable:hover.top ~ .body-content, .height-3:not(.cover).top ~ .body-content, .height-3.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 225px;
}
.height-3.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-3.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-3:not(.cover).top ~ .body-content .header.fixed, .height-3:not(.cover).top ~ .body-content.header.fixed, .height-3.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-3.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 225px;
}
.height-3.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-3:not(.cover).bottom ~ .body-content, .height-3.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 225px;
}
.height-3.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-3.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-3:not(.cover).bottom ~ .body-content .header.fixed, .height-3:not(.cover).bottom ~ .body-content.header.fixed, .height-3.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-3.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 225px;
}

.height-4 {
  height: 300px !important;
}
.height-4 .header.fixed + * {
  margin-top: 300px;
}
.height-4 .header.fixed + * .header-sticky thead th, .height-4 .header.fixed + * .header-sticky thead .th, .height-4 .header.fixed + * .header-sticky .thead th, .height-4 .header.fixed + * .header-sticky .thead .th {
  top: 300px;
}
.height-4.uncover-hover.hoverable:hover.top ~ .body-content, .height-4:not(.cover).top ~ .body-content, .height-4.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 300px;
}
.height-4.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-4.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-4:not(.cover).top ~ .body-content .header.fixed, .height-4:not(.cover).top ~ .body-content.header.fixed, .height-4.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-4.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 300px;
}
.height-4.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-4:not(.cover).bottom ~ .body-content, .height-4.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 300px;
}
.height-4.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-4.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-4:not(.cover).bottom ~ .body-content .header.fixed, .height-4:not(.cover).bottom ~ .body-content.header.fixed, .height-4.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-4.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 300px;
}

.height-5 {
  height: 375px !important;
}
.height-5 .header.fixed + * {
  margin-top: 375px;
}
.height-5 .header.fixed + * .header-sticky thead th, .height-5 .header.fixed + * .header-sticky thead .th, .height-5 .header.fixed + * .header-sticky .thead th, .height-5 .header.fixed + * .header-sticky .thead .th {
  top: 375px;
}
.height-5.uncover-hover.hoverable:hover.top ~ .body-content, .height-5:not(.cover).top ~ .body-content, .height-5.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 375px;
}
.height-5.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-5.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-5:not(.cover).top ~ .body-content .header.fixed, .height-5:not(.cover).top ~ .body-content.header.fixed, .height-5.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-5.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 375px;
}
.height-5.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-5:not(.cover).bottom ~ .body-content, .height-5.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 375px;
}
.height-5.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-5.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-5:not(.cover).bottom ~ .body-content .header.fixed, .height-5:not(.cover).bottom ~ .body-content.header.fixed, .height-5.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-5.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 375px;
}

.height-6 {
  height: 450px !important;
}
.height-6 .header.fixed + * {
  margin-top: 450px;
}
.height-6 .header.fixed + * .header-sticky thead th, .height-6 .header.fixed + * .header-sticky thead .th, .height-6 .header.fixed + * .header-sticky .thead th, .height-6 .header.fixed + * .header-sticky .thead .th {
  top: 450px;
}
.height-6.uncover-hover.hoverable:hover.top ~ .body-content, .height-6:not(.cover).top ~ .body-content, .height-6.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 450px;
}
.height-6.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-6.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-6:not(.cover).top ~ .body-content .header.fixed, .height-6:not(.cover).top ~ .body-content.header.fixed, .height-6.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-6.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 450px;
}
.height-6.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-6:not(.cover).bottom ~ .body-content, .height-6.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 450px;
}
.height-6.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-6.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-6:not(.cover).bottom ~ .body-content .header.fixed, .height-6:not(.cover).bottom ~ .body-content.header.fixed, .height-6.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-6.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 450px;
}

.height-7 {
  height: 525px !important;
}
.height-7 .header.fixed + * {
  margin-top: 525px;
}
.height-7 .header.fixed + * .header-sticky thead th, .height-7 .header.fixed + * .header-sticky thead .th, .height-7 .header.fixed + * .header-sticky .thead th, .height-7 .header.fixed + * .header-sticky .thead .th {
  top: 525px;
}
.height-7.uncover-hover.hoverable:hover.top ~ .body-content, .height-7:not(.cover).top ~ .body-content, .height-7.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 525px;
}
.height-7.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-7.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-7:not(.cover).top ~ .body-content .header.fixed, .height-7:not(.cover).top ~ .body-content.header.fixed, .height-7.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-7.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 525px;
}
.height-7.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-7:not(.cover).bottom ~ .body-content, .height-7.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 525px;
}
.height-7.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-7.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-7:not(.cover).bottom ~ .body-content .header.fixed, .height-7:not(.cover).bottom ~ .body-content.header.fixed, .height-7.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-7.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 525px;
}

.height-8 {
  height: 600px !important;
}
.height-8 .header.fixed + * {
  margin-top: 600px;
}
.height-8 .header.fixed + * .header-sticky thead th, .height-8 .header.fixed + * .header-sticky thead .th, .height-8 .header.fixed + * .header-sticky .thead th, .height-8 .header.fixed + * .header-sticky .thead .th {
  top: 600px;
}
.height-8.uncover-hover.hoverable:hover.top ~ .body-content, .height-8:not(.cover).top ~ .body-content, .height-8.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 600px;
}
.height-8.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-8.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-8:not(.cover).top ~ .body-content .header.fixed, .height-8:not(.cover).top ~ .body-content.header.fixed, .height-8.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-8.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 600px;
}
.height-8.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-8:not(.cover).bottom ~ .body-content, .height-8.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 600px;
}
.height-8.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-8.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-8:not(.cover).bottom ~ .body-content .header.fixed, .height-8:not(.cover).bottom ~ .body-content.header.fixed, .height-8.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-8.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 600px;
}

.width-geo-0 {
  width: 0px !important;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-0:not(.cover).left ~ .body-content, .width-geo-0.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-0:not(.cover).left ~ .body-content .header.fixed, .width-geo-0:not(.cover).left ~ .body-content.header.fixed, .width-geo-0.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-0.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-0.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-0:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-0:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-0.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-0.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-0:not(.cover).right ~ .body-content, .width-geo-0.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-0:not(.cover).right ~ .body-content .header.fixed, .width-geo-0:not(.cover).right ~ .body-content.header.fixed, .width-geo-0.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-0.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0px;
}
.width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-0.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-0:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-0:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-0.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-0.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 0px;
}

.width-geo-1 {
  width: 11.28px !important;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-1:not(.cover).left ~ .body-content, .width-geo-1.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 11.28px;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-1:not(.cover).left ~ .body-content .header.fixed, .width-geo-1:not(.cover).left ~ .body-content.header.fixed, .width-geo-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 11.28px;
}
.width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-1.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-1:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-1:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-1.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-1.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 11.28px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-1:not(.cover).right ~ .body-content, .width-geo-1.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 11.28px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-1:not(.cover).right ~ .body-content .header.fixed, .width-geo-1:not(.cover).right ~ .body-content.header.fixed, .width-geo-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 11.28px;
}
.width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-1.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-1:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-1:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-1.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-1.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 11.28px;
}

.width-geo-2 {
  width: 25.38px !important;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-2:not(.cover).left ~ .body-content, .width-geo-2.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 25.38px;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-2:not(.cover).left ~ .body-content .header.fixed, .width-geo-2:not(.cover).left ~ .body-content.header.fixed, .width-geo-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 25.38px;
}
.width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-2.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-2:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-2:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-2.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-2.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 25.38px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-2:not(.cover).right ~ .body-content, .width-geo-2.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 25.38px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-2:not(.cover).right ~ .body-content .header.fixed, .width-geo-2:not(.cover).right ~ .body-content.header.fixed, .width-geo-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 25.38px;
}
.width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-2.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-2:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-2:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-2.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-2.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 25.38px;
}

.width-geo-3 {
  width: 43.5085714286px !important;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-3:not(.cover).left ~ .body-content, .width-geo-3.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 43.5085714286px;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-3:not(.cover).left ~ .body-content .header.fixed, .width-geo-3:not(.cover).left ~ .body-content.header.fixed, .width-geo-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 43.5085714286px;
}
.width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-3.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-3:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-3:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-3.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-3.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 43.5085714286px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-3:not(.cover).right ~ .body-content, .width-geo-3.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 43.5085714286px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-3:not(.cover).right ~ .body-content .header.fixed, .width-geo-3:not(.cover).right ~ .body-content.header.fixed, .width-geo-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 43.5085714286px;
}
.width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-3.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-3:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-3:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-3.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-3.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 43.5085714286px;
}

.width-geo-4 {
  width: 67.68px !important;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-4:not(.cover).left ~ .body-content, .width-geo-4.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 67.68px;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-4:not(.cover).left ~ .body-content .header.fixed, .width-geo-4:not(.cover).left ~ .body-content.header.fixed, .width-geo-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 67.68px;
}
.width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-4.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-4:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-4:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-4.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-4.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 67.68px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-4:not(.cover).right ~ .body-content, .width-geo-4.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 67.68px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-4:not(.cover).right ~ .body-content .header.fixed, .width-geo-4:not(.cover).right ~ .body-content.header.fixed, .width-geo-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 67.68px;
}
.width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-4.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-4:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-4:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-4.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-4.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 67.68px;
}

.width-geo-5 {
  width: 101.52px !important;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-5:not(.cover).left ~ .body-content, .width-geo-5.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 101.52px;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-5:not(.cover).left ~ .body-content .header.fixed, .width-geo-5:not(.cover).left ~ .body-content.header.fixed, .width-geo-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 101.52px;
}
.width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-5.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-5:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-5:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-5.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-5.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 101.52px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-5:not(.cover).right ~ .body-content, .width-geo-5.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 101.52px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-5:not(.cover).right ~ .body-content .header.fixed, .width-geo-5:not(.cover).right ~ .body-content.header.fixed, .width-geo-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 101.52px;
}
.width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-5.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-5:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-5:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-5.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-5.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 101.52px;
}

.width-geo-6 {
  width: 152.28px !important;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-6:not(.cover).left ~ .body-content, .width-geo-6.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 152.28px;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-6:not(.cover).left ~ .body-content .header.fixed, .width-geo-6:not(.cover).left ~ .body-content.header.fixed, .width-geo-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 152.28px;
}
.width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-6.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-6:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-6:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-6.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-6.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 152.28px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-6:not(.cover).right ~ .body-content, .width-geo-6.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 152.28px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-6:not(.cover).right ~ .body-content .header.fixed, .width-geo-6:not(.cover).right ~ .body-content.header.fixed, .width-geo-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 152.28px;
}
.width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-6.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-6:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-6:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-6.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-6.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 152.28px;
}

.width-geo-7 {
  width: 236.88px !important;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-7:not(.cover).left ~ .body-content, .width-geo-7.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 236.88px;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-7:not(.cover).left ~ .body-content .header.fixed, .width-geo-7:not(.cover).left ~ .body-content.header.fixed, .width-geo-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 236.88px;
}
.width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-7.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-7:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-7:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-7.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-7.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 236.88px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-7:not(.cover).right ~ .body-content, .width-geo-7.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 236.88px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-7:not(.cover).right ~ .body-content .header.fixed, .width-geo-7:not(.cover).right ~ .body-content.header.fixed, .width-geo-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 236.88px;
}
.width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-7.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-7:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-7:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-7.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-7.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 236.88px;
}

.width-geo-8 {
  width: 406.08px !important;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content, .width-geo-8:not(.cover).left ~ .body-content, .width-geo-8.uncover-focus.focusable:focus.left ~ .body-content {
  margin-left: 406.08px;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed, .width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed, .width-geo-8:not(.cover).left ~ .body-content .header.fixed, .width-geo-8:not(.cover).left ~ .body-content.header.fixed, .width-geo-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed, .width-geo-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed {
  margin-left: 0;
  left: 406.08px;
}
.width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content .header.fixed .menu-mobile, .width-geo-8.uncover-hover.hoverable:hover.left ~ .body-content.header.fixed .menu-mobile, .width-geo-8:not(.cover).left ~ .body-content .header.fixed .menu-mobile, .width-geo-8:not(.cover).left ~ .body-content.header.fixed .menu-mobile, .width-geo-8.uncover-focus.focusable:focus.left ~ .body-content .header.fixed .menu-mobile, .width-geo-8.uncover-focus.focusable:focus.left ~ .body-content.header.fixed .menu-mobile {
  left: 406.08px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content, .width-geo-8:not(.cover).right ~ .body-content, .width-geo-8.uncover-focus.focusable:focus.right ~ .body-content {
  margin-right: 406.08px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed, .width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed, .width-geo-8:not(.cover).right ~ .body-content .header.fixed, .width-geo-8:not(.cover).right ~ .body-content.header.fixed, .width-geo-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed, .width-geo-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed {
  margin-right: 0;
  right: 406.08px;
}
.width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content .header.fixed .menu-mobile, .width-geo-8.uncover-hover.hoverable:hover.right ~ .body-content.header.fixed .menu-mobile, .width-geo-8:not(.cover).right ~ .body-content .header.fixed .menu-mobile, .width-geo-8:not(.cover).right ~ .body-content.header.fixed .menu-mobile, .width-geo-8.uncover-focus.focusable:focus.right ~ .body-content .header.fixed .menu-mobile, .width-geo-8.uncover-focus.focusable:focus.right ~ .body-content.header.fixed .menu-mobile {
  right: 406.08px;
}

.height-geo-0 {
  height: 0px !important;
}
.height-geo-0 .header.fixed + * {
  margin-top: 0px;
}
.height-geo-0 .header.fixed + * .header-sticky thead th, .height-geo-0 .header.fixed + * .header-sticky thead .th, .height-geo-0 .header.fixed + * .header-sticky .thead th, .height-geo-0 .header.fixed + * .header-sticky .thead .th {
  top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-0:not(.cover).top ~ .body-content, .height-geo-0.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-0.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-0:not(.cover).top ~ .body-content .header.fixed, .height-geo-0:not(.cover).top ~ .body-content.header.fixed, .height-geo-0.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-0.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-0:not(.cover).bottom ~ .body-content, .height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 0px;
}
.height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-0.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-0:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-0:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-0.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 0px;
}

.height-geo-1 {
  height: 6px !important;
}
.height-geo-1 .header.fixed + * {
  margin-top: 6px;
}
.height-geo-1 .header.fixed + * .header-sticky thead th, .height-geo-1 .header.fixed + * .header-sticky thead .th, .height-geo-1 .header.fixed + * .header-sticky .thead th, .height-geo-1 .header.fixed + * .header-sticky .thead .th {
  top: 6px;
}
.height-geo-1.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-1:not(.cover).top ~ .body-content, .height-geo-1.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 6px;
}
.height-geo-1.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-1.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-1:not(.cover).top ~ .body-content .header.fixed, .height-geo-1:not(.cover).top ~ .body-content.header.fixed, .height-geo-1.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-1.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 6px;
}
.height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-1:not(.cover).bottom ~ .body-content, .height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 6px;
}
.height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-1.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-1:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-1:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-1.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 6px;
}

.height-geo-2 {
  height: 13.5px !important;
}
.height-geo-2 .header.fixed + * {
  margin-top: 13.5px;
}
.height-geo-2 .header.fixed + * .header-sticky thead th, .height-geo-2 .header.fixed + * .header-sticky thead .th, .height-geo-2 .header.fixed + * .header-sticky .thead th, .height-geo-2 .header.fixed + * .header-sticky .thead .th {
  top: 13.5px;
}
.height-geo-2.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-2:not(.cover).top ~ .body-content, .height-geo-2.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 13.5px;
}
.height-geo-2.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-2.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-2:not(.cover).top ~ .body-content .header.fixed, .height-geo-2:not(.cover).top ~ .body-content.header.fixed, .height-geo-2.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-2.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 13.5px;
}
.height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-2:not(.cover).bottom ~ .body-content, .height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 13.5px;
}
.height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-2.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-2:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-2:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-2.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 13.5px;
}

.height-geo-3 {
  height: 23.1428571429px !important;
}
.height-geo-3 .header.fixed + * {
  margin-top: 23.1428571429px;
}
.height-geo-3 .header.fixed + * .header-sticky thead th, .height-geo-3 .header.fixed + * .header-sticky thead .th, .height-geo-3 .header.fixed + * .header-sticky .thead th, .height-geo-3 .header.fixed + * .header-sticky .thead .th {
  top: 23.1428571429px;
}
.height-geo-3.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-3:not(.cover).top ~ .body-content, .height-geo-3.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 23.1428571429px;
}
.height-geo-3.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-3.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-3:not(.cover).top ~ .body-content .header.fixed, .height-geo-3:not(.cover).top ~ .body-content.header.fixed, .height-geo-3.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-3.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 23.1428571429px;
}
.height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-3:not(.cover).bottom ~ .body-content, .height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 23.1428571429px;
}
.height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-3.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-3:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-3:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-3.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 23.1428571429px;
}

.height-geo-4 {
  height: 36px !important;
}
.height-geo-4 .header.fixed + * {
  margin-top: 36px;
}
.height-geo-4 .header.fixed + * .header-sticky thead th, .height-geo-4 .header.fixed + * .header-sticky thead .th, .height-geo-4 .header.fixed + * .header-sticky .thead th, .height-geo-4 .header.fixed + * .header-sticky .thead .th {
  top: 36px;
}
.height-geo-4.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-4:not(.cover).top ~ .body-content, .height-geo-4.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 36px;
}
.height-geo-4.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-4.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-4:not(.cover).top ~ .body-content .header.fixed, .height-geo-4:not(.cover).top ~ .body-content.header.fixed, .height-geo-4.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-4.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 36px;
}
.height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-4:not(.cover).bottom ~ .body-content, .height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 36px;
}
.height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-4.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-4:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-4:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-4.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 36px;
}

.height-geo-5 {
  height: 54px !important;
}
.height-geo-5 .header.fixed + * {
  margin-top: 54px;
}
.height-geo-5 .header.fixed + * .header-sticky thead th, .height-geo-5 .header.fixed + * .header-sticky thead .th, .height-geo-5 .header.fixed + * .header-sticky .thead th, .height-geo-5 .header.fixed + * .header-sticky .thead .th {
  top: 54px;
}
.height-geo-5.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-5:not(.cover).top ~ .body-content, .height-geo-5.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 54px;
}
.height-geo-5.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-5.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-5:not(.cover).top ~ .body-content .header.fixed, .height-geo-5:not(.cover).top ~ .body-content.header.fixed, .height-geo-5.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-5.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 54px;
}
.height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-5:not(.cover).bottom ~ .body-content, .height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 54px;
}
.height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-5.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-5:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-5:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-5.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 54px;
}

.height-geo-6 {
  height: 81px !important;
}
.height-geo-6 .header.fixed + * {
  margin-top: 81px;
}
.height-geo-6 .header.fixed + * .header-sticky thead th, .height-geo-6 .header.fixed + * .header-sticky thead .th, .height-geo-6 .header.fixed + * .header-sticky .thead th, .height-geo-6 .header.fixed + * .header-sticky .thead .th {
  top: 81px;
}
.height-geo-6.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-6:not(.cover).top ~ .body-content, .height-geo-6.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 81px;
}
.height-geo-6.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-6.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-6:not(.cover).top ~ .body-content .header.fixed, .height-geo-6:not(.cover).top ~ .body-content.header.fixed, .height-geo-6.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-6.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 81px;
}
.height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-6:not(.cover).bottom ~ .body-content, .height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 81px;
}
.height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-6.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-6:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-6:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-6.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 81px;
}

.height-geo-7 {
  height: 126px !important;
}
.height-geo-7 .header.fixed + * {
  margin-top: 126px;
}
.height-geo-7 .header.fixed + * .header-sticky thead th, .height-geo-7 .header.fixed + * .header-sticky thead .th, .height-geo-7 .header.fixed + * .header-sticky .thead th, .height-geo-7 .header.fixed + * .header-sticky .thead .th {
  top: 126px;
}
.height-geo-7.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-7:not(.cover).top ~ .body-content, .height-geo-7.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 126px;
}
.height-geo-7.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-7.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-7:not(.cover).top ~ .body-content .header.fixed, .height-geo-7:not(.cover).top ~ .body-content.header.fixed, .height-geo-7.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-7.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 126px;
}
.height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-7:not(.cover).bottom ~ .body-content, .height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 126px;
}
.height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-7.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-7:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-7:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-7.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 126px;
}

.height-geo-8 {
  height: 216px !important;
}
.height-geo-8 .header.fixed + * {
  margin-top: 216px;
}
.height-geo-8 .header.fixed + * .header-sticky thead th, .height-geo-8 .header.fixed + * .header-sticky thead .th, .height-geo-8 .header.fixed + * .header-sticky .thead th, .height-geo-8 .header.fixed + * .header-sticky .thead .th {
  top: 216px;
}
.height-geo-8.uncover-hover.hoverable:hover.top ~ .body-content, .height-geo-8:not(.cover).top ~ .body-content, .height-geo-8.uncover-focus.focusable:focus.top ~ .body-content {
  margin-top: 216px;
}
.height-geo-8.uncover-hover.hoverable:hover.top ~ .body-content .header.fixed, .height-geo-8.uncover-hover.hoverable:hover.top ~ .body-content.header.fixed, .height-geo-8:not(.cover).top ~ .body-content .header.fixed, .height-geo-8:not(.cover).top ~ .body-content.header.fixed, .height-geo-8.uncover-focus.focusable:focus.top ~ .body-content .header.fixed, .height-geo-8.uncover-focus.focusable:focus.top ~ .body-content.header.fixed {
  margin-top: 0;
  top: 216px;
}
.height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content, .height-geo-8:not(.cover).bottom ~ .body-content, .height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content {
  margin-bottom: 216px;
}
.height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content .header.fixed, .height-geo-8.uncover-hover.hoverable:hover.bottom ~ .body-content.header.fixed, .height-geo-8:not(.cover).bottom ~ .body-content .header.fixed, .height-geo-8:not(.cover).bottom ~ .body-content.header.fixed, .height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content .header.fixed, .height-geo-8.uncover-focus.focusable:focus.bottom ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 216px;
}

.margin-0 {
  margin: 0px 0px !important;
}

.margin-horizontal-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.margin-vertical-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-1 {
  margin: 6px 11.28px !important;
}

.margin-horizontal-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.margin-vertical-1 {
  margin-left: 11.28px !important;
  margin-right: 11.28px !important;
}

.margin-top-1 {
  margin-top: 6px !important;
}

.margin-bottom-1 {
  margin-bottom: 6px !important;
}

.margin-left-1 {
  margin-left: 11.28px !important;
}

.margin-right-1 {
  margin-right: 11.28px !important;
}

.margin-2 {
  margin: 13.5px 25.38px !important;
}

.margin-horizontal-2 {
  margin-top: 13.5px !important;
  margin-bottom: 13.5px !important;
}

.margin-vertical-2 {
  margin-left: 25.38px !important;
  margin-right: 25.38px !important;
}

.margin-top-2 {
  margin-top: 13.5px !important;
}

.margin-bottom-2 {
  margin-bottom: 13.5px !important;
}

.margin-left-2 {
  margin-left: 25.38px !important;
}

.margin-right-2 {
  margin-right: 25.38px !important;
}

.margin-3 {
  margin: 23.1428571429px 43.5085714286px !important;
}

.margin-horizontal-3 {
  margin-top: 23.1428571429px !important;
  margin-bottom: 23.1428571429px !important;
}

.margin-vertical-3 {
  margin-left: 43.5085714286px !important;
  margin-right: 43.5085714286px !important;
}

.margin-top-3 {
  margin-top: 23.1428571429px !important;
}

.margin-bottom-3 {
  margin-bottom: 23.1428571429px !important;
}

.margin-left-3 {
  margin-left: 43.5085714286px !important;
}

.margin-right-3 {
  margin-right: 43.5085714286px !important;
}

.margin-4 {
  margin: 36px 67.68px !important;
}

.margin-horizontal-4 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.margin-vertical-4 {
  margin-left: 67.68px !important;
  margin-right: 67.68px !important;
}

.margin-top-4 {
  margin-top: 36px !important;
}

.margin-bottom-4 {
  margin-bottom: 36px !important;
}

.margin-left-4 {
  margin-left: 67.68px !important;
}

.margin-right-4 {
  margin-right: 67.68px !important;
}

.margin-5 {
  margin: 54px 101.52px !important;
}

.margin-horizontal-5 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.margin-vertical-5 {
  margin-left: 101.52px !important;
  margin-right: 101.52px !important;
}

.margin-top-5 {
  margin-top: 54px !important;
}

.margin-bottom-5 {
  margin-bottom: 54px !important;
}

.margin-left-5 {
  margin-left: 101.52px !important;
}

.margin-right-5 {
  margin-right: 101.52px !important;
}

.margin-6 {
  margin: 81px 152.28px !important;
}

.margin-horizontal-6 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.margin-vertical-6 {
  margin-left: 152.28px !important;
  margin-right: 152.28px !important;
}

.margin-top-6 {
  margin-top: 81px !important;
}

.margin-bottom-6 {
  margin-bottom: 81px !important;
}

.margin-left-6 {
  margin-left: 152.28px !important;
}

.margin-right-6 {
  margin-right: 152.28px !important;
}

.margin-7 {
  margin: 126px 236.88px !important;
}

.margin-horizontal-7 {
  margin-top: 126px !important;
  margin-bottom: 126px !important;
}

.margin-vertical-7 {
  margin-left: 236.88px !important;
  margin-right: 236.88px !important;
}

.margin-top-7 {
  margin-top: 126px !important;
}

.margin-bottom-7 {
  margin-bottom: 126px !important;
}

.margin-left-7 {
  margin-left: 236.88px !important;
}

.margin-right-7 {
  margin-right: 236.88px !important;
}

.margin-8 {
  margin: 216px 406.08px !important;
}

.margin-horizontal-8 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}

.margin-vertical-8 {
  margin-left: 406.08px !important;
  margin-right: 406.08px !important;
}

.margin-top-8 {
  margin-top: 216px !important;
}

.margin-bottom-8 {
  margin-bottom: 216px !important;
}

.margin-left-8 {
  margin-left: 406.08px !important;
}

.margin-right-8 {
  margin-right: 406.08px !important;
}

.padding-0 {
  padding: 0px 0px !important;
}

.padding-horizontal-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.padding-vertical-0 {
  padding-left: 0px;
  padding-right: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-1 {
  padding: 6px 11.28px !important;
}

.padding-horizontal-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.padding-vertical-1 {
  padding-left: 11.28px;
  padding-right: 11.28px !important;
}

.padding-top-1 {
  padding-top: 6px !important;
}

.padding-bottom-1 {
  padding-bottom: 6px !important;
}

.padding-left-1 {
  padding-left: 11.28px !important;
}

.padding-right-1 {
  padding-right: 11.28px !important;
}

.padding-2 {
  padding: 13.5px 25.38px !important;
}

.padding-horizontal-2 {
  padding-top: 13.5px !important;
  padding-bottom: 13.5px !important;
}

.padding-vertical-2 {
  padding-left: 25.38px;
  padding-right: 25.38px !important;
}

.padding-top-2 {
  padding-top: 13.5px !important;
}

.padding-bottom-2 {
  padding-bottom: 13.5px !important;
}

.padding-left-2 {
  padding-left: 25.38px !important;
}

.padding-right-2 {
  padding-right: 25.38px !important;
}

.padding-3 {
  padding: 23.1428571429px 43.5085714286px !important;
}

.padding-horizontal-3 {
  padding-top: 23.1428571429px !important;
  padding-bottom: 23.1428571429px !important;
}

.padding-vertical-3 {
  padding-left: 43.5085714286px;
  padding-right: 43.5085714286px !important;
}

.padding-top-3 {
  padding-top: 23.1428571429px !important;
}

.padding-bottom-3 {
  padding-bottom: 23.1428571429px !important;
}

.padding-left-3 {
  padding-left: 43.5085714286px !important;
}

.padding-right-3 {
  padding-right: 43.5085714286px !important;
}

.padding-4 {
  padding: 36px 67.68px !important;
}

.padding-horizontal-4 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.padding-vertical-4 {
  padding-left: 67.68px;
  padding-right: 67.68px !important;
}

.padding-top-4 {
  padding-top: 36px !important;
}

.padding-bottom-4 {
  padding-bottom: 36px !important;
}

.padding-left-4 {
  padding-left: 67.68px !important;
}

.padding-right-4 {
  padding-right: 67.68px !important;
}

.padding-5 {
  padding: 54px 101.52px !important;
}

.padding-horizontal-5 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.padding-vertical-5 {
  padding-left: 101.52px;
  padding-right: 101.52px !important;
}

.padding-top-5 {
  padding-top: 54px !important;
}

.padding-bottom-5 {
  padding-bottom: 54px !important;
}

.padding-left-5 {
  padding-left: 101.52px !important;
}

.padding-right-5 {
  padding-right: 101.52px !important;
}

.padding-6 {
  padding: 81px 152.28px !important;
}

.padding-horizontal-6 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}

.padding-vertical-6 {
  padding-left: 152.28px;
  padding-right: 152.28px !important;
}

.padding-top-6 {
  padding-top: 81px !important;
}

.padding-bottom-6 {
  padding-bottom: 81px !important;
}

.padding-left-6 {
  padding-left: 152.28px !important;
}

.padding-right-6 {
  padding-right: 152.28px !important;
}

.padding-7 {
  padding: 126px 236.88px !important;
}

.padding-horizontal-7 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}

.padding-vertical-7 {
  padding-left: 236.88px;
  padding-right: 236.88px !important;
}

.padding-top-7 {
  padding-top: 126px !important;
}

.padding-bottom-7 {
  padding-bottom: 126px !important;
}

.padding-left-7 {
  padding-left: 236.88px !important;
}

.padding-right-7 {
  padding-right: 236.88px !important;
}

.padding-8 {
  padding: 216px 406.08px !important;
}

.padding-horizontal-8 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}

.padding-vertical-8 {
  padding-left: 406.08px;
  padding-right: 406.08px !important;
}

.padding-top-8 {
  padding-top: 216px !important;
}

.padding-bottom-8 {
  padding-bottom: 216px !important;
}

.padding-left-8 {
  padding-left: 406.08px !important;
}

.padding-right-8 {
  padding-right: 406.08px !important;
}

@media (min-width: 1280px) {
  .d-width-1 {
    width: 141px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-1 {
    width: 141px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-1 {
    width: 141px !important;
  }
}
@media (max-width: 568px) {
  .m-width-1 {
    width: 141px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-1 {
    width: 141px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-2 {
    width: 282px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-2 {
    width: 282px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-2 {
    width: 282px !important;
  }
}
@media (max-width: 568px) {
  .m-width-2 {
    width: 282px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-2 {
    width: 282px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-3 {
    width: 423px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-3 {
    width: 423px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-3 {
    width: 423px !important;
  }
}
@media (max-width: 568px) {
  .m-width-3 {
    width: 423px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-3 {
    width: 423px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-4 {
    width: 564px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-4 {
    width: 564px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-4 {
    width: 564px !important;
  }
}
@media (max-width: 568px) {
  .m-width-4 {
    width: 564px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-4 {
    width: 564px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-5 {
    width: 705px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-5 {
    width: 705px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-5 {
    width: 705px !important;
  }
}
@media (max-width: 568px) {
  .m-width-5 {
    width: 705px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-5 {
    width: 705px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-6 {
    width: 846px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-6 {
    width: 846px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-6 {
    width: 846px !important;
  }
}
@media (max-width: 568px) {
  .m-width-6 {
    width: 846px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-6 {
    width: 846px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-7 {
    width: 987px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-7 {
    width: 987px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-7 {
    width: 987px !important;
  }
}
@media (max-width: 568px) {
  .m-width-7 {
    width: 987px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-7 {
    width: 987px !important;
  }
}
@media (min-width: 1280px) {
  .d-width-8 {
    width: 1128px !important;
  }
}
@media (max-width: 1024px) {
  .t-width-8 {
    width: 1128px !important;
  }
}
@media (max-width: 768px) {
  .tp-width-8 {
    width: 1128px !important;
  }
}
@media (max-width: 568px) {
  .m-width-8 {
    width: 1128px !important;
  }
}
@media (max-width: 320px) {
  .mp-width-8 {
    width: 1128px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-1 {
    margin-left: 11.28px !important;
    margin-right: 11.28px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-1 {
    margin-left: 11.28px !important;
    margin-right: 11.28px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-1 {
    margin-left: 11.28px !important;
    margin-right: 11.28px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-1 {
    margin-left: 11.28px !important;
    margin-right: 11.28px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-1 {
    margin-left: 11.28px !important;
    margin-right: 11.28px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-2 {
    margin-left: 25.38px !important;
    margin-right: 25.38px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-2 {
    margin-left: 25.38px !important;
    margin-right: 25.38px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-2 {
    margin-left: 25.38px !important;
    margin-right: 25.38px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-2 {
    margin-left: 25.38px !important;
    margin-right: 25.38px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-2 {
    margin-left: 25.38px !important;
    margin-right: 25.38px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-3 {
    margin-left: 43.5085714286px !important;
    margin-right: 43.5085714286px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-3 {
    margin-left: 43.5085714286px !important;
    margin-right: 43.5085714286px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-3 {
    margin-left: 43.5085714286px !important;
    margin-right: 43.5085714286px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-3 {
    margin-left: 43.5085714286px !important;
    margin-right: 43.5085714286px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-3 {
    margin-left: 43.5085714286px !important;
    margin-right: 43.5085714286px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-4 {
    margin-left: 67.68px !important;
    margin-right: 67.68px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-4 {
    margin-left: 67.68px !important;
    margin-right: 67.68px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-4 {
    margin-left: 67.68px !important;
    margin-right: 67.68px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-4 {
    margin-left: 67.68px !important;
    margin-right: 67.68px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-4 {
    margin-left: 67.68px !important;
    margin-right: 67.68px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-5 {
    margin-left: 101.52px !important;
    margin-right: 101.52px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-5 {
    margin-left: 101.52px !important;
    margin-right: 101.52px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-5 {
    margin-left: 101.52px !important;
    margin-right: 101.52px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-5 {
    margin-left: 101.52px !important;
    margin-right: 101.52px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-5 {
    margin-left: 101.52px !important;
    margin-right: 101.52px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-6 {
    margin-left: 152.28px !important;
    margin-right: 152.28px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-6 {
    margin-left: 152.28px !important;
    margin-right: 152.28px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-6 {
    margin-left: 152.28px !important;
    margin-right: 152.28px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-6 {
    margin-left: 152.28px !important;
    margin-right: 152.28px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-6 {
    margin-left: 152.28px !important;
    margin-right: 152.28px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-7 {
    margin-left: 236.88px !important;
    margin-right: 236.88px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-7 {
    margin-left: 236.88px !important;
    margin-right: 236.88px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-7 {
    margin-left: 236.88px !important;
    margin-right: 236.88px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-7 {
    margin-left: 236.88px !important;
    margin-right: 236.88px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-7 {
    margin-left: 236.88px !important;
    margin-right: 236.88px !important;
  }
}
@media (min-width: 1280px) {
  .d-margin-vertical-8 {
    margin-left: 406.08px !important;
    margin-right: 406.08px !important;
  }
}
@media (max-width: 1024px) {
  .t-margin-vertical-8 {
    margin-left: 406.08px !important;
    margin-right: 406.08px !important;
  }
}
@media (max-width: 768px) {
  .tp-margin-vertical-8 {
    margin-left: 406.08px !important;
    margin-right: 406.08px !important;
  }
}
@media (max-width: 568px) {
  .m-margin-vertical-8 {
    margin-left: 406.08px !important;
    margin-right: 406.08px !important;
  }
}
@media (max-width: 320px) {
  .mp-margin-vertical-8 {
    margin-left: 406.08px !important;
    margin-right: 406.08px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-1 {
    padding-left: 11.28px !important;
    padding-right: 11.28px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-1 {
    padding-left: 11.28px !important;
    padding-right: 11.28px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-1 {
    padding-left: 11.28px !important;
    padding-right: 11.28px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-1 {
    padding-left: 11.28px !important;
    padding-right: 11.28px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-1 {
    padding-left: 11.28px !important;
    padding-right: 11.28px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-2 {
    padding-left: 25.38px !important;
    padding-right: 25.38px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-2 {
    padding-left: 25.38px !important;
    padding-right: 25.38px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-2 {
    padding-left: 25.38px !important;
    padding-right: 25.38px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-2 {
    padding-left: 25.38px !important;
    padding-right: 25.38px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-2 {
    padding-left: 25.38px !important;
    padding-right: 25.38px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-3 {
    padding-left: 43.5085714286px !important;
    padding-right: 43.5085714286px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-3 {
    padding-left: 43.5085714286px !important;
    padding-right: 43.5085714286px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-3 {
    padding-left: 43.5085714286px !important;
    padding-right: 43.5085714286px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-3 {
    padding-left: 43.5085714286px !important;
    padding-right: 43.5085714286px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-3 {
    padding-left: 43.5085714286px !important;
    padding-right: 43.5085714286px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-4 {
    padding-left: 67.68px !important;
    padding-right: 67.68px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-4 {
    padding-left: 67.68px !important;
    padding-right: 67.68px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-4 {
    padding-left: 67.68px !important;
    padding-right: 67.68px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-4 {
    padding-left: 67.68px !important;
    padding-right: 67.68px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-4 {
    padding-left: 67.68px !important;
    padding-right: 67.68px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-5 {
    padding-left: 101.52px !important;
    padding-right: 101.52px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-5 {
    padding-left: 101.52px !important;
    padding-right: 101.52px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-5 {
    padding-left: 101.52px !important;
    padding-right: 101.52px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-5 {
    padding-left: 101.52px !important;
    padding-right: 101.52px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-5 {
    padding-left: 101.52px !important;
    padding-right: 101.52px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-6 {
    padding-left: 152.28px !important;
    padding-right: 152.28px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-6 {
    padding-left: 152.28px !important;
    padding-right: 152.28px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-6 {
    padding-left: 152.28px !important;
    padding-right: 152.28px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-6 {
    padding-left: 152.28px !important;
    padding-right: 152.28px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-6 {
    padding-left: 152.28px !important;
    padding-right: 152.28px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-7 {
    padding-left: 236.88px !important;
    padding-right: 236.88px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-7 {
    padding-left: 236.88px !important;
    padding-right: 236.88px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-7 {
    padding-left: 236.88px !important;
    padding-right: 236.88px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-7 {
    padding-left: 236.88px !important;
    padding-right: 236.88px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-7 {
    padding-left: 236.88px !important;
    padding-right: 236.88px !important;
  }
}
@media (min-width: 1280px) {
  .t-padding-vertical-8 {
    padding-left: 406.08px !important;
    padding-right: 406.08px !important;
  }
}
@media (max-width: 1024px) {
  .t-padding-vertical-8 {
    padding-left: 406.08px !important;
    padding-right: 406.08px !important;
  }
}
@media (max-width: 768px) {
  .tp-padding-vertical-8 {
    padding-left: 406.08px !important;
    padding-right: 406.08px !important;
  }
}
@media (max-width: 568px) {
  .m-padding-vertical-8 {
    padding-left: 406.08px !important;
    padding-right: 406.08px !important;
  }
}
@media (max-width: 320px) {
  .mp-padding-vertical-8 {
    padding-left: 406.08px !important;
    padding-right: 406.08px !important;
  }
}
/*# sourceMappingURL=formir.css.map */
