@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&amp;display=swap");
@font-face {
  font-family: "Bw Glen Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/bwglennsans-bold.woff2") format("woff2"), url("../woff/bwglennsans-bold.woff") format("woff");
}
@font-face {
  font-family: "Bw Glen Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/bwglennsans-bolditalic.woff2") format("woff2"), url("../woff/bwglennsans-bolditalic.woff") format("woff");
}
@font-face {
  font-family: "Bw Glen Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/bwglennsans-black.woff2") format("woff2"), url("../woff/bwglennsans-black.woff") format("woff");
}
@font-face {
  font-family: "Bw Glen Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/bwglennsans-blackitalic.woff2") format("woff2"), url("../woff/bwglennsans-blackitalic.woff") format("woff");
}
@font-face {
  font-family: "KidsKomik";
  src: url("../ttf/kids-komik.ttf");
}
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  left: 10px;
  top: 20px;
}
.checkbox__label {
  color: #6a6e7e;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  user-select: none;
  text-transform: initial;
}
.checkbox__label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #b7bac8;
  border-radius: 4px;
  opacity: 0.5;
}
.checkbox__label::after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #9cdb4e;
}
.checkbox__label:hover {
  color: #2e313e;
}
.checkbox__label:hover::before {
  opacity: 1;
}
.checkbox__input:checked + .checkbox__label {
  color: #2e313e;
}
.checkbox__input:checked + .checkbox__label::before {
  opacity: 1;
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

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

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

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

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

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

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

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

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

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

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

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

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

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

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

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

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

.fa-angel:before {
  content: "\f779";
}

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

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

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

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

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

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

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

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

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

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

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

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

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

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

.fa-arrow-to-top:before {
  content: "\f341";
}

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

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

.fa-badge-dollar:before {
  content: "\f645";
}

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

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

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

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

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

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

.fa-banjo:before {
  content: "\f8a3";
}

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

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

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

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

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

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

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

.fa-battery-bolt:before {
  content: "\f376";
}

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

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

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

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

.fa-battery-slash:before {
  content: "\f377";
}

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

.fa-battle-net:before {
  content: "\f835";
}

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

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

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

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

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

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

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

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

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

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

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

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

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

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

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

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

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

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

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

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

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

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

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

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

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

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

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

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

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

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

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

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

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

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-camcorder:before {
  content: "\f8a8";
}

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

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

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

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

.fa-car-bump:before {
  content: "\f5e0";
}

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

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

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

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

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

.fa-chart-network:before {
  content: "\f78a";
}

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

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

.fa-chart-scatter:before {
  content: "\f7ee";
}

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chimney:before {
  content: "\f78b";
}

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

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

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

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

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

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

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

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

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

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

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

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

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

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

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

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

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

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

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

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

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

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

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

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

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

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

.fa-coffin:before {
  content: "\f6c6";
}

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

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

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

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

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

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

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comments-alt-dollar:before {
  content: "\f652";
}

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

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

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

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

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

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

.fa-confluence:before {
  content: "\f78d";
}

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

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

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

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

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

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

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

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

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

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

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

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

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

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

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

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

.fa-curling:before {
  content: "\f44a";
}

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

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

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

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

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

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

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-dragon:before {
  content: "\f6d5";
}

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

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

.fa-dreidel:before {
  content: "\f792";
}

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

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

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

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

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

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

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

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

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

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

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

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

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

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

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

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

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

.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

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

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

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

.fa-field-hockey:before {
  content: "\f44c";
}

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

.fa-figma:before {
  content: "\f799";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571";
}

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

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

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

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

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

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

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

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

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

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

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

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

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

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

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

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

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

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

.fa-folders:before {
  content: "\f660";
}

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

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

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

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

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

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

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

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

.fa-fragile:before {
  content: "\f4bb";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

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

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

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

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

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

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

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

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

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

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

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

.fa-gramophone:before {
  content: "\f8bd";
}

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

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

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

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

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

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

.fa-hand-receiving:before {
  content: "\f47c";
}

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

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

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

.fa-hands:before {
  content: "\f4c2";
}

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

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

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

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

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

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

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

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

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

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

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

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

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

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

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

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

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

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

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

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

.fa-inhaler:before {
  content: "\f5f9";
}

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

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

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

.fa-island-tropical:before {
  content: "\f811";
}

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

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

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

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

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

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

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

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

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

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

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

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

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

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

.fa-lightbulb-dollar:before {
  content: "\f670";
}

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

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

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

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

.fa-line-height:before {
  content: "\f871";
}

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

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

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

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

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

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

.fa-location-slash:before {
  content: "\f603";
}

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

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

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

.fa-lock-open-alt:before {
  content: "\f3c2";
}

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

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

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

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

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc";
}

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

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

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

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

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-markdown:before {
  content: "\f60f";
}

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

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

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

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

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

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

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

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

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

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

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

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

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

.fa-mouse-alt:before {
  content: "\f8cd";
}

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

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

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

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

.fa-music-alt-slash:before {
  content: "\f8d0";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octagon:before {
  content: "\f306";
}

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

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

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

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

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

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

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

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

.fa-parking:before {
  content: "\f540";
}

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

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

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

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

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

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

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

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

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

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

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

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

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

.fa-podium:before {
  content: "\f680";
}

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

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

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

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

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

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

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

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

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

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

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

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

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

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

.fa-send-back:before {
  content: "\f87e";
}

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

.fa-share-all:before {
  content: "\f367";
}

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

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

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

.fa-sheep:before {
  content: "\f711";
}

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

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

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

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

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

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

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

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

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../eot/fa-solid-900.eot");
  src: url("../eot/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/fa-solid-900.woff2") format("woff2"), url("../woff/fa-solid-900.woff") format("woff"), url("../ttf/fa-solid-900.ttf") format("truetype"), url("../svg/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../eot/fa-regular-400.eot");
  src: url("../eot/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/fa-regular-400.woff2") format("woff2"), url("../woff/fa-regular-400.woff") format("woff"), url("../ttf/fa-regular-400.ttf") format("truetype"), url("../svg/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../eot/fa-brands-400.eot");
  src: url("../eot/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/fa-brands-400.woff2") format("woff2"), url("../woff/fa-brands-400.woff") format("woff"), url("../ttf/fa-brands-400.ttf") format("truetype"), url("../svg/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Nunito Sans", Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2e313e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock-scroll {
  overflow: hidden;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  object-fit: contain;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 10px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 10px;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5625rem;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  border: 2px solid #b7bac8;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  color: #2e313e;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #6a6e7e;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text].input__alt, [type=password].input__alt, [type=date].input__alt, [type=datetime].input__alt, [type=datetime-local].input__alt, [type=month].input__alt, [type=week].input__alt, [type=email].input__alt, [type=number].input__alt, [type=search].input__alt, [type=tel].input__alt, [type=time].input__alt, [type=url].input__alt, [type=color].input__alt,
textarea.input__alt {
  background-color: #f0f1f4;
  border: 2px solid #f0f1f4;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f1f4;
  cursor: not-allowed;
  border: 2px solid #f0f1f4;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 10px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #6a6e7e;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #353d48;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.625rem 0;
}
label.required:before {
  content: "*";
  color: #f6584c;
  margin-right: 3px;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #2e313e;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 10px 0 0 10px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 10px 10px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b7bac8;
  background: #e0e1ea;
  color: #2e313e;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #b7bac8;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.5625rem;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #b7bac8;
  border-radius: 10px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  color: #2e313e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28106, 110, 126%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #6a6e7e;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f0f1f4;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.invalid-field {
  border: 2px solid #d60f24;
  background-color: #fdebea;
  margin-bottom: 0.5rem;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Nunito Sans", Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #b7bac8;
}

h1, .h1 {
  font-size: 2.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 5.625rem;
  }

  h2, .h2 {
    font-size: 3.375rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 1.5rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1.125rem;
  }
}
a {
  line-height: inherit;
  color: #6a6e7e;
  cursor: pointer;
  font-family: "Bw Glen Sans";
  font-weight: 900;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus {
  color: #2e313e;
}
a.primary {
  color: #fefefe;
  text-shadow: 0 2px 0 #009ed7;
}
a.primary i {
  color: #b0e8fc;
}
a.primary:hover, a.primary:focus {
  color: #b0e8fc;
  text-shadow: none;
}
a.secondary {
  color: #fefefe;
  text-shadow: 0 2px 0 #57c237;
}
a.secondary i {
  color: #b1ea6d;
}
a.secondary:hover, a.secondary:focus {
  color: #b1ea6d;
  text-shadow: none;
}
a.warning {
  color: #fefefe;
  text-shadow: 0 2px 0 #d60f24;
}
a.warning i {
  color: #f6c0bc;
}
a.warning:hover, a.warning:focus {
  color: #f6c0bc;
  text-shadow: none;
}
a.primary-outline {
  color: #009ed7;
  text-shadow: 0 2px 0 #fefefe;
}
a.primary-outline i {
  color: #009ed7;
}
a.primary-outline:hover, a.primary-outline:focus {
  color: #009ed7;
  text-shadow: none;
}
a.secondary-outline {
  color: #b1ea6d;
  text-shadow: 0 2px 0 #fefefe;
}
a.secondary-outline i {
  color: #57c237;
}
a.secondary-outline:hover, a.secondary-outline:focus {
  color: #57c237;
  text-shadow: none;
}
a.warning-outline {
  color: #f6c0bc;
  text-shadow: 0 2px 0 #fefefe;
}
a.warning-outline i {
  color: #d60f24;
}
a.warning-outline:hover, a.warning-outline:focus {
  color: #d60f24;
  text-shadow: none;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e0e1ea;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #b7bac8;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #6a6e7e;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #2e313e;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e0e1ea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #2e313e;
  border-radius: 10px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #6a6e7e;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #6a6e7e;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #b7bac8;
  background-color: #e0e1ea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2e313e;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #b7bac8;
  background-color: #e0e1ea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2e313e;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #6a6e7e;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.row {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 5.5555555556%;
  max-width: 5.5555555556%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.small-offset-1 {
  margin-left: 5.5555555556%;
}

.small-3 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-2 {
  margin-left: 11.1111111111%;
}

.small-4 {
  flex: 0 0 22.2222222222%;
  max-width: 22.2222222222%;
}

.small-offset-3 {
  margin-left: 16.6666666667%;
}

.small-5 {
  flex: 0 0 27.7777777778%;
  max-width: 27.7777777778%;
}

.small-offset-4 {
  margin-left: 22.2222222222%;
}

.small-6 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-5 {
  margin-left: 27.7777777778%;
}

.small-7 {
  flex: 0 0 38.8888888889%;
  max-width: 38.8888888889%;
}

.small-offset-6 {
  margin-left: 33.3333333333%;
}

.small-8 {
  flex: 0 0 44.4444444444%;
  max-width: 44.4444444444%;
}

.small-offset-7 {
  margin-left: 38.8888888889%;
}

.small-9 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-8 {
  margin-left: 44.4444444444%;
}

.small-10 {
  flex: 0 0 55.5555555556%;
  max-width: 55.5555555556%;
}

.small-offset-9 {
  margin-left: 50%;
}

.small-11 {
  flex: 0 0 61.1111111111%;
  max-width: 61.1111111111%;
}

.small-offset-10 {
  margin-left: 55.5555555556%;
}

.small-12 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-11 {
  margin-left: 61.1111111111%;
}

.small-13 {
  flex: 0 0 72.2222222222%;
  max-width: 72.2222222222%;
}

.small-offset-12 {
  margin-left: 66.6666666667%;
}

.small-14 {
  flex: 0 0 77.7777777778%;
  max-width: 77.7777777778%;
}

.small-offset-13 {
  margin-left: 72.2222222222%;
}

.small-15 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-14 {
  margin-left: 77.7777777778%;
}

.small-16 {
  flex: 0 0 88.8888888889%;
  max-width: 88.8888888889%;
}

.small-offset-15 {
  margin-left: 83.3333333333%;
}

.small-17 {
  flex: 0 0 94.4444444444%;
  max-width: 94.4444444444%;
}

.small-offset-16 {
  margin-left: 88.8888888889%;
}

.small-18 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-17 {
  margin-left: 94.4444444444%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 5.5555555556%;
    max-width: 5.5555555556%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .medium-offset-1 {
    margin-left: 5.5555555556%;
  }

  .medium-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-2 {
    margin-left: 11.1111111111%;
  }

  .medium-4 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }

  .medium-offset-3 {
    margin-left: 16.6666666667%;
  }

  .medium-5 {
    flex: 0 0 27.7777777778%;
    max-width: 27.7777777778%;
  }

  .medium-offset-4 {
    margin-left: 22.2222222222%;
  }

  .medium-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-5 {
    margin-left: 27.7777777778%;
  }

  .medium-7 {
    flex: 0 0 38.8888888889%;
    max-width: 38.8888888889%;
  }

  .medium-offset-6 {
    margin-left: 33.3333333333%;
  }

  .medium-8 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }

  .medium-offset-7 {
    margin-left: 38.8888888889%;
  }

  .medium-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-8 {
    margin-left: 44.4444444444%;
  }

  .medium-10 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }

  .medium-offset-9 {
    margin-left: 50%;
  }

  .medium-11 {
    flex: 0 0 61.1111111111%;
    max-width: 61.1111111111%;
  }

  .medium-offset-10 {
    margin-left: 55.5555555556%;
  }

  .medium-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-11 {
    margin-left: 61.1111111111%;
  }

  .medium-13 {
    flex: 0 0 72.2222222222%;
    max-width: 72.2222222222%;
  }

  .medium-offset-12 {
    margin-left: 66.6666666667%;
  }

  .medium-14 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }

  .medium-offset-13 {
    margin-left: 72.2222222222%;
  }

  .medium-15 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-14 {
    margin-left: 77.7777777778%;
  }

  .medium-16 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }

  .medium-offset-15 {
    margin-left: 83.3333333333%;
  }

  .medium-17 {
    flex: 0 0 94.4444444444%;
    max-width: 94.4444444444%;
  }

  .medium-offset-16 {
    margin-left: 88.8888888889%;
  }

  .medium-18 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-17 {
    margin-left: 94.4444444444%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 5.5555555556%;
    max-width: 5.5555555556%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .large-offset-1 {
    margin-left: 5.5555555556%;
  }

  .large-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-2 {
    margin-left: 11.1111111111%;
  }

  .large-4 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }

  .large-offset-3 {
    margin-left: 16.6666666667%;
  }

  .large-5 {
    flex: 0 0 27.7777777778%;
    max-width: 27.7777777778%;
  }

  .large-offset-4 {
    margin-left: 22.2222222222%;
  }

  .large-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-5 {
    margin-left: 27.7777777778%;
  }

  .large-7 {
    flex: 0 0 38.8888888889%;
    max-width: 38.8888888889%;
  }

  .large-offset-6 {
    margin-left: 33.3333333333%;
  }

  .large-8 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }

  .large-offset-7 {
    margin-left: 38.8888888889%;
  }

  .large-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-8 {
    margin-left: 44.4444444444%;
  }

  .large-10 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }

  .large-offset-9 {
    margin-left: 50%;
  }

  .large-11 {
    flex: 0 0 61.1111111111%;
    max-width: 61.1111111111%;
  }

  .large-offset-10 {
    margin-left: 55.5555555556%;
  }

  .large-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-11 {
    margin-left: 61.1111111111%;
  }

  .large-13 {
    flex: 0 0 72.2222222222%;
    max-width: 72.2222222222%;
  }

  .large-offset-12 {
    margin-left: 66.6666666667%;
  }

  .large-14 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }

  .large-offset-13 {
    margin-left: 72.2222222222%;
  }

  .large-15 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-14 {
    margin-left: 77.7777777778%;
  }

  .large-16 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }

  .large-offset-15 {
    margin-left: 83.3333333333%;
  }

  .large-17 {
    flex: 0 0 94.4444444444%;
    max-width: 94.4444444444%;
  }

  .large-offset-16 {
    margin-left: 88.8888888889%;
  }

  .large-18 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-17 {
    margin-left: 94.4444444444%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 5.5555555556%;
    max-width: 5.5555555556%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .xlarge-offset-1 {
    margin-left: 5.5555555556%;
  }

  .xlarge-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-offset-2 {
    margin-left: 11.1111111111%;
  }

  .xlarge-4 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }

  .xlarge-offset-3 {
    margin-left: 16.6666666667%;
  }

  .xlarge-5 {
    flex: 0 0 27.7777777778%;
    max-width: 27.7777777778%;
  }

  .xlarge-offset-4 {
    margin-left: 22.2222222222%;
  }

  .xlarge-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-offset-5 {
    margin-left: 27.7777777778%;
  }

  .xlarge-7 {
    flex: 0 0 38.8888888889%;
    max-width: 38.8888888889%;
  }

  .xlarge-offset-6 {
    margin-left: 33.3333333333%;
  }

  .xlarge-8 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }

  .xlarge-offset-7 {
    margin-left: 38.8888888889%;
  }

  .xlarge-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-8 {
    margin-left: 44.4444444444%;
  }

  .xlarge-10 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }

  .xlarge-offset-9 {
    margin-left: 50%;
  }

  .xlarge-11 {
    flex: 0 0 61.1111111111%;
    max-width: 61.1111111111%;
  }

  .xlarge-offset-10 {
    margin-left: 55.5555555556%;
  }

  .xlarge-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xlarge-offset-11 {
    margin-left: 61.1111111111%;
  }

  .xlarge-13 {
    flex: 0 0 72.2222222222%;
    max-width: 72.2222222222%;
  }

  .xlarge-offset-12 {
    margin-left: 66.6666666667%;
  }

  .xlarge-14 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }

  .xlarge-offset-13 {
    margin-left: 72.2222222222%;
  }

  .xlarge-15 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xlarge-offset-14 {
    margin-left: 77.7777777778%;
  }

  .xlarge-16 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }

  .xlarge-offset-15 {
    margin-left: 83.3333333333%;
  }

  .xlarge-17 {
    flex: 0 0 94.4444444444%;
    max-width: 94.4444444444%;
  }

  .xlarge-offset-16 {
    margin-left: 88.8888888889%;
  }

  .xlarge-18 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-17 {
    margin-left: 94.4444444444%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 5.5555555556%;
    max-width: 5.5555555556%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .xxlarge-offset-1 {
    margin-left: 5.5555555556%;
  }

  .xxlarge-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-offset-2 {
    margin-left: 11.1111111111%;
  }

  .xxlarge-4 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }

  .xxlarge-offset-3 {
    margin-left: 16.6666666667%;
  }

  .xxlarge-5 {
    flex: 0 0 27.7777777778%;
    max-width: 27.7777777778%;
  }

  .xxlarge-offset-4 {
    margin-left: 22.2222222222%;
  }

  .xxlarge-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-offset-5 {
    margin-left: 27.7777777778%;
  }

  .xxlarge-7 {
    flex: 0 0 38.8888888889%;
    max-width: 38.8888888889%;
  }

  .xxlarge-offset-6 {
    margin-left: 33.3333333333%;
  }

  .xxlarge-8 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }

  .xxlarge-offset-7 {
    margin-left: 38.8888888889%;
  }

  .xxlarge-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-offset-8 {
    margin-left: 44.4444444444%;
  }

  .xxlarge-10 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }

  .xxlarge-offset-9 {
    margin-left: 50%;
  }

  .xxlarge-11 {
    flex: 0 0 61.1111111111%;
    max-width: 61.1111111111%;
  }

  .xxlarge-offset-10 {
    margin-left: 55.5555555556%;
  }

  .xxlarge-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xxlarge-offset-11 {
    margin-left: 61.1111111111%;
  }

  .xxlarge-13 {
    flex: 0 0 72.2222222222%;
    max-width: 72.2222222222%;
  }

  .xxlarge-offset-12 {
    margin-left: 66.6666666667%;
  }

  .xxlarge-14 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }

  .xxlarge-offset-13 {
    margin-left: 72.2222222222%;
  }

  .xxlarge-15 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xxlarge-offset-14 {
    margin-left: 77.7777777778%;
  }

  .xxlarge-16 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }

  .xxlarge-offset-15 {
    margin-left: 83.3333333333%;
  }

  .xxlarge-17 {
    flex: 0 0 94.4444444444%;
    max-width: 94.4444444444%;
  }

  .xxlarge-offset-16 {
    margin-left: 88.8888888889%;
  }

  .xxlarge-18 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-offset-17 {
    margin-left: 94.4444444444%;
  }

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.5625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0px;
  border-radius: 10px;
  transition: box-shadow 0.25s ease-out, color 0.25s ease-out, transform 0.25s ease-out, text-shadow 0.25s ease-out;
  font-family: "Bw Glen Sans";
  font-size: 1rem;
  font-weight: 900;
  -webkit-appearance: none;
  line-height: 1;
  padding: 1.125rem 1.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  outline: none;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.tiny {
  font-size: 1rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.tiny {
  padding: 0.625rem 0.625rem 0.625rem;
}
.button.small {
  padding: 0.75rem;
}
.button.large {
  padding: 1.125rem 1.3125rem 1.125rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.clear, .button.clear:hover, .button.clear.disabled, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover {
  color: #6a6e7e;
}
.button.clear:hover {
  color: #2e313e;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.button.primary:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover {
  background: #9cdb4e;
  box-shadow: 0 4px 0 0 #57c237;
  text-shadow: 0 2px 0 #57c237;
  color: #fefefe;
}
.button.secondary:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover {
  background: #3adb76;
  box-shadow: 0 4px 0 0 #22bb5b;
  text-shadow: 0 2px 0 #22bb5b;
  color: #fefefe;
}
.button.success:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover {
  background: #f6584c;
  box-shadow: 0 4px 0 0 #d60f24;
  text-shadow: 0 2px 0 #d60f24;
  color: #fefefe;
}
.button.warning:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover {
  background: #cc4b37;
  box-shadow: 0 4px 0 0 #a53b2a;
  text-shadow: 0 2px 0 #a53b2a;
  color: #fefefe;
}
.button.alert:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.alt, .button.alt.disabled, .button.alt[disabled], .button.alt.disabled:hover, .button.alt[disabled]:hover {
  background: #fefefe;
  box-shadow: 0 4px 0 0 #b7bac8;
  text-shadow: 0 2px 0 #b7bac8;
  color: #b7bac8;
}
.button.alt:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #b7bac8;
}
.button.instagram, .button.instagram.disabled, .button.instagram[disabled], .button.instagram.disabled:hover, .button.instagram[disabled]:hover {
  background: linear-gradient(270deg, #efd803 0%, #ef0402 47.43%, #b600ae 100%);
  box-shadow: 0 4px 0 0 #88027d;
  text-shadow: 0 2px 0 #88027d;
  color: #fefefe;
}
.button.instagram:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.linkedin, .button.linkedin.disabled, .button.linkedin[disabled], .button.linkedin.disabled:hover, .button.linkedin[disabled]:hover {
  background: #0277b5;
  box-shadow: 0 4px 0 0 #025a89;
  text-shadow: 0 2px 0 #025a89;
  color: #fefefe;
}
.button.linkedin:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.facebook, .button.facebook.disabled, .button.facebook[disabled], .button.facebook.disabled:hover, .button.facebook[disabled]:hover {
  background: #0472f5;
  box-shadow: 0 4px 0 0 #0057bf;
  text-shadow: 0 2px 0 #0057bf;
  color: #fefefe;
}
.button.facebook:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.pinterest, .button.pinterest.disabled, .button.pinterest[disabled], .button.pinterest.disabled:hover, .button.pinterest[disabled]:hover {
  background: #e91a21;
  box-shadow: 0 4px 0 0 #a3050a;
  text-shadow: 0 2px 0 #a3050a;
  color: #fefefe;
}
.button.pinterest:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 1rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group .button, .button-group .button.disabled, .button-group .button[disabled], .button-group .button.disabled:hover, .button-group .button[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.button-group .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.primary .button, .button-group .button.primary .button.disabled, .button-group .button.primary .button[disabled], .button-group .button.primary .button.disabled:hover, .button-group .button.primary .button[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.button-group .button.primary .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.secondary .button, .button-group .button.secondary .button.disabled, .button-group .button.secondary .button[disabled], .button-group .button.secondary .button.disabled:hover, .button-group .button.secondary .button[disabled]:hover {
  background: #9cdb4e;
  box-shadow: 0 4px 0 0 #57c237;
  text-shadow: 0 2px 0 #57c237;
  color: #fefefe;
}
.button-group .button.secondary .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.success .button, .button-group .button.success .button.disabled, .button-group .button.success .button[disabled], .button-group .button.success .button.disabled:hover, .button-group .button.success .button[disabled]:hover {
  background: #3adb76;
  box-shadow: 0 4px 0 0 #22bb5b;
  text-shadow: 0 2px 0 #22bb5b;
  color: #fefefe;
}
.button-group .button.success .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.warning .button, .button-group .button.warning .button.disabled, .button-group .button.warning .button[disabled], .button-group .button.warning .button.disabled:hover, .button-group .button.warning .button[disabled]:hover {
  background: #f6584c;
  box-shadow: 0 4px 0 0 #d60f24;
  text-shadow: 0 2px 0 #d60f24;
  color: #fefefe;
}
.button-group .button.warning .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.alert .button, .button-group .button.alert .button.disabled, .button-group .button.alert .button[disabled], .button-group .button.alert .button.disabled:hover, .button-group .button.alert .button[disabled]:hover {
  background: #cc4b37;
  box-shadow: 0 4px 0 0 #a53b2a;
  text-shadow: 0 2px 0 #a53b2a;
  color: #fefefe;
}
.button-group .button.alert .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.alt .button, .button-group .button.alt .button.disabled, .button-group .button.alt .button[disabled], .button-group .button.alt .button.disabled:hover, .button-group .button.alt .button[disabled]:hover {
  background: #fefefe;
  box-shadow: 0 4px 0 0 #b7bac8;
  text-shadow: 0 2px 0 #b7bac8;
  color: #b7bac8;
}
.button-group .button.alt .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #b7bac8;
}
.button-group .button.instagram .button, .button-group .button.instagram .button.disabled, .button-group .button.instagram .button[disabled], .button-group .button.instagram .button.disabled:hover, .button-group .button.instagram .button[disabled]:hover {
  background: linear-gradient(270deg, #efd803 0%, #ef0402 47.43%, #b600ae 100%);
  box-shadow: 0 4px 0 0 #88027d;
  text-shadow: 0 2px 0 #88027d;
  color: #fefefe;
}
.button-group .button.instagram .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.linkedin .button, .button-group .button.linkedin .button.disabled, .button-group .button.linkedin .button[disabled], .button-group .button.linkedin .button.disabled:hover, .button-group .button.linkedin .button[disabled]:hover {
  background: #0277b5;
  box-shadow: 0 4px 0 0 #025a89;
  text-shadow: 0 2px 0 #025a89;
  color: #fefefe;
}
.button-group .button.linkedin .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.facebook .button, .button-group .button.facebook .button.disabled, .button-group .button.facebook .button[disabled], .button-group .button.facebook .button.disabled:hover, .button-group .button.facebook .button[disabled]:hover {
  background: #0472f5;
  box-shadow: 0 4px 0 0 #0057bf;
  text-shadow: 0 2px 0 #0057bf;
  color: #fefefe;
}
.button-group .button.facebook .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group .button.pinterest .button, .button-group .button.pinterest .button.disabled, .button-group .button.pinterest .button[disabled], .button-group .button.pinterest .button.disabled:hover, .button-group .button.pinterest .button[disabled]:hover {
  background: #e91a21;
  box-shadow: 0 4px 0 0 #a3050a;
  text-shadow: 0 2px 0 #a3050a;
  color: #fefefe;
}
.button-group .button.pinterest .button:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #6a6e7e;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #2e313e;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 10px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #61d0f8;
  color: #fefefe;
}
.label.primary {
  background: #61d0f8;
  color: #2e313e;
}
.label.secondary {
  background: #9cdb4e;
  color: #2e313e;
}
.label.success {
  background: #3adb76;
  color: #2e313e;
}
.label.warning {
  background: #f6584c;
  color: #2e313e;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #b7bac8;
}
.progress.primary .progress-meter {
  background-color: #61d0f8;
}
.progress.secondary .progress-meter {
  background-color: #9cdb4e;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #f6584c;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #61d0f8;
  border-radius: 10px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 10px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e0e1ea;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #b7bac8;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 10px;
  background-color: #61d0f8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #2fc1f6;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 10px;
  background: #b7bac8;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 10px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #61d0f8;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #2e313e;
}

tfoot {
  background: #f1f1f1;
  color: #2e313e;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.125rem 0.625rem;
  border-radius: 5000px;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  background: #61d0f8;
  color: #fefefe;
}
.badge.primary {
  background: #009ed7;
  color: #fefefe;
}
.badge.secondary {
  background: #57c237;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.warning {
  background: #d60f24;
  color: #fefefe;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}
.badge.hollow {
  border: 1px solid #61d0f8;
  background: transparent;
  color: #61d0f8;
}
.badge.hollow.primary {
  border: 1px solid #61d0f8;
  background: transparent;
  color: #61d0f8;
}
.badge.hollow.secondary {
  border: 1px solid #9cdb4e;
  background: transparent;
  color: #9cdb4e;
}
.badge.hollow.success {
  border: 1px solid #3adb76;
  background: transparent;
  color: #3adb76;
}
.badge.hollow.warning {
  border: 1px solid #f6584c;
  background: transparent;
  color: #f6584c;
}
.badge.hollow.alert {
  border: 1px solid #cc4b37;
  background: transparent;
  color: #cc4b37;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 1rem;
  color: #2e313e;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #b7bac8;
}
.breadcrumbs a {
  color: #009ed7;
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 1rem;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #b7bac8;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(46, 49, 62, 0.25);
  border-radius: 10px;
  background-color: white;
  color: #2e313e;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e7f8fe;
  color: #2e313e;
}
.callout.secondary {
  background-color: #f0fae4;
  color: #2e313e;
}
.callout.success {
  background-color: #e1faea;
  color: #2e313e;
}
.callout.warning {
  background-color: #fee6e4;
  color: #2e313e;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #2e313e;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e0e1ea;
  border-radius: 10px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #2e313e;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e0e1ea;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #b7bac8;
  border-radius: 10px;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 10px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 10px;
  color: #2e313e;
}
.pagination a:hover,
.pagination button:hover {
  background: #e0e1ea;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #61d0f8;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #b7bac8;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #2e313e;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #6a6e7e;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 10px;
  background-color: #2e313e;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2e313e;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2e313e transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e313e;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e313e transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 10px 10px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 10px 10px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e0e1ea;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #61d0f8;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e0e1ea;
  border-radius: 0 0 10px 10px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e0e1ea;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e0e1ea;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2e313e;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e0e1ea;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(46, 49, 62, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(46, 49, 62, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #b7bac8;
}
.orbit-bullets button:hover {
  background-color: #6a6e7e;
}
.orbit-bullets button.is-active {
  background-color: #6a6e7e;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e0e1ea;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #61d0f8;
}
.tabs.primary > li > a {
  color: #2e313e;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #50cbf7;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #61d0f8;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #33c2f6;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e0e1ea;
  color: #61d0f8;
}

.tabs-content {
  border: 1px solid #e0e1ea;
  border-top: 0;
  background: #fefefe;
  color: #2e313e;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e0e1ea;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(46, 49, 62, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(97, 208, 248, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #61d0f8;
  color: #2e313e;
}
.menu .active > a {
  background: #61d0f8;
  color: #2e313e;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #b7bac8;
  box-shadow: 0 7px 0 #b7bac8, 0 14px 0 #b7bac8;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2e313e;
  box-shadow: 0 7px 0 #2e313e, 0 14px 0 #2e313e;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #6a6e7e;
  box-shadow: 0 7px 0 #6a6e7e, 0 14px 0 #6a6e7e;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #61d0f8 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #61d0f8 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #61d0f8;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6a6e7e;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6a6e7e transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #61d0f8 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6a6e7e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #61d0f8;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6a6e7e transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6a6e7e;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6a6e7e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6a6e7e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6a6e7e;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6a6e7e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6a6e7e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6a6e7e;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6a6e7e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6a6e7e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6a6e7e;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6a6e7e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6a6e7e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #6a6e7e;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #b7bac8;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6a6e7e transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #6a6e7e;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e0e1ea;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(46, 49, 62, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e0e1ea;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(46, 49, 62, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(46, 49, 62, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(46, 49, 62, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(46, 49, 62, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(46, 49, 62, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(46, 49, 62, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #b7bac8;
  border-radius: 10px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #2e313e;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e0e1ea;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }

  .medium-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .medium-text-nowrap {
    white-space: nowrap !important;
  }

  .medium-text-wrap {
    word-wrap: break-word !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }

  .large-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .large-text-nowrap {
    white-space: nowrap !important;
  }

  .large-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }

  .xlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .xlarge-text-nowrap {
    white-space: nowrap !important;
  }

  .xlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }

  .xxlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .xxlarge-text-nowrap {
    white-space: nowrap !important;
  }

  .xxlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-lowercase {
    text-transform: lowercase !important;
  }

  .medium-text-uppercase {
    text-transform: uppercase !important;
  }

  .medium-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-lowercase {
    text-transform: lowercase !important;
  }

  .large-text-uppercase {
    text-transform: uppercase !important;
  }

  .large-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-lowercase {
    text-transform: lowercase !important;
  }

  .xlarge-text-uppercase {
    text-transform: uppercase !important;
  }

  .xlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-lowercase {
    text-transform: lowercase !important;
  }

  .xxlarge-text-uppercase {
    text-transform: uppercase !important;
  }

  .xxlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-overline {
    text-decoration: overline !important;
  }

  .medium-text-underline {
    text-decoration: underline !important;
  }

  .medium-text-line-through {
    text-decoration: line-through !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-overline {
    text-decoration: overline !important;
  }

  .large-text-underline {
    text-decoration: underline !important;
  }

  .large-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-overline {
    text-decoration: overline !important;
  }

  .xlarge-text-underline {
    text-decoration: underline !important;
  }

  .xlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-overline {
    text-decoration: overline !important;
  }

  .xxlarge-text-underline {
    text-decoration: underline !important;
  }

  .xxlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
.fs-tn {
  font-size: 0.6875rem !important;
}

.fs-sm {
  font-size: 0.75rem !important;
}

.fs-mn {
  font-size: 0.8125rem !important;
}

.fs-md {
  font-size: 0.875rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-mx {
  font-size: 1.125rem !important;
}

.fs-lg {
  font-size: 1.25rem !important;
}

.fs-xl {
  font-size: 1.5rem !important;
}

.fs-xxl {
  font-size: 1.75rem !important;
}

.fs-hg {
  font-size: 2rem !important;
}

@media print, screen and (min-width: 40em) {
  .fs-tn {
    font-size: 0.6875rem !important;
  }

  .fs-sm {
    font-size: 0.75rem !important;
  }

  .fs-mn {
    font-size: 0.8125rem !important;
  }

  .fs-md {
    font-size: 0.875rem !important;
  }

  .fs-base {
    font-size: 1rem !important;
  }

  .fs-mx {
    font-size: 1.125rem !important;
  }

  .fs-lg {
    font-size: 1.25rem !important;
  }

  .fs-xl {
    font-size: 1.5rem !important;
  }

  .fs-xxl {
    font-size: 1.75rem !important;
  }

  .fs-hg {
    font-size: 2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .fs-tn {
    font-size: 0.6875rem !important;
  }

  .fs-sm {
    font-size: 0.75rem !important;
  }

  .fs-mn {
    font-size: 0.8125rem !important;
  }

  .fs-md {
    font-size: 0.875rem !important;
  }

  .fs-base {
    font-size: 1rem !important;
  }

  .fs-mx {
    font-size: 1.125rem !important;
  }

  .fs-lg {
    font-size: 1.25rem !important;
  }

  .fs-xl {
    font-size: 1.5rem !important;
  }

  .fs-xxl {
    font-size: 1.75rem !important;
  }

  .fs-hg {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 75em) {
  .fs-tn {
    font-size: 0.6875rem !important;
  }

  .fs-sm {
    font-size: 0.75rem !important;
  }

  .fs-mn {
    font-size: 0.8125rem !important;
  }

  .fs-md {
    font-size: 0.875rem !important;
  }

  .fs-base {
    font-size: 1rem !important;
  }

  .fs-mx {
    font-size: 1.125rem !important;
  }

  .fs-lg {
    font-size: 1.25rem !important;
  }

  .fs-xl {
    font-size: 1.5rem !important;
  }

  .fs-xxl {
    font-size: 1.75rem !important;
  }

  .fs-hg {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 90em) {
  .fs-tn {
    font-size: 0.6875rem !important;
  }

  .fs-sm {
    font-size: 0.75rem !important;
  }

  .fs-mn {
    font-size: 0.8125rem !important;
  }

  .fs-md {
    font-size: 0.875rem !important;
  }

  .fs-base {
    font-size: 1rem !important;
  }

  .fs-mx {
    font-size: 1.125rem !important;
  }

  .fs-lg {
    font-size: 1.25rem !important;
  }

  .fs-xl {
    font-size: 1.5rem !important;
  }

  .fs-xxl {
    font-size: 1.75rem !important;
  }

  .fs-hg {
    font-size: 2rem !important;
  }
}
.f-w {
  letter-spacing: 0.25rem;
}

.f-n {
  font-weight: normal;
}

.f-b {
  font-weight: bold;
}

.f-i {
  font-style: italic !important;
}

@media print, screen and (min-width: 40em) {
  .medium-f-w {
    letter-spacing: 0.25rem;
  }

  .medium-f-n {
    font-weight: normal;
  }

  .medium-f-b {
    font-weight: bold;
  }

  .medium-f-i {
    font-style: italic !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-f-w {
    letter-spacing: 0.25rem;
  }

  .large-f-n {
    font-weight: normal;
  }

  .large-f-b {
    font-weight: bold;
  }

  .large-f-i {
    font-style: italic !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-f-w {
    letter-spacing: 0.25rem;
  }

  .xlarge-f-n {
    font-weight: normal;
  }

  .xlarge-f-b {
    font-weight: bold;
  }

  .xlarge-f-i {
    font-style: italic !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-f-w {
    letter-spacing: 0.25rem;
  }

  .xxlarge-f-n {
    font-weight: normal;
  }

  .xxlarge-f-b {
    font-weight: bold;
  }

  .xxlarge-f-i {
    font-style: italic !important;
  }
}
ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

@media print, screen and (min-width: 40em) {
  ul.medium-list-disc {
    list-style-type: disc !important;
  }

  ul.medium-list-circle {
    list-style-type: circle !important;
  }

  ul.medium-list-square {
    list-style-type: square !important;
  }
}
@media print, screen and (min-width: 64em) {
  ul.large-list-disc {
    list-style-type: disc !important;
  }

  ul.large-list-circle {
    list-style-type: circle !important;
  }

  ul.large-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 75em) {
  ul.xlarge-list-disc {
    list-style-type: disc !important;
  }

  ul.xlarge-list-circle {
    list-style-type: circle !important;
  }

  ul.xlarge-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 90em) {
  ul.xxlarge-list-disc {
    list-style-type: disc !important;
  }

  ul.xxlarge-list-circle {
    list-style-type: circle !important;
  }

  ul.xxlarge-list-square {
    list-style-type: square !important;
  }
}
ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

@media print, screen and (min-width: 40em) {
  ol.medium-list-decimal {
    list-style-type: decimal !important;
  }

  ol.medium-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }

  ol.medium-list-lower-latin {
    list-style-type: lower-latin !important;
  }

  ol.medium-list-lower-roman {
    list-style-type: lower-roman !important;
  }

  ol.medium-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }

  ol.medium-list-upper-latin {
    list-style-type: upper-latin !important;
  }

  ol.medium-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media print, screen and (min-width: 64em) {
  ol.large-list-decimal {
    list-style-type: decimal !important;
  }

  ol.large-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }

  ol.large-list-lower-latin {
    list-style-type: lower-latin !important;
  }

  ol.large-list-lower-roman {
    list-style-type: lower-roman !important;
  }

  ol.large-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }

  ol.large-list-upper-latin {
    list-style-type: upper-latin !important;
  }

  ol.large-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 75em) {
  ol.xlarge-list-decimal {
    list-style-type: decimal !important;
  }

  ol.xlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }

  ol.xlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }

  ol.xlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }

  ol.xlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }

  ol.xlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }

  ol.xlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 90em) {
  ol.xxlarge-list-decimal {
    list-style-type: decimal !important;
  }

  ol.xxlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }

  ol.xxlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }

  ol.xxlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }

  ol.xxlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }

  ol.xxlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }

  ol.xxlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 10px;
}

@media print, screen and (min-width: 40em) {
  .medium-rounded {
    border-radius: 5000px !important;
  }

  .medium-radius {
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-rounded {
    border-radius: 5000px !important;
  }

  .large-radius {
    border-radius: 10px;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-rounded {
    border-radius: 5000px !important;
  }

  .xlarge-radius {
    border-radius: 10px;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-rounded {
    border-radius: 5000px !important;
  }

  .xxlarge-radius {
    border-radius: 10px;
  }
}
.bordered {
  border: 0.0625rem solid #b7bac8;
}

@media print, screen and (min-width: 40em) {
  .medium-bordered {
    border: 0.0625rem solid #b7bac8;
  }
}
@media print, screen and (min-width: 64em) {
  .large-bordered {
    border: 0.0625rem solid #b7bac8;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-bordered {
    border: 0.0625rem solid #b7bac8;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-bordered {
    border: 0.0625rem solid #b7bac8;
  }
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 40em) {
  .medium-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media print, screen and (min-width: 64em) {
  .large-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2e313e transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2e313e;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e313e;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e313e transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #61d0f8;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #61d0f8;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #61d0f8;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .medium-separator-center {
    text-align: center !important;
  }
  .medium-separator-center::before, .medium-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-center::after {
    clear: both;
  }
  .medium-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
  }

  .medium-separator-left {
    text-align: left !important;
  }
  .medium-separator-left::before, .medium-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-left::after {
    clear: both;
  }
  .medium-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }

  .medium-separator-right {
    text-align: right !important;
  }
  .medium-separator-right::before, .medium-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-right::after {
    clear: both;
  }
  .medium-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-separator-center {
    text-align: center !important;
  }
  .large-separator-center::before, .large-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-center::after {
    clear: both;
  }
  .large-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
  }

  .large-separator-left {
    text-align: left !important;
  }
  .large-separator-left::before, .large-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-left::after {
    clear: both;
  }
  .large-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }

  .large-separator-right {
    text-align: right !important;
  }
  .large-separator-right::before, .large-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-right::after {
    clear: both;
  }
  .large-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-separator-center {
    text-align: center !important;
  }
  .xlarge-separator-center::before, .xlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-center::after {
    clear: both;
  }
  .xlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
  }

  .xlarge-separator-left {
    text-align: left !important;
  }
  .xlarge-separator-left::before, .xlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-left::after {
    clear: both;
  }
  .xlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }

  .xlarge-separator-right {
    text-align: right !important;
  }
  .xlarge-separator-right::before, .xlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-right::after {
    clear: both;
  }
  .xlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-separator-center {
    text-align: center !important;
  }
  .xxlarge-separator-center::before, .xxlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-center::after {
    clear: both;
  }
  .xxlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
  }

  .xxlarge-separator-left {
    text-align: left !important;
  }
  .xxlarge-separator-left::before, .xxlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-left::after {
    clear: both;
  }
  .xxlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }

  .xxlarge-separator-right {
    text-align: right !important;
  }
  .xxlarge-separator-right::before, .xxlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-right::after {
    clear: both;
  }
  .xxlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #61d0f8;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
.ov-v {
  overflow: visible !important;
}

.ov-x-v {
  overflow-x: visible !important;
}

.ov-y-v {
  overflow-y: visible !important;
}

.ov-h {
  overflow: hidden !important;
}

.ov-x-h {
  overflow-x: hidden !important;
}

.ov-y-h {
  overflow-y: hidden !important;
}

.ov-s {
  overflow: scroll !important;
}

.ov-x-s {
  overflow-x: scroll !important;
}

.ov-y-s {
  overflow-y: scroll !important;
}

@media print, screen and (min-width: 40em) {
  .medium-ov-v {
    overflow: visible !important;
  }

  .medium-ov-x-v {
    overflow-x: visible !important;
  }

  .medium-ov-y-v {
    overflow-y: visible !important;
  }

  .medium-ov-h {
    overflow: hidden !important;
  }

  .medium-ov-x-h {
    overflow-x: hidden !important;
  }

  .medium-ov-y-h {
    overflow-y: hidden !important;
  }

  .medium-ov-s {
    overflow: scroll !important;
  }

  .medium-ov-x-s {
    overflow-x: scroll !important;
  }

  .medium-ov-y-s {
    overflow-y: scroll !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-ov-v {
    overflow: visible !important;
  }

  .large-ov-x-v {
    overflow-x: visible !important;
  }

  .large-ov-y-v {
    overflow-y: visible !important;
  }

  .large-ov-h {
    overflow: hidden !important;
  }

  .large-ov-x-h {
    overflow-x: hidden !important;
  }

  .large-ov-y-h {
    overflow-y: hidden !important;
  }

  .large-ov-s {
    overflow: scroll !important;
  }

  .large-ov-x-s {
    overflow-x: scroll !important;
  }

  .large-ov-y-s {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-ov-v {
    overflow: visible !important;
  }

  .xlarge-ov-x-v {
    overflow-x: visible !important;
  }

  .xlarge-ov-y-v {
    overflow-y: visible !important;
  }

  .xlarge-ov-h {
    overflow: hidden !important;
  }

  .xlarge-ov-x-h {
    overflow-x: hidden !important;
  }

  .xlarge-ov-y-h {
    overflow-y: hidden !important;
  }

  .xlarge-ov-s {
    overflow: scroll !important;
  }

  .xlarge-ov-x-s {
    overflow-x: scroll !important;
  }

  .xlarge-ov-y-s {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-ov-v {
    overflow: visible !important;
  }

  .xxlarge-ov-x-v {
    overflow-x: visible !important;
  }

  .xxlarge-ov-y-v {
    overflow-y: visible !important;
  }

  .xxlarge-ov-h {
    overflow: hidden !important;
  }

  .xxlarge-ov-x-h {
    overflow-x: hidden !important;
  }

  .xxlarge-ov-y-h {
    overflow-y: hidden !important;
  }

  .xxlarge-ov-s {
    overflow: scroll !important;
  }

  .xxlarge-ov-x-s {
    overflow-x: scroll !important;
  }

  .xxlarge-ov-y-s {
    overflow-y: scroll !important;
  }
}
.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

@media print, screen and (min-width: 40em) {
  .medium-display-inline {
    display: inline !important;
  }

  .medium-display-inline-block {
    display: inline-block !important;
  }

  .medium-display-block {
    display: block !important;
  }

  .medium-display-table {
    display: table !important;
  }

  .medium-display-table-cell {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-display-inline {
    display: inline !important;
  }

  .large-display-inline-block {
    display: inline-block !important;
  }

  .large-display-block {
    display: block !important;
  }

  .large-display-table {
    display: table !important;
  }

  .large-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-display-inline {
    display: inline !important;
  }

  .xlarge-display-inline-block {
    display: inline-block !important;
  }

  .xlarge-display-block {
    display: block !important;
  }

  .xlarge-display-table {
    display: table !important;
  }

  .xlarge-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-display-inline {
    display: inline !important;
  }

  .xxlarge-display-inline-block {
    display: inline-block !important;
  }

  .xxlarge-display-block {
    display: block !important;
  }

  .xxlarge-display-table {
    display: table !important;
  }

  .xxlarge-display-table-cell {
    display: table-cell !important;
  }
}
.p-s {
  position: static !important;
}

.p-r {
  position: relative !important;
}

.p-a {
  position: absolute !important;
}

.p-f {
  position: fixed !important;
}

.p-f-t {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.p-f-b {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

@media print, screen and (min-width: 40em) {
  .medium-p-s {
    position: static !important;
  }

  .medium-p-r {
    position: relative !important;
  }

  .medium-p-a {
    position: absolute !important;
  }

  .medium-p-f {
    position: fixed !important;
  }

  .medium-p-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }

  .medium-p-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media print, screen and (min-width: 64em) {
  .large-p-s {
    position: static !important;
  }

  .large-p-r {
    position: relative !important;
  }

  .large-p-a {
    position: absolute !important;
  }

  .large-p-f {
    position: fixed !important;
  }

  .large-p-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }

  .large-p-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-p-s {
    position: static !important;
  }

  .xlarge-p-r {
    position: relative !important;
  }

  .xlarge-p-a {
    position: absolute !important;
  }

  .xlarge-p-f {
    position: fixed !important;
  }

  .xlarge-p-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }

  .xlarge-p-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-p-s {
    position: static !important;
  }

  .xxlarge-p-r {
    position: relative !important;
  }

  .xxlarge-p-a {
    position: absolute !important;
  }

  .xxlarge-p-f {
    position: fixed !important;
  }

  .xxlarge-p-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }

  .xxlarge-p-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
.border-box {
  box-sizing: border-box !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-box {
    box-sizing: border-box !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-border-box {
    box-sizing: border-box !important;
  }
}
.border-none {
  border: none !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-none {
    border: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-none {
    border: none !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-none {
    border: none !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-border-none {
    border: none !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

@media print, screen and (min-width: 40em) {
  .medium-w-25 {
    width: 25% !important;
  }

  .medium-w-50 {
    width: 50% !important;
  }

  .medium-w-75 {
    width: 75% !important;
  }

  .medium-w-100 {
    width: 100% !important;
  }

  .medium-h-25 {
    height: 25% !important;
  }

  .medium-h-50 {
    height: 50% !important;
  }

  .medium-h-75 {
    height: 75% !important;
  }

  .medium-h-100 {
    height: 100% !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-w-25 {
    width: 25% !important;
  }

  .large-w-50 {
    width: 50% !important;
  }

  .large-w-75 {
    width: 75% !important;
  }

  .large-w-100 {
    width: 100% !important;
  }

  .large-h-25 {
    height: 25% !important;
  }

  .large-h-50 {
    height: 50% !important;
  }

  .large-h-75 {
    height: 75% !important;
  }

  .large-h-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-w-25 {
    width: 25% !important;
  }

  .xlarge-w-50 {
    width: 50% !important;
  }

  .xlarge-w-75 {
    width: 75% !important;
  }

  .xlarge-w-100 {
    width: 100% !important;
  }

  .xlarge-h-25 {
    height: 25% !important;
  }

  .xlarge-h-50 {
    height: 50% !important;
  }

  .xlarge-h-75 {
    height: 75% !important;
  }

  .xlarge-h-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-w-25 {
    width: 25% !important;
  }

  .xxlarge-w-50 {
    width: 50% !important;
  }

  .xxlarge-w-75 {
    width: 75% !important;
  }

  .xxlarge-w-100 {
    width: 100% !important;
  }

  .xxlarge-h-25 {
    height: 25% !important;
  }

  .xxlarge-h-50 {
    height: 50% !important;
  }

  .xxlarge-h-75 {
    height: 75% !important;
  }

  .xxlarge-h-100 {
    height: 100% !important;
  }
}
.m-0 {
  margin: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-h-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.m-v-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-h-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.p-v-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 0.3125rem !important;
}

.m-t-1 {
  margin-top: 0.3125rem !important;
}

.m-r-1 {
  margin-right: 0.3125rem !important;
}

.m-b-1 {
  margin-bottom: 0.3125rem !important;
}

.m-l-1 {
  margin-left: 0.3125rem !important;
}

.m-h-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.m-v-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.p-1 {
  padding: 0.3125rem !important;
}

.p-t-1 {
  padding-top: 0.3125rem !important;
}

.p-r-1 {
  padding-right: 0.3125rem !important;
}

.p-b-1 {
  padding-bottom: 0.3125rem !important;
}

.p-l-1 {
  padding-left: 0.3125rem !important;
}

.p-h-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.p-v-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.m-t-2 {
  margin-top: 0.625rem !important;
}

.m-r-2 {
  margin-right: 0.625rem !important;
}

.m-b-2 {
  margin-bottom: 0.625rem !important;
}

.m-l-2 {
  margin-left: 0.625rem !important;
}

.m-h-2 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.m-v-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.p-t-2 {
  padding-top: 0.625rem !important;
}

.p-r-2 {
  padding-right: 0.625rem !important;
}

.p-b-2 {
  padding-bottom: 0.625rem !important;
}

.p-l-2 {
  padding-left: 0.625rem !important;
}

.p-h-2 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.p-v-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.m-3 {
  margin: 0.9375rem !important;
}

.m-t-3 {
  margin-top: 0.9375rem !important;
}

.m-r-3 {
  margin-right: 0.9375rem !important;
}

.m-b-3 {
  margin-bottom: 0.9375rem !important;
}

.m-l-3 {
  margin-left: 0.9375rem !important;
}

.m-h-3 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.m-v-3 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.p-3 {
  padding: 0.9375rem !important;
}

.p-t-3 {
  padding-top: 0.9375rem !important;
}

.p-r-3 {
  padding-right: 0.9375rem !important;
}

.p-b-3 {
  padding-bottom: 0.9375rem !important;
}

.p-l-3 {
  padding-left: 0.9375rem !important;
}

.p-h-3 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.p-v-3 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.m-t-4 {
  margin-top: 1.25rem !important;
}

.m-r-4 {
  margin-right: 1.25rem !important;
}

.m-b-4 {
  margin-bottom: 1.25rem !important;
}

.m-l-4 {
  margin-left: 1.25rem !important;
}

.m-h-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.m-v-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.p-t-4 {
  padding-top: 1.25rem !important;
}

.p-r-4 {
  padding-right: 1.25rem !important;
}

.p-b-4 {
  padding-bottom: 1.25rem !important;
}

.p-l-4 {
  padding-left: 1.25rem !important;
}

.p-h-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.p-v-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.m-5 {
  margin: 1.5625rem !important;
}

.m-t-5 {
  margin-top: 1.5625rem !important;
}

.m-r-5 {
  margin-right: 1.5625rem !important;
}

.m-b-5 {
  margin-bottom: 1.5625rem !important;
}

.m-l-5 {
  margin-left: 1.5625rem !important;
}

.m-h-5 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}

.m-v-5 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.p-5 {
  padding: 1.5625rem !important;
}

.p-t-5 {
  padding-top: 1.5625rem !important;
}

.p-r-5 {
  padding-right: 1.5625rem !important;
}

.p-b-5 {
  padding-bottom: 1.5625rem !important;
}

.p-l-5 {
  padding-left: 1.5625rem !important;
}

.p-h-5 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.p-v-5 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.m-6 {
  margin: 1.875rem !important;
}

.m-t-6 {
  margin-top: 1.875rem !important;
}

.m-r-6 {
  margin-right: 1.875rem !important;
}

.m-b-6 {
  margin-bottom: 1.875rem !important;
}

.m-l-6 {
  margin-left: 1.875rem !important;
}

.m-h-6 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.m-v-6 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.p-t-6 {
  padding-top: 1.875rem !important;
}

.p-r-6 {
  padding-right: 1.875rem !important;
}

.p-b-6 {
  padding-bottom: 1.875rem !important;
}

.p-l-6 {
  padding-left: 1.875rem !important;
}

.p-h-6 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.p-v-6 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.m-7 {
  margin: 2.1875rem !important;
}

.m-t-7 {
  margin-top: 2.1875rem !important;
}

.m-r-7 {
  margin-right: 2.1875rem !important;
}

.m-b-7 {
  margin-bottom: 2.1875rem !important;
}

.m-l-7 {
  margin-left: 2.1875rem !important;
}

.m-h-7 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important;
}

.m-v-7 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.p-7 {
  padding: 2.1875rem !important;
}

.p-t-7 {
  padding-top: 2.1875rem !important;
}

.p-r-7 {
  padding-right: 2.1875rem !important;
}

.p-b-7 {
  padding-bottom: 2.1875rem !important;
}

.p-l-7 {
  padding-left: 2.1875rem !important;
}

.p-h-7 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important;
}

.p-v-7 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.m-t-8 {
  margin-top: 2.5rem !important;
}

.m-r-8 {
  margin-right: 2.5rem !important;
}

.m-b-8 {
  margin-bottom: 2.5rem !important;
}

.m-l-8 {
  margin-left: 2.5rem !important;
}

.m-h-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.m-v-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.p-t-8 {
  padding-top: 2.5rem !important;
}

.p-r-8 {
  padding-right: 2.5rem !important;
}

.p-b-8 {
  padding-bottom: 2.5rem !important;
}

.p-l-8 {
  padding-left: 2.5rem !important;
}

.p-h-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.p-v-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.m-9 {
  margin: 2.8125rem !important;
}

.m-t-9 {
  margin-top: 2.8125rem !important;
}

.m-r-9 {
  margin-right: 2.8125rem !important;
}

.m-b-9 {
  margin-bottom: 2.8125rem !important;
}

.m-l-9 {
  margin-left: 2.8125rem !important;
}

.m-h-9 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important;
}

.m-v-9 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.p-9 {
  padding: 2.8125rem !important;
}

.p-t-9 {
  padding-top: 2.8125rem !important;
}

.p-r-9 {
  padding-right: 2.8125rem !important;
}

.p-b-9 {
  padding-bottom: 2.8125rem !important;
}

.p-l-9 {
  padding-left: 2.8125rem !important;
}

.p-h-9 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important;
}

.p-v-9 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.m-10 {
  margin: 3.125rem !important;
}

.m-t-10 {
  margin-top: 3.125rem !important;
}

.m-r-10 {
  margin-right: 3.125rem !important;
}

.m-b-10 {
  margin-bottom: 3.125rem !important;
}

.m-l-10 {
  margin-left: 3.125rem !important;
}

.m-h-10 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.m-v-10 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.p-10 {
  padding: 3.125rem !important;
}

.p-t-10 {
  padding-top: 3.125rem !important;
}

.p-r-10 {
  padding-right: 3.125rem !important;
}

.p-b-10 {
  padding-bottom: 3.125rem !important;
}

.p-l-10 {
  padding-left: 3.125rem !important;
}

.p-h-10 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.p-v-10 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.m-11 {
  margin: 3.4375rem !important;
}

.m-t-11 {
  margin-top: 3.4375rem !important;
}

.m-r-11 {
  margin-right: 3.4375rem !important;
}

.m-b-11 {
  margin-bottom: 3.4375rem !important;
}

.m-l-11 {
  margin-left: 3.4375rem !important;
}

.m-h-11 {
  margin-right: 3.4375rem !important;
  margin-left: 3.4375rem !important;
}

.m-v-11 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.p-11 {
  padding: 3.4375rem !important;
}

.p-t-11 {
  padding-top: 3.4375rem !important;
}

.p-r-11 {
  padding-right: 3.4375rem !important;
}

.p-b-11 {
  padding-bottom: 3.4375rem !important;
}

.p-l-11 {
  padding-left: 3.4375rem !important;
}

.p-h-11 {
  padding-right: 3.4375rem !important;
  padding-left: 3.4375rem !important;
}

.p-v-11 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.m-12 {
  margin: 3.75rem !important;
}

.m-t-12 {
  margin-top: 3.75rem !important;
}

.m-r-12 {
  margin-right: 3.75rem !important;
}

.m-b-12 {
  margin-bottom: 3.75rem !important;
}

.m-l-12 {
  margin-left: 3.75rem !important;
}

.m-h-12 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.m-v-12 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.p-12 {
  padding: 3.75rem !important;
}

.p-t-12 {
  padding-top: 3.75rem !important;
}

.p-r-12 {
  padding-right: 3.75rem !important;
}

.p-b-12 {
  padding-bottom: 3.75rem !important;
}

.p-l-12 {
  padding-left: 3.75rem !important;
}

.p-h-12 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.p-v-12 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.m-13 {
  margin: 4.0625rem !important;
}

.m-t-13 {
  margin-top: 4.0625rem !important;
}

.m-r-13 {
  margin-right: 4.0625rem !important;
}

.m-b-13 {
  margin-bottom: 4.0625rem !important;
}

.m-l-13 {
  margin-left: 4.0625rem !important;
}

.m-h-13 {
  margin-right: 4.0625rem !important;
  margin-left: 4.0625rem !important;
}

.m-v-13 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

.p-13 {
  padding: 4.0625rem !important;
}

.p-t-13 {
  padding-top: 4.0625rem !important;
}

.p-r-13 {
  padding-right: 4.0625rem !important;
}

.p-b-13 {
  padding-bottom: 4.0625rem !important;
}

.p-l-13 {
  padding-left: 4.0625rem !important;
}

.p-h-13 {
  padding-right: 4.0625rem !important;
  padding-left: 4.0625rem !important;
}

.p-v-13 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.m-14 {
  margin: 4.375rem !important;
}

.m-t-14 {
  margin-top: 4.375rem !important;
}

.m-r-14 {
  margin-right: 4.375rem !important;
}

.m-b-14 {
  margin-bottom: 4.375rem !important;
}

.m-l-14 {
  margin-left: 4.375rem !important;
}

.m-h-14 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.m-v-14 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.p-14 {
  padding: 4.375rem !important;
}

.p-t-14 {
  padding-top: 4.375rem !important;
}

.p-r-14 {
  padding-right: 4.375rem !important;
}

.p-b-14 {
  padding-bottom: 4.375rem !important;
}

.p-l-14 {
  padding-left: 4.375rem !important;
}

.p-h-14 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.p-v-14 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.m-15 {
  margin: 4.6875rem !important;
}

.m-t-15 {
  margin-top: 4.6875rem !important;
}

.m-r-15 {
  margin-right: 4.6875rem !important;
}

.m-b-15 {
  margin-bottom: 4.6875rem !important;
}

.m-l-15 {
  margin-left: 4.6875rem !important;
}

.m-h-15 {
  margin-right: 4.6875rem !important;
  margin-left: 4.6875rem !important;
}

.m-v-15 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.p-15 {
  padding: 4.6875rem !important;
}

.p-t-15 {
  padding-top: 4.6875rem !important;
}

.p-r-15 {
  padding-right: 4.6875rem !important;
}

.p-b-15 {
  padding-bottom: 4.6875rem !important;
}

.p-l-15 {
  padding-left: 4.6875rem !important;
}

.p-h-15 {
  padding-right: 4.6875rem !important;
  padding-left: 4.6875rem !important;
}

.p-v-15 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.m-16 {
  margin: 5rem !important;
}

.m-t-16 {
  margin-top: 5rem !important;
}

.m-r-16 {
  margin-right: 5rem !important;
}

.m-b-16 {
  margin-bottom: 5rem !important;
}

.m-l-16 {
  margin-left: 5rem !important;
}

.m-h-16 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.m-v-16 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-16 {
  padding: 5rem !important;
}

.p-t-16 {
  padding-top: 5rem !important;
}

.p-r-16 {
  padding-right: 5rem !important;
}

.p-b-16 {
  padding-bottom: 5rem !important;
}

.p-l-16 {
  padding-left: 5rem !important;
}

.p-h-16 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.p-v-16 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.m-17 {
  margin: 5.3125rem !important;
}

.m-t-17 {
  margin-top: 5.3125rem !important;
}

.m-r-17 {
  margin-right: 5.3125rem !important;
}

.m-b-17 {
  margin-bottom: 5.3125rem !important;
}

.m-l-17 {
  margin-left: 5.3125rem !important;
}

.m-h-17 {
  margin-right: 5.3125rem !important;
  margin-left: 5.3125rem !important;
}

.m-v-17 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.p-17 {
  padding: 5.3125rem !important;
}

.p-t-17 {
  padding-top: 5.3125rem !important;
}

.p-r-17 {
  padding-right: 5.3125rem !important;
}

.p-b-17 {
  padding-bottom: 5.3125rem !important;
}

.p-l-17 {
  padding-left: 5.3125rem !important;
}

.p-h-17 {
  padding-right: 5.3125rem !important;
  padding-left: 5.3125rem !important;
}

.p-v-17 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.m-18 {
  margin: 5.625rem !important;
}

.m-t-18 {
  margin-top: 5.625rem !important;
}

.m-r-18 {
  margin-right: 5.625rem !important;
}

.m-b-18 {
  margin-bottom: 5.625rem !important;
}

.m-l-18 {
  margin-left: 5.625rem !important;
}

.m-h-18 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.m-v-18 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.p-18 {
  padding: 5.625rem !important;
}

.p-t-18 {
  padding-top: 5.625rem !important;
}

.p-r-18 {
  padding-right: 5.625rem !important;
}

.p-b-18 {
  padding-bottom: 5.625rem !important;
}

.p-l-18 {
  padding-left: 5.625rem !important;
}

.p-h-18 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.p-v-18 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.m-19 {
  margin: 5.9375rem !important;
}

.m-t-19 {
  margin-top: 5.9375rem !important;
}

.m-r-19 {
  margin-right: 5.9375rem !important;
}

.m-b-19 {
  margin-bottom: 5.9375rem !important;
}

.m-l-19 {
  margin-left: 5.9375rem !important;
}

.m-h-19 {
  margin-right: 5.9375rem !important;
  margin-left: 5.9375rem !important;
}

.m-v-19 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.p-19 {
  padding: 5.9375rem !important;
}

.p-t-19 {
  padding-top: 5.9375rem !important;
}

.p-r-19 {
  padding-right: 5.9375rem !important;
}

.p-b-19 {
  padding-bottom: 5.9375rem !important;
}

.p-l-19 {
  padding-left: 5.9375rem !important;
}

.p-h-19 {
  padding-right: 5.9375rem !important;
  padding-left: 5.9375rem !important;
}

.p-v-19 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.m-20 {
  margin: 6.25rem !important;
}

.m-t-20 {
  margin-top: 6.25rem !important;
}

.m-r-20 {
  margin-right: 6.25rem !important;
}

.m-b-20 {
  margin-bottom: 6.25rem !important;
}

.m-l-20 {
  margin-left: 6.25rem !important;
}

.m-h-20 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.m-v-20 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.p-20 {
  padding: 6.25rem !important;
}

.p-t-20 {
  padding-top: 6.25rem !important;
}

.p-r-20 {
  padding-right: 6.25rem !important;
}

.p-b-20 {
  padding-bottom: 6.25rem !important;
}

.p-l-20 {
  padding-left: 6.25rem !important;
}

.p-h-20 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.p-v-20 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

@media print, screen and (min-width: 40em) {
  .medium-m-0 {
    margin: 0rem !important;
  }
  .medium-m-t-0 {
    margin-top: 0rem !important;
  }
  .medium-m-r-0 {
    margin-right: 0rem !important;
  }
  .medium-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .medium-m-l-0 {
    margin-left: 0rem !important;
  }
  .medium-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .medium-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .medium-p-0 {
    padding: 0rem !important;
  }
  .medium-p-t-0 {
    padding-top: 0rem !important;
  }
  .medium-p-r-0 {
    padding-right: 0rem !important;
  }
  .medium-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .medium-p-l-0 {
    padding-left: 0rem !important;
  }
  .medium-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .medium-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-0 {
    margin: 0rem !important;
  }
  .large-m-t-0 {
    margin-top: 0rem !important;
  }
  .large-m-r-0 {
    margin-right: 0rem !important;
  }
  .large-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .large-m-l-0 {
    margin-left: 0rem !important;
  }
  .large-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .large-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .large-p-0 {
    padding: 0rem !important;
  }
  .large-p-t-0 {
    padding-top: 0rem !important;
  }
  .large-p-r-0 {
    padding-right: 0rem !important;
  }
  .large-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .large-p-l-0 {
    padding-left: 0rem !important;
  }
  .large-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-0 {
    margin: 0rem !important;
  }
  .xlarge-m-t-0 {
    margin-top: 0rem !important;
  }
  .xlarge-m-r-0 {
    margin-right: 0rem !important;
  }
  .xlarge-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .xlarge-m-l-0 {
    margin-left: 0rem !important;
  }
  .xlarge-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xlarge-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xlarge-p-0 {
    padding: 0rem !important;
  }
  .xlarge-p-t-0 {
    padding-top: 0rem !important;
  }
  .xlarge-p-r-0 {
    padding-right: 0rem !important;
  }
  .xlarge-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .xlarge-p-l-0 {
    padding-left: 0rem !important;
  }
  .xlarge-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xlarge-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-0 {
    margin: 0rem !important;
  }
  .xxlarge-m-t-0 {
    margin-top: 0rem !important;
  }
  .xxlarge-m-r-0 {
    margin-right: 0rem !important;
  }
  .xxlarge-m-b-0 {
    margin-bottom: 0rem !important;
  }
  .xxlarge-m-l-0 {
    margin-left: 0rem !important;
  }
  .xxlarge-m-h-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xxlarge-m-v-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xxlarge-p-0 {
    padding: 0rem !important;
  }
  .xxlarge-p-t-0 {
    padding-top: 0rem !important;
  }
  .xxlarge-p-r-0 {
    padding-right: 0rem !important;
  }
  .xxlarge-p-b-0 {
    padding-bottom: 0rem !important;
  }
  .xxlarge-p-l-0 {
    padding-left: 0rem !important;
  }
  .xxlarge-p-h-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xxlarge-p-v-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-1 {
    margin: 0.3125rem !important;
  }
  .medium-m-t-1 {
    margin-top: 0.3125rem !important;
  }
  .medium-m-r-1 {
    margin-right: 0.3125rem !important;
  }
  .medium-m-b-1 {
    margin-bottom: 0.3125rem !important;
  }
  .medium-m-l-1 {
    margin-left: 0.3125rem !important;
  }
  .medium-m-h-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .medium-m-v-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .medium-p-1 {
    padding: 0.3125rem !important;
  }
  .medium-p-t-1 {
    padding-top: 0.3125rem !important;
  }
  .medium-p-r-1 {
    padding-right: 0.3125rem !important;
  }
  .medium-p-b-1 {
    padding-bottom: 0.3125rem !important;
  }
  .medium-p-l-1 {
    padding-left: 0.3125rem !important;
  }
  .medium-p-h-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .medium-p-v-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-1 {
    margin: 0.3125rem !important;
  }
  .large-m-t-1 {
    margin-top: 0.3125rem !important;
  }
  .large-m-r-1 {
    margin-right: 0.3125rem !important;
  }
  .large-m-b-1 {
    margin-bottom: 0.3125rem !important;
  }
  .large-m-l-1 {
    margin-left: 0.3125rem !important;
  }
  .large-m-h-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .large-m-v-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .large-p-1 {
    padding: 0.3125rem !important;
  }
  .large-p-t-1 {
    padding-top: 0.3125rem !important;
  }
  .large-p-r-1 {
    padding-right: 0.3125rem !important;
  }
  .large-p-b-1 {
    padding-bottom: 0.3125rem !important;
  }
  .large-p-l-1 {
    padding-left: 0.3125rem !important;
  }
  .large-p-h-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .large-p-v-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-1 {
    margin: 0.3125rem !important;
  }
  .xlarge-m-t-1 {
    margin-top: 0.3125rem !important;
  }
  .xlarge-m-r-1 {
    margin-right: 0.3125rem !important;
  }
  .xlarge-m-b-1 {
    margin-bottom: 0.3125rem !important;
  }
  .xlarge-m-l-1 {
    margin-left: 0.3125rem !important;
  }
  .xlarge-m-h-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .xlarge-m-v-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .xlarge-p-1 {
    padding: 0.3125rem !important;
  }
  .xlarge-p-t-1 {
    padding-top: 0.3125rem !important;
  }
  .xlarge-p-r-1 {
    padding-right: 0.3125rem !important;
  }
  .xlarge-p-b-1 {
    padding-bottom: 0.3125rem !important;
  }
  .xlarge-p-l-1 {
    padding-left: 0.3125rem !important;
  }
  .xlarge-p-h-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .xlarge-p-v-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-1 {
    margin: 0.3125rem !important;
  }
  .xxlarge-m-t-1 {
    margin-top: 0.3125rem !important;
  }
  .xxlarge-m-r-1 {
    margin-right: 0.3125rem !important;
  }
  .xxlarge-m-b-1 {
    margin-bottom: 0.3125rem !important;
  }
  .xxlarge-m-l-1 {
    margin-left: 0.3125rem !important;
  }
  .xxlarge-m-h-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .xxlarge-m-v-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .xxlarge-p-1 {
    padding: 0.3125rem !important;
  }
  .xxlarge-p-t-1 {
    padding-top: 0.3125rem !important;
  }
  .xxlarge-p-r-1 {
    padding-right: 0.3125rem !important;
  }
  .xxlarge-p-b-1 {
    padding-bottom: 0.3125rem !important;
  }
  .xxlarge-p-l-1 {
    padding-left: 0.3125rem !important;
  }
  .xxlarge-p-h-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .xxlarge-p-v-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-2 {
    margin: 0.625rem !important;
  }
  .medium-m-t-2 {
    margin-top: 0.625rem !important;
  }
  .medium-m-r-2 {
    margin-right: 0.625rem !important;
  }
  .medium-m-b-2 {
    margin-bottom: 0.625rem !important;
  }
  .medium-m-l-2 {
    margin-left: 0.625rem !important;
  }
  .medium-m-h-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .medium-m-v-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .medium-p-2 {
    padding: 0.625rem !important;
  }
  .medium-p-t-2 {
    padding-top: 0.625rem !important;
  }
  .medium-p-r-2 {
    padding-right: 0.625rem !important;
  }
  .medium-p-b-2 {
    padding-bottom: 0.625rem !important;
  }
  .medium-p-l-2 {
    padding-left: 0.625rem !important;
  }
  .medium-p-h-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .medium-p-v-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-2 {
    margin: 0.625rem !important;
  }
  .large-m-t-2 {
    margin-top: 0.625rem !important;
  }
  .large-m-r-2 {
    margin-right: 0.625rem !important;
  }
  .large-m-b-2 {
    margin-bottom: 0.625rem !important;
  }
  .large-m-l-2 {
    margin-left: 0.625rem !important;
  }
  .large-m-h-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .large-m-v-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .large-p-2 {
    padding: 0.625rem !important;
  }
  .large-p-t-2 {
    padding-top: 0.625rem !important;
  }
  .large-p-r-2 {
    padding-right: 0.625rem !important;
  }
  .large-p-b-2 {
    padding-bottom: 0.625rem !important;
  }
  .large-p-l-2 {
    padding-left: 0.625rem !important;
  }
  .large-p-h-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .large-p-v-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-2 {
    margin: 0.625rem !important;
  }
  .xlarge-m-t-2 {
    margin-top: 0.625rem !important;
  }
  .xlarge-m-r-2 {
    margin-right: 0.625rem !important;
  }
  .xlarge-m-b-2 {
    margin-bottom: 0.625rem !important;
  }
  .xlarge-m-l-2 {
    margin-left: 0.625rem !important;
  }
  .xlarge-m-h-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .xlarge-m-v-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .xlarge-p-2 {
    padding: 0.625rem !important;
  }
  .xlarge-p-t-2 {
    padding-top: 0.625rem !important;
  }
  .xlarge-p-r-2 {
    padding-right: 0.625rem !important;
  }
  .xlarge-p-b-2 {
    padding-bottom: 0.625rem !important;
  }
  .xlarge-p-l-2 {
    padding-left: 0.625rem !important;
  }
  .xlarge-p-h-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .xlarge-p-v-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-2 {
    margin: 0.625rem !important;
  }
  .xxlarge-m-t-2 {
    margin-top: 0.625rem !important;
  }
  .xxlarge-m-r-2 {
    margin-right: 0.625rem !important;
  }
  .xxlarge-m-b-2 {
    margin-bottom: 0.625rem !important;
  }
  .xxlarge-m-l-2 {
    margin-left: 0.625rem !important;
  }
  .xxlarge-m-h-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .xxlarge-m-v-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .xxlarge-p-2 {
    padding: 0.625rem !important;
  }
  .xxlarge-p-t-2 {
    padding-top: 0.625rem !important;
  }
  .xxlarge-p-r-2 {
    padding-right: 0.625rem !important;
  }
  .xxlarge-p-b-2 {
    padding-bottom: 0.625rem !important;
  }
  .xxlarge-p-l-2 {
    padding-left: 0.625rem !important;
  }
  .xxlarge-p-h-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .xxlarge-p-v-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-3 {
    margin: 0.9375rem !important;
  }
  .medium-m-t-3 {
    margin-top: 0.9375rem !important;
  }
  .medium-m-r-3 {
    margin-right: 0.9375rem !important;
  }
  .medium-m-b-3 {
    margin-bottom: 0.9375rem !important;
  }
  .medium-m-l-3 {
    margin-left: 0.9375rem !important;
  }
  .medium-m-h-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .medium-m-v-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .medium-p-3 {
    padding: 0.9375rem !important;
  }
  .medium-p-t-3 {
    padding-top: 0.9375rem !important;
  }
  .medium-p-r-3 {
    padding-right: 0.9375rem !important;
  }
  .medium-p-b-3 {
    padding-bottom: 0.9375rem !important;
  }
  .medium-p-l-3 {
    padding-left: 0.9375rem !important;
  }
  .medium-p-h-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .medium-p-v-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-3 {
    margin: 0.9375rem !important;
  }
  .large-m-t-3 {
    margin-top: 0.9375rem !important;
  }
  .large-m-r-3 {
    margin-right: 0.9375rem !important;
  }
  .large-m-b-3 {
    margin-bottom: 0.9375rem !important;
  }
  .large-m-l-3 {
    margin-left: 0.9375rem !important;
  }
  .large-m-h-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .large-m-v-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .large-p-3 {
    padding: 0.9375rem !important;
  }
  .large-p-t-3 {
    padding-top: 0.9375rem !important;
  }
  .large-p-r-3 {
    padding-right: 0.9375rem !important;
  }
  .large-p-b-3 {
    padding-bottom: 0.9375rem !important;
  }
  .large-p-l-3 {
    padding-left: 0.9375rem !important;
  }
  .large-p-h-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .large-p-v-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-3 {
    margin: 0.9375rem !important;
  }
  .xlarge-m-t-3 {
    margin-top: 0.9375rem !important;
  }
  .xlarge-m-r-3 {
    margin-right: 0.9375rem !important;
  }
  .xlarge-m-b-3 {
    margin-bottom: 0.9375rem !important;
  }
  .xlarge-m-l-3 {
    margin-left: 0.9375rem !important;
  }
  .xlarge-m-h-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .xlarge-m-v-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .xlarge-p-3 {
    padding: 0.9375rem !important;
  }
  .xlarge-p-t-3 {
    padding-top: 0.9375rem !important;
  }
  .xlarge-p-r-3 {
    padding-right: 0.9375rem !important;
  }
  .xlarge-p-b-3 {
    padding-bottom: 0.9375rem !important;
  }
  .xlarge-p-l-3 {
    padding-left: 0.9375rem !important;
  }
  .xlarge-p-h-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .xlarge-p-v-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-3 {
    margin: 0.9375rem !important;
  }
  .xxlarge-m-t-3 {
    margin-top: 0.9375rem !important;
  }
  .xxlarge-m-r-3 {
    margin-right: 0.9375rem !important;
  }
  .xxlarge-m-b-3 {
    margin-bottom: 0.9375rem !important;
  }
  .xxlarge-m-l-3 {
    margin-left: 0.9375rem !important;
  }
  .xxlarge-m-h-3 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .xxlarge-m-v-3 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .xxlarge-p-3 {
    padding: 0.9375rem !important;
  }
  .xxlarge-p-t-3 {
    padding-top: 0.9375rem !important;
  }
  .xxlarge-p-r-3 {
    padding-right: 0.9375rem !important;
  }
  .xxlarge-p-b-3 {
    padding-bottom: 0.9375rem !important;
  }
  .xxlarge-p-l-3 {
    padding-left: 0.9375rem !important;
  }
  .xxlarge-p-h-3 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .xxlarge-p-v-3 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-4 {
    margin: 1.25rem !important;
  }
  .medium-m-t-4 {
    margin-top: 1.25rem !important;
  }
  .medium-m-r-4 {
    margin-right: 1.25rem !important;
  }
  .medium-m-b-4 {
    margin-bottom: 1.25rem !important;
  }
  .medium-m-l-4 {
    margin-left: 1.25rem !important;
  }
  .medium-m-h-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .medium-m-v-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .medium-p-4 {
    padding: 1.25rem !important;
  }
  .medium-p-t-4 {
    padding-top: 1.25rem !important;
  }
  .medium-p-r-4 {
    padding-right: 1.25rem !important;
  }
  .medium-p-b-4 {
    padding-bottom: 1.25rem !important;
  }
  .medium-p-l-4 {
    padding-left: 1.25rem !important;
  }
  .medium-p-h-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .medium-p-v-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-4 {
    margin: 1.25rem !important;
  }
  .large-m-t-4 {
    margin-top: 1.25rem !important;
  }
  .large-m-r-4 {
    margin-right: 1.25rem !important;
  }
  .large-m-b-4 {
    margin-bottom: 1.25rem !important;
  }
  .large-m-l-4 {
    margin-left: 1.25rem !important;
  }
  .large-m-h-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .large-m-v-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .large-p-4 {
    padding: 1.25rem !important;
  }
  .large-p-t-4 {
    padding-top: 1.25rem !important;
  }
  .large-p-r-4 {
    padding-right: 1.25rem !important;
  }
  .large-p-b-4 {
    padding-bottom: 1.25rem !important;
  }
  .large-p-l-4 {
    padding-left: 1.25rem !important;
  }
  .large-p-h-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .large-p-v-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-4 {
    margin: 1.25rem !important;
  }
  .xlarge-m-t-4 {
    margin-top: 1.25rem !important;
  }
  .xlarge-m-r-4 {
    margin-right: 1.25rem !important;
  }
  .xlarge-m-b-4 {
    margin-bottom: 1.25rem !important;
  }
  .xlarge-m-l-4 {
    margin-left: 1.25rem !important;
  }
  .xlarge-m-h-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .xlarge-m-v-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xlarge-p-4 {
    padding: 1.25rem !important;
  }
  .xlarge-p-t-4 {
    padding-top: 1.25rem !important;
  }
  .xlarge-p-r-4 {
    padding-right: 1.25rem !important;
  }
  .xlarge-p-b-4 {
    padding-bottom: 1.25rem !important;
  }
  .xlarge-p-l-4 {
    padding-left: 1.25rem !important;
  }
  .xlarge-p-h-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .xlarge-p-v-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-4 {
    margin: 1.25rem !important;
  }
  .xxlarge-m-t-4 {
    margin-top: 1.25rem !important;
  }
  .xxlarge-m-r-4 {
    margin-right: 1.25rem !important;
  }
  .xxlarge-m-b-4 {
    margin-bottom: 1.25rem !important;
  }
  .xxlarge-m-l-4 {
    margin-left: 1.25rem !important;
  }
  .xxlarge-m-h-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .xxlarge-m-v-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xxlarge-p-4 {
    padding: 1.25rem !important;
  }
  .xxlarge-p-t-4 {
    padding-top: 1.25rem !important;
  }
  .xxlarge-p-r-4 {
    padding-right: 1.25rem !important;
  }
  .xxlarge-p-b-4 {
    padding-bottom: 1.25rem !important;
  }
  .xxlarge-p-l-4 {
    padding-left: 1.25rem !important;
  }
  .xxlarge-p-h-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .xxlarge-p-v-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-5 {
    margin: 1.5625rem !important;
  }
  .medium-m-t-5 {
    margin-top: 1.5625rem !important;
  }
  .medium-m-r-5 {
    margin-right: 1.5625rem !important;
  }
  .medium-m-b-5 {
    margin-bottom: 1.5625rem !important;
  }
  .medium-m-l-5 {
    margin-left: 1.5625rem !important;
  }
  .medium-m-h-5 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .medium-m-v-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .medium-p-5 {
    padding: 1.5625rem !important;
  }
  .medium-p-t-5 {
    padding-top: 1.5625rem !important;
  }
  .medium-p-r-5 {
    padding-right: 1.5625rem !important;
  }
  .medium-p-b-5 {
    padding-bottom: 1.5625rem !important;
  }
  .medium-p-l-5 {
    padding-left: 1.5625rem !important;
  }
  .medium-p-h-5 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .medium-p-v-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-5 {
    margin: 1.5625rem !important;
  }
  .large-m-t-5 {
    margin-top: 1.5625rem !important;
  }
  .large-m-r-5 {
    margin-right: 1.5625rem !important;
  }
  .large-m-b-5 {
    margin-bottom: 1.5625rem !important;
  }
  .large-m-l-5 {
    margin-left: 1.5625rem !important;
  }
  .large-m-h-5 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .large-m-v-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .large-p-5 {
    padding: 1.5625rem !important;
  }
  .large-p-t-5 {
    padding-top: 1.5625rem !important;
  }
  .large-p-r-5 {
    padding-right: 1.5625rem !important;
  }
  .large-p-b-5 {
    padding-bottom: 1.5625rem !important;
  }
  .large-p-l-5 {
    padding-left: 1.5625rem !important;
  }
  .large-p-h-5 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .large-p-v-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-5 {
    margin: 1.5625rem !important;
  }
  .xlarge-m-t-5 {
    margin-top: 1.5625rem !important;
  }
  .xlarge-m-r-5 {
    margin-right: 1.5625rem !important;
  }
  .xlarge-m-b-5 {
    margin-bottom: 1.5625rem !important;
  }
  .xlarge-m-l-5 {
    margin-left: 1.5625rem !important;
  }
  .xlarge-m-h-5 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .xlarge-m-v-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .xlarge-p-5 {
    padding: 1.5625rem !important;
  }
  .xlarge-p-t-5 {
    padding-top: 1.5625rem !important;
  }
  .xlarge-p-r-5 {
    padding-right: 1.5625rem !important;
  }
  .xlarge-p-b-5 {
    padding-bottom: 1.5625rem !important;
  }
  .xlarge-p-l-5 {
    padding-left: 1.5625rem !important;
  }
  .xlarge-p-h-5 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .xlarge-p-v-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-5 {
    margin: 1.5625rem !important;
  }
  .xxlarge-m-t-5 {
    margin-top: 1.5625rem !important;
  }
  .xxlarge-m-r-5 {
    margin-right: 1.5625rem !important;
  }
  .xxlarge-m-b-5 {
    margin-bottom: 1.5625rem !important;
  }
  .xxlarge-m-l-5 {
    margin-left: 1.5625rem !important;
  }
  .xxlarge-m-h-5 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .xxlarge-m-v-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .xxlarge-p-5 {
    padding: 1.5625rem !important;
  }
  .xxlarge-p-t-5 {
    padding-top: 1.5625rem !important;
  }
  .xxlarge-p-r-5 {
    padding-right: 1.5625rem !important;
  }
  .xxlarge-p-b-5 {
    padding-bottom: 1.5625rem !important;
  }
  .xxlarge-p-l-5 {
    padding-left: 1.5625rem !important;
  }
  .xxlarge-p-h-5 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .xxlarge-p-v-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-6 {
    margin: 1.875rem !important;
  }
  .medium-m-t-6 {
    margin-top: 1.875rem !important;
  }
  .medium-m-r-6 {
    margin-right: 1.875rem !important;
  }
  .medium-m-b-6 {
    margin-bottom: 1.875rem !important;
  }
  .medium-m-l-6 {
    margin-left: 1.875rem !important;
  }
  .medium-m-h-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .medium-m-v-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .medium-p-6 {
    padding: 1.875rem !important;
  }
  .medium-p-t-6 {
    padding-top: 1.875rem !important;
  }
  .medium-p-r-6 {
    padding-right: 1.875rem !important;
  }
  .medium-p-b-6 {
    padding-bottom: 1.875rem !important;
  }
  .medium-p-l-6 {
    padding-left: 1.875rem !important;
  }
  .medium-p-h-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .medium-p-v-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-6 {
    margin: 1.875rem !important;
  }
  .large-m-t-6 {
    margin-top: 1.875rem !important;
  }
  .large-m-r-6 {
    margin-right: 1.875rem !important;
  }
  .large-m-b-6 {
    margin-bottom: 1.875rem !important;
  }
  .large-m-l-6 {
    margin-left: 1.875rem !important;
  }
  .large-m-h-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .large-m-v-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .large-p-6 {
    padding: 1.875rem !important;
  }
  .large-p-t-6 {
    padding-top: 1.875rem !important;
  }
  .large-p-r-6 {
    padding-right: 1.875rem !important;
  }
  .large-p-b-6 {
    padding-bottom: 1.875rem !important;
  }
  .large-p-l-6 {
    padding-left: 1.875rem !important;
  }
  .large-p-h-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .large-p-v-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-6 {
    margin: 1.875rem !important;
  }
  .xlarge-m-t-6 {
    margin-top: 1.875rem !important;
  }
  .xlarge-m-r-6 {
    margin-right: 1.875rem !important;
  }
  .xlarge-m-b-6 {
    margin-bottom: 1.875rem !important;
  }
  .xlarge-m-l-6 {
    margin-left: 1.875rem !important;
  }
  .xlarge-m-h-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .xlarge-m-v-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .xlarge-p-6 {
    padding: 1.875rem !important;
  }
  .xlarge-p-t-6 {
    padding-top: 1.875rem !important;
  }
  .xlarge-p-r-6 {
    padding-right: 1.875rem !important;
  }
  .xlarge-p-b-6 {
    padding-bottom: 1.875rem !important;
  }
  .xlarge-p-l-6 {
    padding-left: 1.875rem !important;
  }
  .xlarge-p-h-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .xlarge-p-v-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-6 {
    margin: 1.875rem !important;
  }
  .xxlarge-m-t-6 {
    margin-top: 1.875rem !important;
  }
  .xxlarge-m-r-6 {
    margin-right: 1.875rem !important;
  }
  .xxlarge-m-b-6 {
    margin-bottom: 1.875rem !important;
  }
  .xxlarge-m-l-6 {
    margin-left: 1.875rem !important;
  }
  .xxlarge-m-h-6 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .xxlarge-m-v-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .xxlarge-p-6 {
    padding: 1.875rem !important;
  }
  .xxlarge-p-t-6 {
    padding-top: 1.875rem !important;
  }
  .xxlarge-p-r-6 {
    padding-right: 1.875rem !important;
  }
  .xxlarge-p-b-6 {
    padding-bottom: 1.875rem !important;
  }
  .xxlarge-p-l-6 {
    padding-left: 1.875rem !important;
  }
  .xxlarge-p-h-6 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .xxlarge-p-v-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-7 {
    margin: 2.1875rem !important;
  }
  .medium-m-t-7 {
    margin-top: 2.1875rem !important;
  }
  .medium-m-r-7 {
    margin-right: 2.1875rem !important;
  }
  .medium-m-b-7 {
    margin-bottom: 2.1875rem !important;
  }
  .medium-m-l-7 {
    margin-left: 2.1875rem !important;
  }
  .medium-m-h-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .medium-m-v-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .medium-p-7 {
    padding: 2.1875rem !important;
  }
  .medium-p-t-7 {
    padding-top: 2.1875rem !important;
  }
  .medium-p-r-7 {
    padding-right: 2.1875rem !important;
  }
  .medium-p-b-7 {
    padding-bottom: 2.1875rem !important;
  }
  .medium-p-l-7 {
    padding-left: 2.1875rem !important;
  }
  .medium-p-h-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .medium-p-v-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-7 {
    margin: 2.1875rem !important;
  }
  .large-m-t-7 {
    margin-top: 2.1875rem !important;
  }
  .large-m-r-7 {
    margin-right: 2.1875rem !important;
  }
  .large-m-b-7 {
    margin-bottom: 2.1875rem !important;
  }
  .large-m-l-7 {
    margin-left: 2.1875rem !important;
  }
  .large-m-h-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .large-m-v-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .large-p-7 {
    padding: 2.1875rem !important;
  }
  .large-p-t-7 {
    padding-top: 2.1875rem !important;
  }
  .large-p-r-7 {
    padding-right: 2.1875rem !important;
  }
  .large-p-b-7 {
    padding-bottom: 2.1875rem !important;
  }
  .large-p-l-7 {
    padding-left: 2.1875rem !important;
  }
  .large-p-h-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .large-p-v-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-7 {
    margin: 2.1875rem !important;
  }
  .xlarge-m-t-7 {
    margin-top: 2.1875rem !important;
  }
  .xlarge-m-r-7 {
    margin-right: 2.1875rem !important;
  }
  .xlarge-m-b-7 {
    margin-bottom: 2.1875rem !important;
  }
  .xlarge-m-l-7 {
    margin-left: 2.1875rem !important;
  }
  .xlarge-m-h-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .xlarge-m-v-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .xlarge-p-7 {
    padding: 2.1875rem !important;
  }
  .xlarge-p-t-7 {
    padding-top: 2.1875rem !important;
  }
  .xlarge-p-r-7 {
    padding-right: 2.1875rem !important;
  }
  .xlarge-p-b-7 {
    padding-bottom: 2.1875rem !important;
  }
  .xlarge-p-l-7 {
    padding-left: 2.1875rem !important;
  }
  .xlarge-p-h-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .xlarge-p-v-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-7 {
    margin: 2.1875rem !important;
  }
  .xxlarge-m-t-7 {
    margin-top: 2.1875rem !important;
  }
  .xxlarge-m-r-7 {
    margin-right: 2.1875rem !important;
  }
  .xxlarge-m-b-7 {
    margin-bottom: 2.1875rem !important;
  }
  .xxlarge-m-l-7 {
    margin-left: 2.1875rem !important;
  }
  .xxlarge-m-h-7 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .xxlarge-m-v-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .xxlarge-p-7 {
    padding: 2.1875rem !important;
  }
  .xxlarge-p-t-7 {
    padding-top: 2.1875rem !important;
  }
  .xxlarge-p-r-7 {
    padding-right: 2.1875rem !important;
  }
  .xxlarge-p-b-7 {
    padding-bottom: 2.1875rem !important;
  }
  .xxlarge-p-l-7 {
    padding-left: 2.1875rem !important;
  }
  .xxlarge-p-h-7 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .xxlarge-p-v-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-8 {
    margin: 2.5rem !important;
  }
  .medium-m-t-8 {
    margin-top: 2.5rem !important;
  }
  .medium-m-r-8 {
    margin-right: 2.5rem !important;
  }
  .medium-m-b-8 {
    margin-bottom: 2.5rem !important;
  }
  .medium-m-l-8 {
    margin-left: 2.5rem !important;
  }
  .medium-m-h-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .medium-m-v-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .medium-p-8 {
    padding: 2.5rem !important;
  }
  .medium-p-t-8 {
    padding-top: 2.5rem !important;
  }
  .medium-p-r-8 {
    padding-right: 2.5rem !important;
  }
  .medium-p-b-8 {
    padding-bottom: 2.5rem !important;
  }
  .medium-p-l-8 {
    padding-left: 2.5rem !important;
  }
  .medium-p-h-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .medium-p-v-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-8 {
    margin: 2.5rem !important;
  }
  .large-m-t-8 {
    margin-top: 2.5rem !important;
  }
  .large-m-r-8 {
    margin-right: 2.5rem !important;
  }
  .large-m-b-8 {
    margin-bottom: 2.5rem !important;
  }
  .large-m-l-8 {
    margin-left: 2.5rem !important;
  }
  .large-m-h-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .large-m-v-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .large-p-8 {
    padding: 2.5rem !important;
  }
  .large-p-t-8 {
    padding-top: 2.5rem !important;
  }
  .large-p-r-8 {
    padding-right: 2.5rem !important;
  }
  .large-p-b-8 {
    padding-bottom: 2.5rem !important;
  }
  .large-p-l-8 {
    padding-left: 2.5rem !important;
  }
  .large-p-h-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .large-p-v-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-8 {
    margin: 2.5rem !important;
  }
  .xlarge-m-t-8 {
    margin-top: 2.5rem !important;
  }
  .xlarge-m-r-8 {
    margin-right: 2.5rem !important;
  }
  .xlarge-m-b-8 {
    margin-bottom: 2.5rem !important;
  }
  .xlarge-m-l-8 {
    margin-left: 2.5rem !important;
  }
  .xlarge-m-h-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xlarge-m-v-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xlarge-p-8 {
    padding: 2.5rem !important;
  }
  .xlarge-p-t-8 {
    padding-top: 2.5rem !important;
  }
  .xlarge-p-r-8 {
    padding-right: 2.5rem !important;
  }
  .xlarge-p-b-8 {
    padding-bottom: 2.5rem !important;
  }
  .xlarge-p-l-8 {
    padding-left: 2.5rem !important;
  }
  .xlarge-p-h-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xlarge-p-v-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-8 {
    margin: 2.5rem !important;
  }
  .xxlarge-m-t-8 {
    margin-top: 2.5rem !important;
  }
  .xxlarge-m-r-8 {
    margin-right: 2.5rem !important;
  }
  .xxlarge-m-b-8 {
    margin-bottom: 2.5rem !important;
  }
  .xxlarge-m-l-8 {
    margin-left: 2.5rem !important;
  }
  .xxlarge-m-h-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xxlarge-m-v-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xxlarge-p-8 {
    padding: 2.5rem !important;
  }
  .xxlarge-p-t-8 {
    padding-top: 2.5rem !important;
  }
  .xxlarge-p-r-8 {
    padding-right: 2.5rem !important;
  }
  .xxlarge-p-b-8 {
    padding-bottom: 2.5rem !important;
  }
  .xxlarge-p-l-8 {
    padding-left: 2.5rem !important;
  }
  .xxlarge-p-h-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xxlarge-p-v-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-9 {
    margin: 2.8125rem !important;
  }
  .medium-m-t-9 {
    margin-top: 2.8125rem !important;
  }
  .medium-m-r-9 {
    margin-right: 2.8125rem !important;
  }
  .medium-m-b-9 {
    margin-bottom: 2.8125rem !important;
  }
  .medium-m-l-9 {
    margin-left: 2.8125rem !important;
  }
  .medium-m-h-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .medium-m-v-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .medium-p-9 {
    padding: 2.8125rem !important;
  }
  .medium-p-t-9 {
    padding-top: 2.8125rem !important;
  }
  .medium-p-r-9 {
    padding-right: 2.8125rem !important;
  }
  .medium-p-b-9 {
    padding-bottom: 2.8125rem !important;
  }
  .medium-p-l-9 {
    padding-left: 2.8125rem !important;
  }
  .medium-p-h-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .medium-p-v-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-9 {
    margin: 2.8125rem !important;
  }
  .large-m-t-9 {
    margin-top: 2.8125rem !important;
  }
  .large-m-r-9 {
    margin-right: 2.8125rem !important;
  }
  .large-m-b-9 {
    margin-bottom: 2.8125rem !important;
  }
  .large-m-l-9 {
    margin-left: 2.8125rem !important;
  }
  .large-m-h-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .large-m-v-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .large-p-9 {
    padding: 2.8125rem !important;
  }
  .large-p-t-9 {
    padding-top: 2.8125rem !important;
  }
  .large-p-r-9 {
    padding-right: 2.8125rem !important;
  }
  .large-p-b-9 {
    padding-bottom: 2.8125rem !important;
  }
  .large-p-l-9 {
    padding-left: 2.8125rem !important;
  }
  .large-p-h-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .large-p-v-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-9 {
    margin: 2.8125rem !important;
  }
  .xlarge-m-t-9 {
    margin-top: 2.8125rem !important;
  }
  .xlarge-m-r-9 {
    margin-right: 2.8125rem !important;
  }
  .xlarge-m-b-9 {
    margin-bottom: 2.8125rem !important;
  }
  .xlarge-m-l-9 {
    margin-left: 2.8125rem !important;
  }
  .xlarge-m-h-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .xlarge-m-v-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .xlarge-p-9 {
    padding: 2.8125rem !important;
  }
  .xlarge-p-t-9 {
    padding-top: 2.8125rem !important;
  }
  .xlarge-p-r-9 {
    padding-right: 2.8125rem !important;
  }
  .xlarge-p-b-9 {
    padding-bottom: 2.8125rem !important;
  }
  .xlarge-p-l-9 {
    padding-left: 2.8125rem !important;
  }
  .xlarge-p-h-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .xlarge-p-v-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-9 {
    margin: 2.8125rem !important;
  }
  .xxlarge-m-t-9 {
    margin-top: 2.8125rem !important;
  }
  .xxlarge-m-r-9 {
    margin-right: 2.8125rem !important;
  }
  .xxlarge-m-b-9 {
    margin-bottom: 2.8125rem !important;
  }
  .xxlarge-m-l-9 {
    margin-left: 2.8125rem !important;
  }
  .xxlarge-m-h-9 {
    margin-right: 2.8125rem !important;
    margin-left: 2.8125rem !important;
  }
  .xxlarge-m-v-9 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .xxlarge-p-9 {
    padding: 2.8125rem !important;
  }
  .xxlarge-p-t-9 {
    padding-top: 2.8125rem !important;
  }
  .xxlarge-p-r-9 {
    padding-right: 2.8125rem !important;
  }
  .xxlarge-p-b-9 {
    padding-bottom: 2.8125rem !important;
  }
  .xxlarge-p-l-9 {
    padding-left: 2.8125rem !important;
  }
  .xxlarge-p-h-9 {
    padding-right: 2.8125rem !important;
    padding-left: 2.8125rem !important;
  }
  .xxlarge-p-v-9 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-10 {
    margin: 3.125rem !important;
  }
  .medium-m-t-10 {
    margin-top: 3.125rem !important;
  }
  .medium-m-r-10 {
    margin-right: 3.125rem !important;
  }
  .medium-m-b-10 {
    margin-bottom: 3.125rem !important;
  }
  .medium-m-l-10 {
    margin-left: 3.125rem !important;
  }
  .medium-m-h-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .medium-m-v-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .medium-p-10 {
    padding: 3.125rem !important;
  }
  .medium-p-t-10 {
    padding-top: 3.125rem !important;
  }
  .medium-p-r-10 {
    padding-right: 3.125rem !important;
  }
  .medium-p-b-10 {
    padding-bottom: 3.125rem !important;
  }
  .medium-p-l-10 {
    padding-left: 3.125rem !important;
  }
  .medium-p-h-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .medium-p-v-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-10 {
    margin: 3.125rem !important;
  }
  .large-m-t-10 {
    margin-top: 3.125rem !important;
  }
  .large-m-r-10 {
    margin-right: 3.125rem !important;
  }
  .large-m-b-10 {
    margin-bottom: 3.125rem !important;
  }
  .large-m-l-10 {
    margin-left: 3.125rem !important;
  }
  .large-m-h-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .large-m-v-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .large-p-10 {
    padding: 3.125rem !important;
  }
  .large-p-t-10 {
    padding-top: 3.125rem !important;
  }
  .large-p-r-10 {
    padding-right: 3.125rem !important;
  }
  .large-p-b-10 {
    padding-bottom: 3.125rem !important;
  }
  .large-p-l-10 {
    padding-left: 3.125rem !important;
  }
  .large-p-h-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .large-p-v-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-10 {
    margin: 3.125rem !important;
  }
  .xlarge-m-t-10 {
    margin-top: 3.125rem !important;
  }
  .xlarge-m-r-10 {
    margin-right: 3.125rem !important;
  }
  .xlarge-m-b-10 {
    margin-bottom: 3.125rem !important;
  }
  .xlarge-m-l-10 {
    margin-left: 3.125rem !important;
  }
  .xlarge-m-h-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .xlarge-m-v-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .xlarge-p-10 {
    padding: 3.125rem !important;
  }
  .xlarge-p-t-10 {
    padding-top: 3.125rem !important;
  }
  .xlarge-p-r-10 {
    padding-right: 3.125rem !important;
  }
  .xlarge-p-b-10 {
    padding-bottom: 3.125rem !important;
  }
  .xlarge-p-l-10 {
    padding-left: 3.125rem !important;
  }
  .xlarge-p-h-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .xlarge-p-v-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-10 {
    margin: 3.125rem !important;
  }
  .xxlarge-m-t-10 {
    margin-top: 3.125rem !important;
  }
  .xxlarge-m-r-10 {
    margin-right: 3.125rem !important;
  }
  .xxlarge-m-b-10 {
    margin-bottom: 3.125rem !important;
  }
  .xxlarge-m-l-10 {
    margin-left: 3.125rem !important;
  }
  .xxlarge-m-h-10 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .xxlarge-m-v-10 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .xxlarge-p-10 {
    padding: 3.125rem !important;
  }
  .xxlarge-p-t-10 {
    padding-top: 3.125rem !important;
  }
  .xxlarge-p-r-10 {
    padding-right: 3.125rem !important;
  }
  .xxlarge-p-b-10 {
    padding-bottom: 3.125rem !important;
  }
  .xxlarge-p-l-10 {
    padding-left: 3.125rem !important;
  }
  .xxlarge-p-h-10 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .xxlarge-p-v-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-11 {
    margin: 3.4375rem !important;
  }
  .medium-m-t-11 {
    margin-top: 3.4375rem !important;
  }
  .medium-m-r-11 {
    margin-right: 3.4375rem !important;
  }
  .medium-m-b-11 {
    margin-bottom: 3.4375rem !important;
  }
  .medium-m-l-11 {
    margin-left: 3.4375rem !important;
  }
  .medium-m-h-11 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .medium-m-v-11 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .medium-p-11 {
    padding: 3.4375rem !important;
  }
  .medium-p-t-11 {
    padding-top: 3.4375rem !important;
  }
  .medium-p-r-11 {
    padding-right: 3.4375rem !important;
  }
  .medium-p-b-11 {
    padding-bottom: 3.4375rem !important;
  }
  .medium-p-l-11 {
    padding-left: 3.4375rem !important;
  }
  .medium-p-h-11 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .medium-p-v-11 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-11 {
    margin: 3.4375rem !important;
  }
  .large-m-t-11 {
    margin-top: 3.4375rem !important;
  }
  .large-m-r-11 {
    margin-right: 3.4375rem !important;
  }
  .large-m-b-11 {
    margin-bottom: 3.4375rem !important;
  }
  .large-m-l-11 {
    margin-left: 3.4375rem !important;
  }
  .large-m-h-11 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .large-m-v-11 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .large-p-11 {
    padding: 3.4375rem !important;
  }
  .large-p-t-11 {
    padding-top: 3.4375rem !important;
  }
  .large-p-r-11 {
    padding-right: 3.4375rem !important;
  }
  .large-p-b-11 {
    padding-bottom: 3.4375rem !important;
  }
  .large-p-l-11 {
    padding-left: 3.4375rem !important;
  }
  .large-p-h-11 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .large-p-v-11 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-11 {
    margin: 3.4375rem !important;
  }
  .xlarge-m-t-11 {
    margin-top: 3.4375rem !important;
  }
  .xlarge-m-r-11 {
    margin-right: 3.4375rem !important;
  }
  .xlarge-m-b-11 {
    margin-bottom: 3.4375rem !important;
  }
  .xlarge-m-l-11 {
    margin-left: 3.4375rem !important;
  }
  .xlarge-m-h-11 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .xlarge-m-v-11 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .xlarge-p-11 {
    padding: 3.4375rem !important;
  }
  .xlarge-p-t-11 {
    padding-top: 3.4375rem !important;
  }
  .xlarge-p-r-11 {
    padding-right: 3.4375rem !important;
  }
  .xlarge-p-b-11 {
    padding-bottom: 3.4375rem !important;
  }
  .xlarge-p-l-11 {
    padding-left: 3.4375rem !important;
  }
  .xlarge-p-h-11 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .xlarge-p-v-11 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-11 {
    margin: 3.4375rem !important;
  }
  .xxlarge-m-t-11 {
    margin-top: 3.4375rem !important;
  }
  .xxlarge-m-r-11 {
    margin-right: 3.4375rem !important;
  }
  .xxlarge-m-b-11 {
    margin-bottom: 3.4375rem !important;
  }
  .xxlarge-m-l-11 {
    margin-left: 3.4375rem !important;
  }
  .xxlarge-m-h-11 {
    margin-right: 3.4375rem !important;
    margin-left: 3.4375rem !important;
  }
  .xxlarge-m-v-11 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .xxlarge-p-11 {
    padding: 3.4375rem !important;
  }
  .xxlarge-p-t-11 {
    padding-top: 3.4375rem !important;
  }
  .xxlarge-p-r-11 {
    padding-right: 3.4375rem !important;
  }
  .xxlarge-p-b-11 {
    padding-bottom: 3.4375rem !important;
  }
  .xxlarge-p-l-11 {
    padding-left: 3.4375rem !important;
  }
  .xxlarge-p-h-11 {
    padding-right: 3.4375rem !important;
    padding-left: 3.4375rem !important;
  }
  .xxlarge-p-v-11 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-12 {
    margin: 3.75rem !important;
  }
  .medium-m-t-12 {
    margin-top: 3.75rem !important;
  }
  .medium-m-r-12 {
    margin-right: 3.75rem !important;
  }
  .medium-m-b-12 {
    margin-bottom: 3.75rem !important;
  }
  .medium-m-l-12 {
    margin-left: 3.75rem !important;
  }
  .medium-m-h-12 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .medium-m-v-12 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .medium-p-12 {
    padding: 3.75rem !important;
  }
  .medium-p-t-12 {
    padding-top: 3.75rem !important;
  }
  .medium-p-r-12 {
    padding-right: 3.75rem !important;
  }
  .medium-p-b-12 {
    padding-bottom: 3.75rem !important;
  }
  .medium-p-l-12 {
    padding-left: 3.75rem !important;
  }
  .medium-p-h-12 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .medium-p-v-12 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-12 {
    margin: 3.75rem !important;
  }
  .large-m-t-12 {
    margin-top: 3.75rem !important;
  }
  .large-m-r-12 {
    margin-right: 3.75rem !important;
  }
  .large-m-b-12 {
    margin-bottom: 3.75rem !important;
  }
  .large-m-l-12 {
    margin-left: 3.75rem !important;
  }
  .large-m-h-12 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .large-m-v-12 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .large-p-12 {
    padding: 3.75rem !important;
  }
  .large-p-t-12 {
    padding-top: 3.75rem !important;
  }
  .large-p-r-12 {
    padding-right: 3.75rem !important;
  }
  .large-p-b-12 {
    padding-bottom: 3.75rem !important;
  }
  .large-p-l-12 {
    padding-left: 3.75rem !important;
  }
  .large-p-h-12 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .large-p-v-12 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-12 {
    margin: 3.75rem !important;
  }
  .xlarge-m-t-12 {
    margin-top: 3.75rem !important;
  }
  .xlarge-m-r-12 {
    margin-right: 3.75rem !important;
  }
  .xlarge-m-b-12 {
    margin-bottom: 3.75rem !important;
  }
  .xlarge-m-l-12 {
    margin-left: 3.75rem !important;
  }
  .xlarge-m-h-12 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .xlarge-m-v-12 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xlarge-p-12 {
    padding: 3.75rem !important;
  }
  .xlarge-p-t-12 {
    padding-top: 3.75rem !important;
  }
  .xlarge-p-r-12 {
    padding-right: 3.75rem !important;
  }
  .xlarge-p-b-12 {
    padding-bottom: 3.75rem !important;
  }
  .xlarge-p-l-12 {
    padding-left: 3.75rem !important;
  }
  .xlarge-p-h-12 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .xlarge-p-v-12 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-12 {
    margin: 3.75rem !important;
  }
  .xxlarge-m-t-12 {
    margin-top: 3.75rem !important;
  }
  .xxlarge-m-r-12 {
    margin-right: 3.75rem !important;
  }
  .xxlarge-m-b-12 {
    margin-bottom: 3.75rem !important;
  }
  .xxlarge-m-l-12 {
    margin-left: 3.75rem !important;
  }
  .xxlarge-m-h-12 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .xxlarge-m-v-12 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xxlarge-p-12 {
    padding: 3.75rem !important;
  }
  .xxlarge-p-t-12 {
    padding-top: 3.75rem !important;
  }
  .xxlarge-p-r-12 {
    padding-right: 3.75rem !important;
  }
  .xxlarge-p-b-12 {
    padding-bottom: 3.75rem !important;
  }
  .xxlarge-p-l-12 {
    padding-left: 3.75rem !important;
  }
  .xxlarge-p-h-12 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .xxlarge-p-v-12 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-13 {
    margin: 4.0625rem !important;
  }
  .medium-m-t-13 {
    margin-top: 4.0625rem !important;
  }
  .medium-m-r-13 {
    margin-right: 4.0625rem !important;
  }
  .medium-m-b-13 {
    margin-bottom: 4.0625rem !important;
  }
  .medium-m-l-13 {
    margin-left: 4.0625rem !important;
  }
  .medium-m-h-13 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .medium-m-v-13 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .medium-p-13 {
    padding: 4.0625rem !important;
  }
  .medium-p-t-13 {
    padding-top: 4.0625rem !important;
  }
  .medium-p-r-13 {
    padding-right: 4.0625rem !important;
  }
  .medium-p-b-13 {
    padding-bottom: 4.0625rem !important;
  }
  .medium-p-l-13 {
    padding-left: 4.0625rem !important;
  }
  .medium-p-h-13 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .medium-p-v-13 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-13 {
    margin: 4.0625rem !important;
  }
  .large-m-t-13 {
    margin-top: 4.0625rem !important;
  }
  .large-m-r-13 {
    margin-right: 4.0625rem !important;
  }
  .large-m-b-13 {
    margin-bottom: 4.0625rem !important;
  }
  .large-m-l-13 {
    margin-left: 4.0625rem !important;
  }
  .large-m-h-13 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .large-m-v-13 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .large-p-13 {
    padding: 4.0625rem !important;
  }
  .large-p-t-13 {
    padding-top: 4.0625rem !important;
  }
  .large-p-r-13 {
    padding-right: 4.0625rem !important;
  }
  .large-p-b-13 {
    padding-bottom: 4.0625rem !important;
  }
  .large-p-l-13 {
    padding-left: 4.0625rem !important;
  }
  .large-p-h-13 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .large-p-v-13 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-13 {
    margin: 4.0625rem !important;
  }
  .xlarge-m-t-13 {
    margin-top: 4.0625rem !important;
  }
  .xlarge-m-r-13 {
    margin-right: 4.0625rem !important;
  }
  .xlarge-m-b-13 {
    margin-bottom: 4.0625rem !important;
  }
  .xlarge-m-l-13 {
    margin-left: 4.0625rem !important;
  }
  .xlarge-m-h-13 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .xlarge-m-v-13 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .xlarge-p-13 {
    padding: 4.0625rem !important;
  }
  .xlarge-p-t-13 {
    padding-top: 4.0625rem !important;
  }
  .xlarge-p-r-13 {
    padding-right: 4.0625rem !important;
  }
  .xlarge-p-b-13 {
    padding-bottom: 4.0625rem !important;
  }
  .xlarge-p-l-13 {
    padding-left: 4.0625rem !important;
  }
  .xlarge-p-h-13 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .xlarge-p-v-13 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-13 {
    margin: 4.0625rem !important;
  }
  .xxlarge-m-t-13 {
    margin-top: 4.0625rem !important;
  }
  .xxlarge-m-r-13 {
    margin-right: 4.0625rem !important;
  }
  .xxlarge-m-b-13 {
    margin-bottom: 4.0625rem !important;
  }
  .xxlarge-m-l-13 {
    margin-left: 4.0625rem !important;
  }
  .xxlarge-m-h-13 {
    margin-right: 4.0625rem !important;
    margin-left: 4.0625rem !important;
  }
  .xxlarge-m-v-13 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .xxlarge-p-13 {
    padding: 4.0625rem !important;
  }
  .xxlarge-p-t-13 {
    padding-top: 4.0625rem !important;
  }
  .xxlarge-p-r-13 {
    padding-right: 4.0625rem !important;
  }
  .xxlarge-p-b-13 {
    padding-bottom: 4.0625rem !important;
  }
  .xxlarge-p-l-13 {
    padding-left: 4.0625rem !important;
  }
  .xxlarge-p-h-13 {
    padding-right: 4.0625rem !important;
    padding-left: 4.0625rem !important;
  }
  .xxlarge-p-v-13 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-14 {
    margin: 4.375rem !important;
  }
  .medium-m-t-14 {
    margin-top: 4.375rem !important;
  }
  .medium-m-r-14 {
    margin-right: 4.375rem !important;
  }
  .medium-m-b-14 {
    margin-bottom: 4.375rem !important;
  }
  .medium-m-l-14 {
    margin-left: 4.375rem !important;
  }
  .medium-m-h-14 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .medium-m-v-14 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .medium-p-14 {
    padding: 4.375rem !important;
  }
  .medium-p-t-14 {
    padding-top: 4.375rem !important;
  }
  .medium-p-r-14 {
    padding-right: 4.375rem !important;
  }
  .medium-p-b-14 {
    padding-bottom: 4.375rem !important;
  }
  .medium-p-l-14 {
    padding-left: 4.375rem !important;
  }
  .medium-p-h-14 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .medium-p-v-14 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-14 {
    margin: 4.375rem !important;
  }
  .large-m-t-14 {
    margin-top: 4.375rem !important;
  }
  .large-m-r-14 {
    margin-right: 4.375rem !important;
  }
  .large-m-b-14 {
    margin-bottom: 4.375rem !important;
  }
  .large-m-l-14 {
    margin-left: 4.375rem !important;
  }
  .large-m-h-14 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .large-m-v-14 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .large-p-14 {
    padding: 4.375rem !important;
  }
  .large-p-t-14 {
    padding-top: 4.375rem !important;
  }
  .large-p-r-14 {
    padding-right: 4.375rem !important;
  }
  .large-p-b-14 {
    padding-bottom: 4.375rem !important;
  }
  .large-p-l-14 {
    padding-left: 4.375rem !important;
  }
  .large-p-h-14 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .large-p-v-14 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-14 {
    margin: 4.375rem !important;
  }
  .xlarge-m-t-14 {
    margin-top: 4.375rem !important;
  }
  .xlarge-m-r-14 {
    margin-right: 4.375rem !important;
  }
  .xlarge-m-b-14 {
    margin-bottom: 4.375rem !important;
  }
  .xlarge-m-l-14 {
    margin-left: 4.375rem !important;
  }
  .xlarge-m-h-14 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .xlarge-m-v-14 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .xlarge-p-14 {
    padding: 4.375rem !important;
  }
  .xlarge-p-t-14 {
    padding-top: 4.375rem !important;
  }
  .xlarge-p-r-14 {
    padding-right: 4.375rem !important;
  }
  .xlarge-p-b-14 {
    padding-bottom: 4.375rem !important;
  }
  .xlarge-p-l-14 {
    padding-left: 4.375rem !important;
  }
  .xlarge-p-h-14 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .xlarge-p-v-14 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-14 {
    margin: 4.375rem !important;
  }
  .xxlarge-m-t-14 {
    margin-top: 4.375rem !important;
  }
  .xxlarge-m-r-14 {
    margin-right: 4.375rem !important;
  }
  .xxlarge-m-b-14 {
    margin-bottom: 4.375rem !important;
  }
  .xxlarge-m-l-14 {
    margin-left: 4.375rem !important;
  }
  .xxlarge-m-h-14 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .xxlarge-m-v-14 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .xxlarge-p-14 {
    padding: 4.375rem !important;
  }
  .xxlarge-p-t-14 {
    padding-top: 4.375rem !important;
  }
  .xxlarge-p-r-14 {
    padding-right: 4.375rem !important;
  }
  .xxlarge-p-b-14 {
    padding-bottom: 4.375rem !important;
  }
  .xxlarge-p-l-14 {
    padding-left: 4.375rem !important;
  }
  .xxlarge-p-h-14 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .xxlarge-p-v-14 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-15 {
    margin: 4.6875rem !important;
  }
  .medium-m-t-15 {
    margin-top: 4.6875rem !important;
  }
  .medium-m-r-15 {
    margin-right: 4.6875rem !important;
  }
  .medium-m-b-15 {
    margin-bottom: 4.6875rem !important;
  }
  .medium-m-l-15 {
    margin-left: 4.6875rem !important;
  }
  .medium-m-h-15 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .medium-m-v-15 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .medium-p-15 {
    padding: 4.6875rem !important;
  }
  .medium-p-t-15 {
    padding-top: 4.6875rem !important;
  }
  .medium-p-r-15 {
    padding-right: 4.6875rem !important;
  }
  .medium-p-b-15 {
    padding-bottom: 4.6875rem !important;
  }
  .medium-p-l-15 {
    padding-left: 4.6875rem !important;
  }
  .medium-p-h-15 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .medium-p-v-15 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-15 {
    margin: 4.6875rem !important;
  }
  .large-m-t-15 {
    margin-top: 4.6875rem !important;
  }
  .large-m-r-15 {
    margin-right: 4.6875rem !important;
  }
  .large-m-b-15 {
    margin-bottom: 4.6875rem !important;
  }
  .large-m-l-15 {
    margin-left: 4.6875rem !important;
  }
  .large-m-h-15 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .large-m-v-15 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .large-p-15 {
    padding: 4.6875rem !important;
  }
  .large-p-t-15 {
    padding-top: 4.6875rem !important;
  }
  .large-p-r-15 {
    padding-right: 4.6875rem !important;
  }
  .large-p-b-15 {
    padding-bottom: 4.6875rem !important;
  }
  .large-p-l-15 {
    padding-left: 4.6875rem !important;
  }
  .large-p-h-15 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .large-p-v-15 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-15 {
    margin: 4.6875rem !important;
  }
  .xlarge-m-t-15 {
    margin-top: 4.6875rem !important;
  }
  .xlarge-m-r-15 {
    margin-right: 4.6875rem !important;
  }
  .xlarge-m-b-15 {
    margin-bottom: 4.6875rem !important;
  }
  .xlarge-m-l-15 {
    margin-left: 4.6875rem !important;
  }
  .xlarge-m-h-15 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .xlarge-m-v-15 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .xlarge-p-15 {
    padding: 4.6875rem !important;
  }
  .xlarge-p-t-15 {
    padding-top: 4.6875rem !important;
  }
  .xlarge-p-r-15 {
    padding-right: 4.6875rem !important;
  }
  .xlarge-p-b-15 {
    padding-bottom: 4.6875rem !important;
  }
  .xlarge-p-l-15 {
    padding-left: 4.6875rem !important;
  }
  .xlarge-p-h-15 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .xlarge-p-v-15 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-15 {
    margin: 4.6875rem !important;
  }
  .xxlarge-m-t-15 {
    margin-top: 4.6875rem !important;
  }
  .xxlarge-m-r-15 {
    margin-right: 4.6875rem !important;
  }
  .xxlarge-m-b-15 {
    margin-bottom: 4.6875rem !important;
  }
  .xxlarge-m-l-15 {
    margin-left: 4.6875rem !important;
  }
  .xxlarge-m-h-15 {
    margin-right: 4.6875rem !important;
    margin-left: 4.6875rem !important;
  }
  .xxlarge-m-v-15 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .xxlarge-p-15 {
    padding: 4.6875rem !important;
  }
  .xxlarge-p-t-15 {
    padding-top: 4.6875rem !important;
  }
  .xxlarge-p-r-15 {
    padding-right: 4.6875rem !important;
  }
  .xxlarge-p-b-15 {
    padding-bottom: 4.6875rem !important;
  }
  .xxlarge-p-l-15 {
    padding-left: 4.6875rem !important;
  }
  .xxlarge-p-h-15 {
    padding-right: 4.6875rem !important;
    padding-left: 4.6875rem !important;
  }
  .xxlarge-p-v-15 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-16 {
    margin: 5rem !important;
  }
  .medium-m-t-16 {
    margin-top: 5rem !important;
  }
  .medium-m-r-16 {
    margin-right: 5rem !important;
  }
  .medium-m-b-16 {
    margin-bottom: 5rem !important;
  }
  .medium-m-l-16 {
    margin-left: 5rem !important;
  }
  .medium-m-h-16 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .medium-m-v-16 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .medium-p-16 {
    padding: 5rem !important;
  }
  .medium-p-t-16 {
    padding-top: 5rem !important;
  }
  .medium-p-r-16 {
    padding-right: 5rem !important;
  }
  .medium-p-b-16 {
    padding-bottom: 5rem !important;
  }
  .medium-p-l-16 {
    padding-left: 5rem !important;
  }
  .medium-p-h-16 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .medium-p-v-16 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-16 {
    margin: 5rem !important;
  }
  .large-m-t-16 {
    margin-top: 5rem !important;
  }
  .large-m-r-16 {
    margin-right: 5rem !important;
  }
  .large-m-b-16 {
    margin-bottom: 5rem !important;
  }
  .large-m-l-16 {
    margin-left: 5rem !important;
  }
  .large-m-h-16 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .large-m-v-16 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .large-p-16 {
    padding: 5rem !important;
  }
  .large-p-t-16 {
    padding-top: 5rem !important;
  }
  .large-p-r-16 {
    padding-right: 5rem !important;
  }
  .large-p-b-16 {
    padding-bottom: 5rem !important;
  }
  .large-p-l-16 {
    padding-left: 5rem !important;
  }
  .large-p-h-16 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .large-p-v-16 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-16 {
    margin: 5rem !important;
  }
  .xlarge-m-t-16 {
    margin-top: 5rem !important;
  }
  .xlarge-m-r-16 {
    margin-right: 5rem !important;
  }
  .xlarge-m-b-16 {
    margin-bottom: 5rem !important;
  }
  .xlarge-m-l-16 {
    margin-left: 5rem !important;
  }
  .xlarge-m-h-16 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xlarge-m-v-16 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xlarge-p-16 {
    padding: 5rem !important;
  }
  .xlarge-p-t-16 {
    padding-top: 5rem !important;
  }
  .xlarge-p-r-16 {
    padding-right: 5rem !important;
  }
  .xlarge-p-b-16 {
    padding-bottom: 5rem !important;
  }
  .xlarge-p-l-16 {
    padding-left: 5rem !important;
  }
  .xlarge-p-h-16 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xlarge-p-v-16 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-16 {
    margin: 5rem !important;
  }
  .xxlarge-m-t-16 {
    margin-top: 5rem !important;
  }
  .xxlarge-m-r-16 {
    margin-right: 5rem !important;
  }
  .xxlarge-m-b-16 {
    margin-bottom: 5rem !important;
  }
  .xxlarge-m-l-16 {
    margin-left: 5rem !important;
  }
  .xxlarge-m-h-16 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xxlarge-m-v-16 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxlarge-p-16 {
    padding: 5rem !important;
  }
  .xxlarge-p-t-16 {
    padding-top: 5rem !important;
  }
  .xxlarge-p-r-16 {
    padding-right: 5rem !important;
  }
  .xxlarge-p-b-16 {
    padding-bottom: 5rem !important;
  }
  .xxlarge-p-l-16 {
    padding-left: 5rem !important;
  }
  .xxlarge-p-h-16 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xxlarge-p-v-16 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-17 {
    margin: 5.3125rem !important;
  }
  .medium-m-t-17 {
    margin-top: 5.3125rem !important;
  }
  .medium-m-r-17 {
    margin-right: 5.3125rem !important;
  }
  .medium-m-b-17 {
    margin-bottom: 5.3125rem !important;
  }
  .medium-m-l-17 {
    margin-left: 5.3125rem !important;
  }
  .medium-m-h-17 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .medium-m-v-17 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .medium-p-17 {
    padding: 5.3125rem !important;
  }
  .medium-p-t-17 {
    padding-top: 5.3125rem !important;
  }
  .medium-p-r-17 {
    padding-right: 5.3125rem !important;
  }
  .medium-p-b-17 {
    padding-bottom: 5.3125rem !important;
  }
  .medium-p-l-17 {
    padding-left: 5.3125rem !important;
  }
  .medium-p-h-17 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .medium-p-v-17 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-17 {
    margin: 5.3125rem !important;
  }
  .large-m-t-17 {
    margin-top: 5.3125rem !important;
  }
  .large-m-r-17 {
    margin-right: 5.3125rem !important;
  }
  .large-m-b-17 {
    margin-bottom: 5.3125rem !important;
  }
  .large-m-l-17 {
    margin-left: 5.3125rem !important;
  }
  .large-m-h-17 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .large-m-v-17 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .large-p-17 {
    padding: 5.3125rem !important;
  }
  .large-p-t-17 {
    padding-top: 5.3125rem !important;
  }
  .large-p-r-17 {
    padding-right: 5.3125rem !important;
  }
  .large-p-b-17 {
    padding-bottom: 5.3125rem !important;
  }
  .large-p-l-17 {
    padding-left: 5.3125rem !important;
  }
  .large-p-h-17 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .large-p-v-17 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-17 {
    margin: 5.3125rem !important;
  }
  .xlarge-m-t-17 {
    margin-top: 5.3125rem !important;
  }
  .xlarge-m-r-17 {
    margin-right: 5.3125rem !important;
  }
  .xlarge-m-b-17 {
    margin-bottom: 5.3125rem !important;
  }
  .xlarge-m-l-17 {
    margin-left: 5.3125rem !important;
  }
  .xlarge-m-h-17 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .xlarge-m-v-17 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .xlarge-p-17 {
    padding: 5.3125rem !important;
  }
  .xlarge-p-t-17 {
    padding-top: 5.3125rem !important;
  }
  .xlarge-p-r-17 {
    padding-right: 5.3125rem !important;
  }
  .xlarge-p-b-17 {
    padding-bottom: 5.3125rem !important;
  }
  .xlarge-p-l-17 {
    padding-left: 5.3125rem !important;
  }
  .xlarge-p-h-17 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .xlarge-p-v-17 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-17 {
    margin: 5.3125rem !important;
  }
  .xxlarge-m-t-17 {
    margin-top: 5.3125rem !important;
  }
  .xxlarge-m-r-17 {
    margin-right: 5.3125rem !important;
  }
  .xxlarge-m-b-17 {
    margin-bottom: 5.3125rem !important;
  }
  .xxlarge-m-l-17 {
    margin-left: 5.3125rem !important;
  }
  .xxlarge-m-h-17 {
    margin-right: 5.3125rem !important;
    margin-left: 5.3125rem !important;
  }
  .xxlarge-m-v-17 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .xxlarge-p-17 {
    padding: 5.3125rem !important;
  }
  .xxlarge-p-t-17 {
    padding-top: 5.3125rem !important;
  }
  .xxlarge-p-r-17 {
    padding-right: 5.3125rem !important;
  }
  .xxlarge-p-b-17 {
    padding-bottom: 5.3125rem !important;
  }
  .xxlarge-p-l-17 {
    padding-left: 5.3125rem !important;
  }
  .xxlarge-p-h-17 {
    padding-right: 5.3125rem !important;
    padding-left: 5.3125rem !important;
  }
  .xxlarge-p-v-17 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-18 {
    margin: 5.625rem !important;
  }
  .medium-m-t-18 {
    margin-top: 5.625rem !important;
  }
  .medium-m-r-18 {
    margin-right: 5.625rem !important;
  }
  .medium-m-b-18 {
    margin-bottom: 5.625rem !important;
  }
  .medium-m-l-18 {
    margin-left: 5.625rem !important;
  }
  .medium-m-h-18 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .medium-m-v-18 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .medium-p-18 {
    padding: 5.625rem !important;
  }
  .medium-p-t-18 {
    padding-top: 5.625rem !important;
  }
  .medium-p-r-18 {
    padding-right: 5.625rem !important;
  }
  .medium-p-b-18 {
    padding-bottom: 5.625rem !important;
  }
  .medium-p-l-18 {
    padding-left: 5.625rem !important;
  }
  .medium-p-h-18 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .medium-p-v-18 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-18 {
    margin: 5.625rem !important;
  }
  .large-m-t-18 {
    margin-top: 5.625rem !important;
  }
  .large-m-r-18 {
    margin-right: 5.625rem !important;
  }
  .large-m-b-18 {
    margin-bottom: 5.625rem !important;
  }
  .large-m-l-18 {
    margin-left: 5.625rem !important;
  }
  .large-m-h-18 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .large-m-v-18 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .large-p-18 {
    padding: 5.625rem !important;
  }
  .large-p-t-18 {
    padding-top: 5.625rem !important;
  }
  .large-p-r-18 {
    padding-right: 5.625rem !important;
  }
  .large-p-b-18 {
    padding-bottom: 5.625rem !important;
  }
  .large-p-l-18 {
    padding-left: 5.625rem !important;
  }
  .large-p-h-18 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .large-p-v-18 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-18 {
    margin: 5.625rem !important;
  }
  .xlarge-m-t-18 {
    margin-top: 5.625rem !important;
  }
  .xlarge-m-r-18 {
    margin-right: 5.625rem !important;
  }
  .xlarge-m-b-18 {
    margin-bottom: 5.625rem !important;
  }
  .xlarge-m-l-18 {
    margin-left: 5.625rem !important;
  }
  .xlarge-m-h-18 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .xlarge-m-v-18 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .xlarge-p-18 {
    padding: 5.625rem !important;
  }
  .xlarge-p-t-18 {
    padding-top: 5.625rem !important;
  }
  .xlarge-p-r-18 {
    padding-right: 5.625rem !important;
  }
  .xlarge-p-b-18 {
    padding-bottom: 5.625rem !important;
  }
  .xlarge-p-l-18 {
    padding-left: 5.625rem !important;
  }
  .xlarge-p-h-18 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .xlarge-p-v-18 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-18 {
    margin: 5.625rem !important;
  }
  .xxlarge-m-t-18 {
    margin-top: 5.625rem !important;
  }
  .xxlarge-m-r-18 {
    margin-right: 5.625rem !important;
  }
  .xxlarge-m-b-18 {
    margin-bottom: 5.625rem !important;
  }
  .xxlarge-m-l-18 {
    margin-left: 5.625rem !important;
  }
  .xxlarge-m-h-18 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .xxlarge-m-v-18 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .xxlarge-p-18 {
    padding: 5.625rem !important;
  }
  .xxlarge-p-t-18 {
    padding-top: 5.625rem !important;
  }
  .xxlarge-p-r-18 {
    padding-right: 5.625rem !important;
  }
  .xxlarge-p-b-18 {
    padding-bottom: 5.625rem !important;
  }
  .xxlarge-p-l-18 {
    padding-left: 5.625rem !important;
  }
  .xxlarge-p-h-18 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .xxlarge-p-v-18 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-19 {
    margin: 5.9375rem !important;
  }
  .medium-m-t-19 {
    margin-top: 5.9375rem !important;
  }
  .medium-m-r-19 {
    margin-right: 5.9375rem !important;
  }
  .medium-m-b-19 {
    margin-bottom: 5.9375rem !important;
  }
  .medium-m-l-19 {
    margin-left: 5.9375rem !important;
  }
  .medium-m-h-19 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .medium-m-v-19 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .medium-p-19 {
    padding: 5.9375rem !important;
  }
  .medium-p-t-19 {
    padding-top: 5.9375rem !important;
  }
  .medium-p-r-19 {
    padding-right: 5.9375rem !important;
  }
  .medium-p-b-19 {
    padding-bottom: 5.9375rem !important;
  }
  .medium-p-l-19 {
    padding-left: 5.9375rem !important;
  }
  .medium-p-h-19 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .medium-p-v-19 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-19 {
    margin: 5.9375rem !important;
  }
  .large-m-t-19 {
    margin-top: 5.9375rem !important;
  }
  .large-m-r-19 {
    margin-right: 5.9375rem !important;
  }
  .large-m-b-19 {
    margin-bottom: 5.9375rem !important;
  }
  .large-m-l-19 {
    margin-left: 5.9375rem !important;
  }
  .large-m-h-19 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .large-m-v-19 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .large-p-19 {
    padding: 5.9375rem !important;
  }
  .large-p-t-19 {
    padding-top: 5.9375rem !important;
  }
  .large-p-r-19 {
    padding-right: 5.9375rem !important;
  }
  .large-p-b-19 {
    padding-bottom: 5.9375rem !important;
  }
  .large-p-l-19 {
    padding-left: 5.9375rem !important;
  }
  .large-p-h-19 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .large-p-v-19 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-19 {
    margin: 5.9375rem !important;
  }
  .xlarge-m-t-19 {
    margin-top: 5.9375rem !important;
  }
  .xlarge-m-r-19 {
    margin-right: 5.9375rem !important;
  }
  .xlarge-m-b-19 {
    margin-bottom: 5.9375rem !important;
  }
  .xlarge-m-l-19 {
    margin-left: 5.9375rem !important;
  }
  .xlarge-m-h-19 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .xlarge-m-v-19 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .xlarge-p-19 {
    padding: 5.9375rem !important;
  }
  .xlarge-p-t-19 {
    padding-top: 5.9375rem !important;
  }
  .xlarge-p-r-19 {
    padding-right: 5.9375rem !important;
  }
  .xlarge-p-b-19 {
    padding-bottom: 5.9375rem !important;
  }
  .xlarge-p-l-19 {
    padding-left: 5.9375rem !important;
  }
  .xlarge-p-h-19 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .xlarge-p-v-19 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-19 {
    margin: 5.9375rem !important;
  }
  .xxlarge-m-t-19 {
    margin-top: 5.9375rem !important;
  }
  .xxlarge-m-r-19 {
    margin-right: 5.9375rem !important;
  }
  .xxlarge-m-b-19 {
    margin-bottom: 5.9375rem !important;
  }
  .xxlarge-m-l-19 {
    margin-left: 5.9375rem !important;
  }
  .xxlarge-m-h-19 {
    margin-right: 5.9375rem !important;
    margin-left: 5.9375rem !important;
  }
  .xxlarge-m-v-19 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .xxlarge-p-19 {
    padding: 5.9375rem !important;
  }
  .xxlarge-p-t-19 {
    padding-top: 5.9375rem !important;
  }
  .xxlarge-p-r-19 {
    padding-right: 5.9375rem !important;
  }
  .xxlarge-p-b-19 {
    padding-bottom: 5.9375rem !important;
  }
  .xxlarge-p-l-19 {
    padding-left: 5.9375rem !important;
  }
  .xxlarge-p-h-19 {
    padding-right: 5.9375rem !important;
    padding-left: 5.9375rem !important;
  }
  .xxlarge-p-v-19 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-m-20 {
    margin: 6.25rem !important;
  }
  .medium-m-t-20 {
    margin-top: 6.25rem !important;
  }
  .medium-m-r-20 {
    margin-right: 6.25rem !important;
  }
  .medium-m-b-20 {
    margin-bottom: 6.25rem !important;
  }
  .medium-m-l-20 {
    margin-left: 6.25rem !important;
  }
  .medium-m-h-20 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .medium-m-v-20 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .medium-p-20 {
    padding: 6.25rem !important;
  }
  .medium-p-t-20 {
    padding-top: 6.25rem !important;
  }
  .medium-p-r-20 {
    padding-right: 6.25rem !important;
  }
  .medium-p-b-20 {
    padding-bottom: 6.25rem !important;
  }
  .medium-p-l-20 {
    padding-left: 6.25rem !important;
  }
  .medium-p-h-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .medium-p-v-20 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-m-20 {
    margin: 6.25rem !important;
  }
  .large-m-t-20 {
    margin-top: 6.25rem !important;
  }
  .large-m-r-20 {
    margin-right: 6.25rem !important;
  }
  .large-m-b-20 {
    margin-bottom: 6.25rem !important;
  }
  .large-m-l-20 {
    margin-left: 6.25rem !important;
  }
  .large-m-h-20 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .large-m-v-20 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .large-p-20 {
    padding: 6.25rem !important;
  }
  .large-p-t-20 {
    padding-top: 6.25rem !important;
  }
  .large-p-r-20 {
    padding-right: 6.25rem !important;
  }
  .large-p-b-20 {
    padding-bottom: 6.25rem !important;
  }
  .large-p-l-20 {
    padding-left: 6.25rem !important;
  }
  .large-p-h-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .large-p-v-20 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-m-20 {
    margin: 6.25rem !important;
  }
  .xlarge-m-t-20 {
    margin-top: 6.25rem !important;
  }
  .xlarge-m-r-20 {
    margin-right: 6.25rem !important;
  }
  .xlarge-m-b-20 {
    margin-bottom: 6.25rem !important;
  }
  .xlarge-m-l-20 {
    margin-left: 6.25rem !important;
  }
  .xlarge-m-h-20 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .xlarge-m-v-20 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .xlarge-p-20 {
    padding: 6.25rem !important;
  }
  .xlarge-p-t-20 {
    padding-top: 6.25rem !important;
  }
  .xlarge-p-r-20 {
    padding-right: 6.25rem !important;
  }
  .xlarge-p-b-20 {
    padding-bottom: 6.25rem !important;
  }
  .xlarge-p-l-20 {
    padding-left: 6.25rem !important;
  }
  .xlarge-p-h-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .xlarge-p-v-20 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-m-20 {
    margin: 6.25rem !important;
  }
  .xxlarge-m-t-20 {
    margin-top: 6.25rem !important;
  }
  .xxlarge-m-r-20 {
    margin-right: 6.25rem !important;
  }
  .xxlarge-m-b-20 {
    margin-bottom: 6.25rem !important;
  }
  .xxlarge-m-l-20 {
    margin-left: 6.25rem !important;
  }
  .xxlarge-m-h-20 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .xxlarge-m-v-20 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .xxlarge-p-20 {
    padding: 6.25rem !important;
  }
  .xxlarge-p-t-20 {
    padding-top: 6.25rem !important;
  }
  .xxlarge-p-r-20 {
    padding-right: 6.25rem !important;
  }
  .xxlarge-p-b-20 {
    padding-bottom: 6.25rem !important;
  }
  .xxlarge-p-l-20 {
    padding-left: 6.25rem !important;
  }
  .xxlarge-p-h-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .xxlarge-p-v-20 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
.c-dark-blue {
  color: #009ed7 !important;
}

.c-blue {
  color: #61d0f8 !important;
}

.c-primary {
  color: #61d0f8 !important;
}

.c-secondary {
  color: #9cdb4e !important;
}

.c-warning,
.c-red {
  color: #f6584c !important;
}

.c-dark-gray {
  color: #6a6e7e !important;
}

.c-dark-green {
  color: #57c237 !important;
}

.c-gray {
  color: #b7bac8 !important;
}

.c-white {
  color: #fefefe !important;
}

.c-black {
  color: #2e313e !important;
}

.c-light-gray {
  color: #e0e1ea !important;
}

.c-lightest-gray {
  color: #f8f8fc !important;
}

.c-lighter-red {
  color: #fdebea !important;
}

.c-light-black {
  color: #29353c !important;
}

.c-lighter-black {
  color: #353d48 !important;
}

.c-yellow {
  color: #f9cd11 !important;
}

.ff-primary {
  font-family: "Nunito Sans" !important;
}

.ff-secondary {
  font-family: "Bw Glen Sans" !important;
}

.f-ub {
  font-weight: 900 !important;
}

h1,
.h1 {
  font-family: "Bw Glen Sans";
  font-weight: 900;
  text-shadow: 0 3px 0 #009ed7;
}

h2,
.h2 {
  font-family: "Bw Glen Sans";
  font-weight: 900;
}
h2.white-shadow,
.h2.white-shadow {
  text-shadow: 1px 1px 0 #ffffff, 0 3px 0 rgba(106, 110, 126, 0.24);
}

h3,
.h3 {
  font-weight: 300;
}
h3.alt,
.h3.alt {
  font-weight: 900;
  font-family: "Bw Glen Sans";
}

h4,
.h4 {
  font-weight: 700;
}
h4.alt,
.h4.alt {
  font-weight: 900;
  font-family: "Bw Glen Sans";
}

h5,
.h5 {
  font-weight: 900;
  font-family: "Bw Glen Sans";
}

h6,
.h6 {
  color: #6a6e7e;
  font-weight: 700;
}
h6.alt,
.h6.alt {
  font-weight: normal;
}

.text-shadow-primary {
  text-shadow: 0 2px 0 #009ed7;
}

.text-shadow-secondary {
  text-shadow: 0 2px 0 #57c237;
}

.text-shadow-warning {
  text-shadow: 0 2px 0 #d60f24;
}

.text-shadow-default {
  text-shadow: 0 2px 0 #b7bac8;
}

#app {
  overflow: auto;
}

#wpadminbar {
  display: none;
}

.jquery-modal.blocker {
  z-index: 100;
}

.green-underline {
  position: relative;
}
.green-underline::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url("../svg/green-underline.svg") no-repeat right 0 bottom 0;
}

.panel {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 43px 0 rgba(46, 49, 62, 0.08);
  padding: 0.625rem;
}
@media screen and (min-width: 75em) {
  .panel {
    padding: 1.875rem;
  }
}
.panel--open .panel__content {
  max-height: 1000px;
}
.panel--small {
  padding: 0.5625rem 0.75rem;
}
.panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 1.5625rem;
  padding: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 75em) {
  .panel__header {
    padding: 2.1875rem;
  }
}
.panel__header.primary {
  background-color: #61d0f8;
}
.panel__header.secondary {
  background-color: #9cdb4e;
}
.panel__header.success {
  background-color: #3adb76;
}
.panel__header.warning {
  background-color: #f6584c;
}
.panel__header.alert {
  background-color: #cc4b37;
}
.panel__header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 20px 0;
  border-color: transparent #fefefe transparent transparent;
}
@media screen and (min-width: 75em) {
  .panel__header:after {
    border-width: 0 90px 40px 0;
  }
}
.panel__header--bg {
  position: absolute;
  opacity: 0.26;
  margin: auto 5px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.panel__header--small {
  padding: 1rem;
  margin-bottom: 1rem;
}
.panel__header--small:after {
  border-width: 0 40px 20px 0;
}
.panel__header a:hover {
  transform: translateY(2px);
  color: white;
}
.panel__content {
  padding: 0 0.9375rem;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s;
}

.form-panel {
  padding: 0;
}
.form-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
  padding: 25px 30px;
}
.form-panel__body {
  padding: 30px 15px 0 15px;
}

.stepper__step {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.stepper__step--checked {
  background-color: #9cdb4e;
  color: #fefefe;
  border: 4px solid #9cdb4e;
}
.stepper__step--checked i {
  font-size: 1.5rem;
  border-radius: 50%;
  text-shadow: 0 2px 0 #57c237;
}
.stepper__step--unchecked {
  background-color: #009ed7;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border: 4px solid #009ed7;
}
.stepper__line {
  width: 20px;
  height: 6px;
}
.stepper__line--checked {
  background-color: #9cdb4e;
}
.stepper__line--unchecked {
  background-color: #009ed7;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 74.99875em) {
  .header__inactive {
    display: none;
  }
}
.header .main-logo-mobile {
  max-width: 180px;
}

.header-search {
  position: relative;
}
.header-search__input {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .header-search__input {
    padding-right: 50px !important;
    width: 300px;
  }
}
.header-search__button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  text-shadow: none !important;
}

.menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-item:before {
  display: inline-block;
  margin-left: 0.5rem;
}
@media screen and (min-width: 75em) {
  .menu-item:hover .sub-menu {
    display: block;
  }
}
.menu-item .sub-menu {
  background: #fefefe;
  border-radius: 10px;
  z-index: 99;
}
@media screen and (min-width: 75em) {
  .menu-item .sub-menu {
    position: absolute;
    left: 0;
    top: 37px;
    display: none;
  }
}
.menu-item a {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #6a6e7e;
  font-family: "Nunito Sans";
  font-size: 1rem;
  font-weight: bold;
}

.header__panel {
  max-height: 450px;
  background: url(../bg-blue.html) no-repeat;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 75em) {
  .header__panel .header__image {
    clip-path: polygon(90% 0, 83% 50%, 90% 100%, 0 100%, 0 0);
  }
}
.header__panel .header__title {
  line-height: 1.25;
}

.footer {
  background: url("../pattern-blue.html") repeat;
  color: #6a6e7e;
  padding: 3.125rem 0 2.5rem;
}
@media screen and (min-width: 75em) {
  .footer {
    padding: 5.625rem 0 1.875rem;
  }
}
.footer h6 {
  margin-bottom: 0.875rem;
}
.footer a {
  padding: 0;
  font-family: "Nunito Sans";
  font-weight: bold;
}
.footer ul {
  flex-direction: column;
  list-style: none;
  margin-left: 0;
}
.footer ul li {
  margin-bottom: 0.875rem;
}

.login-modal {
  padding: 0 !important;
  overflow: hidden;
  width: 50rem;
}
.login-modal__header {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
}
.login-modal__body {
  padding: 3.125rem 3.125rem 2.1875rem;
  flex: 1;
}
.login-modal__banner {
  background-image: url("../jpg/pattern-med-blue.jpg");
  background-repeat: repeat;
  padding: 3.125rem 3.125rem 2.1875rem;
  text-align: center;
  flex: 1;
}

.verify-modal {
  padding: 0 !important;
  overflow: hidden;
  width: 50rem;
}
.verify-modal__header {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
}
.verify-modal__body {
  padding: 3.125rem 3.125rem 2.1875rem;
  flex: 1;
}
.verify-modal__banner {
  background-image: url("../jpg/pattern-med-blue.jpg");
  background-repeat: repeat;
  padding: 3.125rem 3.125rem 2.1875rem;
  text-align: center;
  flex: 1;
}

.verify-notice-modal {
  padding: 0 !important;
  overflow: hidden;
  width: 50rem;
}
.verify-notice-modal__header {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
}
.verify-notice-modal__body {
  padding: 3.125rem 3.125rem 2.1875rem;
  flex: 1;
}
.verify-notice-modal__banner {
  background-image: url("../jpg/pattern-med-blue.jpg");
  background-repeat: repeat;
  padding: 3.125rem 3.125rem 2.1875rem;
  text-align: center;
  flex: 1;
}

.privacy-modal {
  padding: 0 !important;
  overflow: hidden;
  width: 56.25rem;
  max-width: 100%;
  height: calc(100vh - 150px);
}
.privacy-modal__header {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 1.875rem;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
}
.privacy-modal__body {
  padding: 3.125rem 3.125rem 2.1875rem;
  flex: 1;
  height: calc(100vh - 96px);
  overflow: auto;
}
.privacy-modal__body h2 {
  font-size: 30px;
  font-weight: 600;
}

.subscription-modal {
  padding: 0 !important;
  overflow: hidden;
  width: 50rem;
}

.modal {
  display: none;
}
.modal__overlay {
  background-color: rgba(106, 110, 126, 0.85);
  overflow: auto;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.modal__content {
  position: absolute;
  right: auto;
  bottom: auto;
  background: #fefefe;
  border-radius: 10px;
  outline: none;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 40em) {
  .modal__content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer-banner {
  background: url("../bg-blue.html") no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 2.5rem 1.5625rem 3.125rem;
  position: relative;
}
@media screen and (min-width: 75em) {
  .footer-banner {
    padding-top: 9.375rem;
    padding-bottom: 5rem;
  }
}
.footer-banner h2 {
  line-height: 1.2em;
}
.footer-banner p {
  line-height: 1.2em;
}
.footer-banner__pencil {
  position: absolute;
  left: -40px;
  top: 10%;
  height: 85%;
  max-width: 380px;
}

.resource-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #e0e1ea;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
}
.resource-card__image {
  position: relative;
}
.resource-card__image::after {
  content: "";
  background-color: rgba(106, 110, 126, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.resource-card__image img {
  height: 10.875rem;
  object-fit: contain;
  width: 100%;
}
.resource-card__image--eye {
  cursor: pointer;
  border-radius: 10px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: 5px;
  right: 5px;
  z-index: 2;
}
.resource-card__image--eye i {
  font-size: 1.5rem;
  color: #fefefe;
  opacity: 0.6;
}
.resource-card:hover .resource-card__image--eye {
  background-color: #fefefe;
}
.resource-card:hover .resource-card__image--eye i {
  color: #2e313e;
  opacity: 1;
}

.resource-card__image--badge {
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 25px;
  z-index: 2;
}
.resource-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
.resource-card__title {
  flex: 1;
}
.resource-card__icon-heart {
  width: 20px;
  font-size: 1.125rem;
  color: #e0e1ea;
  cursor: pointer;
}
.resource-card__icon-heart:hover {
  color: #f6584c;
}

.resource-detail__image {
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
}
.resource-detail__image img {
  display: block;
  margin: auto;
}
.resource-detail__image video {
  width: 100%;
}
.resource-detail__image .swiper {
  width: 100%;
  height: 100%;
  margin: auto;
}
.resource-detail__image .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.resource-detail__image .swiper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resource-detail__image .swiper .swiper-button-next {
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.6);
}
.resource-detail__image .swiper .swiper-button-prev {
  text-shadow: -2px 1px 10px rgba(0, 0, 0, 0.6);
}
.resource-detail__image .resource-thumbnails {
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
}
.resource-detail__image .resource-thumbnails .swiper-slide {
  width: 33.33%;
  height: 100%;
  opacity: 0.4;
}
.resource-detail__image .resource-thumbnails .swiper-slide-thumb-active {
  opacity: 1;
}
.resource-detail__image .resource-thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resource-detail__preview {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.resource-detail__thumbnail {
  border-radius: 10px;
  box-shadow: 0 9px 11px 0 rgba(106, 110, 126, 0.08);
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.resource-detail__thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.resource-detail__thumbnail__content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.resource-detail__download {
  margin-top: 36px;
}
.resource-detail__resource {
  margin-top: 49px;
}

.home-page,
.dynamic-page,
.contact-page,
.group-membership,
.pricing-page {
  margin-top: -1rem;
  padding-top: 1rem;
  background-color: white;
}

.home-hero,
.dynamic-hero {
  min-height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #009ed7;
  clip-path: polygon(100% 0, 100% 100%, 71% 94%, 56% 98%, 28% 91%, 0 98%, 0 0);
}
.home-hero__img,
.dynamic-hero__img {
  padding: 6.875rem 0.625rem 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-hero__img-banner,
.dynamic-hero__img-banner {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 75em) {
  .home-hero__img,
.dynamic-hero__img {
    display: block;
    padding: 7.5rem 0 0;
    width: 50%;
  }
}
.home-hero__body,
.dynamic-hero__body {
  padding: 0.625rem 1.5625rem 4.375rem;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fefefe;
  z-index: 1;
}
.home-hero__body::before,
.dynamic-hero__body::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -100px;
  z-index: -1;
}
.home-hero__body h1,
.dynamic-hero__body h1 {
  line-height: 1.2em;
}
.home-hero__body p,
.dynamic-hero__body p {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 75em) {
  .home-hero__body,
.dynamic-hero__body {
    width: 50%;
    padding-top: 15.625rem;
    padding-bottom: 11.25rem;
    text-align: left;
  }
}
.home-hero__search,
.dynamic-hero__search {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 75em) {
  .home-hero__search,
.dynamic-hero__search {
    margin: 0;
  }
}
.home-hero__search select,
.dynamic-hero__search select {
  width: 150px;
}
.home-hero__apple,
.dynamic-hero__apple {
  position: absolute;
  z-index: 2;
  bottom: -62px;
  left: -47px;
}
.home-hero__apple svg,
.dynamic-hero__apple svg {
  width: 136px;
  height: 130px;
}
@media screen and (min-width: 75em) {
  .home-hero__apple,
.dynamic-hero__apple {
    bottom: -162px;
    left: -97px;
  }
  .home-hero__apple svg,
.dynamic-hero__apple svg {
    width: 389px;
    height: 373px;
  }
}

.search-control {
  background-color: #fefefe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-control__input {
  border: none !important;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .search-control__input {
    width: 70%;
  }
}
.search-control .dropdownMenu-root {
  display: none;
}
@media screen and (min-width: 75em) {
  .search-control .dropdownMenu-root {
    display: block;
    flex: 1;
  }
  .search-control .dropdownMenu-root:after {
    content: "";
    border: solid 1px #e9e9ee;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
  }
}
.search-control .dropdownMenu-control {
  border: none;
}

.resource-section {
  margin-top: 4.6875rem;
  background: linear-gradient(180deg, #fefefe 0%, #d1effa 50.45%, #fefefe 100%);
  overflow: hidden;
}
.resource-section__icon {
  width: 42px;
}
.resource-section__title span {
  position: relative;
}
.resource-section__title span::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url("../svg/green-underline.svg") no-repeat right 0 bottom 0;
}
.resource-section__greenCross {
  position: relative;
}
.resource-section__greenCross:after {
  content: "";
  position: absolute;
  top: -25px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: url("../png/green-cross.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 75em) {
  .resource-section__greenCross:after {
    top: -110px;
    right: -90px;
    width: 200px;
    height: 200px;
  }
}
.resource-section__panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.resource-section__interactive {
  color: #6a6e7e;
  font-size: 0.875rem;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.resource-section .hover-block {
  cursor: pointer;
  padding: 1.5625rem;
}
.resource-section .hover-block i {
  display: none;
}
.resource-section .hover-block:hover {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 9px 20px rgba(106, 110, 126, 0.23);
  color: #009ed7;
}
.resource-section .hover-block:hover i {
  display: inline;
}

.banner-testimonial {
  background-image: url("../pattern-red.html");
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
}
.banner-testimonial__img {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.banner-testimonial__body {
  background: #fefefe;
  box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 3.75rem 1.875rem 3.75rem 1.875rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 75em) {
  .banner-testimonial__body {
    padding: 6.25rem 1.875rem 3.75rem 0;
    width: calc(50% + 100px);
  }
}
.banner-testimonial__body::before {
  content: "";
  background-color: #fefefe;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100px;
  left: -100px;
  z-index: -1;
}
.banner-testimonial__body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #fefefe transparent transparent;
  position: absolute;
  bottom: 0;
  left: -100px;
}
.banner-testimonial__success {
  position: relative;
}
.banner-testimonial__success::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -8px;
  left: -11px;
  bottom: -11px;
  background: url("../svg/marking-round.svg") no-repeat;
  background-size: contain;
}
.banner-testimonial__quote--wrap {
  margin-top: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .banner-testimonial__quote--wrap {
    width: calc(100% - 72px);
  }
}
.banner-testimonial__quote--container {
  display: none;
  position: relative;
}
.banner-testimonial__quote--marks {
  font-size: 3.375rem;
  line-height: 1rem;
  color: #61d0f8;
}
.banner-testimonial__quote--testimonial {
  font-size: 2.125rem;
  line-height: 2.75rem;
  margin-bottom: 3.75rem;
}
.banner-testimonial__quote--photo {
  position: relative;
}
.banner-testimonial__quote--photo .bubble-img {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.banner-testimonial__quote--photo img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
}
.banner-testimonial__awards {
  text-align: right;
  margin-top: -100px;
  min-height: 100px;
}
.banner-testimonial__awards img {
  margin-left: -20px;
}

.resources-page,
.subjects-page,
.register-page,
.contact-page,
.group-membership,
.pricing-page,
.dashboard {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #d1effa;
}
@media screen and (min-width: 75em) {
  .resources-page,
.subjects-page,
.register-page,
.contact-page,
.group-membership,
.pricing-page,
.dashboard {
    padding-top: 125px;
  }
}

.register-page__inner {
  margin: 20px auto auto;
  padding: 0;
  max-width: 100%;
  width: 1280px;
}
@media screen and (min-width: 75em) {
  .register-page__inner {
    margin: 0 auto 48px;
  }
}
.register-page__profile {
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 75px;
}

.subscribe-banner {
  background-image: url("../jpg/pattern-med-blue.jpg");
  background-repeat: repeat;
  border-radius: 10px;
  padding: 1.25rem 1.5625rem;
  position: relative;
}

.group-membership__inner .form-panel__section a {
  text-decoration: underline;
  font-weight: normal;
  color: #61d0f8;
}

.pricing-page__memberships {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 75em) {
  .pricing-page__memberships {
    margin-top: -100px;
    margin-bottom: 100px;
    padding-top: 200px;
  }
}
.pricing-page__memberships__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .pricing-page__memberships__img {
    width: 50%;
  }
}
.pricing-page__memberships__img > img {
  min-height: 40vw;
  object-fit: cover;
}
.pricing-page__memberships__body {
  background: #fefefe;
  box-shadow: 0 13px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 6.25rem 1.875rem 1.875rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 75em) {
  .pricing-page__memberships__body {
    width: calc(50% + 100px);
  }
}
@media screen and (min-width: 75em) {
  .pricing-page__memberships__body::before {
    content: "";
    background-color: #fefefe;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100px;
    left: -100px;
    z-index: -1;
  }
}
@media screen and (min-width: 75em) {
  .pricing-page__memberships__body::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #fefefe transparent transparent;
    position: absolute;
    bottom: 0;
    left: -100px;
  }
}
.pricing-page__memberships__body h2 span {
  position: relative;
}
.pricing-page__memberships__body h2 span:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url(../svg/green-underline.svg) no-repeat right 0 bottom 0;
}
.pricing-page__memberships__success {
  position: relative;
}
.pricing-page__memberships__success::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -8px;
  left: -11px;
  bottom: -11px;
  background: url("../svg/marking-round.svg") no-repeat;
  background-size: contain;
}
.pricing-page__teaching-resources {
  background-color: #fefefe;
}
.pricing-page__teaching-resources-left {
  background-image: url("../jpg/green-pattern.jpg");
}
@media screen and (min-width: 75em) {
  .pricing-page__teaching-resources-left {
    clip-path: polygon(0 0, 83% 0, 88% 30%, 81% 81%, 83% 100%, 0 100%);
  }
}
.pricing-page__membership-item {
  position: relative;
  transition: box-shadow 0.25s ease-out, color 0.25s ease-out, transform 0.25s ease-out, text-shadow 0.25s ease-out;
}
.pricing-page__membership-item .pricing-page__membership-content .flex-container > div {
  flex: 1;
}
.pricing-page__membership-item .pricing-page__membership-content h3 {
  transition: box-shadow 0.25s ease-out, color 0.25s ease-out, transform 0.25s ease-out, text-shadow 0.25s ease-out;
}
.pricing-page__membership-item:hover {
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.25);
}
.pricing-page__membership-item--blue:hover .pricing-page__membership-content h3 {
  color: #61d0f8;
}
.pricing-page__membership-item--blue .pricing-page__membership-header {
  background-image: url("../png/blue-pattern.png");
}
.pricing-page__membership-item--blue .pricing-page__membership-header h4, .pricing-page__membership-item--blue .pricing-page__membership-header p {
  text-shadow: 0 2px 0 #009ed7;
}
.pricing-page__membership-item--blue .join-link {
  color: #61d0f8;
}
.pricing-page__membership-item--green:hover .pricing-page__membership-content h3 {
  color: #9cdb4e;
}
.pricing-page__membership-item--green .pricing-page__membership-header {
  background-image: url("../jpg/green-pattern.jpg");
}
.pricing-page__membership-item--green .pricing-page__membership-header h4, .pricing-page__membership-item--green .pricing-page__membership-header p {
  text-shadow: 0 2px 0 #57c237;
}
.pricing-page__membership-item--green .join-link {
  color: #9cdb4e;
}
.pricing-page__membership-item--red:hover .pricing-page__membership-content h3 {
  color: #f6584c;
}
.pricing-page__membership-item--red .pricing-page__membership-header {
  background-image: url("../png/red-pattern.png");
}
.pricing-page__membership-item--red .pricing-page__membership-header h4, .pricing-page__membership-item--red .pricing-page__membership-header p {
  text-shadow: 0 2px 0 #d60f24;
}
.pricing-page__membership-item--red .join-link {
  color: #f6584c;
}
.pricing-page__membership-item .pricing-page__membership-header h4, .pricing-page__membership-item .pricing-page__membership-header p {
  color: #fefefe;
}
.pricing-page__membership-item .pricing-page__membership-image {
  position: absolute;
  max-width: 33%;
  height: 90%;
  width: 166px;
  left: 0;
  top: -12%;
}
@media screen and (min-width: 75em) {
  .pricing-page__membership-item .pricing-page__membership-image {
    left: 10px;
    top: 5%;
  }
}

.abctool-landing {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.abctool-landing .hero {
  padding-top: 125px;
  background-image: url("../png/banner-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fefefe;
  height: auto;
}
@media screen and (min-width: 75em) {
  .abctool-landing .hero {
    height: 100vh;
  }
}
.abctool-landing .abctool-header {
  height: auto;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-header {
    height: 50px;
  }
}
.abctool-landing .abctool-header .navText {
  background-color: #E0E0E9;
  border-radius: 50px;
  padding: 10px 30px;
  width: fit-content;
  margin: 12px 0;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-header .navText {
    padding: 8px 90px 8px 30px;
    margin: 0;
  }
}
.abctool-landing .abctool-header .social-icons {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-header .social-icons {
    justify-content: flex-end;
  }
}
.abctool-landing .abctool-header .social-icons i {
  color: #044264;
  background-color: lightgray;
  border-radius: 50px;
  padding: 5px 6px;
  font-size: 16px;
}
.abctool-landing .abctool-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.abctool-landing .abctool-banner .banner-text h6 {
  background-color: #56C4E9;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 50px;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-banner .banner-text h6 {
    font-size: 20px;
  }
}
.abctool-landing .abctool-banner .banner-text h1 {
  font-size: 50px;
  line-height: 60px;
  color: #044264;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-banner .banner-text h1 {
    font-size: 90px;
    line-height: 90px;
  }
}
.abctool-landing .abctool-banner .banner-text h1:after {
  content: url("../png/lines.png");
  position: relative;
  top: 8px;
  left: 15px;
}
.abctool-landing .abctool-banner .banner-img img {
  position: static;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-banner .banner-img img {
    position: absolute;
    width: 57%;
    right: 0;
    bottom: 50px;
  }
}
.abctool-landing .abctool-tools {
  background-color: #fefefe;
}
.abctool-landing .abctool-tools .image-cards {
  transition-duration: 0.3s;
}
.abctool-landing .abctool-tools .image-cards:hover {
  transform: scale(0.9);
  transition-duration: 0.3s;
}
.abctool-landing .abctool-worksheet {
  background-image: url("../png/custom-worksheet.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  padding: 95px 5px 70px 5px;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet {
    padding: 100px 20px 70px 20px;
  }
}
.abctool-landing .abctool-worksheet h3 {
  font-size: 40px;
  line-height: 40px;
  color: #044264;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet h3 {
    font-size: 55px;
    line-height: 50px;
    color: #ffffff;
  }
}
.abctool-landing .abctool-worksheet .work-para {
  font-size: 12px;
  color: #044264;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .work-para {
    font-size: 14px;
    color: #ffffff;
    width: 75%;
  }
}
.abctool-landing .abctool-worksheet .icon-list {
  display: flex;
  align-items: center;
  margin-top: 12px;
  width: 100%;
  border-radius: 12px;
  padding: 12px 10px;
  background-color: #80BF34;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .icon-list {
    width: 65%;
    padding: 15px 10px;
  }
}
.abctool-landing .abctool-worksheet .icon-list p {
  margin-bottom: 0;
  font-size: 12px;
  color: #ffffff;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .icon-list p {
    font-size: 14px;
  }
}
.abctool-landing .abctool-worksheet .image-card .card-image {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .image-card .card-image {
    justify-content: space-evenly;
  }
}
.abctool-landing .abctool-worksheet .image-card .card-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #D8DCEE;
  padding: 8px 0;
  border-radius: 50px;
  margin: 0;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .image-card .card-text {
    margin: 0 35px;
    justify-content: space-evenly;
  }
}
.abctool-landing .abctool-worksheet .image-card .card-text p {
  margin: 0;
  font-size: 11px;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-worksheet .image-card .card-text p {
    font-size: 13px;
  }
}
.abctool-landing .abctool-contact form {
  background-color: #00B6EC;
  border-radius: 25px;
  padding: 35px 22px;
  margin: 0;
  font-family: poppins;
  position: relative;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-contact form {
    margin: 0 20px;
  }
}
.abctool-landing .abctool-contact form:before {
  content: url("../png/form-after.png");
  position: absolute;
  right: -55px;
  top: -30px;
}
.abctool-landing .abctool-subscribe {
  background-image: url("../png/subscription.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  padding: 50px 0;
}
@media screen and (min-width: 75em) {
  .abctool-landing .abctool-subscribe {
    padding: 140px 150px 90px 150px;
  }
}
.abctool-landing .highlight {
  background-color: #FF574A;
  border-radius: 12px;
  padding: 0 30px;
}

.resources-panel__item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90%;
}
.resources-panel__item.blue {
  background-image: url("../jpg/pattern-med-blue.jpg");
}
.resources-panel__item.green {
  background-image: url("../jpg/green-pattern.jpg");
}
.resources-panel__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dashboard__account-form .dashboard__form-content .dashboard__form-item {
  min-width: 300px;
  max-width: 100%;
}
.dashboard__menu-item > .fa {
  width: 20px;
}

.payment-method__item {
  border: 2px solid #e0e1ea;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.25s ease-out;
}
.payment-method__item:hover, .payment-method__item.active {
  border-color: transparent;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.document-list__wrap {
  width: 100%;
  overflow-x: auto;
}
.document-list__table {
  border-collapse: initial;
  border-spacing: 0 8px;
}
.document-list__table th:not(.checkbox) {
  min-width: 150px;
}
.document-list__table th:not(.checkbox).narrow {
  min-width: 40px;
}
.document-list form {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .document-list form {
    width: auto;
  }
}

.faq-list__panel {
  box-shadow: none;
}
.faq-list__panel .panel-toggle {
  color: #2e313e;
  cursor: pointer;
}
.faq-list__panel .panel-toggle a {
  color: #2e313e;
}
.faq-list__panel .panel-toggle a:hover {
  color: #2e313e;
}
.faq-list__panel .panel-toggle:hover {
  color: #2e313e;
}

.download-list {
  flex-wrap: wrap;
}
.download-list.tile .resource-card {
  clip-path: none;
}
.download-list.list {
  flex-wrap: unset;
  flex-direction: column;
}
.download-list.list .download-list-item {
  max-width: 100%;
  flex: 1;
}
.download-list.list .resource-card {
  flex: 1;
  width: 100%;
  border: none !important;
  flex-direction: row;
  clip-path: none;
}
.download-list.list .resource-card__image {
  width: 230px;
}
.download-list.list .resource-card__image--badge {
  top: 10px;
  left: 10px;
}

.video-list {
  flex-wrap: wrap;
}
.video-list.tile .video-card {
  width: 31%;
}
.video-list.list .video-card {
  width: 100%;
  height: 10.875rem;
  flex-direction: row;
}
.video-list.list .video-card__image {
  width: 17.875rem;
}
.video-list .video-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #e0e1ea;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
}
.video-list .video-card__image {
  position: relative;
}
.video-list .video-card__image::after {
  content: "";
  background-color: rgba(106, 110, 126, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-list .video-card__image img {
  height: 10.875rem;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.video-list .video-card__image--video {
  cursor: pointer;
  border-radius: 10px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 52px;
  height: 52px;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  z-index: 2;
}
.video-list .video-card__image--video i {
  font-size: 3em;
  color: #fefefe;
  opacity: 0.6;
}
.video-list .video-card:hover .video-list .video-card__image--video i {
  color: #3adb76;
  opacity: 1;
}

.video-list .video-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
.video-list .video-card__title {
  flex: 1;
}
.video-list .video-card__icon-heart {
  width: 20px;
  font-size: 1.125rem;
  color: #e0e1ea;
  cursor: pointer;
}
.video-list .video-card__icon-heart:hover {
  color: #f6584c;
}

.abctool-page .abctool-iframe {
  width: 100%;
  min-height: 90vh;
  border: none;
}

.subjects-page .pdf-iframe {
  width: 100%;
  min-height: 90vh;
  border: none;
}

.navigation .nav-links {
  display: flex;
  justify-content: center;
}
.navigation .nav-links .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0px;
  border-radius: 10px;
  transition: box-shadow 0.25s ease-out, color 0.25s ease-out, transform 0.25s ease-out, text-shadow 0.25s ease-out;
  font-family: "Bw Glen Sans";
  font-size: 1rem;
  font-weight: 900;
  -webkit-appearance: none;
  line-height: 1;
  padding: 1.125rem 1.375rem 1.125rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  padding: 0.6em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-color: #e0e1ea;
  color: #61d0f8;
}
[data-whatinput=mouse] .navigation .nav-links .page-numbers {
  outline: 0;
}
.navigation .nav-links .page-numbers, .navigation .nav-links .page-numbers.disabled, .navigation .nav-links .page-numbers[disabled], .navigation .nav-links .page-numbers.disabled:hover, .navigation .nav-links .page-numbers[disabled]:hover {
  background: #61d0f8;
  box-shadow: 0 4px 0 0 #009ed7;
  text-shadow: 0 2px 0 #009ed7;
  color: #fefefe;
}
.navigation .nav-links .page-numbers:hover {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  color: #fefefe;
}
.navigation .nav-links .page-numbers.current {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  background-color: #61d0f8;
  color: white;
}
.navigation .nav-links .page-numbers.dots {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  background-color: white;
  color: #61d0f8;
}
.navigation .nav-links .page-numbers.next {
  box-shadow: none;
  text-shadow: none;
  transform: translateY(4px);
  background-color: white;
  color: #61d0f8;
}

.column-4 {
  column-count: 4;
}

.column-3 {
  column-count: 3;
}

.panel--category {
  max-height: 300px;
  overflow-y: auto;
}

.recurly-credit-card .recurly-element {
  height: 3.5625rem;
  margin: 0 0 1rem;
  padding: 0rem 1.25rem;
  border: 2px solid #b7bac8;
  background-color: #fefefe;
  border-radius: 10px;
}
.recurly-credit-card .recurly-element.recurly-element-invalid {
  border-color: #d60f24;
}

.entry-header .entry-title {
  font-size: 32px;
  text-shadow: none;
}

.entry-content h2 {
  font-size: 24px;
}
.entry-content h3 {
  font-size: 20px;
}

.stickyAdDiv {
  margin-top: 10px;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.color-sky {
  color: #56C4E9;
}

.color-grey {
  color: #666666;
}

.color-darkblue {
  color: #235982;
}

.color-yellow {
  color: #FFC000;
}

.color-green {
  color: #7EDE88;
}

.color-red {
  color: #F46060;
}

.font-h1 {
  font-family: KidsKomik;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #044264;
  text-shadow: none;
}
@media screen and (min-width: 75em) {
  .font-h1 {
    font-size: 90px;
    line-height: 90px;
  }
}

.font-h2 {
  font-family: KidsKomik;
  font-size: 45px;
  line-height: 45px;
  color: #044264;
}
@media screen and (min-width: 75em) {
  .font-h2 {
    font-size: 75px;
    line-height: 75px;
  }
}

.font-h3 {
  font-family: KidsKomik;
  font-size: 23px;
  line-height: 32px;
  color: #FFF;
}
@media screen and (min-width: 75em) {
  .font-h3 {
    font-size: 50px;
    line-height: 70px;
  }
}

.font-h5 {
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 75em) {
  .font-h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

.font-p {
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  color: #044264;
}

.custom-para p {
  font-family: "Poppins";
  color: #044264;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.navBar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .navBar {
    text-align: left;
  }
}

.size-50 {
  width: 50px;
  height: 50px;
}

/* Apple Pay button styles */
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    width: 200px;
    height: 75px;
  }

  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }

  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }

  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }

  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: 0.5px solid black;
  }
}
.apple-pay-button-hidden {
  display: none;
}

.cta-section__green-cross {
  position: relative;
}
.cta-section__green-cross:after {
  content: "";
  position: absolute;
  top: -25px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: url("../png/green-cross.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 75em) {
  .cta-section__green-cross:after {
    top: -60px;
    right: -70px;
    width: 200px;
    height: 200px;
  }
}

.history-section {
  position: relative;
  background-image: url(../png/red-pattern.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.history-section__title span {
  position: relative;
}
.history-section__title span::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url("../svg/green-underline.svg") no-repeat right 0 bottom 0;
}
.history-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 16% 100%, 13% 79%, 19% 27%);
}
.history-section__overlay {
  position: absolute;
  left: -3%;
  bottom: -20%;
  width: 420px;
}
.history-section__description {
  padding-bottom: 150px;
}
.history-section__description h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.history-section__description p {
  font-size: 1rem;
}

.history-note {
  position: relative;
}
.history-note__title span {
  position: relative;
}
.history-note__title span::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url("../svg/green-underline.svg") no-repeat right 0 bottom 0;
}
.history-note__right {
  background-image: url(../jpg/pattern-med-green.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 10% 100%, 14% 77%, 7% 27%);
}
.history-note__success {
  position: relative;
}
.history-note__success::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -8px;
  left: -11px;
  bottom: -11px;
  background: url("../svg/marking-round.svg") no-repeat;
  background-size: contain;
}
.history-note__quote--wrap {
  margin-top: 3.75rem;
  width: calc(100% - 72px);
}
.history-note__quote--marks {
  font-size: 3.375rem;
  line-height: 1rem;
}
.history-note__quote--photo {
  position: relative;
}
.history-note__quote--photo .bubble-img {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.history-note__quote--photo img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  object-fit: cover;
  z-index: 1;
}

.accordion {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
.accordion__button {
  margin-left: 1.25rem;
  display: block;
  font-weight: 500;
}
.accordion__button.active {
  font-weight: 800;
}
.accordion__scroll {
  max-height: 300px;
  background-color: #f8f8fc;
  border-radius: 10px;
  margin-top: 1rem;
  padding: 1.25rem 0.5rem 1.25rem 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.2s;
}
.accordion__child {
  margin: 0;
}
.accordion__child li {
  list-style-type: none;
}

.subscription-card {
  border-radius: 10px;
  box-shadow: 0 20px 43px 0 rgba(18, 69, 87, 0.08);
  overflow: hidden;
  cursor: pointer;
}
.subscription-card__header {
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}
.subscription-card__primary {
  background-image: url("../jpg/pattern-med-blue.jpg");
  text-shadow: 0 2px 0 #009ed7;
}
.subscription-card__secondary {
  background-image: url("../jpg/pattern-med-green.jpg");
  text-shadow: 0 2px 0 #226948;
}
.subscription-card__warning {
  background-image: url("../jpg/pattern-med-red.jpg");
  text-shadow: 0 2px 0 #a61632;
}
.subscription-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 7.5rem;
}
.subscription-card__active .subscription-card__price {
  color: #57c237;
}

.tra15 {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tra20 {
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.tra10 {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.tra05 {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.delay01 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.delay17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.ads-space-right {
  margin-right: 320px;
}

.get_discount {
  position: absolute;
  right: 30px;
  top: 18px;
  color: #4088f1;
  font-weight: 600;
  cursor: pointer;
}

.relative {
  position: relative;
}

.after-discount {
  color: #57c237;
  padding: 5px;
  font-weight: 600;
}

.after-discount.red {
  color: red;
}

.radiobox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.radiobox input {
  margin: 0;
  display: none;
  opacity: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.radiobox input:checked + label {
  box-shadow: none;
}
.radiobox input:checked + .on-subscription {
  background: #00ff00;
}
.radiobox input:checked + .off-subscription {
  background: #ff0e0e;
}
.radiobox input + label {
  margin: 0;
  box-shadow: 1px 3px 5px grey;
}
.radiobox .off-subscription {
  background: rgba(255, 14, 14, 0.28);
  padding: 20px;
  color: white;
  font-size: 23px;
}
.radiobox .on-subscription {
  background: rgba(0, 255, 0, 0.26);
  padding: 20px;
  color: white;
  font-size: 23px;
}

.form-switch {
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch input {
  display: none;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px #0000003d;
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch input:checked + i {
  background-color: #4BD763;
}
.form-switch input:checked + i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i:after {
  transform: translate3d(22px, 2px, 0);
}

.js-sc, .js-sc_h {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.95);
  transform: translate3d(0, 100px, 0) scale(0.95);
  opacity: 0 !important;
  display: list-item;
  background: #f0f1f4;
  padding: 0;
  margin: 0;
}

.js-sc_h span {
  font-family: "Bw Glen Sans";
}

.js-sc_h.fa:before {
  display: inline-block;
  width: 20px;
  margin-left: 40px;
}

.checkbox {
  position: relative;
}

#btn_menu {
  width: 30px;
  height: 13px;
  position: relative;
  top: 4px;
  left: 0;
  z-index: 199;
  display: block;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer;
}
#btn_menu.active:hover .base .c1 {
  stroke: #61d0f8 !important;
}
#btn_menu.active .rotate {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#btn_menu.active .bar span {
  background-color: #61d0f8 !important;
}
#btn_menu.active .bar span.s3 {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
#btn_menu.active .bar span.s1 {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#btn_menu.active .bar span.s2 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#btn_menu:hover .base .c1 {
  stroke: #61d0f8;
  stroke-dasharray: 144 144;
  opacity: 1;
  -webkit-transition-property: stroke-dasharray;
  transition-property: stroke-dasharray;
}
#btn_menu .rotate {
  width: 30px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
#btn_menu .base {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -18px;
  right: -16px;
  z-index: 199;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#btn_menu .base .c1 {
  stroke-dasharray: 0 144;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#btn_menu .bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6px;
}
#btn_menu .bar span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #61d0f8;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
}
#btn_menu .bar span.s1 {
  top: 0;
}
#btn_menu .bar span.s2 {
  top: 6px;
}
#btn_menu .bar span.s3 {
  bottom: 0;
  -webkit-transition: none;
  transition: none;
}

.side-menu {
  width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  right: 0;
  z-index: 100;
  overflow: hidden;
  background-color: #f0f1f4;
  padding-bottom: 70px;
}
.side-menu.active {
  top: 89px;
}
.side-menu.on .block1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  height: auto;
}
.side-menu.on .js-sc_h {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
}
.side-menu ul {
  list-style: none;
  padding-left: 0;
}
.side-menu ul li {
  margin-bottom: 8px;
}
.side-menu ul li a {
  font-size: 13px;
  color: #2e313e;
}
.side-menu .block1 {
  width: 0;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f1f4;
  z-index: 99999;
}
.side-menu .block1 li {
  margin: 0;
}
.side-menu .block1 li a {
  display: inline-block;
  color: #2e313e;
  position: relative;
  font-size: 24px;
  font-family: "Nunito Sans", serif;
  padding-bottom: 8px;
  transition: 0.3s cubic-bezier(0.3, 0.6, 0.9, 1);
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.6, 0.9, 1);
}
.side-menu .block1 li a.button.primary {
  color: #ffffff;
  min-width: 200px;
  margin: 0;
}
.side-menu .block1 li a.button.secondary {
  color: #ffffff;
  min-width: 200px;
  margin: 20px 0 10px 40px;
}
.side-menu .block1 .menu {
  display: block;
  flex-direction: column;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 34%;
  font-size: 24px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
  margin: auto;
  white-space: nowrap;
  padding: 0;
  position: relative;
  height: auto;
  margin-top: 25px;
  text-align: left;
  background: #ffffff;
}
.side-menu .block1 .menu .txt-head {
  color: #6a6e7e;
  line-height: 50px;
}

.expansion {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  background: white;
  padding-left: 40px;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-end {
  justify-content: flex-end;
}

.items-center {
  align-items: center !important;
}

.mobile-search {
  z-index: 199;
}
.mobile-search input {
  width: 55px;
}

.w-94hw {
  width: 94vw !important;
}

.r-0 {
  right: 0;
}

.w-auto {
  width: auto !important;
}

.dashboard__latest-posts ul {
  margin: 0;
  list-style: none;
}
.dashboard__latest-posts ul li {
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}
.dashboard__latest-posts .blog-title {
  font-weight: 500;
}
.dashboard__latest-posts .blog-link {
  font-weight: 500;
}

.tools-banner {
  background: url(../svg/tools_banner.svg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  padding: 0;
}

.panel-tools-banner {
  padding: 0;
  min-height: 427px;
  border-radius: 20px;
}

.tools-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 427px;
}

.justify-center {
  justify-content: center;
}

.min-w-180 {
  min-width: 180px;
}

.w-90 {
  width: 90%;
}

.d-hidden {
  visibility: hidden;
}

.bg-image {
  width: 25%;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.new-resource-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

.new-resource-info {
  width: 75%;
}

.fn-08 {
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .ads-space-right {
    margin-right: 0;
  }

  .register-page {
    padding-top: 80px;
  }

  .login-modal {
    width: auto;
    margin-top: 100px;
  }
  .login-modal .login-modal__body, .login-modal .login-modal__header {
    padding: 1rem;
  }

  .jquery-modal.blocker {
    z-index: 200;
  }
  .jquery-modal.blocker .modal {
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .mobile-m-l-0 {
    margin-left: 0 !important;
  }

  .overflow-sc-m {
    overflow: scroll;
  }

  .bg-sm-grey {
    background: #fbfcfc;
  }

  .w-medium-100 {
    width: 100%;
  }

  .mobile-menu-list .menu-item menu a {
    color: #2e313e;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-col-m {
    flex-direction: column !important;
  }

  .side-menu .block1 li a.button.secondary {
    margin-left: 0;
  }

  .pencil-img {
    max-width: 40px;
    margin-left: 15px;
    margin-right: 5px !important;
  }

  .about-mob {
    padding-top: 5px !important;
    padding-left: 5px !important;
  }

  div.history-section__description {
    padding-bottom: 10px;
  }

  .history-section .history-section__image {
    clip-path: unset;
  }

  #cancel-renew-modal {
    border: none;
    box-shadow: none;
    background: none;
    width: 100%;
    padding: 0;
  }
  #cancel-renew-modal .subscription-modal {
    width: auto;
  }

  .history-note__right {
    padding: 20px !important;
  }
  .history-note__right .alt.fs-hg {
    font-size: 1.5rem !important;
  }

  .pricing-page__membership-item .pricing-page__membership-image.mobile {
    position: absolute;
    max-width: 33%;
    height: 50%;
    width: 166px;
    left: 16px;
    top: 48%;
  }
  .pricing-page__membership-item .pricing-container-m {
    padding: 10px !important;
    flex-direction: column;
    align-items: flex-end;
  }

  .register-page__profile {
    padding: 10px 10px 25px 10px;
  }

  .resource-section__greenCross:after {
    content: none;
  }

  .home-page .home-hero {
    background-image: none;
    min-height: unset;
  }

  .banner-testimonial__body {
    padding: 20px;
    width: 100%;
  }
  .banner-testimonial__body:before, .banner-testimonial__body:after {
    content: none;
  }

  .banner-testimonial {
    padding-top: 100px;
  }

  .banner-testimonial__quote--testimonial {
    font-size: 1.3rem;
  }

  .video-list.tile .video-card {
    width: 100%;
  }

  .banner-testimonial__quote--testimonial {
    margin-bottom: 10px;
  }

  .banner-testimonial__awards {
    margin-top: 0;
    text-align: center;
  }

  .cta-section__green-cross:after {
    content: none;
  }
}

/*# sourceMappingURL=style.css.map */
