@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  border: 0;
  outline: 0;
  background: none;
}

button {
  cursor: pointer;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.lar, .las, .lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/la-brands-400.eot");
  src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/la-regular-400.eot");
  src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/la-solid-900.eot");
  src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg");
}
.las {
  font-family: Line Awesome Free;
  font-weight: 900;
}

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

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

.la-2x {
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}

.la-ul > li {
  position: relative;
}

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

.la-li.la-lg {
  left: -1.1428571429em;
}

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

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

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

.la.la-pull-left {
  margin-right: 0.3em;
}

.la.la-pull-right {
  margin-left: 0.3em;
}

.la.pull-left {
  margin-right: 0.3em;
}

.la.pull-right {
  margin-left: 0.3em;
}

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

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

.la.la-pull-left, .las.la-pull-left, .lar.la-pull-left, .lal.la-pull-left, .lab.la-pull-left {
  margin-right: 0.3em;
}

.la.la-pull-right, .las.la-pull-right, .lar.la-pull-right, .lal.la-pull-right, .lab.la-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-file-upload:before {
  content: "\f574";
}

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

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

.la-fill:before {
  content: "\f575";
}

.la-fill-drip:before {
  content: "\f576";
}

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

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

.la-fingerprint:before {
  content: "\f577";
}

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

.la-fire-alt:before {
  content: "\f7e4";
}

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

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

.la-first-aid:before {
  content: "\f479";
}

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

.la-first-order-alt:before {
  content: "\f50a";
}

.la-firstdraft:before {
  content: "\f3a1";
}

.la-fish:before {
  content: "\f578";
}

.la-fist-raised:before {
  content: "\f6de";
}

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

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

.la-flag-usa:before {
  content: "\f74d";
}

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

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

.la-flipboard:before {
  content: "\f44d";
}

.la-flushed:before {
  content: "\f579";
}

.la-fly:before {
  content: "\f417";
}

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

.la-folder-minus:before {
  content: "\f65d";
}

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

.la-folder-plus:before {
  content: "\f65e";
}

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

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

.la-font-awesome-alt:before {
  content: "\f35c";
}

.la-font-awesome-flag:before {
  content: "\f425";
}

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

.la-fonticons-fi:before {
  content: "\f3a2";
}

.la-football-ball:before {
  content: "\f44e";
}

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

.la-fort-awesome-alt:before {
  content: "\f3a3";
}

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

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

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

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

.la-freebsd:before {
  content: "\f3a4";
}

.la-frog:before {
  content: "\f52e";
}

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

.la-frown-open:before {
  content: "\f57a";
}

.la-fulcrum:before {
  content: "\f50b";
}

.la-funnel-dollar:before {
  content: "\f662";
}

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

.la-galactic-republic:before {
  content: "\f50c";
}

.la-galactic-senate:before {
  content: "\f50d";
}

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

.la-gas-pump:before {
  content: "\f52f";
}

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

.la-gem:before {
  content: "\f3a5";
}

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

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

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

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

.la-ghost:before {
  content: "\f6e2";
}

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

.la-gifts:before {
  content: "\f79c";
}

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

.la-git-alt:before {
  content: "\f841";
}

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

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

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

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

.la-gitkraken:before {
  content: "\f3a6";
}

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

.la-gitter:before {
  content: "\f426";
}

.la-glass-cheers:before {
  content: "\f79f";
}

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

.la-glass-martini-alt:before {
  content: "\f57b";
}

.la-glass-whiskey:before {
  content: "\f7a0";
}

.la-glasses:before {
  content: "\f530";
}

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

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

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

.la-globe-africa:before {
  content: "\f57c";
}

.la-globe-americas:before {
  content: "\f57d";
}

.la-globe-asia:before {
  content: "\f57e";
}

.la-globe-europe:before {
  content: "\f7a2";
}

.la-gofore:before {
  content: "\f3a7";
}

.la-golf-ball:before {
  content: "\f450";
}

.la-goodreads:before {
  content: "\f3a8";
}

.la-goodreads-g:before {
  content: "\f3a9";
}

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

.la-google-drive:before {
  content: "\f3aa";
}

.la-google-play:before {
  content: "\f3ab";
}

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

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

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

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

.la-gopuram:before {
  content: "\f664";
}

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

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

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

.la-greater-than:before {
  content: "\f531";
}

.la-greater-than-equal:before {
  content: "\f532";
}

.la-grimace:before {
  content: "\f57f";
}

.la-grin:before {
  content: "\f580";
}

.la-grin-alt:before {
  content: "\f581";
}

.la-grin-beam:before {
  content: "\f582";
}

.la-grin-beam-sweat:before {
  content: "\f583";
}

.la-grin-hearts:before {
  content: "\f584";
}

.la-grin-squint:before {
  content: "\f585";
}

.la-grin-squint-tears:before {
  content: "\f586";
}

.la-grin-stars:before {
  content: "\f587";
}

.la-grin-tears:before {
  content: "\f588";
}

.la-grin-tongue:before {
  content: "\f589";
}

.la-grin-tongue-squint:before {
  content: "\f58a";
}

.la-grin-tongue-wink:before {
  content: "\f58b";
}

.la-grin-wink:before {
  content: "\f58c";
}

.la-grip-horizontal:before {
  content: "\f58d";
}

.la-grip-lines:before {
  content: "\f7a4";
}

.la-grip-lines-vertical:before {
  content: "\f7a5";
}

.la-grip-vertical:before {
  content: "\f58e";
}

.la-gripfire:before {
  content: "\f3ac";
}

.la-grunt:before {
  content: "\f3ad";
}

.la-guitar:before {
  content: "\f7a6";
}

.la-gulp:before {
  content: "\f3ae";
}

.la-h-square:before {
  content: "\f0fd";
}

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

.la-hacker-news-square:before {
  content: "\f3af";
}

.la-hackerrank:before {
  content: "\f5f7";
}

.la-hamburger:before {
  content: "\f805";
}

.la-hammer:before {
  content: "\f6e3";
}

.la-hamsa:before {
  content: "\f665";
}

.la-hand-holding:before {
  content: "\f4bd";
}

.la-hand-holding-heart:before {
  content: "\f4be";
}

.la-hand-holding-usd:before {
  content: "\f4c0";
}

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

.la-hand-middle-finger:before {
  content: "\f806";
}

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

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

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

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

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

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

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

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

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

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

.la-hands:before {
  content: "\f4c2";
}

.la-hands-helping:before {
  content: "\f4c4";
}

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

.la-hanukiah:before {
  content: "\f6e6";
}

.la-hard-hat:before {
  content: "\f807";
}

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

.la-hat-wizard:before {
  content: "\f6e8";
}

.la-haykal:before {
  content: "\f666";
}

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

.la-heading:before {
  content: "\f1dc";
}

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

.la-headphones-alt:before {
  content: "\f58f";
}

.la-headset:before {
  content: "\f590";
}

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

.la-heart-broken:before {
  content: "\f7a9";
}

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

.la-helicopter:before {
  content: "\f533";
}

.la-highlighter:before {
  content: "\f591";
}

.la-hiking:before {
  content: "\f6ec";
}

.la-hippo:before {
  content: "\f6ed";
}

.la-hips:before {
  content: "\f452";
}

.la-hire-a-helper:before {
  content: "\f3b0";
}

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

.la-hockey-puck:before {
  content: "\f453";
}

.la-holly-berry:before {
  content: "\f7aa";
}

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

.la-hooli:before {
  content: "\f427";
}

.la-hornbill:before {
  content: "\f592";
}

.la-horse:before {
  content: "\f6f0";
}

.la-horse-head:before {
  content: "\f7ab";
}

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

.la-hospital-alt:before {
  content: "\f47d";
}

.la-hospital-symbol:before {
  content: "\f47e";
}

.la-hot-tub:before {
  content: "\f593";
}

.la-hotdog:before {
  content: "\f80f";
}

.la-hotel:before {
  content: "\f594";
}

.la-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.la-house-damage:before {
  content: "\f6f1";
}

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

.la-hryvnia:before {
  content: "\f6f2";
}

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

.la-hubspot:before {
  content: "\f3b2";
}

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

.la-ice-cream:before {
  content: "\f810";
}

.la-icicles:before {
  content: "\f7ad";
}

.la-icons:before {
  content: "\f86d";
}

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

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

.la-id-card-alt:before {
  content: "\f47f";
}

.la-igloo:before {
  content: "\f7ae";
}

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

.la-images:before {
  content: "\f302";
}

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

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

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

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

.la-infinity:before {
  content: "\f534";
}

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

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

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

.la-intercom:before {
  content: "\f7af";
}

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

.la-invision:before {
  content: "\f7b0";
}

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

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

.la-itch-io:before {
  content: "\f83a";
}

.la-itunes:before {
  content: "\f3b4";
}

.la-itunes-note:before {
  content: "\f3b5";
}

.la-java:before {
  content: "\f4e4";
}

.la-jedi:before {
  content: "\f669";
}

.la-jedi-order:before {
  content: "\f50e";
}

.la-jenkins:before {
  content: "\f3b6";
}

.la-jira:before {
  content: "\f7b1";
}

.la-joget:before {
  content: "\f3b7";
}

.la-joint:before {
  content: "\f595";
}

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

.la-journal-whills:before {
  content: "\f66a";
}

.la-js:before {
  content: "\f3b8";
}

.la-js-square:before {
  content: "\f3b9";
}

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

.la-kaaba:before {
  content: "\f66b";
}

.la-kaggle:before {
  content: "\f5fa";
}

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

.la-keybase:before {
  content: "\f4f5";
}

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

.la-keycdn:before {
  content: "\f3ba";
}

.la-khanda:before {
  content: "\f66d";
}

.la-kickstarter:before {
  content: "\f3bb";
}

.la-kickstarter-k:before {
  content: "\f3bc";
}

.la-kiss:before {
  content: "\f596";
}

.la-kiss-beam:before {
  content: "\f597";
}

.la-kiss-wink-heart:before {
  content: "\f598";
}

.la-kiwi-bird:before {
  content: "\f535";
}

.la-korvue:before {
  content: "\f42f";
}

.la-landmark:before {
  content: "\f66f";
}

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

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

.la-laptop-code:before {
  content: "\f5fc";
}

.la-laptop-medical:before {
  content: "\f812";
}

.la-laravel:before {
  content: "\f3bd";
}

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

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

.la-laugh:before {
  content: "\f599";
}

.la-laugh-beam:before {
  content: "\f59a";
}

.la-laugh-squint:before {
  content: "\f59b";
}

.la-laugh-wink:before {
  content: "\f59c";
}

.la-layer-group:before {
  content: "\f5fd";
}

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

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

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

.la-less:before {
  content: "\f41d";
}

.la-less-than:before {
  content: "\f536";
}

.la-less-than-equal:before {
  content: "\f537";
}

.la-level-down-alt:before {
  content: "\f3be";
}

.la-level-up-alt:before {
  content: "\f3bf";
}

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

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

.la-line:before {
  content: "\f3c0";
}

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

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

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

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

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

.la-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

.la-lock-open:before {
  content: "\f3c1";
}

.la-long-arrow-alt-down:before {
  content: "\f309";
}

.la-long-arrow-alt-left:before {
  content: "\f30a";
}

.la-long-arrow-alt-right:before {
  content: "\f30b";
}

.la-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.la-luggage-cart:before {
  content: "\f59d";
}

.la-lyft:before {
  content: "\f3c3";
}

.la-magento:before {
  content: "\f3c4";
}

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

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

.la-mail-bulk:before {
  content: "\f674";
}

.la-mailchimp:before {
  content: "\f59e";
}

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

.la-mandalorian:before {
  content: "\f50f";
}

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

.la-map-marked:before {
  content: "\f59f";
}

.la-map-marked-alt:before {
  content: "\f5a0";
}

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

.la-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.la-markdown:before {
  content: "\f60f";
}

.la-marker:before {
  content: "\f5a1";
}

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

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

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

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

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

.la-mask:before {
  content: "\f6fa";
}

.la-mastodon:before {
  content: "\f4f6";
}

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

.la-medal:before {
  content: "\f5a2";
}

.la-medapps:before {
  content: "\f3c6";
}

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

.la-medium-m:before {
  content: "\f3c7";
}

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

.la-medrt:before {
  content: "\f3c8";
}

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

.la-megaport:before {
  content: "\f5a3";
}

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

.la-meh-blank:before {
  content: "\f5a4";
}

.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

.la-memory:before {
  content: "\f538";
}

.la-mendeley:before {
  content: "\f7b3";
}

.la-menorah:before {
  content: "\f676";
}

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

.la-meteor:before {
  content: "\f753";
}

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

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

.la-microphone-alt:before {
  content: "\f3c9";
}

.la-microphone-alt-slash:before {
  content: "\f539";
}

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

.la-microscope:before {
  content: "\f610";
}

.la-microsoft:before {
  content: "\f3ca";
}

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

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

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

.la-mitten:before {
  content: "\f7b5";
}

.la-mix:before {
  content: "\f3cb";
}

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

.la-mizuni:before {
  content: "\f3cc";
}

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

.la-mobile-alt:before {
  content: "\f3cd";
}

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

.la-monero:before {
  content: "\f3d0";
}

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

.la-money-bill-alt:before {
  content: "\f3d1";
}

.la-money-bill-wave:before {
  content: "\f53a";
}

.la-money-bill-wave-alt:before {
  content: "\f53b";
}

.la-money-check:before {
  content: "\f53c";
}

.la-money-check-alt:before {
  content: "\f53d";
}

.la-monument:before {
  content: "\f5a6";
}

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

.la-mortar-pestle:before {
  content: "\f5a7";
}

.la-mosque:before {
  content: "\f678";
}

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

.la-mountain:before {
  content: "\f6fc";
}

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

.la-mug-hot:before {
  content: "\f7b6";
}

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

.la-napster:before {
  content: "\f3d2";
}

.la-neos:before {
  content: "\f612";
}

.la-network-wired:before {
  content: "\f6ff";
}

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

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

.la-nimblr:before {
  content: "\f5a8";
}

.la-node:before {
  content: "\f419";
}

.la-node-js:before {
  content: "\f3d3";
}

.la-not-equal:before {
  content: "\f53e";
}

.la-notes-medical:before {
  content: "\f481";
}

.la-npm:before {
  content: "\f3d4";
}

.la-ns8:before {
  content: "\f3d5";
}

.la-nutritionix:before {
  content: "\f3d6";
}

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

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

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

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

.la-oil-can:before {
  content: "\f613";
}

.la-old-republic:before {
  content: "\f510";
}

.la-om:before {
  content: "\f679";
}

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

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

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

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

.la-osi:before {
  content: "\f41a";
}

.la-otter:before {
  content: "\f700";
}

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

.la-page4:before {
  content: "\f3d7";
}

.la-pagelines:before {
  content: "\f18c";
}

.la-pager:before {
  content: "\f815";
}

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

.la-paint-roller:before {
  content: "\f5aa";
}

.la-palette:before {
  content: "\f53f";
}

.la-palfed:before {
  content: "\f3d8";
}

.la-pallet:before {
  content: "\f482";
}

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

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

.la-parachute-box:before {
  content: "\f4cd";
}

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

.la-parking:before {
  content: "\f540";
}

.la-passport:before {
  content: "\f5ab";
}

.la-pastafarianism:before {
  content: "\f67b";
}

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

.la-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.la-peace:before {
  content: "\f67c";
}

.la-pen:before {
  content: "\f304";
}

.la-pen-alt:before {
  content: "\f305";
}

.la-pen-fancy:before {
  content: "\f5ac";
}

.la-pen-nib:before {
  content: "\f5ad";
}

.la-pen-square:before {
  content: "\f14b";
}

.la-pencil-alt:before {
  content: "\f303";
}

.la-pencil-ruler:before {
  content: "\f5ae";
}

.la-penny-arcade:before {
  content: "\f704";
}

.la-people-carry:before {
  content: "\f4ce";
}

.la-pepper-hot:before {
  content: "\f816";
}

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

.la-percentage:before {
  content: "\f541";
}

.la-periscope:before {
  content: "\f3da";
}

.la-person-booth:before {
  content: "\f756";
}

.la-phabricator:before {
  content: "\f3db";
}

.la-phoenix-framework:before {
  content: "\f3dc";
}

.la-phoenix-squadron:before {
  content: "\f511";
}

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

.la-phone-alt:before {
  content: "\f879";
}

.la-phone-slash:before {
  content: "\f3dd";
}

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

.la-phone-square-alt:before {
  content: "\f87b";
}

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

.la-photo-video:before {
  content: "\f87c";
}

.la-php:before {
  content: "\f457";
}

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

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

.la-pied-piper-hat:before {
  content: "\f4e5";
}

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

.la-piggy-bank:before {
  content: "\f4d3";
}

.la-pills:before {
  content: "\f484";
}

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

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

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

.la-pizza-slice:before {
  content: "\f818";
}

.la-place-of-worship:before {
  content: "\f67f";
}

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

.la-plane-arrival:before {
  content: "\f5af";
}

.la-plane-departure:before {
  content: "\f5b0";
}

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

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

.la-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.la-poll:before {
  content: "\f681";
}

.la-poll-h:before {
  content: "\f682";
}

.la-poo:before {
  content: "\f2fe";
}

.la-poo-storm:before {
  content: "\f75a";
}

.la-poop:before {
  content: "\f619";
}

.la-portrait:before {
  content: "\f3e0";
}

.la-pound-sign:before {
  content: "\f154";
}

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

.la-pray:before {
  content: "\f683";
}

.la-praying-hands:before {
  content: "\f684";
}

.la-prescription:before {
  content: "\f5b1";
}

.la-prescription-bottle:before {
  content: "\f485";
}

.la-prescription-bottle-alt:before {
  content: "\f486";
}

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

.la-procedures:before {
  content: "\f487";
}

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

.la-project-diagram:before {
  content: "\f542";
}

.la-pushed:before {
  content: "\f3e1";
}

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

.la-python:before {
  content: "\f3e2";
}

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

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

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

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

.la-quidditch:before {
  content: "\f458";
}

.la-quinscape:before {
  content: "\f459";
}

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

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

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

.la-quran:before {
  content: "\f687";
}

.la-r-project:before {
  content: "\f4f7";
}

.la-radiation:before {
  content: "\f7b9";
}

.la-radiation-alt:before {
  content: "\f7ba";
}

.la-rainbow:before {
  content: "\f75b";
}

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

.la-raspberry-pi:before {
  content: "\f7bb";
}

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

.la-react:before {
  content: "\f41b";
}

.la-reacteurope:before {
  content: "\f75d";
}

.la-readme:before {
  content: "\f4d5";
}

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

.la-receipt:before {
  content: "\f543";
}

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

.la-red-river:before {
  content: "\f3e3";
}

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

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

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

.la-redhat:before {
  content: "\f7bc";
}

.la-redo:before {
  content: "\f01e";
}

.la-redo-alt:before {
  content: "\f2f9";
}

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

.la-remove-format:before {
  content: "\f87d";
}

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

.la-reply:before {
  content: "\f3e5";
}

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

.la-replyd:before {
  content: "\f3e6";
}

.la-republican:before {
  content: "\f75e";
}

.la-researchgate:before {
  content: "\f4f8";
}

.la-resolving:before {
  content: "\f3e7";
}

.la-restroom:before {
  content: "\f7bd";
}

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

.la-rev:before {
  content: "\f5b2";
}

.la-ribbon:before {
  content: "\f4d6";
}

.la-ring:before {
  content: "\f70b";
}

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

.la-robot:before {
  content: "\f544";
}

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

.la-rocketchat:before {
  content: "\f3e8";
}

.la-rockrms:before {
  content: "\f3e9";
}

.la-route:before {
  content: "\f4d7";
}

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

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

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

.la-ruler:before {
  content: "\f545";
}

.la-ruler-combined:before {
  content: "\f546";
}

.la-ruler-horizontal:before {
  content: "\f547";
}

.la-ruler-vertical:before {
  content: "\f548";
}

.la-running:before {
  content: "\f70c";
}

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

.la-sad-cry:before {
  content: "\f5b3";
}

.la-sad-tear:before {
  content: "\f5b4";
}

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

.la-salesforce:before {
  content: "\f83b";
}

.la-sass:before {
  content: "\f41e";
}

.la-satellite:before {
  content: "\f7bf";
}

.la-satellite-dish:before {
  content: "\f7c0";
}

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

.la-schlix:before {
  content: "\f3ea";
}

.la-school:before {
  content: "\f549";
}

.la-screwdriver:before {
  content: "\f54a";
}

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

.la-scroll:before {
  content: "\f70e";
}

.la-sd-card:before {
  content: "\f7c2";
}

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

.la-search-dollar:before {
  content: "\f688";
}

.la-search-location:before {
  content: "\f689";
}

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

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

.la-searchengin:before {
  content: "\f3eb";
}

.la-seedling:before {
  content: "\f4d8";
}

.la-sellcast:before {
  content: "\f2da";
}

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

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

.la-servicestack:before {
  content: "\f3ec";
}

.la-shapes:before {
  content: "\f61f";
}

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

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

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

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

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

.la-shield-alt:before {
  content: "\f3ed";
}

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

.la-shipping-fast:before {
  content: "\f48b";
}

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

.la-shoe-prints:before {
  content: "\f54b";
}

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

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

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

.la-shopware:before {
  content: "\f5b5";
}

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

.la-shuttle-van:before {
  content: "\f5b6";
}

.la-sign:before {
  content: "\f4d9";
}

.la-sign-in-alt:before {
  content: "\f2f6";
}

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

.la-sign-out-alt:before {
  content: "\f2f5";
}

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

.la-signature:before {
  content: "\f5b7";
}

.la-sim-card:before {
  content: "\f7c4";
}

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

.la-sistrix:before {
  content: "\f3ee";
}

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

.la-sith:before {
  content: "\f512";
}

.la-skating:before {
  content: "\f7c5";
}

.la-sketch:before {
  content: "\f7c6";
}

.la-skiing:before {
  content: "\f7c9";
}

.la-skiing-nordic:before {
  content: "\f7ca";
}

.la-skull:before {
  content: "\f54c";
}

.la-skull-crossbones:before {
  content: "\f714";
}

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

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

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

.la-slack-hash:before {
  content: "\f3ef";
}

.la-slash:before {
  content: "\f715";
}

.la-sleigh:before {
  content: "\f7cc";
}

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

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

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

.la-smile-beam:before {
  content: "\f5b8";
}

.la-smile-wink:before {
  content: "\f4da";
}

.la-smog:before {
  content: "\f75f";
}

.la-smoking:before {
  content: "\f48d";
}

.la-smoking-ban:before {
  content: "\f54d";
}

.la-sms:before {
  content: "\f7cd";
}

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

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

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

.la-snowboarding:before {
  content: "\f7ce";
}

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

.la-snowman:before {
  content: "\f7d0";
}

.la-snowplow:before {
  content: "\f7d2";
}

.la-socks:before {
  content: "\f696";
}

.la-solar-panel:before {
  content: "\f5ba";
}

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

.la-sort-alpha-down:before {
  content: "\f15d";
}

.la-sort-alpha-down-alt:before {
  content: "\f881";
}

.la-sort-alpha-up:before {
  content: "\f15e";
}

.la-sort-alpha-up-alt:before {
  content: "\f882";
}

.la-sort-amount-down:before {
  content: "\f160";
}

.la-sort-amount-down-alt:before {
  content: "\f884";
}

.la-sort-amount-up:before {
  content: "\f161";
}

.la-sort-amount-up-alt:before {
  content: "\f885";
}

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

.la-sort-numeric-down:before {
  content: "\f162";
}

.la-sort-numeric-down-alt:before {
  content: "\f886";
}

.la-sort-numeric-up:before {
  content: "\f163";
}

.la-sort-numeric-up-alt:before {
  content: "\f887";
}

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

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

.la-sourcetree:before {
  content: "\f7d3";
}

.la-spa:before {
  content: "\f5bb";
}

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

.la-speakap:before {
  content: "\f3f3";
}

.la-speaker-deck:before {
  content: "\f83c";
}

.la-spell-check:before {
  content: "\f891";
}

.la-spider:before {
  content: "\f717";
}

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

.la-splotch:before {
  content: "\f5bc";
}

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

.la-spray-can:before {
  content: "\f5bd";
}

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

.la-square-full:before {
  content: "\f45c";
}

.la-square-root-alt:before {
  content: "\f698";
}

.la-squarespace:before {
  content: "\f5be";
}

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

.la-stack-overflow:before {
  content: "\f16c";
}

.la-stackpath:before {
  content: "\f842";
}

.la-stamp:before {
  content: "\f5bf";
}

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

.la-star-and-crescent:before {
  content: "\f699";
}

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

.la-star-half-alt:before {
  content: "\f5c0";
}

.la-star-of-david:before {
  content: "\f69a";
}

.la-star-of-life:before {
  content: "\f621";
}

.la-staylinked:before {
  content: "\f3f5";
}

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

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

.la-steam-symbol:before {
  content: "\f3f6";
}

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

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

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

.la-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.la-stopwatch:before {
  content: "\f2f2";
}

.la-store:before {
  content: "\f54e";
}

.la-store-alt:before {
  content: "\f54f";
}

.la-strava:before {
  content: "\f428";
}

.la-stream:before {
  content: "\f550";
}

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

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

.la-stripe:before {
  content: "\f429";
}

.la-stripe-s:before {
  content: "\f42a";
}

.la-stroopwafel:before {
  content: "\f551";
}

.la-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

.la-suitcase-rolling:before {
  content: "\f5c1";
}

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

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

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

.la-supple:before {
  content: "\f3f9";
}

.la-surprise:before {
  content: "\f5c2";
}

.la-suse:before {
  content: "\f7d6";
}

.la-swatchbook:before {
  content: "\f5c3";
}

.la-swimmer:before {
  content: "\f5c4";
}

.la-swimming-pool:before {
  content: "\f5c5";
}

.la-symfony:before {
  content: "\f83d";
}

.la-synagogue:before {
  content: "\f69b";
}

.la-sync:before {
  content: "\f021";
}

.la-sync-alt:before {
  content: "\f2f1";
}

.la-syringe:before {
  content: "\f48e";
}

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

.la-table-tennis:before {
  content: "\f45d";
}

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

.la-tablet-alt:before {
  content: "\f3fa";
}

.la-tablets:before {
  content: "\f490";
}

.la-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.la-tape:before {
  content: "\f4db";
}

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

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

.la-teamspeak:before {
  content: "\f4f9";
}

.la-teeth:before {
  content: "\f62e";
}

.la-teeth-open:before {
  content: "\f62f";
}

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

.la-telegram-plane:before {
  content: "\f3fe";
}

.la-temperature-high:before {
  content: "\f769";
}

.la-temperature-low:before {
  content: "\f76b";
}

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

.la-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.la-the-red-yeti:before {
  content: "\f69d";
}

.la-theater-masks:before {
  content: "\f630";
}

.la-themeco:before {
  content: "\f5c6";
}

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

.la-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

.la-think-peaks:before {
  content: "\f731";
}

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

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

.la-thumbtack:before {
  content: "\f08d";
}

.la-ticket-alt:before {
  content: "\f3ff";
}

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

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

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

.la-tint-slash:before {
  content: "\f5c7";
}

.la-tired:before {
  content: "\f5c8";
}

.la-toggle-off:before {
  content: "\f204";
}

.la-toggle-on:before {
  content: "\f205";
}

.la-toilet:before {
  content: "\f7d8";
}

.la-toilet-paper:before {
  content: "\f71e";
}

.la-toolbox:before {
  content: "\f552";
}

.la-tools:before {
  content: "\f7d9";
}

.la-tooth:before {
  content: "\f5c9";
}

.la-torah:before {
  content: "\f6a0";
}

.la-torii-gate:before {
  content: "\f6a1";
}

.la-tractor:before {
  content: "\f722";
}

.la-trade-federation:before {
  content: "\f513";
}

.la-trademark:before {
  content: "\f25c";
}

.la-traffic-light:before {
  content: "\f637";
}

.la-train:before {
  content: "\f238";
}

.la-tram:before {
  content: "\f7da";
}

.la-transgender:before {
  content: "\f224";
}

.la-transgender-alt:before {
  content: "\f225";
}

.la-trash:before {
  content: "\f1f8";
}

.la-trash-alt:before {
  content: "\f2ed";
}

.la-trash-restore:before {
  content: "\f829";
}

.la-trash-restore-alt:before {
  content: "\f82a";
}

.la-tree:before {
  content: "\f1bb";
}

.la-trello:before {
  content: "\f181";
}

.la-tripadvisor:before {
  content: "\f262";
}

.la-trophy:before {
  content: "\f091";
}

.la-truck:before {
  content: "\f0d1";
}

.la-truck-loading:before {
  content: "\f4de";
}

.la-truck-monster:before {
  content: "\f63b";
}

.la-truck-moving:before {
  content: "\f4df";
}

.la-truck-pickup:before {
  content: "\f63c";
}

.la-tshirt:before {
  content: "\f553";
}

.la-tty:before {
  content: "\f1e4";
}

.la-tumblr:before {
  content: "\f173";
}

.la-tumblr-square:before {
  content: "\f174";
}

.la-tv:before {
  content: "\f26c";
}

.la-twitch:before {
  content: "\f1e8";
}

.la-twitter:before {
  content: "\f099";
}

.la-twitter-square:before {
  content: "\f081";
}

.la-typo3:before {
  content: "\f42b";
}

.la-uber:before {
  content: "\f402";
}

.la-ubuntu:before {
  content: "\f7df";
}

.la-uikit:before {
  content: "\f403";
}

.la-umbrella:before {
  content: "\f0e9";
}

.la-umbrella-beach:before {
  content: "\f5ca";
}

.la-underline:before {
  content: "\f0cd";
}

.la-undo:before {
  content: "\f0e2";
}

.la-undo-alt:before {
  content: "\f2ea";
}

.la-uniregistry:before {
  content: "\f404";
}

.la-universal-access:before {
  content: "\f29a";
}

.la-university:before {
  content: "\f19c";
}

.la-unlink:before {
  content: "\f127";
}

.la-unlock:before {
  content: "\f09c";
}

.la-unlock-alt:before {
  content: "\f13e";
}

.la-untappd:before {
  content: "\f405";
}

.la-upload:before {
  content: "\f093";
}

.la-ups:before {
  content: "\f7e0";
}

.la-usb:before {
  content: "\f287";
}

.la-user:before {
  content: "\f007";
}

.la-user-alt:before {
  content: "\f406";
}

.la-user-alt-slash:before {
  content: "\f4fa";
}

.la-user-astronaut:before {
  content: "\f4fb";
}

.la-user-check:before {
  content: "\f4fc";
}

.la-user-circle:before {
  content: "\f2bd";
}

.la-user-clock:before {
  content: "\f4fd";
}

.la-user-cog:before {
  content: "\f4fe";
}

.la-user-edit:before {
  content: "\f4ff";
}

.la-user-friends:before {
  content: "\f500";
}

.la-user-graduate:before {
  content: "\f501";
}

.la-user-injured:before {
  content: "\f728";
}

.la-user-lock:before {
  content: "\f502";
}

.la-user-md:before {
  content: "\f0f0";
}

.la-user-minus:before {
  content: "\f503";
}

.la-user-ninja:before {
  content: "\f504";
}

.la-user-nurse:before {
  content: "\f82f";
}

.la-user-plus:before {
  content: "\f234";
}

.la-user-secret:before {
  content: "\f21b";
}

.la-user-shield:before {
  content: "\f505";
}

.la-user-slash:before {
  content: "\f506";
}

.la-user-tag:before {
  content: "\f507";
}

.la-user-tie:before {
  content: "\f508";
}

.la-user-times:before {
  content: "\f235";
}

.la-users:before {
  content: "\f0c0";
}

.la-users-cog:before {
  content: "\f509";
}

.la-usps:before {
  content: "\f7e1";
}

.la-ussunnah:before {
  content: "\f407";
}

.la-utensil-spoon:before {
  content: "\f2e5";
}

.la-utensils:before {
  content: "\f2e7";
}

.la-vaadin:before {
  content: "\f408";
}

.la-vector-square:before {
  content: "\f5cb";
}

.la-venus:before {
  content: "\f221";
}

.la-venus-double:before {
  content: "\f226";
}

.la-venus-mars:before {
  content: "\f228";
}

.la-viacoin:before {
  content: "\f237";
}

.la-viadeo:before {
  content: "\f2a9";
}

.la-viadeo-square:before {
  content: "\f2aa";
}

.la-vial:before {
  content: "\f492";
}

.la-vials:before {
  content: "\f493";
}

.la-viber:before {
  content: "\f409";
}

.la-video:before {
  content: "\f03d";
}

.la-video-slash:before {
  content: "\f4e2";
}

.la-vihara:before {
  content: "\f6a7";
}

.la-vimeo:before {
  content: "\f40a";
}

.la-vimeo-square:before {
  content: "\f194";
}

.la-vimeo-v:before {
  content: "\f27d";
}

.la-vine:before {
  content: "\f1ca";
}

.la-vk:before {
  content: "\f189";
}

.la-vnv:before {
  content: "\f40b";
}

.la-voicemail:before {
  content: "\f897";
}

.la-volleyball-ball:before {
  content: "\f45f";
}

.la-volume-down:before {
  content: "\f027";
}

.la-volume-mute:before {
  content: "\f6a9";
}

.la-volume-off:before {
  content: "\f026";
}

.la-volume-up:before {
  content: "\f028";
}

.la-vote-yea:before {
  content: "\f772";
}

.la-vr-cardboard:before {
  content: "\f729";
}

.la-vuejs:before {
  content: "\f41f";
}

.la-walking:before {
  content: "\f554";
}

.la-wallet:before {
  content: "\f555";
}

.la-warehouse:before {
  content: "\f494";
}

.la-water:before {
  content: "\f773";
}

.la-wave-square:before {
  content: "\f83e";
}

.la-waze:before {
  content: "\f83f";
}

.la-weebly:before {
  content: "\f5cc";
}

.la-weibo:before {
  content: "\f18a";
}

.la-weight:before {
  content: "\f496";
}

.la-weight-hanging:before {
  content: "\f5cd";
}

.la-weixin:before {
  content: "\f1d7";
}

.la-whatsapp:before {
  content: "\f232";
}

.la-whatsapp-square:before {
  content: "\f40c";
}

.la-wheelchair:before {
  content: "\f193";
}

.la-whmcs:before {
  content: "\f40d";
}

.la-wifi:before {
  content: "\f1eb";
}

.la-wikipedia-w:before {
  content: "\f266";
}

.la-wind:before {
  content: "\f72e";
}

.la-window-close:before {
  content: "\f410";
}

.la-window-maximize:before {
  content: "\f2d0";
}

.la-window-minimize:before {
  content: "\f2d1";
}

.la-window-restore:before {
  content: "\f2d2";
}

.la-windows:before {
  content: "\f17a";
}

.la-wine-bottle:before {
  content: "\f72f";
}

.la-wine-glass:before {
  content: "\f4e3";
}

.la-wine-glass-alt:before {
  content: "\f5ce";
}

.la-wix:before {
  content: "\f5cf";
}

.la-wizards-of-the-coast:before {
  content: "\f730";
}

.la-wolf-pack-battalion:before {
  content: "\f514";
}

.la-won-sign:before {
  content: "\f159";
}

.la-wordpress:before {
  content: "\f19a";
}

.la-wordpress-simple:before {
  content: "\f411";
}

.la-wpbeginner:before {
  content: "\f297";
}

.la-wpexplorer:before {
  content: "\f2de";
}

.la-wpforms:before {
  content: "\f298";
}

.la-wpressr:before {
  content: "\f3e4";
}

.la-wrench:before {
  content: "\f0ad";
}

.la-x-ray:before {
  content: "\f497";
}

.la-xbox:before {
  content: "\f412";
}

.la-xing:before {
  content: "\f168";
}

.la-xing-square:before {
  content: "\f169";
}

.la-y-combinator:before {
  content: "\f23b";
}

.la-yahoo:before {
  content: "\f19e";
}

.la-yammer:before {
  content: "\f840";
}

.la-yandex:before {
  content: "\f413";
}

.la-yandex-international:before {
  content: "\f414";
}

.la-yarn:before {
  content: "\f7e3";
}

.la-yelp:before {
  content: "\f1e9";
}

.la-yen-sign:before {
  content: "\f157";
}

.la-yin-yang:before {
  content: "\f6ad";
}

.la-yoast:before {
  content: "\f2b1";
}

.la-youtube:before {
  content: "\f167";
}

.la-youtube-square:before {
  content: "\f431";
}

.la-zhihu:before {
  content: "\f63f";
}

.la-hat-cowboy:before {
  content: "\f8c0";
}

.la-hat-cowboy-side:before {
  content: "\f8c1";
}

.la-mdb:before {
  content: "\f8ca";
}

.la-mouse:before {
  content: "\f8cc";
}

.la-orcid:before {
  content: "\f8d2";
}

.la-record-vinyl:before {
  content: "\f8d9";
}

.la-swift:before {
  content: "\f8e1";
}

.la-umbraco:before {
  content: "\f8e8";
}

.la-buy-n-large:before {
  content: "\f8a6";
}

.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;
}
.richtexteditor {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  box-sizing: border-box !important;
  border: 1px solid #ddd;
  background-color: #fff;
  user-select: none;
  min-height: 200px;
  min-width: 200px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*.richtexteditor{
    border-radius:7px;
}
rte-toolbar {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
rte-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}*/
.richtexteditor, .rte-absolute, .rte-fixed, rte-dropdown-panel {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.richtexteditor *, .rte-absolute *, .rte-fixed * {
  box-sizing: border-box !important;
}

.richtexteditor.rte-fullpage {
  position: fixed !important;
  border: none !important;
  left: -2px !important;
  top: -2px !important;
  right: -2px !important;
  bottom: -2px !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 0px !important;
}

.richtexteditor.rte-fullpage rte-toolbar {
  border-radius: 0px !important;
}

.rte-absolute {
  box-sizing: border-box !important;
  position: absolute !important;
}

.rte-fixed {
  box-sizing: border-box !important;
  position: fixed !important;
}

rte-precontent {
  z-index: 1;
}

rte-content {
  border-bottom: solid 1px #ebedf2;
  padding: 8px;
  user-select: none;
  background-color: #fff;
}

rte-toolbar {
  border-bottom: solid 1px #ebedf2;
}

.rte-office rte-toolbar {
  padding: 2px 2px 3px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAACCCAYAAABGtuhTAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA3LzEyJiegEwAAAOZJREFUeJztmcENxDAIBHFE/23eM79T7hE7RdxYGkRcwGiBBSx7fM5rBXjyulFe5DEnC5yswMhFAydMzMUDUV4kzCsRMp/DfiHjVUZxEfn93SjwQGk9gTlgoD9kPocBJ7FhUfCQcwwWWSCHeh/iCgsUpWMv0z7U2yYDlrij9eTz0N8pFXxoV/gC/z8bLksw0J/DFygENry0+4ENdwp+nfOvgApFaedDP9DvQ38vN+wUv212FEXuQ1yh//3Q78Mc9vHlr7J/wPLvh/yDpL4oBRTSQHxiFzC2XmGBnWL/oNnQKfo1qlf4ABqzK10RRBaNAAAAAElFTkSuQmCC");
}

rte-codebox {
  flex: 99999;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  border: none;
  font-family: "Consolas", "Courier New", Courier, monospace, serif;
}

rte-codebox textarea {
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New", Courier, monospace, serif;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}

.richtexteditor.rte-modern rte-toolbar {
  padding: 0px 2px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eeeeee;
}

.richtexteditor.rte-office {
  padding: 0px;
  margin: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdd4f0;
  border-top-color: #c5d2df;
  border-left-color: #b7c8d7;
  border-right-color: #b8c9d7;
  border-bottom-color: #9ebfdb;
  border-radius: 0px;
}

.richtexteditor.rte-modern {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  -moz-border-radius: 8px;
}

.richtexteditor.rte-modern rte-toolbar {
  /*border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;*/
}

.richtexteditor.rte-modern rte-bottom {
  /*border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;*/
}

.rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 820px;
}

.rte-modern.rte-desktop.rte-toolbar-full {
  min-width: 820px;
}

rte-bottom {
  padding: 3px 8px;
  user-select: none;
  min-height: 35px;
}

.rte-modern rte-plusbtn rte-toolbar-button {
  width: 24px;
  height: 24px;
  margin: 1px;
}

rte-tagitem {
  margin: 3px;
  padding: 2px 4px 3px 4px;
  border: solid 1px gray;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  user-select: none;
  display: table;
}

rte-tagitem.rte-ui-active {
  border: solid 1px #8b8b8d;
}

rte-textcounter {
  padding: 5px 8px 3px;
  color: #999999;
  font-size: 13px;
  font-family: sans-serif;
  text-transform: lowercase;
}

rte-powerby {
  padding: 5px 8px 3px;
  font-family: sans-serif;
}

rte-resizecorner {
  margin: 3px 0;
  padding: 3px 0;
  min-width: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjM1QzFBMTY5MzA1MTFFQUJGNDI5NDU5N0M4QkUxNDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjM1QzFBMTc5MzA1MTFFQUJGNDI5NDU5N0M4QkUxNDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMzVDMUExNDkzMDUxMUVBQkY0Mjk0NTk3QzhCRTE0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMzVDMUExNTkzMDUxMUVBQkY0Mjk0NTk3QzhCRTE0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+/bqEAAAA8SURBVHjaYvz//z8DKYCJGEXp6elwUxmpakNGRsZ/2tgAMxGdptwGdDfDaJg4+TbgcjPMZMptIAUABBgAPN8zHGdT1H8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: nw-resize;
}

.rte-fullpage rte-resizecorner {
  display: none;
}

.rte-office rte-ribbon-column {
  margin: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #bdd4f0;
  border-top-color: #c5d2df;
  border-left-color: #b7c8d7;
  border-right-color: #b8c9d7;
  border-bottom-color: #9ebfdb;
  border-radius: 3px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAABiCAYAAAB+koVqAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA2LzEynpvHdgAAAeNJREFUeJzt3bFtw0AUBcFP4/qv1InhRA4kOaAauE0IAjMVMFs8no46vn8e7wGATWtm5vfxvPo5ALiZNTPzfBkhAOxZMzPvt4AAsOcTkKsfA4C7OQNy9VMAcDteYQGQeIUFQCIgACSfMxAFAWCPBQJAIiAAJH6FBUCyZmZeVz8FALezZmYefz6mCMAeN9EBSL6ufgAA7klAAEgEBIBkzcwcVz8FALdjgQCQCAgAiYAAkKyZcQgCwDaH6AAkXmEBkAgIAIlXWAAkZ0AOCQFgj1dYACQCAkDiHggAiUN0ABILBIDEGQgAiYAAkDgDASCxQABIBASAREAASAQEgMQhOgCJi4QAJF5hAZBYIAAkFggAiYAAkAgIAImAAJCch+hO0QHYZIEAkAgIAIlPmQCQWCAAJJ+b6DYIAHssEAASAQEgERAAEgEBIBEQABL3QABILBAAEgEBIPGXtgAkFggAiQUCQGKBAJAICACJgACQCAgAiZvoACQWCACJBQJAYoEAkAgIAImAAJAICACJgACQCAgAiYAAkAgIAMl5kfBwlRCAPRYIAImAAJAICACJgACQrJnxOV4AtlkgACTnAjFBANhkgQCQCAgAib+0BSCxQABIBASAxD0QABILBIBEQABIBASA5B+/giW9vHXuqwAAAABJRU5ErkJggg==");
  background-repeat: repeat-x;
}

rte-control-toolbar {
  border-radius: 5px;
  background-color: white;
  padding: 6px;
  box-shadow: 3px 3px 8px gray;
  /*opacity:0.3;
  transition:opacity linear 0.3s;*/
}

rte-control-toolbar:hover {
  opacity: 1;
}

.rte-modern rte-control-toolbar rte-toolbar-button, .rte-modern rte-control-toolbar rte-toolbar-splitbutton, .rte-modern rte-control-toolbar rte-toolbar-dropdown {
  margin: 6px 8px;
}

.rte-modern rte-control-toolbar rte-toolbar-arrowbutton {
  margin: 6px 2px 6px 8px;
}

rte-ribbon-group-left {
  margin-bottom: 4px;
}

rte-ribbon-group-right {
  margin-left: 5px;
}

rte-ribbon-main {
  padding: 5px 5px 1px;
}

rte-ribbon-text {
  padding-top: 2px;
  color: #3e6ac1;
  background-color: #c1d9f1;
  font-family: arial !important;
  font-size: 11px !important;
  border-left: solid 1px #d2eaf2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

rte-ribbon-group-big {
  border: solid 1px #9cb9dc;
  margin-bottom: 4px;
}

.rte-office rte-ribbon-group-big rte-toolbar-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

rte-ribbon-group-big > *:first-child {
  flex: 9999;
}

rte-ribbon-group-small {
  border: solid 1px #9cb9dc;
  border-radius: 3px;
  height: 22px;
}

rte-toolbar-group {
  display: inline-flex;
  flex-direction: row;
  padding: 2px;
}

.rte-toolbar-mobile rte-toolbar-group {
  padding: 1px;
}

.rte-office rte-toolbar-group {
  height: 22px;
  border: solid 1px #9cb9dc;
  border-radius: 3px;
  margin-right: 2px;
  margin-bottom: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAUCAYAAACqJ5zlAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACB0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgTVi7kSokAAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzA3LzEyJiegEwAAAFZJREFUeJyFzikSgFAMA9B0weG4/7E4ASdgEEV8FktSQeWbpo2t2/7gM3mcFwjcnAFmDNY2YAqycdNTIKuKYYzBMEXIW//r4a2pRtxbRCBCIqE3ljkJXvG0DxgqeYzsAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
}

rte-dropdown-head {
  background-color: transparent;
  user-select: none;
}

rte-dropdown-panel {
  text-align: left;
  background-color: #fff;
  user-select: none;
  display: flex;
  flex-direction: column;
  min-height: 50px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 10px 40px 10px rgba(140, 152, 164, 0.175);
  border-radius: 0.3125rem;
  padding: 1rem 0;
}

rte-dropdown-panel rte-toolbar-group {
  flex-direction: column;
}

rte-dropdown-panel rte-dropdown-menuitem {
  margin: 1px 0;
  padding: 1px 0;
  align-items: center;
  white-space: nowrap;
}

rte-dropdown-panel rte-dropdown-menuitem rte-dropdown-menuitem-label {
  font-size: 13px;
  padding-right: 12px;
}

rte-dropdown-panel rte-dropdown-menuitem:hover {
  background-color: #f1f3f4;
}

rte-dropdown-panel.rte-menu-hideicon rte-toolbar-button {
  display: none;
}

rte-dropdown-panel.rte-menu-hideicon rte-dropdown-menuitem {
  padding: 5px 13px;
}

rte-subtoolbar {
  padding: 2px 7px;
  background-color: #f6f6f6;
  border-bottom: solid 1px #eee;
}

rte-toolbar-splitbutton {
  display: flex;
}

rte-toolbar-button {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

rte-toolbar-splitbutton {
  border: solid 1px transparent;
  padding: 1px;
  margin: 4px 3px;
  width: 42px;
  height: 28px;
}

rte-toolbar-splitbutton:hover {
  background-color: #f2f2f2;
  border: solid 1px #e2e2e2;
}

rte-toolbar-splitbutton:hover rte-toolbar-splitbutton-dropdown {
  border-left: solid 1px #e2e2e2;
}

rte-dropdown-menuitem rte-toolbar-splitbutton {
  width: 28px;
}

rte-dropdown-menuitem rte-toolbar-splitbutton-dropdown {
  display: none;
}

.rte-modern rte-toolbar-splitbutton.rte-command-active {
  background-color: #e8f0fe;
  fill: #377dff;
  padding: 1px;
}

rte-toolbar-splitbutton-direct {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 24px;
}

rte-toolbar-splitbutton-dropdown {
  border-left: solid 1px transparent;
  width: 14px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNDMgMzUyLjNMNyAyMTYuM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlsMjIuNi0yMi42YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDk2LjQgOTYuNCA5Ni40LTk2LjRjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMjIuNiAyMi42YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0xMzYgMTM2Yy05LjIgOS40LTI0LjQgOS40LTMzLjggMHoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=");
  background-position: 1px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

rte-color-button-mask {
  position: absolute;
  width: 16px;
  height: 3px;
  left: 5px;
  top: 18px;
}

.rte-office rte-toolbar-button {
  width: 20px;
  height: 20px;
}

.rte-office rte-toolbar-group rte-toolbar-button {
  width: 22px;
  border-left: solid 1px #d8e6f7;
  border-right: solid 1px #abc1de;
}

.rte-office rte-toolbar-group rte-toolbar-button:first-child {
  width: 21px;
  border-left-width: 0px;
  border-right: solid 1px #abc1de;
}

.rte-office rte-toolbar-group rte-toolbar-button:last-child {
  width: 21px;
  border-left: solid 1px #d8e6f7;
  border-right-width: 0px;
}

.rte-office rte-toolbar-group rte-toolbar-dropdown:first-child {
  /*border-left-width: 0px;
  border-right: solid 1px #abc1de;*/
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rte-office rte-toolbar-group rte-toolbar-dropdown:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: solid 1px #d8e6f7;
  border-right-width: 0px;
}

.rte-modern rte-toolbar-button {
  margin: 4px 3px;
  padding: 1px;
  border: solid 1px transparent;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.rte-modern rte-toolbar-button.rte-command-active {
  background-color: #e8f0fe;
  fill: #377dff;
  padding: 1px;
}

.rte-toolbar-mobile rte-toolbar-group rte-toolbar-button {
  margin: 3px 2px;
}

.rte-office rte-toolbar-arrowbutton {
  width: 32px;
  padding-right: 12px;
  height: 20px;
}

.rte-modern rte-toolbar-arrowbutton {
  margin: 4px 3px;
  border: solid 1px transparent;
  padding: 1px;
  padding-right: 11px;
  width: 38px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYW5nbGUtZG93biBmYS13LTEwIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNDMgMzUyLjNMNyAyMTYuM2MtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlsMjIuNi0yMi42YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDk2LjQgOTYuNCA5Ni40LTk2LjRjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMjIuNiAyMi42YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0xMzYgMTM2Yy05LjIgOS40LTI0LjQgOS40LTMzLjggMHoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=");
  background-position: 23px 8px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}

.rte-modern rte-toolbar-arrowbutton.rte-command-active {
  background-color: #eee;
  /*border: solid 1px #ccc;*/
  border-bottom-width: 0px;
  padding: 1px 11px 10px 1px;
  background-position: 22px center;
  /*transform: translateY(6px);*/
  height: 36px;
  margin-bottom: -4px;
  background-position: 23px 8px;
}

.rte-modern rte-toolbar-button:hover {
  background-color: #f1f3f4;
}

.rte-modern rte-toolbar-arrowbutton:hover {
  background-color: #f1f3f4;
}

.rte-modern rte-toolbar-dropdown:hover {
  background-color: #fff;
}

.rte-modern .rte_command_togglemore.rte-command-active {
  background-color: #f4f4f4;
  border: solid 1px #eee;
  border-bottom-width: 0px;
  padding: 1px 1px 1px 1px;
  /*transform: translateY(6px);*/
}

rte-dropdown-panel rte-toolbar-button {
  margin: 0px 3px;
  padding: 2px;
  width: 28px;
  height: 28px;
}

rte-dropdown-panel rte-toolbar-button.rte-command-active {
  background-color: #eee;
  padding: 1px;
}

.rte-command-disabled {
  opacity: 0.2;
}

rte-toolbar-dropdown {
  margin-left: 0px;
  margin-right: 0px;
  /*background-color:#fff;*/
}

rte-control-toolbar.rte-modern rte-toolbar-dropdown {
  border: solid 1px #eee;
  margin: 5px 3px;
}

.rte-office rte-toolbar-dropdown {
  background-color: #fff;
}

rte-toolbar-dropdown-arrow, rte-input-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAQAAABecRxxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAQkEJhYsbzsfAAAPPklEQVR42u3d249d51kH4NceY1ugdmynEiARkcZO4pILAhdNSii100iVoNzQCLhpCz04RyqBIIgbroAWtU0mjgsi/wAUJQ2oTWKnSAhValxQaFFb28FusYREktaHOgfS2ILNRWJ8mpm9Z2bv9X7vWs/z/QH51rsO2ev38+wdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANCGddkbWLGr45b4udgZb4+fiPnYHKP4YfwgXojjcST+NZ6J/8reIL12VdwcPx8745r48dgWm2Nd/DDOxItxPJ6Lb8Qz8UL2BvtqXdwaC3E0RmPWkfhs3JK9WXropviT+Hr875jr71B8Jt6VvdW+2Rr3x3fG3voXr6Px+7Ele9v0xI/FvfHNFV5/fxBbs7fdD9viU/HyioZ/fr0Uf+YksEZviT+OU6u6/l6OT8W27O3Xtj7uW+Xwz6+TcU+szz4MiloXH40X13T9nY5PxFz2YVR1Qxxc0/DPr6/G9dmHQkHXxj9N5fr7l/iZ7EOp6LfilamMfxSjeCU+mH04FPOb8dLUrr/XYk/24dQyF3unNvzz60GvAkxofXx66tffI/Ej2YdVxab4u6mPfxSjeCw2ZR8aBWyMv53J9fdU/Gj2oVWwOZ6eyfhHMYonY2P24dG4jfGlmV1//+gRMM5c/P3Mxj+KUTzqRYBlrI9HZ3r9PRkbsg+xbftmOv5RjOLT2YdIwx6Y+fX3SPYhtuwjMx//KEbx29mHSaP2dHL93Zl9mK3aGf/dyQl4Pd6dfag0aFec7eT6ey1uzD7UFs3FP3cy/lGM4ntxTfbh0pjtcbKz6+9ZScCVfqez8Y9iFN+Mt2QfMA2Zj0OdXn+/m33ArdkWpzs9AaP4kj6AN83F/o6vvjPxtuyDbsufd3wCRjGKz2QfNI1YcPXl2rrKP/hd6/pI9oHTgG6y/8vXq3FV9oG34w9TToE+gO6y/yvXH2UfeivWrfDbfqa5vh9vzz58EnWZ/V++vlvwGzln4t1pp2AUo/iWPmCwus7+L1+/lD2AaCIJvyP1v35j/HUTU6Brc/H5eEfqDn4tewRtGP9Nv7NeEtkheij9ujuaPYIWXJ1+GkahDxienOz/8nV19hjy/Xr6SRiFPmBo8rL/S9dvZA8i/+33puwNRETExviCPmAwdsRjjXxB189mbyD/AbAzewNvelt8UR8wCPPxxWa+rz83hIwWHgDXZm/g/+kDhmAuPt/M/3Qifjp7A/meT38Pu3jpA/ouP/u/eD2fPY58r6WfhEuXPqDP2sj+L6zXsgeS/48RR9kbuMzZuD2+kr0JZmJ3HGgk/DtvlP3S6QFwpRPxzviP7E0wdTvia82Efxck34H5odfr2Ru4gj6gj1rK/i9IfwXIfwD8IHsDi9AH9E1b2f8FZ7I3kH+Zv5C9gUX9it8P6JUH4n3ZW1hU+tWf/wA4nr2BJfyePqA39sQnsrewhPSsKf8BcCR7A0v6S38f0Au7Y1/2FpZ0OHsD+Q+Ar2dvYEn+PqAPdsSjjVV/F/u37A3ka+PPgZdavi+otvk4nH4NLbd+KntALcj/QpDl1hMNfEpidbr/vv+VrX/PHlALrwART2ZvYFm/rA8oq9Xs/7wnsjfQhtwvBZ1k6QMqujP9uhm3fjF7RG1YF99NPxXLr9db+P5WVmR3nEu/bpZfx7L/GXBEG68Ao/ir7C2MsTEe0weUsiMebf4XeB+J9v4OJknWT4OtZOkD6mg9+x/FKF6OrdljimjjE0DE6fhc9hbGujH+ppFpsbxW/93/pfbF6ewttGRrnEp/Jo9fn80eExNo6zt/Fl8n2/j/f0vuSz8pk6yPZo+JMdrP/kcxinuzx9Se9XEw/bSMX2f1AU1rP/sfxSie8TK5mBvi1fRTM375PeF27Uj8rd/J1ytxffagWvWh9JMzyfpWvDV7UCyiQvY/ilF8KHtQLXs4/fRMsvx9QHta/3f/59fe7EG1bUM8nX6KJlkPZA+Ky+xNvyYmWU/HXPagWrcljqSfpkmWPqAlNbL/I7Ele1AVXFfi3wToA9pRI/s/FddlD6qK95Y4od9v6HcNh6xG9n8ubsseVCV3p5+wSda39QHpqmT/d2UPqpp96adskvWkUCdVlez/4exB1aMPYDzZf4/pA1ie7L/nqvQB78ke1CDJ/gegRh9wQh/QOdn/QOgDuJLsf0D0AVxqLg6kn+9Jlux/KvQBXEr2PzBV+oCPZQ9qEGT/A6QP4A2y/4HSByD7HzR9wNDJ/gdOHzBksv/BmyvSBzyYPaheqpH9H/D4nyV9wFDdlX5OJ1my/5nTBwzRbSUi4JOxI3tQQ6APGJoq2f/u7EENhT5gSKq89sn+O1SjD3hKILRmVYJf2X+nqlwW+oC1kv2zqCofDPUBayH7Z0n6gL6T/bOsKn3A9uxBlST7Z6wafcChmM8eVDlVXvFk/8n0AX1UJeSV/aercqnoA1aixs/Ey/6bUOXD4sezB1VGjez/sOy/FVX6gF3ZgypB9s+K6QP64jrZP6tR42OjPmB5VV7n7sweFFeqERzpA5ZWJdDdmz0oFlPl8lnIHlSzajzCZf/NqvIBUh+wmBovcbL/pukDqpL9MxX6gIpk/0xNjY+S+oALqry6yf6LqBEm6QPeUOXHX2X/ZegDKqnxuJb9l1LlQ6U+oMYLm+y/HH1ABTUiW9l/SVUuruH2ATUe0rL/smp8vBxqH1DlNU32X1iNgGn/AAMm2T8d0Ae0yqOZTlT5oLkne1CdqvFlrocH+nLWMzWipiH1AVXiWdl/T/hDk5ZUeSDL/nukRh8whI+cVV7JZP89I3RqgeyfJFX6gIeyBzVTHsOkqfLhs799gOyfVFXip13Zg5oJ2T/p9AFZqjx8Zf89pw/IUOX1S/Y/AIKorsn+aYg+oGs1fsK9T49cllXlA2k/+gDZP80RSXVF9k+T9AFd8KClWfqAWavyqiX7Hyh9wCzJ/mncXBxIv/wmWTX7ANk/zfMhdVZk/5Sww89SzoDsnzJ2u1inTPZPKfqAafJaRTn6gGnZEF9On9MkS/bPRar0Ae1ftrJ/SvLBdRpk/5SlD1gr2T+l6QPWQvZPefqA1fIKRS/U6AMONBZiyf7pCX3Aasj+6Y0tcTj9Up1ktfNhVvZPr+gDVkL2T+/oAyYl+6eX7ky/aCdZR2JL6pS2xHPpM5hk9ePrVenU3vTLdpL1dGKwVSX7r/mFKiTTB4wj+6fXqvQBd6VM5570455kyf5Zgyp9wG2dT+Z2MSlDUKUPuK7Tqcj+GQx9wOVk/wyKPuBisn8Gpkof8HAn0/hc+nFOsmT/TJE+4DzZP4NUpQ9470ynIPtnsGr0Aadm2AdcL/tnyIbdB2yV/TN0VfqADVM/ctk/xFzsT7/EJ1nT7wNk/xAR80X6gLunetSyf3jT8PoA2T9cZHecTb/cx69p9QFVsv9d2ZcFwzGcPkD2D4sYRh8g+4dFDaMPkP3DEvrfB8j+YRn97gNk/zBGf/uA6+N0+r7HL9k/yfrZB8j+YUL96wNk/zCxKn3AvomPSPYPK9CvPkD2DyvUnz5A9g+r0I8+QPYPq1S/D5D9wxrU6AO+vEQfsCH+IX1vkyzZP42q3QfUyP6fkv3Trip9wD1X7Pze9D1NsmT/NK5KH3D7Jbuukv1vzz69ME69PkD2D1NUow947s0+QPYPU1anD5D9D9q67A301Fw8Ee/L3sQE/iJikUCwPfvj/fE/2ZvoIw+AWZmPg7EzexM9cSRuiTPZm+gnD4DZ2RFfi23Zm+iBU/HO+E72JvpqffYGeuxY3BHnsjdR3rn4gNt/dvyrqlk6Ht+L92dvorh74rHsLfSZB8BsPRtXxc3Zmyhsb/xp9hb6TQYwa1X6gBbJ/mfOA2D29AGrczjeJfufNQ+ALugDVu5k3Cz8mz0tQBf0ASt1Lu5w+3dBCNiN4/Fi/Gr2JgqR/XfEA6Arz8Y2fcCEHpL90z9Vvi8oe/nOnw4JAbukDxhP9t8pD4Bu6QOWJ/vvmBagW/qA5cj+O+dtq2v6gKXJ/jvnAdA9fcDiZP8MhD5A9t8IIWAOfcClZP9JPACy6AMukP2n0QJk0QecJ/tP5L0rjz7gDbJ/Buuh9PAtey1knwLIM/Q+QPafTAiYbch9gOw/nQdAvqH2AbL/BmgB8h2LDwywD5D9N8EbWAuG2AfcHV/I3gK0Y1h9wEL2uKEtQ+oDZP/NEAK2Yyh9gOy/IR4ALRlCHyD7b4oWoCX97wNk/7CsPelv6LNcH88eL7Suv33AQvZooX197QNk/zCR+TicfrtOex2K+eyxQhU74mT6LTvNdSK2Z48UKtkVZ9Nv22mts7Ere5xQTX/6ANk/rEI/+oCF7DFCTXPxVPrtu9Yl+4dVq94HyP5hTbYX7gNk/7BmVfuAs/Ge7NFBH9TsA2T/MCX1+oCF7JFBf1TrA2T/MFWV+gDZP0xdlT5A9g8zUaEPkP3DzLTfB8j+YYba7gMWsscD/dZyHyD7h5mbj0Ppt/pi69vx1uzRwBBsjxPpt/vl60Rcmz0WGIrW+gDZP3SqrT7gY9njgKFZSL/tz68Hs0cBw9NKHyD7hxQt9AGyf0iT3QfI/iFVZh8g+4d0eX2A7B8akNMHyP6hCRl9gOwfmtF1HyD7h6Z02QfI/qE5XfUBsn9oUjd9gOwfGjX7PmAh+xCBpczF4zO9/R+X/UPLNsX+md3++2NT9uEBy9s8o08Bj8fm7EMDxpuLvVO//ff68A91fDhendrN/2p8OPtwgJW5IQ5O5fY/GDdkHwqwcuvjvji1ppv/VNwX67MPA1itrfHJeGlVN/9L8cnYmr19YK22xv1xbEU3/7G4380P/bEubo2FODr21j8aC3FrrMveLt1woofm6viFuCneEdfET8Z8bIqI1+NMPB/H43B8I74a/5m9QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACG6P8AToQFabMiZ40AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDEtMDlUMDQ6Mzg6MjIrMDg6MDCECeFRAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAxLTA5VDA0OjM4OjIyKzA4OjAw9VRZ7QAAAEN0RVh0c29mdHdhcmUAL3Vzci9sb2NhbC9pbWFnZW1hZ2ljay9zaGFyZS9kb2MvSW1hZ2VNYWdpY2stNy8vaW5kZXguaHRtbL21eQoAAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADUxMo+NU4EAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANTEyHHwD3AAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTQ2OTc5OTAy1eDglwAAABF0RVh0VGh1bWI6OlNpemUANTMyMEJ6dRGAAAAAYnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vaG9tZS93d3dyb290L25ld3NpdGUvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL2ZpbGVzLzEyMi8xMjI1NDQ2LnBuZ+1XFTcAAAAASUVORK5CYII=");
}

rte-input-arrow {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

rte-input-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.rte-modern rte-toolbar-dropdown-input {
  padding: 0 7px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.rte-modern rte-toolbar-dropdown-arrow {
  background-position: left center;
  background-size: 70% 30%;
  background-repeat: no-repeat;
  width: 18px;
  cursor: pointer;
}

.rte-office rte-toolbar-dropdown-input {
  padding-left: 3px;
}

.rte-office rte-toolbar-dropdown-arrow {
  background-position: center center;
  background-size: 50% 40%;
  background-repeat: no-repeat;
  width: 16px;
}

rte-toolbar-dropdown-item {
  font-size: 15px;
  padding: 0.375rem 1.5rem;
  cursor: pointer;
  white-space: nowrap;
}

rte-toolbar-dropdown-item:hover {
  background-color: #f2f2f2;
}

.rte-office rte-line-break {
  display: block;
  width: 88%;
  margin: 0px 6% 4px;
  height: 5px;
  border-bottom: solid 1px #ccc;
}

.rte-modern rte-line-break {
  display: block;
  width: calc(100% + 8px);
  margin: 0px -4px 0px -4px;
  height: 1px;
  border-bottom: 0.0625rem solid #ebedf2;
}

rte-line-spliter {
  width: 1px;
  height: 17px;
  margin: 10px auto !important;
  background: #e9e9e9;
}

rte-control-selected {
  position: absolute;
}

rte-control-selected-line {
  position: absolute;
  background-color: #377dff;
  min-width: 1px;
  min-height: 1px;
}

rte-control-selected-line.rte-line-l {
  transform: translateX(-1px);
}

rte-control-selected-line.rte-line-t {
  transform: translateY(-1px);
}

rte-control-selected-corner {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #377dff;
}

rte-control-selected-corner.rte-corner-l {
  cursor: ew-resize;
  transform: translateX(2px);
}

rte-control-selected-corner.rte-corner-r {
  cursor: ew-resize;
  transform: translateX(-2px);
}

rte-control-selected-corner.rte-corner-t {
  transform: translateY(2px);
  cursor: ns-resize;
}

rte-control-selected-corner.rte-corner-b {
  transform: translateY(-2px);
  cursor: ns-resize;
}

rte-control-selected-corner.rte-corner-tl {
  transform: translate(2px, 2px);
  cursor: nw-resize;
}

rte-control-selected-corner.rte-corner-tr {
  transform: translate(-2px, 2px);
  cursor: ne-resize;
}

rte-control-selected-corner.rte-corner-bl {
  transform: translate(2px, -2px);
  cursor: sw-resize;
}

rte-control-selected-corner.rte-corner-br {
  transform: translate(-2px, -2px);
  cursor: se-resize;
}

rte-dialog-float {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px #999;
  right: 12px;
  top: 12px;
}

rte-dialog-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

rte-dialog-inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 15px 10px;
  min-width: 300px;
  min-height: 200px;
  user-select: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

rte-dialog-inner rte-dialog-header {
  margin: -10px -15px 15px;
}

rte-dialog-inner rte-dialog-footer,
rte-dialog-inner rte-dialog-line-action {
  margin: 2px;
}

rte-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0.0625rem solid #e7eaf3;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  font-size: 1rem;
  color: #1e2022;
  font-weight: 600;
}

rte-dialog-header-close {
  font-size: 16px;
  opacity: 0.5;
  color: #666;
  transition: color linear 0.3s, opacity linear 0.3s;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 24px;
  height: 24px;
  padding: 2px;
}

rte-dialog-header-close[rte-tooltip] {
  position: absolute;
}

rte-dialog-header-close svg {
  width: 16px;
  height: 16px;
  margin: 0px;
  vertical-align: top;
}

rte-dialog-header-close:hover {
  opacity: 1;
}

rte-dialog-header-text {
  display: flex;
  align-items: center;
}

rte-dialog-footer, rte-dialog-line-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 0.0625rem solid #e7eaf3;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  padding: 1rem 1.5rem 0 1.5rem;
  font-size: 1em;
  font-weight: bold;
}

.rte-dialog-line-input, rte-dialog-line-target {
  position: relative;
  margin: 12px;
}

.rte-dialog-line-input input[type=text] {
  color: rgb(95, 99, 104);
  height: 36px;
  margin: 0px;
  border: 1px solid rgb(218, 220, 224);
  border-image: initial;
  border-radius: 4px;
  padding: 1px 8px;
}

.rte-dialog-line-input input:hover, .rte-dialog-line-input input:focus {
  color: #1e2022;
  outline: 0;
  border: 2px solid #1a73e8;
  padding: 0px 7px;
}

.rte-html-div {
  min-height: 200px;
  color: rgb(95, 99, 104);
  border: 1px solid rgb(218, 220, 224);
  border-image: initial;
  border-radius: 4px;
  padding: 5px;
  margin: 10px 0;
}

.rte-html-div:hover, .rte-html-div:focus {
  color: #1e2022;
  outline: 0;
  border: 2px solid #1a73e8;
}

.rte-dialog-line-input textarea {
  color: rgb(95, 99, 104);
  width: 280px;
  height: 64px;
  margin: 0px;
  border: 1px solid rgb(218, 220, 224);
  border-image: initial;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
}

.rte-dialog-line-input textarea:hover, .rte-dialog-line-input textarea:focus {
  color: #1e2022;
  outline: 0;
  border: 2px solid #1a73e8;
  padding: 5px 7px;
}

.rte-dialog-line-input rte-dialog-input-label {
  background-color: white;
  box-shadow: white 5px 0px 0px, white -5px 0px 0px;
  color: rgb(95, 99, 104);
  display: inline;
  left: 12px;
  margin-bottom: 0px;
  max-width: 300px;
  position: absolute;
  top: -8px;
  overflow-wrap: break-word;
  padding: 0px;
}

rte-dialog-line-target rte-dialog-input-label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

.rte_insertlink_link input[type=checkbox] {
  margin: 4px 0 0 -20px;
  position: absolute;
  cursor: pointer;
}

rte-dialog-line-action {
  justify-content: flex-end;
}

.rte-dialog-footer-center {
  justify-content: center;
}

rte-dialog-button {
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 20px 10px;
  margin: 4px 3px;
  font-size: 1rem;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  letter-spacing: 0.25px;
  line-height: 16px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

rte-dialog-button:active {
  background-color: #0062cc;
  border-color: #005cbf;
}

rte-dialog-button:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

rte-dialog-button.rte-button-type-next {
  margin-left: 25px;
}

.rte-button-type-cancel, rte-dialog-button.rte-button-type-replace, rte-dialog-button.rte-button-type-replaceall {
  background-color: #fff;
  color: #377dff;
  border-color: #377dff;
}

.rte-button-type-cancel:hover, rte-dialog-button.rte-button-type-replace:hover, rte-dialog-button.rte-button-type-replaceall:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

@media (min-width: 900px) {
  .rte-dialog-pasteauto rte-dialog-inner, .rte-dialog-pasteword rte-dialog-inner {
    width: 600px;
    min-height: 350px;
  }
}
.rte-dialog-insertgallery rte-dialog-inner, .rte-dialog-inserttemplate rte-dialog-inner {
  width: 900px;
  height: 600px;
  max-width: 90%;
  max-height: 90%;
}

.rte-dialog-insertcode rte-dialog-inner {
  width: 520px;
  height: 400px;
  max-width: 90%;
  max-height: 90%;
}

.rte-panel-insertimage-dragdrop rte-dialog-inner, .rte-panel-insertdocument-dragdrop rte-dialog-inner {
  width: 480px;
  max-width: 95%;
}

.rte-panel-controlinsertlink input[type=text], .rte-panel-controleditlink input[type=text], .rte-panel-insertlink input[type=text] {
  width: 320px;
}

.rte-panel-insertimage input[type=text], .rte-panel-insertdocument input[type=text] {
  width: 320px;
}

@media (max-width: 399px) {
  .rte-panel-controlinsertlink input[type=text], .rte-panel-controleditlink input[type=text], .rte-panel-insertlink input[type=text] {
    width: 280px;
  }
  .rte-panel-insertimage input[type=text], .rte-panel-insertdocument input[type=text] {
    width: 280px;
  }
}
rte-dropdown-panel.rte-panel-insertimage rte-tabui-toolbar, rte-dropdown-panel.rte-panel-insertdocument rte-tabui-toolbar, rte-dropdown-panel.rte-panel-controlsize rte-tabui-toolbar, rte-dropdown-panel.rte-panel-insertlink rte-tabui-toolbar {
  display: none;
}

.rte-panel-general {
  /*padding: 10px 15px;*/
}

.rte-panel-general rte-dialog-header {
  margin: -10px -15px 10px;
}

rte-inserttable-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rte-panel-inserttable {
  padding: 15px;
  min-width: 160px;
}

.rte-panel-find .rte-dialog-line-input {
  margin: 3px 0;
}

rte-tabui {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

rte-tabui-toolbar {
  display: inline-flex;
  border-bottom: solid 1px #dee2e6;
}

rte-tabui-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 999;
  padding: 0.75rem 0.75rem;
}

rte-tabui-toolbar-button {
  cursor: pointer;
  color: #737373;
  margin-bottom: -0.125rem;
  border-bottom: solid 2px transparent;
  padding: 1rem;
  font-size: 16px;
  cursor: pointer;
}

rte-tabui-toolbar-button.rte-ui-active {
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

.rte-panel-forecolor, .rte-panel-backcolor {
  padding: 15px;
}

rte-dialog-line-auto, rte-dialog-line-more {
  display: flex;
  padding: 3px;
  cursor: pointer;
}

rte-dialog-line-auto:hover, rte-dialog-line-more:hover {
  display: flex;
  padding: 2px;
  border: solid 1px #1a73e8;
  background-color: #ddeafb;
}

rte-dialog-item-label {
  flex: 999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding-right: 6px;
}

rte-dialog-line-colors {
  display: block;
  padding: 1px;
}

rte-dialog-item-color {
  display: inline-block;
  border: solid 1px #666;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;
}

rte-dialog-item-color:hover {
  border-color: #1a73e8;
}

.rte-dialog-colorpicker {
  min-height: 350px;
}

.colorcell {
  width: 16px;
  height: 17px;
  cursor: pointer;
}

.colordiv, .customdiv {
  border: solid 1px #808080;
  width: 24px;
  height: 12px;
  font-size: 1px;
}

.colordiv2, .customdiv2 {
  border: solid 1px #808080;
  width: 16px;
  height: 16px;
  font-size: 1px;
}

.rte-panel-insertchars rte-tabui-toolbar {
  padding-left: 1.5rem;
}

.rte-panel-insertchars rte-tabui-toolbar-button {
  padding: 0.5rem;
  font-size: 13px;
}

rte-insertchars-item {
  width: 24px;
  height: 24px;
  margin: 1px;
  vertical-align: middle;
  text-align: center;
  border: 1px dotted rgb(221, 221, 221);
  font-size: 16px;
  cursor: pointer;
}

rte-insertchars-item:hover {
  background-color: #c3d9ff;
}

rte-inserttable-table {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

rte-inserttable-row {
  display: flex;
  flex-direction: row;
}

rte-inserttable-cell {
  width: 16px;
  height: 16px;
  margin: 3px;
  border: solid 1px gray;
  border-color: #e9e9e9;
  background-color: #f8f8f8;
}

rte-inserttable-cell.rte-ui-active {
  border-color: #c3d9ff;
  background-color: #ddeafb;
}

.rte-dialog-preview rte-dialog-inner {
  min-width: 70%;
  min-height: 70%;
}

.rte-dialog-preview rte-dialog-inner rte-tabui {
  flex: 99;
  position: relative;
}

.rte-dialog-preview rte-tabui-panel {
  flex-direction: row;
  justify-content: center;
}

.rte-dialog-preview rte-preview-framecontainer {
  padding: 5px;
  margin: 5px;
  box-shadow: 0px 0px 6px #ccc;
}

.rte-preview-dialog-fullscreen {
  width: 98%;
  height: 98%;
  border-radius: 0px !important;
  display: flex;
  flex-direction: column;
}

.rte-flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rte-flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.rte-panel-insertemoji {
  padding: 1rem 1.5rem;
}

.rte-panel-insertemoji rte-tabui-toolbar-button {
  padding: 0.5rem 0;
}

.rte-panel-insertemoji rte-tabui-toolbar {
  border: none;
}

#emojis_searchbar:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
}

#emoji-picker {
  font-size: 20px;
}

#emoji-picker gspan {
  cursor: pointer;
}

.rte-dialog-insertcode select {
  margin: 3px 12px;
  height: 22px;
  border: solid 1px #ccc;
}

.rte-dialog-insertcode textarea {
  color: rgb(95, 99, 104);
  border: 1px solid rgb(218, 220, 224);
  margin: 8px 3px;
  padding: 5px;
  resize: both;
  min-width: 200px;
  min-height: 200px;
}

.rte-dialog-insertcode textarea:focus {
  color: #1e2022;
  outline: 0;
  border: 2px solid #1a73e8;
}

rte-dropdown-panel rte-dialog-header {
  display: none;
}

.rte-panel-insertimage rte-dialog-header, .rte-panel-insertdocument rte-dialog-header {
  display: none;
}

[rte-tooltip] {
  position: relative;
}

[rte-tooltip]:hover {
  z-index: 99999999;
}

@keyframes rte-tooltip {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[rte-tooltip]:hover:before, [rte-tooltip]:hover:after {
  animation: rte-tooltip linear 0.5s;
}

[rte-tooltip]:hover:after {
  content: attr(rte-tooltip);
  background: #000;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, 100%);
  margin: 0 auto;
  color: #FFF;
  min-width: 25px;
  bottom: -5px;
  left: 50%;
  text-align: center;
  font-size: 12px;
  white-space: pre;
}

[rte-tooltip]:hover:before {
  z-index: 1;
  bottom: -5px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 5px;
  margin-left: -5px;
}

.fileuploader-dragdrop {
  display: block;
  padding: 30px 0;
  margin: 30px 15px;
  background: #fff;
  border: 2px dotted #c2cdda;
  border-radius: 14px;
  text-align: center;
}

.fileuploader-dragdrop:hover {
  background-color: #eee;
}

.fileuploader-dragdrop input[type=file] {
  cursor: pointer;
}

.rte-menu, rte-submenu {
  font-size: 13px;
}

.rte-menu {
  border: 1px solid transparent;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  rem-margin-top: 1.5rem;
  rem-margin-bottom: 3rem;
  min-width: 160px;
  padding: 10px 0;
}

rte-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px 0;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  /*link dropdown-panel*/
  background-color: #fff;
  user-select: none;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

rte-menuitemcontainer {
  position: relative;
}

rte-menuitem {
  display: flex;
  align-items: center;
  border: solid 1px transparent;
  margin: 2px 2px;
}

rte-menuitem:hover {
  background-color: #f1f3f4;
}

rte-menuitem:active {
  background-color: #f1f3f4;
}

rte-menuicon {
  width: 24px;
  height: 24px;
  margin: 1px;
  margin-left: 5px;
}

rte-menutext {
  margin-left: 3px;
  flex: 999;
}

rte-menuarrow {
  margin-right: 4px;
  font-family: sans-serif;
  font-size: 70%;
}

rte-menuarrow:after {
  content: "►";
}

rte-menuspliter {
  display: block;
  border-top: 1px solid rgb(218, 220, 224);
  margin: 3px 0px 3px 28px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item div {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h1 {
  font-size: 32px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h2 {
  font-size: 27px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h3 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h4 {
  font-size: 21px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h5 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.rte_command_paragraphs rte-toolbar-dropdown-item h6 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

rte-floatpanel {
  z-index: 101;
  background-color: #fff;
  border: solid 1px gray;
  border-radius: 5px;
  width: 22px;
  height: auto;
  opacity: 0.3;
  user-select: none;
  padding: 3px 0;
}

rte-floatpanel:hover {
  opacity: 1;
}

rte-floatpanel rte-toolbar-button {
  width: 20px;
  height: 20px;
}

rte-floatpanel rte-toolbar-button:hover {
  background-color: #e8f0fe;
  fill: #377dff;
  color: #377dff;
}

.rte-current-item {
  background-color: lightblue;
}

/* toggle UI */
rte-taglist * {
  /*display: none !important;*/
}

rte-plusbtn {
  /*display: none !important;*/
}

.rte-floatpanel-paragraphop {
  /*display: none!important;*/
}

.rte-list-item {
  padding: 5px 5px 5px 12px;
  font-size: 14px;
}

.rte-list-item:hover {
  background-color: #f2f2f2;
}

rte-toast {
  position: fixed;
  z-index: 88888888;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
}

.rte-skin-blue {
  background-color: #ccdcee !important;
  border-color: #7e9db9 !important;
}

.rte-skin-blue rte-content, .rte-skin-blue textarea {
  background-color: #fff;
}

.rte-skin-blue rte-toolbar {
  background-color: #ccdcee !important;
}

.rte-skin-blue rte-subtoolbar {
  background-color: #7e9db9 !important;
}

.rte-skin-blue rte-bottom {
  background-color: #ccdcee !important;
}

.rte-skin-blue rte-dialog-inner {
  background-color: #ccdcee !important;
}

.rte-skin-blue rte-dialog-header {
  background-color: #ccdcee !important;
  color: white !important;
}

.rte-skin-blue rte-dialog-line-action {
  color: white !important;
}

.rte-skin-gray {
  background-color: #fafafa !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.rte-skin-gray rte-toolbar {
  background-color: #fafafa !important;
}

.rte-skin-gray rte-subtoolbar {
  background-color: #eeeeee !important;
}

.rte-modern.rte-skin-gray .rte_command_togglemore.rte-command-active {
  background-color: #eeeeee !important;
}

.rte-skin-gray rte-bottom {
  background-color: #fafafa !important;
}

.rte-skin-gray rte-dialog-header {
  background-color: #fafafa !important;
}

.rte-skin-dark {
  background-color: #333 !important;
  border-color: #333 !important;
}

.rte-skin-dark rte-content, .rte-skin-dark textarea {
  background-color: #333;
}

.rte-skin-dark * {
  color: #fff;
  fill: #fff;
}

.rte-skin-dark iframe {
  background-color: #fff;
}

.rte-skin-dark rte-toolbar {
  background-color: #333 !important;
}

.rte-skin-dark rte-subtoolbar {
  background-color: #666 !important;
}

.rte-modern.rte-skin-dark .rte_command_togglemore.rte-command-active, .rte-modern.rte-skin-dark .rte-command-active {
  background-color: #666 !important;
}

.rte-skin-dark rte-bottom {
  background-color: #333 !important;
}

.rte-skin-dark rte-dialog-inner {
  background-color: #333 !important;
}

.rte-skin-dark rte-dialog-header {
  background-color: #333 !important;
  color: white !important;
}

.rte-skin-dark rte-dialog-line-action {
  background-color: #333 !important;
  color: white !important;
}

.rte-skin-rounded-corner.richtexteditor {
  border-radius: 7px;
}

.rte-skin-rounded-corner rte-toolbar {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.rte-skin-rounded-corner rte-bottom {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

rte-content::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

rte-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

rte-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

rte-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker {
  --adp-day-name-color: #ff9549;
  --adp-day-cell-height: 3rem;
  --adp-month-cell-height: 4rem;
  --adp-cell-background-color-selected: #ff9549;
  --adp-cell-background-color-selected-hover: #ff9549;
}

.air-datepicker-body--day-name {
  height: 2rem;
}

.air-datepicker-cell {
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.air-datepicker-cell.selected {
  background: #ff9549;
  color: #fff;
}
.air-datepicker-cell.has-event {
  background: #ffcb49;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
}
.air-datepicker-cell.has-event:hover {
  background: #fff5db;
  color: #ffcb49;
}
.air-datepicker-cell.has-event.-selected- {
  background: #ffcb49;
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  line-height: 140%;
  color: #14181F;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
}

h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

body {
  font-size: 0.9375rem;
}

small {
  font-size: 0.8125rem;
}

tiny {
  font-size: 0.625rem;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  body {
    font-size: 0.875rem;
  }
  small {
    font-size: 0.75rem;
  }
  tiny {
    font-size: 0.625rem;
  }
}
.btn {
  text-decoration: none;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #14181F;
  gap: 0.375rem;
  transition: 0.3s all;
  cursor: pointer;
}
.btn i {
  font-size: 1.125rem;
}

.btn-compact {
  padding: 0.5rem;
  height: 2rem;
}

.btn-lg {
  padding: 0.5rem 2rem;
  height: 3rem;
}

.btn-primary {
  background-color: #FF6B00;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #FFAA6D;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-primary:active {
  background-color: #FF6B00;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-primary-soft {
  background-color: #FFD5B6;
  color: #FF9549;
  box-shadow: none;
  border-color: transparent;
}
.btn-primary-soft:hover {
  background-color: #FFBF92;
  color: #FF9549;
  box-shadow: none;
  border-color: transparent;
}
.btn-primary-soft:active {
  background-color: #FFBF92;
  color: #FF9549;
  border-color: transparent;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn-dark {
  background-color: #14181F;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-dark:hover {
  background-color: #525E6F;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-dark:active {
  background-color: #14181F;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-success {
  background-color: #0AC71D;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-success:hover {
  background-color: #5CF66B;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-success:active {
  background-color: #0AC71D;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-success-soft {
  background-color: #FFFFFF;
  color: #33F446;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.btn-success-soft:hover {
  background-color: #F6F9F6;
  color: #33F446;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6CAB6;
}
.btn-success-soft:active {
  background-color: #FFFFFF;
  color: #33F446;
  border-color: #B6CAB6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn-danger {
  background-color: #C31C27;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-danger:hover {
  background-color: #EB7078;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-danger:active {
  background-color: #C31C27;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-danger-soft {
  background-color: #FFFFFF;
  color: #E64C57;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.btn-danger-soft:hover {
  background-color: #F6F7F9;
  color: #E64C57;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6C1CA;
}
.btn-danger-soft:active {
  background-color: #FFFFFF;
  color: #E64C57;
  border-color: #B6C1CA;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn-warning {
  background-color: #FFB700;
  color: #323C49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-warning:hover {
  background-color: #FFD66D;
  color: #6F7C8E;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-warning:active {
  background-color: #FFB700;
  color: #323C49;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-warning-soft {
  background-color: #FFFFFF;
  color: #FFCB49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.btn-warning-soft:hover {
  background-color: #F9F8F6;
  color: #FFCB49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #C9C1B6;
}
.btn-warning-soft:active {
  background-color: #FFFFFF;
  color: #FFCB49;
  border-color: #C9C1B6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn-info {
  background-color: #41B4FF;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-info:hover {
  background-color: #67C3FF;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.btn-info:active {
  background-color: #41B4FF;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.btn-info-soft {
  background-color: #FFFFFF;
  color: #41B4FF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.btn-info-soft:hover {
  background-color: #F6F9F9;
  color: #41B4FF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6CAB6;
}
.btn-info-soft:active {
  background-color: #FFFFFF;
  color: #41B4FF;
  border-color: #B6CAB6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn-naked {
  background-color: transparent;
  color: #323C49;
  box-shadow: none;
  border-color: transparent;
}
.btn-naked:hover {
  background-color: transparent;
  color: #FF6B00;
  box-shadow: none;
  border-color: transparent;
}
.btn-naked:active {
  background-color: transparent;
  color: #525E6F;
  border-color: transparent;
  box-shadow: none;
}

.icon-btn {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FFFFFF;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 2px 0 rgba(48, 48, 48, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-btn i {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.icon-btn:hover {
  background-color: #dce0e5;
}

.icon-btn-compact {
  width: 2rem;
  height: 2rem;
}
.icon-btn-compact i {
  font-size: 1.25rem;
}

.icon-btn-lg {
  width: 3rem;
  height: 3rem;
}
.icon-btn-lg i {
  font-size: 1.5rem;
}

.icon-btn-primary {
  background-color: #FF6B00;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-primary:hover {
  background-color: #FFAA6D;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-primary:active {
  background-color: #FF6B00;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-primary-soft {
  background-color: #FFD5B6;
  color: #FF9549;
  box-shadow: none;
  border-color: transparent;
}
.icon-btn-primary-soft:hover {
  background-color: #FFBF92;
  color: #FF9549;
  box-shadow: none;
  border-color: transparent;
}
.icon-btn-primary-soft:active {
  background-color: #FFBF92;
  color: #FF9549;
  border-color: transparent;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.icon-btn-dark {
  background-color: #14181F;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-dark:hover {
  background-color: #525E6F;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-dark:active {
  background-color: #14181F;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-success {
  background-color: #0AC71D;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-success:hover {
  background-color: #5CF66B;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-success:active {
  background-color: #0AC71D;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-success-soft {
  background-color: #FFFFFF;
  color: #33F446;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.icon-btn-success-soft:hover {
  background-color: #F6F9F6;
  color: #33F446;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6CAB6;
}
.icon-btn-success-soft:active {
  background-color: #FFFFFF;
  color: #33F446;
  border-color: #B6CAB6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.icon-btn-danger {
  background-color: #C31C27;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-danger:hover {
  background-color: #EB7078;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-danger:active {
  background-color: #C31C27;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-danger-soft {
  background-color: #FFFFFF;
  color: #E64C57;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.icon-btn-danger-soft:hover {
  background-color: #F6F7F9;
  color: #E64C57;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6C1CA;
}
.icon-btn-danger-soft:active {
  background-color: #FFFFFF;
  color: #E64C57;
  border-color: #B6C1CA;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.icon-btn-warning {
  background-color: #FFB700;
  color: #323C49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-warning:hover {
  background-color: #FFD66D;
  color: #6F7C8E;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-warning:active {
  background-color: #FFB700;
  color: #323C49;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-warning-soft {
  background-color: #FFFFFF;
  color: #FFCB49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.icon-btn-warning-soft:hover {
  background-color: #F9F8F6;
  color: #FFCB49;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #C9C1B6;
}
.icon-btn-warning-soft:active {
  background-color: #FFFFFF;
  color: #FFCB49;
  border-color: #C9C1B6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.icon-btn-info {
  background-color: #41B4FF;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-info:hover {
  background-color: #67C3FF;
  color: #FFFFFF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: transparent;
}
.icon-btn-info:active {
  background-color: #41B4FF;
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
}

.icon-btn-info-soft {
  background-color: #FFFFFF;
  color: #41B4FF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #EDF0F2;
}
.icon-btn-info-soft:hover {
  background-color: #F6F9F9;
  color: #41B4FF;
  box-shadow: inset 0 12px 12px 0 rgba(255, 255, 255, 0.12), inset 0 -2px 2px 0 rgba(48, 48, 48, 0.1);
  border-color: #B6CAB6;
}
.icon-btn-info-soft:active {
  background-color: #FFFFFF;
  color: #41B4FF;
  border-color: #B6CAB6;
  box-shadow: inset 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.icon-btn-naked {
  background-color: transparent;
  color: #323C49;
  box-shadow: none;
  border-color: transparent;
}
.icon-btn-naked:hover {
  background-color: transparent;
  color: #FF6B00;
  box-shadow: none;
  border-color: transparent;
}
.icon-btn-naked:active {
  background-color: transparent;
  color: #525E6F;
  border-color: transparent;
  box-shadow: none;
}

.avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #EDF0F2;
  padding: 1px;
}
.avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.avatar-1 {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}

.avatar-2 {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}

.avatar-3 {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
}

.avatar-4 {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
}

.avatar-5 {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 4.5rem;
}

.avatar-6 {
  width: 6rem;
  height: 6rem;
  flex: 0 0 6rem;
}

.avatar-7 {
  width: 8rem;
  height: 8rem;
  flex: 0 0 8rem;
}

.avatar-8 {
  width: 10rem;
  height: 10rem;
  flex: 0 0 10rem;
}

.avatar-9 {
  width: 12rem;
  height: 12rem;
  flex: 0 0 12rem;
}

.avatar-10 {
  width: 14rem;
  height: 14rem;
  flex: 0 0 14rem;
}

@media only screen and (min-width: 576px) {
  .avatar-sm-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-sm-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-sm-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-sm-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-sm-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-sm-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-sm-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-sm-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-sm-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-sm-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
@media only screen and (min-width: 768px) {
  .avatar-md-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-md-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-md-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-md-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-md-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-md-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-md-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-md-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-md-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-md-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
@media only screen and (min-width: 992px) {
  .avatar-lg-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-lg-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-lg-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-lg-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-lg-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-lg-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-lg-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-lg-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-lg-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-lg-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
@media only screen and (min-width: 1200px) {
  .avatar-xl-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-xl-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-xl-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-xl-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-xl-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-xl-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-xl-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-xl-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-xl-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-xl-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
@media only screen and (min-width: 1400px) {
  .avatar-xxl-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-xxl-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-xxl-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-xxl-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-xxl-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-xxl-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-xxl-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-xxl-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-xxl-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-xxl-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
@media only screen and (min-width: 1600px) {
  .avatar-3xl-1 {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
  }
  .avatar-3xl-2 {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
  }
  .avatar-3xl-3 {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .avatar-3xl-4 {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
  }
  .avatar-3xl-5 {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .avatar-3xl-6 {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
  .avatar-3xl-7 {
    width: 8rem;
    height: 8rem;
    flex: 0 0 8rem;
  }
  .avatar-3xl-8 {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
  }
  .avatar-3xl-9 {
    width: 12rem;
    height: 12rem;
    flex: 0 0 12rem;
  }
  .avatar-3xl-10 {
    width: 14rem;
    height: 14rem;
    flex: 0 0 14rem;
  }
}
.alert {
  background-color: #FFFFFF;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  padding: 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #14181F;
  gap: 1rem;
}
.alert .alert-icon {
  font-size: 1.75rem;
  color: inherit;
}
.alert .alert-text {
  color: inherit;
  flex-grow: 1;
}
.alert .alert-close-btn {
  font-size: 1.5rem;
  cursor: pointer;
}
.alert .alert-close-btn:hover {
  opacity: 0.3;
}

.alert-compact {
  padding: 0.5rem;
}

.alert-lg {
  padding: 0.5rem 1rem;
}

.alert-primary {
  background-color: #FFEADB;
  color: #FF6B00;
  box-shadow: none;
  border-color: #FFBF92;
}
.alert-primary .alert-close-btn {
  color: #FF6B00;
}

.alert-secondary {
  background-color: #DEDEF7;
  color: #2F2CB0;
  box-shadow: none;
  border-color: #BDBDEE;
}
.alert-secondary .alert-close-btn {
  color: #2F2CB0;
}

.alert-info {
  background-color: #D9F0FF;
  color: #2F2CB0;
  box-shadow: none;
  border-color: #B3E1FF;
}
.alert-info .alert-close-btn {
  color: #0091E6;
}

.alert-danger {
  background-color: #FADBDD;
  color: #C31C27;
  box-shadow: none;
  border-color: #F5B8BC;
}
.alert-danger .alert-close-btn {
  color: #C31C27;
}

.alert-success {
  background-color: #D6FDDA;
  color: #0AC71D;
  box-shadow: none;
  border-color: #ADFBB5;
}
.alert-success .alert-close-btn {
  color: #0AC71D;
}

.alert-warning {
  background-color: #FFF5DB;
  color: #2F2CB0;
  box-shadow: none;
  border-color: #FFD66D;
}
.alert-warning .alert-close-btn {
  color: #FFB700;
}

.test-item {
  color: red;
}

.dropdown {
  position: relative;
  z-index: 100;
}
.dropdown.layer-top {
  z-index: 101;
}
.dropdown-trigger {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  box-shadow: 0 6px 12px 0 rgba(51, 51, 51, 0.08);
  padding: 0.5rem;
  min-width: 200px;
}
.dropdown-menu {
  display: flex;
  flex-direction: column;
}
.dropdown-menu-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 0.1875rem;
  font-size: 15px;
}
.dropdown-menu-item:hover {
  background-color: rgba(82, 94, 111, 0.04);
}
.dropdown-menu-item.active {
  font-weight: 600;
}
.dropdown-menu-item + .dropdown-menu-item {
  margin-top: 0.25rem;
}
.dropdown-menu-prefix-icon, .dropdown-menu-suffix-icon {
  font-size: 1.25rem;
}
.dropdown-menu-prefix-icon {
  margin-right: 0.5rem;
}
.dropdown-menu-suffix-icon {
  margin-left: auto;
  padding-left: 0.5rem;
}
.dropdown-menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
}
.dropdown-menu-link i {
  margin-right: 0.5rem;
}
.dropdown-menu-divider {
  margin: 0.5rem 0;
  border-top: 1px solid #dce0e5;
}
.dropdown.dropdown-align-left .dropdown-content {
  right: auto;
  left: 0;
}

.card {
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.card-header {
  padding: 1rem 1.875rem;
  border-bottom: 1px solid #EDF0F2;
}
.card-header + .card-footer {
  border-top: 0;
}
.card-body {
  padding: 1.5rem 1.875rem;
  flex: 1;
}
.card-footer {
  padding: 1rem 1.875rem;
  border-top: 1px solid #EDF0F2;
}

.filter-card {
  overflow: visible;
}

.divider {
  border-bottom: 1px solid #EDF0F2;
  margin: 1rem 0;
}

.radius-none {
  border-radius: 0 !important;
}

.radius-1 {
  border-radius: 0.125rem !important;
}

.radius-2 {
  border-radius: 0.25rem !important;
}

.radius-3 {
  border-radius: 0.5rem !important;
}

.radius-4 {
  border-radius: 1rem !important;
}

.radius-5 {
  border-radius: 1.5rem !important;
}

.radius-6 {
  border-radius: 3rem !important;
}

.radius-full {
  border-radius: 9999px !important;
}

.radius-top-left-none {
  border-top-left-radius: 0 !important;
}

.radius-top-left-1 {
  border-top-left-radius: 0.125rem !important;
}

.radius-top-left-2 {
  border-top-left-radius: 0.25rem !important;
}

.radius-top-left-3 {
  border-top-left-radius: 0.5rem !important;
}

.radius-top-left-4 {
  border-top-left-radius: 1rem !important;
}

.radius-top-left-5 {
  border-top-left-radius: 1.5rem !important;
}

.radius-top-left-6 {
  border-top-left-radius: 3rem !important;
}

.radius-top-left-full {
  border-top-left-radius: 9999px !important;
}

.radius-top-right-none {
  border-top-right-radius: 0 !important;
}

.radius-top-right-1 {
  border-top-right-radius: 0.125rem !important;
}

.radius-top-right-2 {
  border-top-right-radius: 0.25rem !important;
}

.radius-top-right-3 {
  border-top-right-radius: 0.5rem !important;
}

.radius-top-right-4 {
  border-top-right-radius: 1rem !important;
}

.radius-top-right-5 {
  border-top-right-radius: 1.5rem !important;
}

.radius-top-right-6 {
  border-top-right-radius: 3rem !important;
}

.radius-top-right-full {
  border-top-right-radius: 9999px !important;
}

.radius-bottom-right-none {
  border-bottom-right-radius: 0 !important;
}

.radius-bottom-right-1 {
  border-bottom-right-radius: 0.125rem !important;
}

.radius-bottom-right-2 {
  border-bottom-right-radius: 0.25rem !important;
}

.radius-bottom-right-3 {
  border-bottom-right-radius: 0.5rem !important;
}

.radius-bottom-right-4 {
  border-bottom-right-radius: 1rem !important;
}

.radius-bottom-right-5 {
  border-bottom-right-radius: 1.5rem !important;
}

.radius-bottom-right-6 {
  border-bottom-right-radius: 3rem !important;
}

.radius-bottom-right-full {
  border-bottom-right-radius: 9999px !important;
}

.radius-bottom-left-none {
  border-bottom-left-radius: 0 !important;
}

.radius-bottom-left-1 {
  border-bottom-left-radius: 0.125rem !important;
}

.radius-bottom-left-2 {
  border-bottom-left-radius: 0.25rem !important;
}

.radius-bottom-left-3 {
  border-bottom-left-radius: 0.5rem !important;
}

.radius-bottom-left-4 {
  border-bottom-left-radius: 1rem !important;
}

.radius-bottom-left-5 {
  border-bottom-left-radius: 1.5rem !important;
}

.radius-bottom-left-6 {
  border-bottom-left-radius: 3rem !important;
}

.radius-bottom-left-full {
  border-bottom-left-radius: 9999px !important;
}

.table-responsive {
  overflow-x: auto;
}

.table-wrapper {
  overflow-x: auto;
  border: 1px solid #edf0f2;
  border-radius: 0.5rem;
  display: inline-flex;
}

.table {
  border-spacing: 0;
  font-size: 0.875rem;
}
.table thead th {
  padding: 8px 16px;
  line-height: 1.5;
  text-align: left;
  color: #6f7c8e;
  white-space: nowrap;
  font-weight: 600;
}
.table tbody tr th, .table tbody tr td {
  padding: 8px 0;
  line-height: 1.5;
}
.table tbody tr th {
  text-align: left;
  color: #6f7c8e;
  white-space: nowrap;
}
.table tbody tr td {
  font-weight: 500;
  padding-left: 1rem;
}
.table tbody tr:not(:last-child) td, .table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #edf0f2;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #f6f7f9;
}
.table-bordered {
  border-collapse: collapse;
}
.table-bordered thead th {
  border-bottom: 1px solid #edf0f2;
}
.table-bordered thead th:first-child {
  border-top-left-radius: 0.5rem;
}
.table-bordered tbody tr td, .table-bordered tbody tr th {
  border-bottom: 1px solid #edf0f2;
}
.table-bordered tbody tr:last-child td, .table-bordered tbody tr:last-child th {
  border-bottom: 0;
}
.table-valign-center tbody tr td {
  vertical-align: middle;
}
.table-padding-vertical-md th, .table-padding-vertical-md td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media only screen and (max-width: 991px) {
  .table-mobile-support thead {
    display: none;
  }
  .table-mobile-support tbody tr {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .table-mobile-support tbody tr + tr {
    border-top: 1px solid #edf0f2;
  }
  .table-mobile-support tbody tr:nth-child(even) {
    background-color: #f6f7f9;
  }
  .table-mobile-support tbody tr th {
    border: none !important;
  }
  .table-mobile-support tbody tr th {
    padding: 0;
  }
  .table-mobile-support tbody tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-bottom: 0 !important;
  }
  .table-mobile-support tbody tr td::before {
    content: attr(data-label);
    color: #6f7c8e;
  }
}

.collapse-content:not(.active) {
  display: none;
}

@media only screen and (min-width: 576px) {
  .collapse-content-sm:not(.active) {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .collapse-content-md:not(.active) {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .collapse-content-lg:not(.active) {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .collapse-content-xl:not(.active) {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .collapse-content-xxl:not(.active) {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .collapse-content-3xl:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .collapse-content-below-sm:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .collapse-content-below-md:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .collapse-content-below-lg:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .collapse-content-below-xl:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .collapse-content-below-xxl:not(.active) {
    display: none;
  }
}

@media only screen and (max-width: 1599px) {
  .collapse-content-below-3xl:not(.active) {
    display: none;
  }
}

.tab-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EDF0F2;
  gap: 0.5rem;
}
.tab-nav-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6F7C8E;
  font-size: 15px;
  font-weight: 500;
  padding: 0.5rem 0.625rem;
  border-radius: 0.1875rem;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tab-nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  transform: translateY(8px);
}
.tab-nav-item:hover {
  color: #14181F;
  background-color: #EDF0F2;
}
.tab-nav-item:focus {
  background-color: #EDF0F2;
}
.tab-nav-item.active {
  color: #FF6B00;
  background-color: transparent;
}
.tab-nav-item.active::after {
  background-color: #FF6B00;
}
.tab-nav-item > i {
  font-size: 1.5rem;
}
.tab-nav::-webkit-scrollbar {
  display: none;
}

.tab-nav-custom {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.tab-nav-custom-item {
  display: inline-block;
  padding: 1rem 0;
  color: #777;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.tab-nav-custom-item:hover {
  color: #ff6b00;
  border-color: #ff6b00;
}

.tab-nav-custom-item.active {
  color: #ff6b00;
  border-color: #ff6b00;
}

.tab-pane-custom:not(.active) {
  display: none;
}

.tab-nav-vertical {
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 0;
  border-bottom: none;
}
.tab-nav-vertical .tab-nav-item {
  padding: 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  white-space: normal;
  text-align: left;
}
.tab-nav-vertical .tab-nav-item::after {
  display: none;
}
.tab-nav-vertical .tab-nav-item:hover {
  background-color: #EDF0F2;
}
.tab-nav-vertical .tab-nav-item:focus {
  background-color: #EDF0F2;
}
.tab-nav-vertical .tab-nav-item.active {
  background-color: #FF9549;
  color: #FFFFFF;
}

.tab-pane:not(.active) {
  display: none;
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 0.625rem 0.625rem;
  background-color: white;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  font-weight: 400;
  color: #14181f;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #6F7C8E;
}
.form-control:not(:placeholder-shown) {
  font-weight: 500;
}
.form-control:hover {
  border-color: #b6c1ca;
}
.form-control:focus {
  border-color: #ff6b00;
  box-shadow: 0 0 0 1px #ff6b00;
}
.form-control[type=file] {
  height: auto;
  min-height: 2.5rem;
}
.form-control::file-selector-button {
  font-size: 15px;
  font-weight: 500;
  background-color: #ffaa6d;
  color: white;
  outline: none;
  border: none;
  border-radius: 0.1875rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}
.form-control:disabled {
  background-color: #edf0f2;
  color: #6f7c8e;
  cursor: not-allowed;
}
.form-control:disabled::placeholder {
  color: #6f7c8e;
}
.form-control-lg {
  height: 60px;
  padding: 1rem 1.25rem;
}

textarea.form-control {
  height: auto;
  min-height: 40px;
  resize: vertical;
}

.form-control-group {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 0.625rem;
  font-weight: 400;
  color: #14181f;
  display: flex;
}
.form-control-group-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: white;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-control-group .form-control {
  all: unset;
  font-weight: 500;
  flex: 1;
  line-height: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}
.form-control-group .form-control:hover ~ .form-control-group-bg {
  border-color: #b6c1ca;
}
.form-control-group .form-control:focus ~ .form-control-group-bg {
  border-color: #ff6b00;
  box-shadow: 0 0 0 1px #ff6b00;
}
.form-control-group .form-control-prefix {
  padding: 0 0.75rem;
  font-weight: 500;
  color: #6f7c8e;
  margin-left: -0.625rem;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.form-select {
  position: relative;
  z-index: 10;
}
.form-select-trigger-content-prefix {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  font-weight: 500;
  color: #6f7c8e;
}
.form-select-trigger {
  width: 100%;
  height: 40px;
  padding: 0.625rem 0.625rem;
  background-color: white;
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  font-weight: 400;
  color: #14181f;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-select-trigger-content {
  flex: 1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-select-trigger > i {
  margin-left: 0.5rem;
}
.form-select-option-menu {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  max-height: 300px;
  overflow: auto;
}
.form-select-option-menu-item:hover {
  background-color: rgba(82, 94, 111, 0.04);
}
.form-select-option-menu-item.active {
  font-weight: 600;
}
.form-select-option-menu-item + .form-select-option-menu-item {
  margin-top: 0.25rem;
}
.form-select-option-menu-item .form-select-option-btn {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 0.1875rem;
  font-size: 15px;
}
.form-select-option-menu-item.no-result {
  color: #e64c57;
  user-select: none;
}
.form-select-option-menu-item.no-result > .form-select-option-btn {
  cursor: default;
}
.form-select-option-menu-item.no-result:hover {
  background-color: transparent;
}
.form-select-option-menu-divider {
  margin: 0.5rem 0;
  height: 1px;
  border-top: 1px solid #edf0f2;
}
.form-select-content {
  display: none;
  padding-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
}
.form-select-content-body {
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.form-select-footer {
  padding: 0.5rem;
  border-top: 1px solid #EDF0F2;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.form-select.active {
  z-index: 91;
}
.form-select.active .form-select-trigger {
  border-color: #ff6b00;
  box-shadow: 0 0 0 1px #ff6b00;
}
.form-select-lg .form-select-trigger {
  height: 60px;
  padding: 0.625rem 0.625rem;
}
.form-select-lg .form-select-trigger-content {
  padding: 0 0.625rem;
}
.form-select-lg .form-select-option-menu-item .form-select-option-btn {
  padding: 0.75rem;
}

.form-select.dropup .form-select-trigger {
  border-color: green;
}

.form-select-search {
  padding: 0.75rem;
  border-bottom: 1px solid #EDF0F2;
}

.form-select-multiple .form-select-option-menu-item .form-select-option-btn {
  position: relative;
}
.form-select-multiple .form-select-option-menu-item .form-select-option-btn::before {
  content: "";
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border: 2px solid #b6c1ca;
  border-radius: 4px;
  transition: 0.4s ease;
  margin-right: 0.5rem;
}
.form-select-multiple .form-select-option-menu-item .form-select-option-btn::after {
  content: "\f00c";
  position: absolute;
  top: 12px;
  left: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1rem;
  color: white;
  opacity: 0;
}
.form-select-multiple .form-select-option-menu-item:hover .form-select-option-btn::before {
  border-color: #929eaa;
}
.form-select-multiple .form-select-option-menu-item.active .form-select-option-btn::before {
  border-color: #ff9549;
  background-color: #ff9549;
}
.form-select-multiple .form-select-option-menu-item.active .form-select-option-btn::after {
  opacity: 1;
}
.form-select-multiple .form-select-option-menu-item.no-result .form-select-option-btn::before {
  content: unset;
}

.form-select-preview {
  border: 1px solid #EDF0F2;
  border-radius: 0.375rem;
  overflow: hidden;
}
.form-select-preview-no-result {
  background-color: #fadbdd;
  color: #e64c57;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 0.5rem;
}
.form-select-preview-results {
  max-height: 400px;
  overflow: auto;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.form-select-preview-result-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  background-color: #dce0e5;
  border-radius: 0.375rem;
}
.form-select-preview-result-item-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.form-select-preview-result-item-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.25rem;
  background-color: #edf0f2;
  color: #525e6f;
  margin-left: 0.5rem;
}
.form-select-preview-result-item:hover {
  background-color: #fadbdd;
}
.form-select-preview-result-item:hover .form-select-preview-result-item-text {
  color: #e64c57;
}
.form-select-preview-result-item:hover .form-select-preview-result-item-remove {
  background-color: #f5b8bc;
  color: #e64c57;
}
.form-select-preview:not(.has-result) .form-select-preview-results {
  display: none;
}
.form-select-preview.has-result .form-select-preview-no-result {
  display: none;
}

.form-select-inline {
  display: flex;
  gap: 0.5rem;
}
.form-select-inline .form-select-trigger {
  display: none;
}
.form-select-inline .form-select-content {
  position: static;
  display: block;
  width: 100%;
}
.form-select-inline .form-select-content-body {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.form-select-inline .form-select-search {
  border: none;
  padding: 0;
}
.form-select-inline .form-select-option-menu {
  padding: 0;
  margin-top: 0.5rem;
}
.form-select-inline .form-select-option-menu-item.no-result > .form-select-option-btn {
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.form-checkbox-marker {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #dce0e5;
  border-radius: 4px;
  transition: 0.4s ease;
}
.form-checkbox-marker i {
  opacity: 0;
  transition: 0.4s ease;
  font-size: 0.9375rem;
}
.form-checkbox-marker-circle {
  border-radius: 50%;
}
.form-checkbox-label {
  margin-left: 0.5rem;
  transition: 0.4s ease;
}
.form-checkbox:hover .form-checkbox-marker {
  border-color: #ff9549;
}
.form-checkbox input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.form-checkbox input:checked ~ .form-checkbox-marker {
  border-color: #ff9549;
  background-color: #ff9549;
}
.form-checkbox input:checked ~ .form-checkbox-marker i {
  opacity: 1;
  color: white;
}
.form-checkbox input:checked ~ .form-checkbox-label {
  color: #ff9549;
}

.form-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #14181f;
  margin-bottom: 1rem;
}
.form-label.required::after {
  content: "*";
  color: #e64c57;
  margin-left: 0.125rem;
}
.form-label.disabled {
  color: #6f7c8e;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  display: none;
  transition: 0.4s ease;
}
.drawer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.drawer-dialog {
  position: absolute;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.drawer.align-right .drawer-dialog {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) {
  .drawer.align-right .drawer-dialog {
    max-width: 50%;
  }
}
.drawer.align-right .drawer-dialog.active {
  transform: translateX(0);
}
.drawer.align-left .drawer-dialog {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) {
  .drawer.align-left .drawer-dialog {
    max-width: 50%;
  }
}
.drawer.align-left .drawer-dialog.active {
  transform: translateX(0);
}
.drawer.align-top .drawer-dialog {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) {
  .drawer.align-top .drawer-dialog {
    max-height: 90%;
  }
}
.drawer.align-top .drawer-dialog.active {
  transform: translateY(0);
}
.drawer.align-bottom .drawer-dialog {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) {
  .drawer.align-bottom .drawer-dialog {
    max-height: 90%;
  }
}
.drawer.align-bottom .drawer-dialog.active {
  transform: translateY(0);
}
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #dce0e5;
}
.drawer-header-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.drawer-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.drawer-close-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  font-size: 1.5rem;
  color: #929eaa;
}
.drawer-close-btn:hover {
  background-color: #f6f7f9;
}
.drawer-tabs {
  padding: 1.25rem;
  border-bottom: 1px solid #dce0e5;
}
.drawer-body {
  flex: 1;
  padding: 1.5rem 1.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.drawer-footer {
  padding: 1.25rem;
  border-top: 1px solid #dce0e5;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.drawer-content-row {
  margin: 0;
  padding: 0;
}

.drawer-content-col {
  padding: 0;
}
.drawer-content-col + .drawer-content-col {
  border-left: 1px solid #dce0e5;
}

.card.drawer-card {
  box-shadow: unset;
  border: none;
  border-radius: 0;
  border-top: 0;
  height: 100%;
}
.card.drawer-card .card__body {
  padding: 0;
}

.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.drawer-wizard-step {
  display: none;
}
.drawer-wizard-step.active {
  display: block;
}

.drawer-inline {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: absolute;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(100%) translateX(-50%);
  transition: all 0.4s;
  margin: 2rem 0;
    overflow:hidden;
}
.modal-dialog.modal-sm {
  max-width: 300px;
}
.modal-dialog.modal-md {
  max-width: 500px;
}
.modal-dialog.modal-lg {
  max-width: 800px;
}
.modal-dialog.modal-xl {
  max-width: 1140px;
}
@media only screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 50%;
  }
}
.modal-dialog.active {
  top: 0;
  transform: translateY(0) translateX(-50%);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #dce0e5;
}
.modal-header-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.modal-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.modal-close-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  font-size: 1.5rem;
  color: #929eaa;
}
.modal-close-btn:hover {
  background-color: #edf0f2;
}
.modal-tabs {
  padding: 1.25rem;
  border-bottom: 1px solid #dce0e5;
}
.modal-body {
  flex: 1;
  padding: 1.5rem 1.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-footer {
  padding: 1.25rem;
  border-top: 1px solid #dce0e5;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1004;
  display: none;
}

.file-upload-trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background-color: rgba(255, 149, 73, 0.1);
  border: 1px dashed #ff9549;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.file-upload-trigger-icon {
  font-size: 2.75rem;
  color: #ff9549;
}
.file-upload-trigger-label {
  display: flex;
  flex-direction: column;
}
.file-upload-trigger-label-title {
  font-size: 0.875rem;
  font-weight: 700;
}
.file-upload-trigger-label-description {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ff9549;
}
.file-upload-trigger:hover {
  background-color: rgba(255, 149, 73, 0.2);
}
.file-upload-trigger input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.file-upload-files {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.file-upload-files .file-upload-file-item {
  display: flex;
  align-items: center;
}
.file-upload-files .file-upload-file-item:first-child {
  margin-top: 1.5rem;
}
.file-upload-files .file-upload-file-item-icon {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 149, 73, 0.2);
  color: #ff9549;
}
.file-upload-files .file-upload-file-item-icon.type-pdf {
  background-color: rgba(230, 76, 87, 0.2);
  color: rgba(230, 76, 87, 0.9);
}
.file-upload-files .file-upload-file-item-content {
  flex: 1;
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-files .file-upload-file-item-content-title {
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-files .file-upload-file-item-content-size {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ff9549;
}
.file-upload-files .file-upload-file-item-actions {
  margin-left: auto;
}
.file-upload-files .file-upload-file-item-actions-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(255, 149, 73, 0.9);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.file-upload-files .file-upload-file-item-actions-item:hover {
  background-color: rgba(255, 149, 73, 0.2);
}
.file-upload-files .file-upload-file-item-actions-item.delete {
  background-color: #e64c57;
  color: white;
}
.file-upload-files .file-upload-file-item-actions-item.delete:hover {
  background-color: #e64c57;
}

.toggle-content-stack .toggle-pane:not(.active) {
  display: none;
}

.html-content {
  font-size: 0.875rem;
  font-weight: 600;
  color: #525e6f;
}
.html-content * {
  line-height: 200%;
}
.html-content strong, .html-content b {
  font-weight: 600 !important;
}
.html-content br {
  margin-bottom: 1rem;
}
.html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6, .html-content p, .html-content ul, .html-content ol {
  margin-bottom: 1rem;
}
.html-content ul {
  padding-left: 0.5rem;
}
.html-content ul, .html-content li {
  list-style: disc;
  list-style-position: inside;
}
.html-content li + li {
  margin-top: 0.5rem;
}
.html-content ol > li {
  list-style: decimal;
  list-style-position: inside;
}
.html-content img {
  display: block;
  max-width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.html-content > *:last-child {
  margin-bottom: 0;
}

.media-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: auto;
}
.media-preview-dialog {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -100%) scale(0);
  transition: transform 0.75s, opacity 1s;
  width: 100%;
  max-width: 800px;
  padding: 1rem 0.5rem 1.5rem 0.5rem;
}
.media-preview-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  border-radius: 0.375rem;
  overflow: hidden;
}
.media-preview-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background-color: black;
  color: white;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: 0.4s ease;
}
.media-preview-close-btn:hover {
  background-color: #e64c57;
}
.media-preview-body {
  padding: 1.5rem;
}
.media-preview-thumbnail {
  display: block;
  aspect-ratio: 16/9;
}
.media-preview-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-preview-video-wrapper {
  display: block;
  aspect-ratio: 16/9;
}
.media-preview-video-wrapper > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-preview.fade .media-preview-dialog {
  transform: translate(-50%, 2.5%) scale(1);
  opacity: 1;
}
.media-preview.fade-out .media-preview-dialog {
  animation: mediaPreviewFadeOut 0.5s forwards;
}

@keyframes mediaPreviewFadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 2.5%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -100%) scale(1);
  }
}
.breadcrumb {
  display: inline-flex;
}
.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6f7c8e;
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb-item:last-child {
  color: black;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f105";
  font-size: 0.9375rem;
  display: inline-flex;
  margin-right: 0.5rem;
}
.breadcrumb-link {
  color: #525e6f;
  line-height: 1;
}
.breadcrumb-link:hover {
  color: #ff9549;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.25rem 0.375rem;
  }
  .breadcrumb-item {
    font-size: 0.75rem;
  }
  .breadcrumb-link {
    font-size: 0.75rem;
  }
  .breadcrumb-link i {
    font-size: 1rem;
  }
}

.scrollable-table {
  position: relative;
  z-index: 90;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.scrollable-table td, .scrollable-table th {
  background: white;
  border-bottom: 1px solid #dce0e5;
  padding: 10px 15px;
  text-align: left;
  white-space: nowrap;
}
.scrollable-table .fixed {
  position: sticky;
  z-index: 1;
  background-color: #ffeadb;
}
.scrollable-table thead {
  position: relative;
  z-index: 100;
}
.scrollable-table thead th {
  position: sticky;
  top: 0;
  z-index: 25;
  font-weight: 700;
  padding: 1rem;
  border-bottom: 1px solid #dce0e5;
}
.scrollable-table thead th.fixed {
  z-index: 100;
  background-color: #ffbf92;
}
.scrollable-table tbody tr {
  position: relative;
}
.scrollable-table tbody tr.layer-top {
  z-index: 51 !important;
}
@media only screen and (min-width: 1200px) {
  .scrollable-table tbody tr:hover td {
    background-color: #f3f3f3;
  }
}
.scrollable-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .scrollable-table * {
    white-space: inherit !important;
  }
  .scrollable-table .fixed {
    position: static;
    background-color: transparent;
  }
  .scrollable-table thead {
    display: none;
  }
  .scrollable-table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #dce0e5;
    padding: 15px 0;
  }
  .scrollable-table tbody tr td {
    display: flex;
  }
  .scrollable-table tbody tr td[data-content]::before {
    content: attr(data-content);
    background: white;
    font-weight: bold;
    text-align: left;
    flex: 0 0 50%;
    color: #1a1a1a;
  }
  .scrollable-table tbody tr td > * {
    flex: 1;
  }
  .scrollable-table tbody tr td > *:last-child {
    text-align: right;
  }
  .scrollable-table .hide-on-mobile {
    display: none;
  }
  .scrollable-table td, .scrollable-table th {
    border: none;
  }
}

.scrollable-table-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  border: 1px solid #f3f3f3;
  border-radius: 0.5rem;
}
.scrollable-table-wrapper .scrollable-table tbody tr:last-child td {
  border-bottom: none;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ff9549;
}
.swiper img {
  width: 100%;
  height: auto;
}
.swiper.pagination-outside .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.swiper.theme-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper.theme-white .swiper-button-next,
.swiper.theme-white .swiper-button-prev {
  color: #fff;
}

.floataction-btn__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: none;
}

.floataction-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}
.floataction-btn__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-color: #1a1a1a;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: 0.4s ease;
  cursor: pointer;
}
.floataction-btn__content {
  display: none;
  position: absolute;
  bottom: 3.5rem;
  right: 0;
  padding-bottom: 0.5rem;
}
.floataction-btn__list {
  display: flex;
  flex-direction: column-reverse;
}
.floataction-btn__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.floataction-btn__item + .floataction-btn__item {
  margin-bottom: 0.5rem;
}
.floataction-btn__item span {
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: white;
  color: #1a1a1a;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: -1;
  padding-right: 3.75rem;
  min-width: 60px;
}
.floataction-btn__item i {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  background-color: #1a1a1a;
  border-radius: 100%;
  color: white;
}
.floataction-btn:hover .floataction-btn__toggle, .floataction-btn.active .floataction-btn__toggle {
  opacity: 0.75;
}
.floataction-btn.active .floataction-btn__toggle {
  rotate: 90deg;
}
.floataction-btn.active .floataction-btn__toggle i::before {
  content: "\f00d";
}
@media only screen and (max-width: 1199px) {
  .floataction-btn {
    bottom: 4.5rem;
    right: 0.75rem;
  }
}

.kpi-card {
  background-color: white;
  border-radius: 0.375rem;
  display: flex;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1rem;
  gap: 0.5rem;
}
.kpi-card-icon {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.kpi-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .kpi-card {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0.5rem;
  }
  .kpi-card-icon {
    width: 3rem;
    height: 3rem;
  }
  .kpi-card-content {
    gap: 0.25rem;
  }
}

.filter-bar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  background-color: var(--filter-bar-bg-color);
  border-radius: 0.375rem;
  white-space: nowrap;
  border: 1px solid var(--filter-bar-item-border-color);
}
.filter-bar::-webkit-scrollbar {
  display: none;
}
.filter-bar .filter-bar-item {
  padding: 0.75rem 1rem;
}
.filter-bar .filter-bar-item + .filter-bar-item {
  border-left: 1px solid var(--filter-bar-item-border-color);
}
.filter-bar .filter-bar-item.active {
  --filter-bar-item-btn-color: var(--filter-bar-item-btn-active-color);
  --filter-bar-item-btn-bg-color: var(--filter-bar-item-btn-active-bg-color);
}
.filter-bar .filter-bar-item:not(.active):hover .filter-bar-item-btn:hover {
  color: var(--filter-bar-item-btn-hover-color);
  background-color: var(--filter-bar-item-btn-hover-bg-color);
}
.filter-bar .filter-bar-item-btn {
  display: block;
  cursor: pointer;
  border-radius: 0.375rem;
  color: var(--filter-bar-item-btn-color);
  background-color: var(--filter-bar-item-btn-bg-color);
  user-select: none;
  transition: 0.3s ease;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  padding: 0.5rem 0.75rem;
}

.filter-bar-secondary {
  --filter-bar-bg-color: #2f2cb0;
  --filter-bar-item-border-color: rgba(0,0,0, 0.30);
  --filter-bar-item-btn-color: white;
  --filter-bar-item-btn-bg-color: transparent;
  --filter-bar-item-btn-hover-color: #2f2cb0;
  --filter-bar-item-btn-hover-bg-color: #dedef7;
  --filter-bar-item-btn-active-color: white;
  --filter-bar-item-btn-active-bg-color: #ff6b00;
}

.filter-bar-light {
  --filter-bar-bg-color: #f6f7f9;
  --filter-bar-item-border-color: #dce0e5;
  --filter-bar-item-btn-color: #525e6f;
  --filter-bar-item-btn-bg-color: transparent;
  --filter-bar-item-btn-hover-color: #14181f;
  --filter-bar-item-btn-hover-bg-color: #edf0f2;
  --filter-bar-item-btn-active-color: white;
  --filter-bar-item-btn-active-bg-color: #ff6b00;
}

.filter-form-bar {
  background-color: var(--filter-form-bar-bg-color);
  padding: 0.625rem;
  border-radius: 0.375rem;
}

.filter-form-bar {
  --filter-form-bar-bg-color: #EAEEF5;
}

.ad-card {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #EDF0F2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(226, 226, 226, 0.25);
}
.ad-card-title {
  font-size: 0.9375rem;
  font-weight: 700;
  flex-grow: 1;
}
.ad-card-title:hover {
  text-decoration: underline;
}
.ad-card-image {
  aspect-ratio: 4/3;
}
.ad-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}
.ad-card-table {
  font-size: 0.875rem;
}
.ad-card-table td, .ad-card-table th {
  padding: 0.25rem 0;
  text-align: left;
}
.ad-card-table th {
  font-weight: 600;
}
.ad-card-table td:not(:first-child), .ad-card-table th:not(:first-child) {
  padding-left: 0.5rem;
}
.ad-card-price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2f2cb0;
}
.ad-card-owner-info-badge {
  border-radius: 0.375rem;
  background-color: #dedef7;
  color: #2f2cb0;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 0.125rem 15px;
  display: inline-flex;
}
.ad-card-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.ad-card-icon i {
  font-size: 1.25rem;
  color: #ff6b00;
}
.ad-card-icon span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0;
  white-space: nowrap;
}
.ad-card-icon.disabled i {
  color: #929eaa;
}
.ad-card-icon.disabled span {
  display: none;
}
.ad-card-header {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #EDF0F2;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ad-card-header-left {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ad-card-header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2f2cb0;
}
.ad-card-header-right span {
  font-weight: 500;
  color: #ff6b00;
}
.ad-card-header + .card-footer {
  border-top: 0;
}
.ad-card-body {
  padding: 1rem;
  flex: 1;
}
.ad-card-footer {
  padding: 1rem;
  border-top: 1px solid #EDF0F2;
}

.card-table {
  border-collapse: collapse;
}
.card-table th, .card-table td {
  text-align: left;
  padding: 1rem 1.5rem;
}
.card-table th.action-column, .card-table td.action-column {
  text-align: center;
  width: 1%;
}
.card-table th.id-column, .card-table td.id-column {
  width: 10%;
}
.card-table thead {
  margin-bottom: 1rem;
  position: relative;
}
.card-table thead::after {
  height: 1rem;
  content: "";
  display: table-row;
}
.card-table thead tr {
  background-color: white;
}
.card-table thead tr:nth-child(even) {
  background-color: #edf0f2;
}
.card-table thead tr th {
  font-size: 1rem;
  font-weight: 600;
}
.card-table thead tr > *:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.card-table thead tr > *:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.card-table tbody tr {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.card-table tbody tr.spacer {
  background-color: transparent;
}
.card-table tbody tr.spacer td {
  padding: 0.5rem 0;
}
.card-table tbody tr td, .card-table tbody tr th {
  font-size: 0.9375rem;
}
.card-table tbody tr > *:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.card-table tbody tr > *:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media only screen and (max-width: 991px) {
  .card-table thead {
    display: none;
  }
  .card-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
  }
  .card-table tbody tr > *::before {
    content: attr(data-title);
    float: left;
    font-weight: 600;
    padding: 0.5rem 0;
    width: 50%;
  }
  .card-table tbody tr td > span, .card-table tbody tr th > span {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .card-table tbody tr > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #edf0f2;
    border-radius: 0 !important;
  }
  .card-table tbody tr > *:last-child {
    border-bottom: 0;
  }
  .card-table tbody tr.spacer {
    display: none;
  }
}
.card-table-bordered thead {
  border-bottom: 1px solid #edf0f2;
}
.card-table-bordered thead::after {
  content: unset;
}
.card-table-bordered tbody .spacer {
  display: none;
}
.card-table-bordered tbody tr + tr {
  border-top: 1px solid #edf0f2;
  background-color: #f6f7f9;
}
.card-table-no-shadow tbody tr {
  box-shadow: none;
}
.card-table-header-dark thead tr {
  background-color: #2c3747;
  color: white;
}
.card-table-header-no-radius thead tr > *:first-child {
  border-bottom-left-radius: 0;
}
.card-table-header-no-radius thead tr > *:last-child {
  border-bottom-right-radius: 0;
}

.profile-sidebar {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.profile-sidebar::-webkit-scrollbar {
  display: none;
}
.profile-sidebar-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}
.profile-sidebar-item i {
  font-size: 1.5rem;
  color: #ff6b00;
  width: 1.5rem;
}
.profile-sidebar-item span {
  font-size: 1rem;
  color: #2f2cb0;
}
.profile-sidebar-item.active {
  background-color: #ffeadb;
}
.profile-sidebar-item.active span {
  color: #ff6b00;
}
@media only screen and (min-width: 1200px) {
  .profile-sidebar {
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
    gap: 0;
  }
  .profile-sidebar-item {
    padding: 1rem 1.875rem;
  }
  .profile-sidebar-item + .profile-sidebar-item {
    border-top: 1px solid #edf0f2;
  }
  .profile-sidebar-item:hover {
    background-color: #525e6f;
  }
  .profile-sidebar-item:hover span {
    color: #edf0f2;
  }
}

.product-slider-thumbs .swiper-slide {
  transition: opacity 0.3s;
}
.product-slider-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}
.product-slider-thumbs .swiper-slide:hover {
  opacity: 1;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 4px 10px 0 rgba(226, 226, 226, 0.25);
  border-radius: 0.5rem;
  transition: 0.4s ease;
}
.product-card-body {
  padding: 0.875rem;
  padding-bottom: 0;
}
.product-card-body img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.product-card-name {
  font-size: 0.875rem;
  font-weight: 700;
  transition: 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card-price {
  font-size: 1rem;
  font-weight: 700;
  color: #2F2CB0;
  text-align: center;
  margin: 1.5rem 0;
}
.product-card-footer {
  margin-top: auto;
  border-top: 1px solid #EDF0F2;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-card-footer img {
  width: 3.75rem;
}
.product-card-footer span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2F2CB0;
}
.product-card:hover {
  box-shadow: 0 4px 10px 0 rgb(226, 226, 226);
  transform: translateY(-0.25rem);
}
.product-card:hover .product-card-name {
  color: #2F2CB0;
}

.category-list-content {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #EDF0F2;
  border-radius: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}

.category-list-item {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}
.category-list-item + .category-list-item {
  border-top: 1px solid #EDF0F2;
}
.category-list-item:hover {
  background-color: #EDF0F2;
}
.category-list-item.active {
  background-color: #FF9549;
  font-weight: 700;
}

.step-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-y: hidden;
  overflow-x: auto;
}
.step-list .step-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.step-list .step-item-number {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #6F7C8E;
  color: #FFFFFF;
}
.step-list .step-item-label {
  font-weight: 600;
  color: #6F7C8E;
  white-space: nowrap;
}
.step-list .step-item.active .step-item-number {
  background-color: #FF9549;
}
.step-list .step-item.active .step-item-label {
  color: #FF9549;
}
.step-list .step-item + .step-item::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 1rem;
  color: #B6C1CA;
  margin: 0 0.5rem;
}

.gallery-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-card {
  width: 200px;
  transition: box-shadow 0.3s, border-color 0.3s;
  border: 1px solid #DCE0E5;
}
.gallery-card .card-body {
  padding: 0.75rem;
}
.gallery-card .card-footer {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.gallery-card-img {
  border-radius: 0.5rem;
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.gallery-card-info {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}
.gallery-card-info span {
  font-size: 0.75rem;
}
.gallery-card-cover-active {
  border-color: #FF6B00;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.4);
}

.category-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-scroll::-webkit-scrollbar {
  height: 8px;
}
.category-scroll::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}
.category-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.category-scroll::-webkit-scrollbar {
  display: none;
}

/**
    * ----------------------------------------
    * Grid
    * ----------------------------------------
**/
/* Grid Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* Grid Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.row.gx-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.gx-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row.gx-1 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.row.gx-1 > * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.row.gx-2 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row.gx-2 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.row.gx-3 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.row.gx-3 > * {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.row.gx-4 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.gx-4 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.gx-5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row.gx-5 > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.row.gx-6 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row.gx-6 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media only screen and (min-width: 576px) {
  .row.gx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-sm-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-sm-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-sm-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-sm-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-sm-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-sm-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-sm-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-sm-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-sm-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-sm-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-sm-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-sm-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-sm-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .row.gx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-md-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-md-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-md-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-md-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-md-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-md-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-md-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-md-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-md-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-md-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-md-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-md-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-md-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .row.gx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-lg-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-lg-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-lg-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-lg-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-lg-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-lg-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-lg-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-lg-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-lg-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-lg-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-lg-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-lg-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-lg-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .row.gx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-xl-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-xl-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-xl-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-xl-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-xl-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-xl-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-xl-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-xl-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-xl-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-xl-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-xl-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-xl-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-xl-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .row.gx-xxl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-xxl-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-xxl-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-xxl-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-xxl-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-xxl-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-xxl-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-xxl-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-xxl-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-xxl-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-xxl-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-xxl-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-xxl-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-xxl-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .row.gx-3xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gx-3xl-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.gx-3xl-1 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .row.gx-3xl-1 > * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .row.gx-3xl-2 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .row.gx-3xl-2 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .row.gx-3xl-3 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .row.gx-3xl-3 > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .row.gx-3xl-4 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row.gx-3xl-4 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.gx-3xl-5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row.gx-3xl-5 > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row.gx-3xl-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row.gx-3xl-6 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* Grid Column */
.col {
  flex: 1;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 calc(8.3333333333% * 1);
  max-width: calc(8.3333333333% * 1);
}

.col-2 {
  flex: 0 0 calc(8.3333333333% * 2);
  max-width: calc(8.3333333333% * 2);
}

.col-3 {
  flex: 0 0 calc(8.3333333333% * 3);
  max-width: calc(8.3333333333% * 3);
}

.col-4 {
  flex: 0 0 calc(8.3333333333% * 4);
  max-width: calc(8.3333333333% * 4);
}

.col-5 {
  flex: 0 0 calc(8.3333333333% * 5);
  max-width: calc(8.3333333333% * 5);
}

.col-6 {
  flex: 0 0 calc(8.3333333333% * 6);
  max-width: calc(8.3333333333% * 6);
}

.col-7 {
  flex: 0 0 calc(8.3333333333% * 7);
  max-width: calc(8.3333333333% * 7);
}

.col-8 {
  flex: 0 0 calc(8.3333333333% * 8);
  max-width: calc(8.3333333333% * 8);
}

.col-9 {
  flex: 0 0 calc(8.3333333333% * 9);
  max-width: calc(8.3333333333% * 9);
}

.col-10 {
  flex: 0 0 calc(8.3333333333% * 10);
  max-width: calc(8.3333333333% * 10);
}

.col-11 {
  flex: 0 0 calc(8.3333333333% * 11);
  max-width: calc(8.3333333333% * 11);
}

.col-12 {
  flex: 0 0 calc(8.3333333333% * 12);
  max-width: calc(8.3333333333% * 12);
}

/* Grid Column Widths */
@media only screen and (min-width: 576px) {
  .col-sm {
    flex: 1;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-sm-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-sm-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-sm-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-sm-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-sm-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-sm-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-sm-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-sm-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-sm-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-sm-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-sm-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    flex: 1;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-md-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-md-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-md-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-md-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-md-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-md-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-md-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-md-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-md-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-md-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-md-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media only screen and (min-width: 992px) {
  .col-lg {
    flex: 1;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-lg-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-lg-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-lg-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-lg-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-lg-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-lg-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-lg-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-lg-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-lg-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-lg-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-lg-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl {
    flex: 1;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-xl-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-xl-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-xl-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-xl-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-xl-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-xl-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-xl-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-xl-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-xl-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-xl-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-xl-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media only screen and (min-width: 1400px) {
  .col-xxl {
    flex: 1;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-xxl-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-xxl-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-xxl-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-xxl-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-xxl-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-xxl-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-xxl-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-xxl-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-xxl-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-xxl-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-xxl-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media only screen and (min-width: 1600px) {
  .col-3xl {
    flex: 1;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-3xl-1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .col-3xl-2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .col-3xl-3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .col-3xl-4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .col-3xl-5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .col-3xl-6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .col-3xl-7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .col-3xl-8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .col-3xl-9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .col-3xl-10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .col-3xl-11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .col-3xl-12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
/* Grid Row Spacing */
.gy-auto {
  row-gap: auto;
}

.gx-auto {
  column-gap: auto;
}

.gy-0 {
  row-gap: 0;
}

.gx-0 {
  column-gap: 0;
}

.gy-1 {
  row-gap: 0.25rem;
}

.gx-1 {
  column-gap: 0.25rem;
}

.gy-2 {
  row-gap: 0.5rem;
}

.gx-2 {
  column-gap: 0.5rem;
}

.gy-3 {
  row-gap: 1rem;
}

.gx-3 {
  column-gap: 1rem;
}

.gy-4 {
  row-gap: 1.5rem;
}

.gx-4 {
  column-gap: 1.5rem;
}

.gy-5 {
  row-gap: 2rem;
}

.gx-5 {
  column-gap: 2rem;
}

.gy-6 {
  row-gap: 2.5rem;
}

.gx-6 {
  column-gap: 2.5rem;
}

.gy-7 {
  row-gap: 3rem;
}

.gx-7 {
  column-gap: 3rem;
}

.gy-8 {
  row-gap: 3.5rem;
}

.gx-8 {
  column-gap: 3.5rem;
}

.gy-9 {
  row-gap: 4rem;
}

.gx-9 {
  column-gap: 4rem;
}

.gy-10 {
  row-gap: 4.5rem;
}

.gx-10 {
  column-gap: 4.5rem;
}

.gy-11 {
  row-gap: 5rem;
}

.gx-11 {
  column-gap: 5rem;
}

.gy-12 {
  row-gap: 5.5rem;
}

.gx-12 {
  column-gap: 5.5rem;
}

.gy-14 {
  row-gap: 6rem;
}

.gx-14 {
  column-gap: 6rem;
}

.gy-16 {
  row-gap: 6.5rem;
}

.gx-16 {
  column-gap: 6.5rem;
}

/* Grid Column Offsets */
.offset-1 {
  margin-left: calc(8.3333333333% * 1) !important;
}

.offset-2 {
  margin-left: calc(8.3333333333% * 2) !important;
}

.offset-3 {
  margin-left: calc(8.3333333333% * 3) !important;
}

.offset-4 {
  margin-left: calc(8.3333333333% * 4) !important;
}

.offset-5 {
  margin-left: calc(8.3333333333% * 5) !important;
}

.offset-6 {
  margin-left: calc(8.3333333333% * 6) !important;
}

.offset-7 {
  margin-left: calc(8.3333333333% * 7) !important;
}

.offset-8 {
  margin-left: calc(8.3333333333% * 8) !important;
}

.offset-9 {
  margin-left: calc(8.3333333333% * 9) !important;
}

.offset-10 {
  margin-left: calc(8.3333333333% * 10) !important;
}

.offset-11 {
  margin-left: calc(8.3333333333% * 11) !important;
}

@media only screen and (min-width: 576px) {
  .offset-sm-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-sm-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-sm-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-sm-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-sm-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-sm-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-sm-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-sm-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-sm-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-sm-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-sm-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
@media only screen and (min-width: 768px) {
  .offset-md-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-md-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-md-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-md-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-md-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-md-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-md-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-md-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-md-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-md-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-md-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
@media only screen and (min-width: 992px) {
  .offset-lg-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-lg-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-lg-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-lg-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-lg-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-lg-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-lg-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-lg-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-lg-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-lg-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-lg-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-xl-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-xl-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-xl-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-xl-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-xl-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-xl-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-xl-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-xl-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-xl-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-xl-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
@media only screen and (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-xxl-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-xxl-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-xxl-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-xxl-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-xxl-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-xxl-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-xxl-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-xxl-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-xxl-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-xxl-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-3xl-1 {
    margin-left: calc(8.3333333333% * 1) !important;
  }
  .offset-3xl-2 {
    margin-left: calc(8.3333333333% * 2) !important;
  }
  .offset-3xl-3 {
    margin-left: calc(8.3333333333% * 3) !important;
  }
  .offset-3xl-4 {
    margin-left: calc(8.3333333333% * 4) !important;
  }
  .offset-3xl-5 {
    margin-left: calc(8.3333333333% * 5) !important;
  }
  .offset-3xl-6 {
    margin-left: calc(8.3333333333% * 6) !important;
  }
  .offset-3xl-7 {
    margin-left: calc(8.3333333333% * 7) !important;
  }
  .offset-3xl-8 {
    margin-left: calc(8.3333333333% * 8) !important;
  }
  .offset-3xl-9 {
    margin-left: calc(8.3333333333% * 9) !important;
  }
  .offset-3xl-10 {
    margin-left: calc(8.3333333333% * 10) !important;
  }
  .offset-3xl-11 {
    margin-left: calc(8.3333333333% * 11) !important;
  }
}
.app-header {
  background-color: var(--app-header-bg-color);
}
.app-header .app-header-topbar {
  background-color: var(--app-header-topbar-bg-color);
  border-bottom: 1px solid var(--app-header-topbar-border-color);
  padding: 0.625rem 0;
}
.app-header .app-header-navbar {
  background-color: var(--app-header-navbar-bg-color);
  padding: 0.625rem 0;
}
.app-header .app-header-section {
  background-color: var(--app-header-navbar-bg-color);
  padding: 1rem 0;
}
.app-header .app-header-menubar {
  background-color: var(--app-header-menubar-bg-color);
  padding: 1rem 0;
  border-bottom: 1px solid var(--app-header-menubar-border-color);
  border-top: 1px solid var(--app-header-menubar-border-color);
}
.app-header .app-header-menu > ul {
  display: flex;
  align-items: center;
}
.app-header .app-header-menu > ul li:first-child {
  margin-right: 1.5rem;
}
.app-header .app-header-menu > ul li:not(:first-child) + li::before {
  content: "|";
  margin-inline: 0.75rem;
  color: #cbd3db;
}
.app-header .app-header-menu > ul li a {
  color: #323c49;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s;
}
.app-header .app-header-menu > ul li a:hover {
  color: #ff9549;
}
.app-header .app-logo {
  height: 2rem;
  width: auto;
  display: block;
  text-decoration: none;
}
.app-header .app-logo img {
  height: 100%;
  width: auto;
}
.app-header .app-logo-sm {
  height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .app-header .container-fluid {
    padding-inline: 1.5rem;
  }
  .app-header .row {
    margin-inline: -1.5rem;
  }
  .app-header [class*=col-],
  .app-header .col {
    padding-inline: 1.5rem;
  }
}

.app-header-light {
  --app-header-bg-color: white;
  --app-header-topbar-bg-color: white;
  --app-header-topbar-border-color: #edf0f2;
  --app-header-navbar-bg-color: white;
  --app-header-menubar-bg-color: #f6f7f9;
  --app-header-menubar-border-color: #dce0e5;
}

.app-header-dark {
  --app-header-bg-color: #38373E;
}

.app-footer {
  background-color: #1E1E1E;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .app-footer {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}

.app-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  background-color: white;
}
.app-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #edf0f2;
}
.app-mobile-menu-close {
  font-size: 1.5rem;
  color: #929eaa;
}
.app-mobile-menu-nav ul {
  display: flex;
  flex-direction: column;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-table {
    display: table !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-table {
    display: table !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-table {
    display: table !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 1400px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-inline-grid {
    display: inline-grid !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-table {
    display: table !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-table-row {
    display: table-row !important;
  }
}

@media only screen and (min-width: 1600px) {
  .d-3xl-table-cell {
    display: table-cell !important;
  }
}

.align-items-start {
  align-items: start !important;
}

.align-items-end {
  align-items: end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media only screen and (min-width: 576px) {
  .align-items-sm-start {
    align-items: start !important;
  }
  .align-items-sm-end {
    align-items: end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 768px) {
  .align-items-md-start {
    align-items: start !important;
  }
  .align-items-md-end {
    align-items: end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 992px) {
  .align-items-lg-start {
    align-items: start !important;
  }
  .align-items-lg-end {
    align-items: end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 1200px) {
  .align-items-xl-start {
    align-items: start !important;
  }
  .align-items-xl-end {
    align-items: end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 1400px) {
  .align-items-xxl-start {
    align-items: start !important;
  }
  .align-items-xxl-end {
    align-items: end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
@media only screen and (min-width: 1600px) {
  .align-items-3xl-start {
    align-items: start !important;
  }
  .align-items-3xl-end {
    align-items: end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media only screen and (min-width: 768px) {
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media only screen and (min-width: 992px) {
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media only screen and (min-width: 1400px) {
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

@media only screen and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
}
@media only screen and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
}
@media only screen and (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

@media only screen and (min-width: 576px) {
  .flex-grow-sm-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
}
@media only screen and (min-width: 768px) {
  .flex-grow-md-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
}
@media only screen and (min-width: 992px) {
  .flex-grow-lg-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
}
@media only screen and (min-width: 1400px) {
  .flex-grow-xxl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xxl-1 {
    flex-grow: 1 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .flex-grow-3xl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-3xl-1 {
    flex-grow: 1 !important;
  }
}
.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

@media only screen and (min-width: 576px) {
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
}
@media only screen and (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
}
@media only screen and (min-width: 992px) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-6 {
    order: 6 !important;
  }
  .order-xl-7 {
    order: 7 !important;
  }
  .order-xl-8 {
    order: 8 !important;
  }
  .order-xl-9 {
    order: 9 !important;
  }
  .order-xl-10 {
    order: 10 !important;
  }
}
@media only screen and (min-width: 1400px) {
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-6 {
    order: 6 !important;
  }
  .order-xxl-7 {
    order: 7 !important;
  }
  .order-xxl-8 {
    order: 8 !important;
  }
  .order-xxl-9 {
    order: 9 !important;
  }
  .order-xxl-10 {
    order: 10 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-6 {
    order: 6 !important;
  }
  .order-3xl-7 {
    order: 7 !important;
  }
  .order-3xl-8 {
    order: 8 !important;
  }
  .order-3xl-9 {
    order: 9 !important;
  }
  .order-3xl-10 {
    order: 10 !important;
  }
}
.p-auto {
  padding: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.p-12 {
  padding: 5.5rem !important;
}

.p-14 {
  padding: 6rem !important;
}

.p-16 {
  padding: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .p-sm-auto {
    padding: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .p-sm-11 {
    padding: 5rem !important;
  }
  .p-sm-12 {
    padding: 5.5rem !important;
  }
  .p-sm-14 {
    padding: 6rem !important;
  }
  .p-sm-16 {
    padding: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .p-md-12 {
    padding: 5.5rem !important;
  }
  .p-md-14 {
    padding: 6rem !important;
  }
  .p-md-16 {
    padding: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg-auto {
    padding: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  .p-lg-14 {
    padding: 6rem !important;
  }
  .p-lg-16 {
    padding: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .p-xl-auto {
    padding: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  .p-xl-14 {
    padding: 6rem !important;
  }
  .p-xl-16 {
    padding: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .p-xxl-auto {
    padding: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  .p-xxl-9 {
    padding: 4rem !important;
  }
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  .p-xxl-11 {
    padding: 5rem !important;
  }
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  .p-xxl-14 {
    padding: 6rem !important;
  }
  .p-xxl-16 {
    padding: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .p-3xl-auto {
    padding: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.25rem !important;
  }
  .p-3xl-2 {
    padding: 0.5rem !important;
  }
  .p-3xl-3 {
    padding: 1rem !important;
  }
  .p-3xl-4 {
    padding: 1.5rem !important;
  }
  .p-3xl-5 {
    padding: 2rem !important;
  }
  .p-3xl-6 {
    padding: 2.5rem !important;
  }
  .p-3xl-7 {
    padding: 3rem !important;
  }
  .p-3xl-8 {
    padding: 3.5rem !important;
  }
  .p-3xl-9 {
    padding: 4rem !important;
  }
  .p-3xl-10 {
    padding: 4.5rem !important;
  }
  .p-3xl-11 {
    padding: 5rem !important;
  }
  .p-3xl-12 {
    padding: 5.5rem !important;
  }
  .p-3xl-14 {
    padding: 6rem !important;
  }
  .p-3xl-16 {
    padding: 6.5rem !important;
  }
}
.pt-auto {
  padding-top: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pt-10 {
  padding-top: 4.5rem !important;
}

.pt-11 {
  padding-top: 5rem !important;
}

.pt-12 {
  padding-top: 5.5rem !important;
}

.pt-14 {
  padding-top: 6rem !important;
}

.pt-16 {
  padding-top: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  .pt-sm-12 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 6rem !important;
  }
  .pt-sm-16 {
    padding-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  .pt-md-12 {
    padding-top: 5.5rem !important;
  }
  .pt-md-14 {
    padding-top: 6rem !important;
  }
  .pt-md-16 {
    padding-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  .pt-lg-12 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 6rem !important;
  }
  .pt-lg-16 {
    padding-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  .pt-xl-12 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 6rem !important;
  }
  .pt-xl-16 {
    padding-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .pt-xxl-auto {
    padding-top: auto !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 6rem !important;
  }
  .pt-xxl-16 {
    padding-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .pt-3xl-auto {
    padding-top: auto !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-3xl-5 {
    padding-top: 2rem !important;
  }
  .pt-3xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-3xl-7 {
    padding-top: 3rem !important;
  }
  .pt-3xl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-3xl-9 {
    padding-top: 4rem !important;
  }
  .pt-3xl-10 {
    padding-top: 4.5rem !important;
  }
  .pt-3xl-11 {
    padding-top: 5rem !important;
  }
  .pt-3xl-12 {
    padding-top: 5.5rem !important;
  }
  .pt-3xl-14 {
    padding-top: 6rem !important;
  }
  .pt-3xl-16 {
    padding-top: 6.5rem !important;
  }
}
.pe-auto {
  padding-right: auto !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 3.5rem !important;
}

.pe-9 {
  padding-right: 4rem !important;
}

.pe-10 {
  padding-right: 4.5rem !important;
}

.pe-11 {
  padding-right: 5rem !important;
}

.pe-12 {
  padding-right: 5.5rem !important;
}

.pe-14 {
  padding-right: 6rem !important;
}

.pe-16 {
  padding-right: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .pe-sm-auto {
    padding-right: auto !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  .pe-sm-12 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 6rem !important;
  }
  .pe-sm-16 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  .pe-md-12 {
    padding-right: 5.5rem !important;
  }
  .pe-md-14 {
    padding-right: 6rem !important;
  }
  .pe-md-16 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .pe-lg-auto {
    padding-right: auto !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  .pe-lg-12 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 6rem !important;
  }
  .pe-lg-16 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pe-xl-auto {
    padding-right: auto !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  .pe-xl-12 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 6rem !important;
  }
  .pe-xl-16 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .pe-xxl-auto {
    padding-right: auto !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 6rem !important;
  }
  .pe-xxl-16 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .pe-3xl-auto {
    padding-right: auto !important;
  }
  .pe-3xl-0 {
    padding-right: 0 !important;
  }
  .pe-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3xl-3 {
    padding-right: 1rem !important;
  }
  .pe-3xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-3xl-5 {
    padding-right: 2rem !important;
  }
  .pe-3xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-3xl-7 {
    padding-right: 3rem !important;
  }
  .pe-3xl-8 {
    padding-right: 3.5rem !important;
  }
  .pe-3xl-9 {
    padding-right: 4rem !important;
  }
  .pe-3xl-10 {
    padding-right: 4.5rem !important;
  }
  .pe-3xl-11 {
    padding-right: 5rem !important;
  }
  .pe-3xl-12 {
    padding-right: 5.5rem !important;
  }
  .pe-3xl-14 {
    padding-right: 6rem !important;
  }
  .pe-3xl-16 {
    padding-right: 6.5rem !important;
  }
}
.pb-auto {
  padding-bottom: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 3.5rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.pb-10 {
  padding-bottom: 4.5rem !important;
}

.pb-11 {
  padding-bottom: 5rem !important;
}

.pb-12 {
  padding-bottom: 5.5rem !important;
}

.pb-14 {
  padding-bottom: 6rem !important;
}

.pb-16 {
  padding-bottom: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 6rem !important;
  }
  .pb-md-16 {
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .pb-3xl-auto {
    padding-bottom: auto !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-3xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-3xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-3xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-3xl-9 {
    padding-bottom: 4rem !important;
  }
  .pb-3xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-3xl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-3xl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-3xl-14 {
    padding-bottom: 6rem !important;
  }
  .pb-3xl-16 {
    padding-bottom: 6.5rem !important;
  }
}
.ps-auto {
  padding-left: auto !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 3.5rem !important;
}

.ps-9 {
  padding-left: 4rem !important;
}

.ps-10 {
  padding-left: 4.5rem !important;
}

.ps-11 {
  padding-left: 5rem !important;
}

.ps-12 {
  padding-left: 5.5rem !important;
}

.ps-14 {
  padding-left: 6rem !important;
}

.ps-16 {
  padding-left: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .ps-sm-auto {
    padding-left: auto !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  .ps-sm-12 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 6rem !important;
  }
  .ps-sm-16 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .ps-md-auto {
    padding-left: auto !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  .ps-md-12 {
    padding-left: 5.5rem !important;
  }
  .ps-md-14 {
    padding-left: 6rem !important;
  }
  .ps-md-16 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .ps-lg-auto {
    padding-left: auto !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  .ps-lg-12 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 6rem !important;
  }
  .ps-lg-16 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .ps-xl-auto {
    padding-left: auto !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  .ps-xl-12 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 6rem !important;
  }
  .ps-xl-16 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .ps-xxl-auto {
    padding-left: auto !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 6rem !important;
  }
  .ps-xxl-16 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .ps-3xl-auto {
    padding-left: auto !important;
  }
  .ps-3xl-0 {
    padding-left: 0 !important;
  }
  .ps-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3xl-3 {
    padding-left: 1rem !important;
  }
  .ps-3xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-3xl-5 {
    padding-left: 2rem !important;
  }
  .ps-3xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-3xl-7 {
    padding-left: 3rem !important;
  }
  .ps-3xl-8 {
    padding-left: 3.5rem !important;
  }
  .ps-3xl-9 {
    padding-left: 4rem !important;
  }
  .ps-3xl-10 {
    padding-left: 4.5rem !important;
  }
  .ps-3xl-11 {
    padding-left: 5rem !important;
  }
  .ps-3xl-12 {
    padding-left: 5.5rem !important;
  }
  .ps-3xl-14 {
    padding-left: 6rem !important;
  }
  .ps-3xl-16 {
    padding-left: 6.5rem !important;
  }
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-7 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-8 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-10 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-11 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-12 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.px-14 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-16 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sm-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-sm-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-sm-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-sm-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-md-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-md-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-md-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-lg-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-lg-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xl-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xl-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xl-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-xl-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xl-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xxl-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xxl-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-xxl-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .px-3xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-3xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-3xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-3xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-3xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-3xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-3xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-3xl-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-3xl-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-3xl-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-3xl-9 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-3xl-10 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-3xl-11 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-3xl-12 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-3xl-14 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-3xl-16 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-11 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-12 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-14 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-16 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .py-3xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-3xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-3xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-3xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-3xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-3xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-3xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-3xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-3xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-3xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-3xl-16 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.m-12 {
  margin: 5.5rem !important;
}

.m-14 {
  margin: 6rem !important;
}

.m-16 {
  margin: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .m-sm-11 {
    margin: 5rem !important;
  }
  .m-sm-12 {
    margin: 5.5rem !important;
  }
  .m-sm-14 {
    margin: 6rem !important;
  }
  .m-sm-16 {
    margin: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .m-md-12 {
    margin: 5.5rem !important;
  }
  .m-md-14 {
    margin: 6rem !important;
  }
  .m-md-16 {
    margin: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  .m-lg-14 {
    margin: 6rem !important;
  }
  .m-lg-16 {
    margin: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  .m-xl-14 {
    margin: 6rem !important;
  }
  .m-xl-16 {
    margin: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .m-xxl-auto {
    margin: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  .m-xxl-9 {
    margin: 4rem !important;
  }
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  .m-xxl-11 {
    margin: 5rem !important;
  }
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  .m-xxl-14 {
    margin: 6rem !important;
  }
  .m-xxl-16 {
    margin: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .m-3xl-auto {
    margin: auto !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.25rem !important;
  }
  .m-3xl-2 {
    margin: 0.5rem !important;
  }
  .m-3xl-3 {
    margin: 1rem !important;
  }
  .m-3xl-4 {
    margin: 1.5rem !important;
  }
  .m-3xl-5 {
    margin: 2rem !important;
  }
  .m-3xl-6 {
    margin: 2.5rem !important;
  }
  .m-3xl-7 {
    margin: 3rem !important;
  }
  .m-3xl-8 {
    margin: 3.5rem !important;
  }
  .m-3xl-9 {
    margin: 4rem !important;
  }
  .m-3xl-10 {
    margin: 4.5rem !important;
  }
  .m-3xl-11 {
    margin: 5rem !important;
  }
  .m-3xl-12 {
    margin: 5.5rem !important;
  }
  .m-3xl-14 {
    margin: 6rem !important;
  }
  .m-3xl-16 {
    margin: 6.5rem !important;
  }
}
.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 3.5rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mt-10 {
  margin-top: 4.5rem !important;
}

.mt-11 {
  margin-top: 5rem !important;
}

.mt-12 {
  margin-top: 5.5rem !important;
}

.mt-14 {
  margin-top: 6rem !important;
}

.mt-16 {
  margin-top: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  .mt-sm-12 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 6rem !important;
  }
  .mt-sm-16 {
    margin-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  .mt-md-12 {
    margin-top: 5.5rem !important;
  }
  .mt-md-14 {
    margin-top: 6rem !important;
  }
  .mt-md-16 {
    margin-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  .mt-lg-12 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 6rem !important;
  }
  .mt-lg-16 {
    margin-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  .mt-xl-12 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 6rem !important;
  }
  .mt-xl-16 {
    margin-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 6rem !important;
  }
  .mt-xxl-16 {
    margin-top: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-3xl-5 {
    margin-top: 2rem !important;
  }
  .mt-3xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-3xl-7 {
    margin-top: 3rem !important;
  }
  .mt-3xl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-3xl-9 {
    margin-top: 4rem !important;
  }
  .mt-3xl-10 {
    margin-top: 4.5rem !important;
  }
  .mt-3xl-11 {
    margin-top: 5rem !important;
  }
  .mt-3xl-12 {
    margin-top: 5.5rem !important;
  }
  .mt-3xl-14 {
    margin-top: 6rem !important;
  }
  .mt-3xl-16 {
    margin-top: 6.5rem !important;
  }
}
.me-auto {
  margin-right: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 2rem !important;
}

.me-6 {
  margin-right: 2.5rem !important;
}

.me-7 {
  margin-right: 3rem !important;
}

.me-8 {
  margin-right: 3.5rem !important;
}

.me-9 {
  margin-right: 4rem !important;
}

.me-10 {
  margin-right: 4.5rem !important;
}

.me-11 {
  margin-right: 5rem !important;
}

.me-12 {
  margin-right: 5.5rem !important;
}

.me-14 {
  margin-right: 6rem !important;
}

.me-16 {
  margin-right: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .me-sm-auto {
    margin-right: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  .me-sm-12 {
    margin-right: 5.5rem !important;
  }
  .me-sm-14 {
    margin-right: 6rem !important;
  }
  .me-sm-16 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .me-md-auto {
    margin-right: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-7 {
    margin-right: 3rem !important;
  }
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  .me-md-9 {
    margin-right: 4rem !important;
  }
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  .me-md-11 {
    margin-right: 5rem !important;
  }
  .me-md-12 {
    margin-right: 5.5rem !important;
  }
  .me-md-14 {
    margin-right: 6rem !important;
  }
  .me-md-16 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .me-lg-auto {
    margin-right: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  .me-lg-12 {
    margin-right: 5.5rem !important;
  }
  .me-lg-14 {
    margin-right: 6rem !important;
  }
  .me-lg-16 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  .me-xl-12 {
    margin-right: 5.5rem !important;
  }
  .me-xl-14 {
    margin-right: 6rem !important;
  }
  .me-xl-16 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 5rem !important;
  }
  .me-xxl-12 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 6rem !important;
  }
  .me-xxl-16 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .me-3xl-auto {
    margin-right: auto !important;
  }
  .me-3xl-0 {
    margin-right: 0 !important;
  }
  .me-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-3xl-3 {
    margin-right: 1rem !important;
  }
  .me-3xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-3xl-5 {
    margin-right: 2rem !important;
  }
  .me-3xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-3xl-7 {
    margin-right: 3rem !important;
  }
  .me-3xl-8 {
    margin-right: 3.5rem !important;
  }
  .me-3xl-9 {
    margin-right: 4rem !important;
  }
  .me-3xl-10 {
    margin-right: 4.5rem !important;
  }
  .me-3xl-11 {
    margin-right: 5rem !important;
  }
  .me-3xl-12 {
    margin-right: 5.5rem !important;
  }
  .me-3xl-14 {
    margin-right: 6rem !important;
  }
  .me-3xl-16 {
    margin-right: 6.5rem !important;
  }
}
.mb-auto {
  margin-bottom: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.mb-10 {
  margin-bottom: 4.5rem !important;
}

.mb-11 {
  margin-bottom: 5rem !important;
}

.mb-12 {
  margin-bottom: 5.5rem !important;
}

.mb-14 {
  margin-bottom: 6rem !important;
}

.mb-16 {
  margin-bottom: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 6rem !important;
  }
  .mb-md-16 {
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-3xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-3xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-3xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-3xl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-3xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-3xl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-3xl-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-3xl-14 {
    margin-bottom: 6rem !important;
  }
  .mb-3xl-16 {
    margin-bottom: 6.5rem !important;
  }
}
.ms-auto {
  margin-left: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 2rem !important;
}

.ms-6 {
  margin-left: 2.5rem !important;
}

.ms-7 {
  margin-left: 3rem !important;
}

.ms-8 {
  margin-left: 3.5rem !important;
}

.ms-9 {
  margin-left: 4rem !important;
}

.ms-10 {
  margin-left: 4.5rem !important;
}

.ms-11 {
  margin-left: 5rem !important;
}

.ms-12 {
  margin-left: 5.5rem !important;
}

.ms-14 {
  margin-left: 6rem !important;
}

.ms-16 {
  margin-left: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  .ms-sm-12 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 6rem !important;
  }
  .ms-sm-16 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  .ms-md-12 {
    margin-left: 5.5rem !important;
  }
  .ms-md-14 {
    margin-left: 6rem !important;
  }
  .ms-md-16 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  .ms-lg-12 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 6rem !important;
  }
  .ms-lg-16 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  .ms-xl-12 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 6rem !important;
  }
  .ms-xl-16 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 6rem !important;
  }
  .ms-xxl-16 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .ms-3xl-auto {
    margin-left: auto !important;
  }
  .ms-3xl-0 {
    margin-left: 0 !important;
  }
  .ms-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3xl-3 {
    margin-left: 1rem !important;
  }
  .ms-3xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-3xl-5 {
    margin-left: 2rem !important;
  }
  .ms-3xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-3xl-7 {
    margin-left: 3rem !important;
  }
  .ms-3xl-8 {
    margin-left: 3.5rem !important;
  }
  .ms-3xl-9 {
    margin-left: 4rem !important;
  }
  .ms-3xl-10 {
    margin-left: 4.5rem !important;
  }
  .ms-3xl-11 {
    margin-left: 5rem !important;
  }
  .ms-3xl-12 {
    margin-left: 5.5rem !important;
  }
  .ms-3xl-14 {
    margin-left: 6rem !important;
  }
  .ms-3xl-16 {
    margin-left: 6.5rem !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-6 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-7 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-8 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-9 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-10 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-11 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-12 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.mx-14 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-16 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-sm-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-sm-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-md-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-md-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-md-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-lg-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xl-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xl-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xl-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xxl-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xxl-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-xxl-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mx-3xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-3xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-3xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-3xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-3xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-3xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-3xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-3xl-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-3xl-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-3xl-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-3xl-9 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-3xl-10 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-3xl-11 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-3xl-12 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-3xl-14 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-3xl-16 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-11 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-12 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-16 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-3xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-3xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-3xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-3xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-3xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-3xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-3xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-3xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-3xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-3xl-16 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
}
.-m-auto {
  margin: -auto !important;
}

.-m-0 {
  margin: 0 !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -1rem !important;
}

.-m-4 {
  margin: -1.5rem !important;
}

.-m-5 {
  margin: -2rem !important;
}

.-m-6 {
  margin: -2.5rem !important;
}

.-m-7 {
  margin: -3rem !important;
}

.-m-8 {
  margin: -3.5rem !important;
}

.-m-9 {
  margin: -4rem !important;
}

.-m-10 {
  margin: -4.5rem !important;
}

.-m-11 {
  margin: -5rem !important;
}

.-m-12 {
  margin: -5.5rem !important;
}

.-m-14 {
  margin: -6rem !important;
}

.-m-16 {
  margin: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-m-sm-auto {
    margin: -auto !important;
  }
  .-m-sm-0 {
    margin: 0 !important;
  }
  .-m-sm-1 {
    margin: -0.25rem !important;
  }
  .-m-sm-2 {
    margin: -0.5rem !important;
  }
  .-m-sm-3 {
    margin: -1rem !important;
  }
  .-m-sm-4 {
    margin: -1.5rem !important;
  }
  .-m-sm-5 {
    margin: -2rem !important;
  }
  .-m-sm-6 {
    margin: -2.5rem !important;
  }
  .-m-sm-7 {
    margin: -3rem !important;
  }
  .-m-sm-8 {
    margin: -3.5rem !important;
  }
  .-m-sm-9 {
    margin: -4rem !important;
  }
  .-m-sm-10 {
    margin: -4.5rem !important;
  }
  .-m-sm-11 {
    margin: -5rem !important;
  }
  .-m-sm-12 {
    margin: -5.5rem !important;
  }
  .-m-sm-14 {
    margin: -6rem !important;
  }
  .-m-sm-16 {
    margin: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-m-md-auto {
    margin: -auto !important;
  }
  .-m-md-0 {
    margin: 0 !important;
  }
  .-m-md-1 {
    margin: -0.25rem !important;
  }
  .-m-md-2 {
    margin: -0.5rem !important;
  }
  .-m-md-3 {
    margin: -1rem !important;
  }
  .-m-md-4 {
    margin: -1.5rem !important;
  }
  .-m-md-5 {
    margin: -2rem !important;
  }
  .-m-md-6 {
    margin: -2.5rem !important;
  }
  .-m-md-7 {
    margin: -3rem !important;
  }
  .-m-md-8 {
    margin: -3.5rem !important;
  }
  .-m-md-9 {
    margin: -4rem !important;
  }
  .-m-md-10 {
    margin: -4.5rem !important;
  }
  .-m-md-11 {
    margin: -5rem !important;
  }
  .-m-md-12 {
    margin: -5.5rem !important;
  }
  .-m-md-14 {
    margin: -6rem !important;
  }
  .-m-md-16 {
    margin: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-m-lg-auto {
    margin: -auto !important;
  }
  .-m-lg-0 {
    margin: 0 !important;
  }
  .-m-lg-1 {
    margin: -0.25rem !important;
  }
  .-m-lg-2 {
    margin: -0.5rem !important;
  }
  .-m-lg-3 {
    margin: -1rem !important;
  }
  .-m-lg-4 {
    margin: -1.5rem !important;
  }
  .-m-lg-5 {
    margin: -2rem !important;
  }
  .-m-lg-6 {
    margin: -2.5rem !important;
  }
  .-m-lg-7 {
    margin: -3rem !important;
  }
  .-m-lg-8 {
    margin: -3.5rem !important;
  }
  .-m-lg-9 {
    margin: -4rem !important;
  }
  .-m-lg-10 {
    margin: -4.5rem !important;
  }
  .-m-lg-11 {
    margin: -5rem !important;
  }
  .-m-lg-12 {
    margin: -5.5rem !important;
  }
  .-m-lg-14 {
    margin: -6rem !important;
  }
  .-m-lg-16 {
    margin: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-m-xl-auto {
    margin: -auto !important;
  }
  .-m-xl-0 {
    margin: 0 !important;
  }
  .-m-xl-1 {
    margin: -0.25rem !important;
  }
  .-m-xl-2 {
    margin: -0.5rem !important;
  }
  .-m-xl-3 {
    margin: -1rem !important;
  }
  .-m-xl-4 {
    margin: -1.5rem !important;
  }
  .-m-xl-5 {
    margin: -2rem !important;
  }
  .-m-xl-6 {
    margin: -2.5rem !important;
  }
  .-m-xl-7 {
    margin: -3rem !important;
  }
  .-m-xl-8 {
    margin: -3.5rem !important;
  }
  .-m-xl-9 {
    margin: -4rem !important;
  }
  .-m-xl-10 {
    margin: -4.5rem !important;
  }
  .-m-xl-11 {
    margin: -5rem !important;
  }
  .-m-xl-12 {
    margin: -5.5rem !important;
  }
  .-m-xl-14 {
    margin: -6rem !important;
  }
  .-m-xl-16 {
    margin: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-m-xxl-auto {
    margin: -auto !important;
  }
  .-m-xxl-0 {
    margin: 0 !important;
  }
  .-m-xxl-1 {
    margin: -0.25rem !important;
  }
  .-m-xxl-2 {
    margin: -0.5rem !important;
  }
  .-m-xxl-3 {
    margin: -1rem !important;
  }
  .-m-xxl-4 {
    margin: -1.5rem !important;
  }
  .-m-xxl-5 {
    margin: -2rem !important;
  }
  .-m-xxl-6 {
    margin: -2.5rem !important;
  }
  .-m-xxl-7 {
    margin: -3rem !important;
  }
  .-m-xxl-8 {
    margin: -3.5rem !important;
  }
  .-m-xxl-9 {
    margin: -4rem !important;
  }
  .-m-xxl-10 {
    margin: -4.5rem !important;
  }
  .-m-xxl-11 {
    margin: -5rem !important;
  }
  .-m-xxl-12 {
    margin: -5.5rem !important;
  }
  .-m-xxl-14 {
    margin: -6rem !important;
  }
  .-m-xxl-16 {
    margin: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-m-3xl-auto {
    margin: -auto !important;
  }
  .-m-3xl-0 {
    margin: 0 !important;
  }
  .-m-3xl-1 {
    margin: -0.25rem !important;
  }
  .-m-3xl-2 {
    margin: -0.5rem !important;
  }
  .-m-3xl-3 {
    margin: -1rem !important;
  }
  .-m-3xl-4 {
    margin: -1.5rem !important;
  }
  .-m-3xl-5 {
    margin: -2rem !important;
  }
  .-m-3xl-6 {
    margin: -2.5rem !important;
  }
  .-m-3xl-7 {
    margin: -3rem !important;
  }
  .-m-3xl-8 {
    margin: -3.5rem !important;
  }
  .-m-3xl-9 {
    margin: -4rem !important;
  }
  .-m-3xl-10 {
    margin: -4.5rem !important;
  }
  .-m-3xl-11 {
    margin: -5rem !important;
  }
  .-m-3xl-12 {
    margin: -5.5rem !important;
  }
  .-m-3xl-14 {
    margin: -6rem !important;
  }
  .-m-3xl-16 {
    margin: -6.5rem !important;
  }
}
.-mt-auto {
  margin-top: -auto !important;
}

.-mt-0 {
  margin-top: 0 !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mt-3 {
  margin-top: -1rem !important;
}

.-mt-4 {
  margin-top: -1.5rem !important;
}

.-mt-5 {
  margin-top: -2rem !important;
}

.-mt-6 {
  margin-top: -2.5rem !important;
}

.-mt-7 {
  margin-top: -3rem !important;
}

.-mt-8 {
  margin-top: -3.5rem !important;
}

.-mt-9 {
  margin-top: -4rem !important;
}

.-mt-10 {
  margin-top: -4.5rem !important;
}

.-mt-11 {
  margin-top: -5rem !important;
}

.-mt-12 {
  margin-top: -5.5rem !important;
}

.-mt-14 {
  margin-top: -6rem !important;
}

.-mt-16 {
  margin-top: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-mt-sm-auto {
    margin-top: -auto !important;
  }
  .-mt-sm-0 {
    margin-top: 0 !important;
  }
  .-mt-sm-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-sm-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-sm-3 {
    margin-top: -1rem !important;
  }
  .-mt-sm-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-sm-5 {
    margin-top: -2rem !important;
  }
  .-mt-sm-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-sm-7 {
    margin-top: -3rem !important;
  }
  .-mt-sm-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-sm-9 {
    margin-top: -4rem !important;
  }
  .-mt-sm-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-sm-11 {
    margin-top: -5rem !important;
  }
  .-mt-sm-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-sm-14 {
    margin-top: -6rem !important;
  }
  .-mt-sm-16 {
    margin-top: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-mt-md-auto {
    margin-top: -auto !important;
  }
  .-mt-md-0 {
    margin-top: 0 !important;
  }
  .-mt-md-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-md-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-md-3 {
    margin-top: -1rem !important;
  }
  .-mt-md-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-md-5 {
    margin-top: -2rem !important;
  }
  .-mt-md-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-md-7 {
    margin-top: -3rem !important;
  }
  .-mt-md-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-md-9 {
    margin-top: -4rem !important;
  }
  .-mt-md-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-md-11 {
    margin-top: -5rem !important;
  }
  .-mt-md-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-md-14 {
    margin-top: -6rem !important;
  }
  .-mt-md-16 {
    margin-top: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-mt-lg-auto {
    margin-top: -auto !important;
  }
  .-mt-lg-0 {
    margin-top: 0 !important;
  }
  .-mt-lg-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-lg-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-lg-3 {
    margin-top: -1rem !important;
  }
  .-mt-lg-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-lg-5 {
    margin-top: -2rem !important;
  }
  .-mt-lg-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-lg-7 {
    margin-top: -3rem !important;
  }
  .-mt-lg-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-lg-9 {
    margin-top: -4rem !important;
  }
  .-mt-lg-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-lg-11 {
    margin-top: -5rem !important;
  }
  .-mt-lg-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-lg-14 {
    margin-top: -6rem !important;
  }
  .-mt-lg-16 {
    margin-top: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-mt-xl-auto {
    margin-top: -auto !important;
  }
  .-mt-xl-0 {
    margin-top: 0 !important;
  }
  .-mt-xl-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-xl-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-xl-3 {
    margin-top: -1rem !important;
  }
  .-mt-xl-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-xl-5 {
    margin-top: -2rem !important;
  }
  .-mt-xl-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-xl-7 {
    margin-top: -3rem !important;
  }
  .-mt-xl-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-xl-9 {
    margin-top: -4rem !important;
  }
  .-mt-xl-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-xl-11 {
    margin-top: -5rem !important;
  }
  .-mt-xl-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-xl-14 {
    margin-top: -6rem !important;
  }
  .-mt-xl-16 {
    margin-top: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-mt-xxl-auto {
    margin-top: -auto !important;
  }
  .-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .-mt-xxl-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-xxl-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-xxl-3 {
    margin-top: -1rem !important;
  }
  .-mt-xxl-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-xxl-5 {
    margin-top: -2rem !important;
  }
  .-mt-xxl-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-xxl-7 {
    margin-top: -3rem !important;
  }
  .-mt-xxl-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-xxl-9 {
    margin-top: -4rem !important;
  }
  .-mt-xxl-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-xxl-11 {
    margin-top: -5rem !important;
  }
  .-mt-xxl-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-xxl-14 {
    margin-top: -6rem !important;
  }
  .-mt-xxl-16 {
    margin-top: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-mt-3xl-auto {
    margin-top: -auto !important;
  }
  .-mt-3xl-0 {
    margin-top: 0 !important;
  }
  .-mt-3xl-1 {
    margin-top: -0.25rem !important;
  }
  .-mt-3xl-2 {
    margin-top: -0.5rem !important;
  }
  .-mt-3xl-3 {
    margin-top: -1rem !important;
  }
  .-mt-3xl-4 {
    margin-top: -1.5rem !important;
  }
  .-mt-3xl-5 {
    margin-top: -2rem !important;
  }
  .-mt-3xl-6 {
    margin-top: -2.5rem !important;
  }
  .-mt-3xl-7 {
    margin-top: -3rem !important;
  }
  .-mt-3xl-8 {
    margin-top: -3.5rem !important;
  }
  .-mt-3xl-9 {
    margin-top: -4rem !important;
  }
  .-mt-3xl-10 {
    margin-top: -4.5rem !important;
  }
  .-mt-3xl-11 {
    margin-top: -5rem !important;
  }
  .-mt-3xl-12 {
    margin-top: -5.5rem !important;
  }
  .-mt-3xl-14 {
    margin-top: -6rem !important;
  }
  .-mt-3xl-16 {
    margin-top: -6.5rem !important;
  }
}
.-me-auto {
  margin-right: -auto !important;
}

.-me-0 {
  margin-right: 0 !important;
}

.-me-1 {
  margin-right: -0.25rem !important;
}

.-me-2 {
  margin-right: -0.5rem !important;
}

.-me-3 {
  margin-right: -1rem !important;
}

.-me-4 {
  margin-right: -1.5rem !important;
}

.-me-5 {
  margin-right: -2rem !important;
}

.-me-6 {
  margin-right: -2.5rem !important;
}

.-me-7 {
  margin-right: -3rem !important;
}

.-me-8 {
  margin-right: -3.5rem !important;
}

.-me-9 {
  margin-right: -4rem !important;
}

.-me-10 {
  margin-right: -4.5rem !important;
}

.-me-11 {
  margin-right: -5rem !important;
}

.-me-12 {
  margin-right: -5.5rem !important;
}

.-me-14 {
  margin-right: -6rem !important;
}

.-me-16 {
  margin-right: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-me-sm-auto {
    margin-right: -auto !important;
  }
  .-me-sm-0 {
    margin-right: 0 !important;
  }
  .-me-sm-1 {
    margin-right: -0.25rem !important;
  }
  .-me-sm-2 {
    margin-right: -0.5rem !important;
  }
  .-me-sm-3 {
    margin-right: -1rem !important;
  }
  .-me-sm-4 {
    margin-right: -1.5rem !important;
  }
  .-me-sm-5 {
    margin-right: -2rem !important;
  }
  .-me-sm-6 {
    margin-right: -2.5rem !important;
  }
  .-me-sm-7 {
    margin-right: -3rem !important;
  }
  .-me-sm-8 {
    margin-right: -3.5rem !important;
  }
  .-me-sm-9 {
    margin-right: -4rem !important;
  }
  .-me-sm-10 {
    margin-right: -4.5rem !important;
  }
  .-me-sm-11 {
    margin-right: -5rem !important;
  }
  .-me-sm-12 {
    margin-right: -5.5rem !important;
  }
  .-me-sm-14 {
    margin-right: -6rem !important;
  }
  .-me-sm-16 {
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-me-md-auto {
    margin-right: -auto !important;
  }
  .-me-md-0 {
    margin-right: 0 !important;
  }
  .-me-md-1 {
    margin-right: -0.25rem !important;
  }
  .-me-md-2 {
    margin-right: -0.5rem !important;
  }
  .-me-md-3 {
    margin-right: -1rem !important;
  }
  .-me-md-4 {
    margin-right: -1.5rem !important;
  }
  .-me-md-5 {
    margin-right: -2rem !important;
  }
  .-me-md-6 {
    margin-right: -2.5rem !important;
  }
  .-me-md-7 {
    margin-right: -3rem !important;
  }
  .-me-md-8 {
    margin-right: -3.5rem !important;
  }
  .-me-md-9 {
    margin-right: -4rem !important;
  }
  .-me-md-10 {
    margin-right: -4.5rem !important;
  }
  .-me-md-11 {
    margin-right: -5rem !important;
  }
  .-me-md-12 {
    margin-right: -5.5rem !important;
  }
  .-me-md-14 {
    margin-right: -6rem !important;
  }
  .-me-md-16 {
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-me-lg-auto {
    margin-right: -auto !important;
  }
  .-me-lg-0 {
    margin-right: 0 !important;
  }
  .-me-lg-1 {
    margin-right: -0.25rem !important;
  }
  .-me-lg-2 {
    margin-right: -0.5rem !important;
  }
  .-me-lg-3 {
    margin-right: -1rem !important;
  }
  .-me-lg-4 {
    margin-right: -1.5rem !important;
  }
  .-me-lg-5 {
    margin-right: -2rem !important;
  }
  .-me-lg-6 {
    margin-right: -2.5rem !important;
  }
  .-me-lg-7 {
    margin-right: -3rem !important;
  }
  .-me-lg-8 {
    margin-right: -3.5rem !important;
  }
  .-me-lg-9 {
    margin-right: -4rem !important;
  }
  .-me-lg-10 {
    margin-right: -4.5rem !important;
  }
  .-me-lg-11 {
    margin-right: -5rem !important;
  }
  .-me-lg-12 {
    margin-right: -5.5rem !important;
  }
  .-me-lg-14 {
    margin-right: -6rem !important;
  }
  .-me-lg-16 {
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-me-xl-auto {
    margin-right: -auto !important;
  }
  .-me-xl-0 {
    margin-right: 0 !important;
  }
  .-me-xl-1 {
    margin-right: -0.25rem !important;
  }
  .-me-xl-2 {
    margin-right: -0.5rem !important;
  }
  .-me-xl-3 {
    margin-right: -1rem !important;
  }
  .-me-xl-4 {
    margin-right: -1.5rem !important;
  }
  .-me-xl-5 {
    margin-right: -2rem !important;
  }
  .-me-xl-6 {
    margin-right: -2.5rem !important;
  }
  .-me-xl-7 {
    margin-right: -3rem !important;
  }
  .-me-xl-8 {
    margin-right: -3.5rem !important;
  }
  .-me-xl-9 {
    margin-right: -4rem !important;
  }
  .-me-xl-10 {
    margin-right: -4.5rem !important;
  }
  .-me-xl-11 {
    margin-right: -5rem !important;
  }
  .-me-xl-12 {
    margin-right: -5.5rem !important;
  }
  .-me-xl-14 {
    margin-right: -6rem !important;
  }
  .-me-xl-16 {
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-me-xxl-auto {
    margin-right: -auto !important;
  }
  .-me-xxl-0 {
    margin-right: 0 !important;
  }
  .-me-xxl-1 {
    margin-right: -0.25rem !important;
  }
  .-me-xxl-2 {
    margin-right: -0.5rem !important;
  }
  .-me-xxl-3 {
    margin-right: -1rem !important;
  }
  .-me-xxl-4 {
    margin-right: -1.5rem !important;
  }
  .-me-xxl-5 {
    margin-right: -2rem !important;
  }
  .-me-xxl-6 {
    margin-right: -2.5rem !important;
  }
  .-me-xxl-7 {
    margin-right: -3rem !important;
  }
  .-me-xxl-8 {
    margin-right: -3.5rem !important;
  }
  .-me-xxl-9 {
    margin-right: -4rem !important;
  }
  .-me-xxl-10 {
    margin-right: -4.5rem !important;
  }
  .-me-xxl-11 {
    margin-right: -5rem !important;
  }
  .-me-xxl-12 {
    margin-right: -5.5rem !important;
  }
  .-me-xxl-14 {
    margin-right: -6rem !important;
  }
  .-me-xxl-16 {
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-me-3xl-auto {
    margin-right: -auto !important;
  }
  .-me-3xl-0 {
    margin-right: 0 !important;
  }
  .-me-3xl-1 {
    margin-right: -0.25rem !important;
  }
  .-me-3xl-2 {
    margin-right: -0.5rem !important;
  }
  .-me-3xl-3 {
    margin-right: -1rem !important;
  }
  .-me-3xl-4 {
    margin-right: -1.5rem !important;
  }
  .-me-3xl-5 {
    margin-right: -2rem !important;
  }
  .-me-3xl-6 {
    margin-right: -2.5rem !important;
  }
  .-me-3xl-7 {
    margin-right: -3rem !important;
  }
  .-me-3xl-8 {
    margin-right: -3.5rem !important;
  }
  .-me-3xl-9 {
    margin-right: -4rem !important;
  }
  .-me-3xl-10 {
    margin-right: -4.5rem !important;
  }
  .-me-3xl-11 {
    margin-right: -5rem !important;
  }
  .-me-3xl-12 {
    margin-right: -5.5rem !important;
  }
  .-me-3xl-14 {
    margin-right: -6rem !important;
  }
  .-me-3xl-16 {
    margin-right: -6.5rem !important;
  }
}
.-mb-auto {
  margin-bottom: -auto !important;
}

.-mb-0 {
  margin-bottom: 0 !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-mb-3 {
  margin-bottom: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1.5rem !important;
}

.-mb-5 {
  margin-bottom: -2rem !important;
}

.-mb-6 {
  margin-bottom: -2.5rem !important;
}

.-mb-7 {
  margin-bottom: -3rem !important;
}

.-mb-8 {
  margin-bottom: -3.5rem !important;
}

.-mb-9 {
  margin-bottom: -4rem !important;
}

.-mb-10 {
  margin-bottom: -4.5rem !important;
}

.-mb-11 {
  margin-bottom: -5rem !important;
}

.-mb-12 {
  margin-bottom: -5.5rem !important;
}

.-mb-14 {
  margin-bottom: -6rem !important;
}

.-mb-16 {
  margin-bottom: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-mb-sm-auto {
    margin-bottom: -auto !important;
  }
  .-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .-mb-sm-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-sm-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-sm-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-sm-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-sm-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-sm-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-sm-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-sm-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-sm-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-sm-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-sm-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-sm-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-sm-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-sm-16 {
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-mb-md-auto {
    margin-bottom: -auto !important;
  }
  .-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .-mb-md-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-md-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-md-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-md-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-md-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-md-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-md-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-md-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-md-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-md-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-md-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-md-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-md-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-md-16 {
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-mb-lg-auto {
    margin-bottom: -auto !important;
  }
  .-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .-mb-lg-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-lg-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-lg-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-lg-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-lg-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-lg-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-lg-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-lg-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-lg-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-lg-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-lg-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-lg-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-lg-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-lg-16 {
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-mb-xl-auto {
    margin-bottom: -auto !important;
  }
  .-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .-mb-xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-xl-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-xl-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-xl-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-xl-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-xl-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-xl-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-xl-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-xl-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-xl-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-xl-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-xl-16 {
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-mb-xxl-auto {
    margin-bottom: -auto !important;
  }
  .-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .-mb-xxl-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-xxl-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-xxl-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-xxl-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-xxl-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-xxl-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-xxl-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-xxl-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-xxl-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-xxl-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-xxl-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-xxl-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-xxl-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-xxl-16 {
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-mb-3xl-auto {
    margin-bottom: -auto !important;
  }
  .-mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .-mb-3xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .-mb-3xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .-mb-3xl-3 {
    margin-bottom: -1rem !important;
  }
  .-mb-3xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .-mb-3xl-5 {
    margin-bottom: -2rem !important;
  }
  .-mb-3xl-6 {
    margin-bottom: -2.5rem !important;
  }
  .-mb-3xl-7 {
    margin-bottom: -3rem !important;
  }
  .-mb-3xl-8 {
    margin-bottom: -3.5rem !important;
  }
  .-mb-3xl-9 {
    margin-bottom: -4rem !important;
  }
  .-mb-3xl-10 {
    margin-bottom: -4.5rem !important;
  }
  .-mb-3xl-11 {
    margin-bottom: -5rem !important;
  }
  .-mb-3xl-12 {
    margin-bottom: -5.5rem !important;
  }
  .-mb-3xl-14 {
    margin-bottom: -6rem !important;
  }
  .-mb-3xl-16 {
    margin-bottom: -6.5rem !important;
  }
}
.-ms-auto {
  margin-left: -auto !important;
}

.-ms-0 {
  margin-left: 0 !important;
}

.-ms-1 {
  margin-left: -0.25rem !important;
}

.-ms-2 {
  margin-left: -0.5rem !important;
}

.-ms-3 {
  margin-left: -1rem !important;
}

.-ms-4 {
  margin-left: -1.5rem !important;
}

.-ms-5 {
  margin-left: -2rem !important;
}

.-ms-6 {
  margin-left: -2.5rem !important;
}

.-ms-7 {
  margin-left: -3rem !important;
}

.-ms-8 {
  margin-left: -3.5rem !important;
}

.-ms-9 {
  margin-left: -4rem !important;
}

.-ms-10 {
  margin-left: -4.5rem !important;
}

.-ms-11 {
  margin-left: -5rem !important;
}

.-ms-12 {
  margin-left: -5.5rem !important;
}

.-ms-14 {
  margin-left: -6rem !important;
}

.-ms-16 {
  margin-left: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-ms-sm-auto {
    margin-left: -auto !important;
  }
  .-ms-sm-0 {
    margin-left: 0 !important;
  }
  .-ms-sm-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-sm-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-sm-3 {
    margin-left: -1rem !important;
  }
  .-ms-sm-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-sm-5 {
    margin-left: -2rem !important;
  }
  .-ms-sm-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-sm-7 {
    margin-left: -3rem !important;
  }
  .-ms-sm-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-sm-9 {
    margin-left: -4rem !important;
  }
  .-ms-sm-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-sm-11 {
    margin-left: -5rem !important;
  }
  .-ms-sm-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-sm-14 {
    margin-left: -6rem !important;
  }
  .-ms-sm-16 {
    margin-left: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-ms-md-auto {
    margin-left: -auto !important;
  }
  .-ms-md-0 {
    margin-left: 0 !important;
  }
  .-ms-md-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-md-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-md-3 {
    margin-left: -1rem !important;
  }
  .-ms-md-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-md-5 {
    margin-left: -2rem !important;
  }
  .-ms-md-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-md-7 {
    margin-left: -3rem !important;
  }
  .-ms-md-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-md-9 {
    margin-left: -4rem !important;
  }
  .-ms-md-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-md-11 {
    margin-left: -5rem !important;
  }
  .-ms-md-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-md-14 {
    margin-left: -6rem !important;
  }
  .-ms-md-16 {
    margin-left: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-ms-lg-auto {
    margin-left: -auto !important;
  }
  .-ms-lg-0 {
    margin-left: 0 !important;
  }
  .-ms-lg-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-lg-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-lg-3 {
    margin-left: -1rem !important;
  }
  .-ms-lg-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-lg-5 {
    margin-left: -2rem !important;
  }
  .-ms-lg-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-lg-7 {
    margin-left: -3rem !important;
  }
  .-ms-lg-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-lg-9 {
    margin-left: -4rem !important;
  }
  .-ms-lg-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-lg-11 {
    margin-left: -5rem !important;
  }
  .-ms-lg-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-lg-14 {
    margin-left: -6rem !important;
  }
  .-ms-lg-16 {
    margin-left: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-ms-xl-auto {
    margin-left: -auto !important;
  }
  .-ms-xl-0 {
    margin-left: 0 !important;
  }
  .-ms-xl-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-xl-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-xl-3 {
    margin-left: -1rem !important;
  }
  .-ms-xl-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-xl-5 {
    margin-left: -2rem !important;
  }
  .-ms-xl-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-xl-7 {
    margin-left: -3rem !important;
  }
  .-ms-xl-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-xl-9 {
    margin-left: -4rem !important;
  }
  .-ms-xl-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-xl-11 {
    margin-left: -5rem !important;
  }
  .-ms-xl-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-xl-14 {
    margin-left: -6rem !important;
  }
  .-ms-xl-16 {
    margin-left: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-ms-xxl-auto {
    margin-left: -auto !important;
  }
  .-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .-ms-xxl-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-xxl-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-xxl-3 {
    margin-left: -1rem !important;
  }
  .-ms-xxl-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-xxl-5 {
    margin-left: -2rem !important;
  }
  .-ms-xxl-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-xxl-7 {
    margin-left: -3rem !important;
  }
  .-ms-xxl-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-xxl-9 {
    margin-left: -4rem !important;
  }
  .-ms-xxl-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-xxl-11 {
    margin-left: -5rem !important;
  }
  .-ms-xxl-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-xxl-14 {
    margin-left: -6rem !important;
  }
  .-ms-xxl-16 {
    margin-left: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-ms-3xl-auto {
    margin-left: -auto !important;
  }
  .-ms-3xl-0 {
    margin-left: 0 !important;
  }
  .-ms-3xl-1 {
    margin-left: -0.25rem !important;
  }
  .-ms-3xl-2 {
    margin-left: -0.5rem !important;
  }
  .-ms-3xl-3 {
    margin-left: -1rem !important;
  }
  .-ms-3xl-4 {
    margin-left: -1.5rem !important;
  }
  .-ms-3xl-5 {
    margin-left: -2rem !important;
  }
  .-ms-3xl-6 {
    margin-left: -2.5rem !important;
  }
  .-ms-3xl-7 {
    margin-left: -3rem !important;
  }
  .-ms-3xl-8 {
    margin-left: -3.5rem !important;
  }
  .-ms-3xl-9 {
    margin-left: -4rem !important;
  }
  .-ms-3xl-10 {
    margin-left: -4.5rem !important;
  }
  .-ms-3xl-11 {
    margin-left: -5rem !important;
  }
  .-ms-3xl-12 {
    margin-left: -5.5rem !important;
  }
  .-ms-3xl-14 {
    margin-left: -6rem !important;
  }
  .-ms-3xl-16 {
    margin-left: -6.5rem !important;
  }
}
.-mx-auto {
  margin-left: -auto !important;
  margin-right: -auto !important;
}

.-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-mx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-mx-5 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-mx-6 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-mx-7 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-mx-8 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-mx-9 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-mx-10 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.-mx-11 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-mx-12 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important;
}

.-mx-14 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-mx-16 {
  margin-left: -6.5rem !important;
  margin-right: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-mx-sm-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-sm-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-sm-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-sm-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-sm-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-sm-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-sm-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-sm-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-sm-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-sm-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-sm-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-sm-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-sm-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-sm-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-sm-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-mx-md-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-md-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-md-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-md-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-md-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-md-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-md-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-md-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-md-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-md-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-md-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-md-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-md-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-md-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-md-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-mx-lg-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-lg-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-lg-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-lg-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-lg-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-lg-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-lg-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-lg-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-lg-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-lg-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-lg-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-lg-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-lg-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-lg-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-lg-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-mx-xl-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-xl-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-xl-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-xl-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-xl-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-xl-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-xl-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-xl-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-xl-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-xl-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-xl-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-xl-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-xl-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-xl-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-xl-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-mx-xxl-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-xxl-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-xxl-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-xxl-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-xxl-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-xxl-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-xxl-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-xxl-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-xxl-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-xxl-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-xxl-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-xxl-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-xxl-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-xxl-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-xxl-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-mx-3xl-auto {
    margin-left: -auto !important;
    margin-right: -auto !important;
  }
  .-mx-3xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .-mx-3xl-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .-mx-3xl-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .-mx-3xl-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .-mx-3xl-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .-mx-3xl-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .-mx-3xl-6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
  .-mx-3xl-7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .-mx-3xl-8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }
  .-mx-3xl-9 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .-mx-3xl-10 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }
  .-mx-3xl-11 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .-mx-3xl-12 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
  }
  .-mx-3xl-14 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }
  .-mx-3xl-16 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
  }
}
.-my-auto {
  margin-top: -auto !important;
  margin-bottom: -auto !important;
}

.-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-my-3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-my-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-my-5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-my-6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-my-7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-my-8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-my-9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-my-10 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.-my-11 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-my-12 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.-my-14 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-my-16 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .-my-sm-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-sm-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-sm-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-sm-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-sm-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-sm-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-sm-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-sm-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-sm-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-sm-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-sm-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-sm-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-sm-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-sm-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-sm-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .-my-md-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-md-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-md-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-md-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-md-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-md-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-md-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-md-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-md-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-md-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-md-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-md-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-md-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-md-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-md-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .-my-lg-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-lg-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-lg-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-lg-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-lg-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-lg-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-lg-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-lg-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-lg-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-lg-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-lg-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-lg-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-lg-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-lg-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-lg-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .-my-xl-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-xl-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-xl-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-xl-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-xl-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-xl-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-xl-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-xl-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-xl-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-xl-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-xl-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-xl-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-xl-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-xl-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-xl-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .-my-xxl-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-xxl-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-xxl-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-xxl-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-xxl-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-xxl-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-xxl-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-xxl-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-xxl-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-xxl-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-xxl-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-xxl-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-xxl-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-xxl-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-xxl-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .-my-3xl-auto {
    margin-top: -auto !important;
    margin-bottom: -auto !important;
  }
  .-my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .-my-3xl-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .-my-3xl-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .-my-3xl-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .-my-3xl-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .-my-3xl-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .-my-3xl-6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .-my-3xl-7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .-my-3xl-8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .-my-3xl-9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .-my-3xl-10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .-my-3xl-11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .-my-3xl-12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .-my-3xl-14 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .-my-3xl-16 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
}
.gap-auto {
  gap: auto !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 3.5rem !important;
}

.gap-9 {
  gap: 4rem !important;
}

.gap-10 {
  gap: 4.5rem !important;
}

.gap-11 {
  gap: 5rem !important;
}

.gap-12 {
  gap: 5.5rem !important;
}

.gap-14 {
  gap: 6rem !important;
}

.gap-16 {
  gap: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .gap-sm-auto {
    gap: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .gap-sm-7 {
    gap: 3rem !important;
  }
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  .gap-sm-9 {
    gap: 4rem !important;
  }
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  .gap-sm-11 {
    gap: 5rem !important;
  }
  .gap-sm-12 {
    gap: 5.5rem !important;
  }
  .gap-sm-14 {
    gap: 6rem !important;
  }
  .gap-sm-16 {
    gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .gap-md-auto {
    gap: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .gap-md-7 {
    gap: 3rem !important;
  }
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  .gap-md-9 {
    gap: 4rem !important;
  }
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  .gap-md-11 {
    gap: 5rem !important;
  }
  .gap-md-12 {
    gap: 5.5rem !important;
  }
  .gap-md-14 {
    gap: 6rem !important;
  }
  .gap-md-16 {
    gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .gap-lg-auto {
    gap: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .gap-lg-7 {
    gap: 3rem !important;
  }
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  .gap-lg-9 {
    gap: 4rem !important;
  }
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  .gap-lg-11 {
    gap: 5rem !important;
  }
  .gap-lg-12 {
    gap: 5.5rem !important;
  }
  .gap-lg-14 {
    gap: 6rem !important;
  }
  .gap-lg-16 {
    gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gap-xl-auto {
    gap: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .gap-xl-7 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  .gap-xl-9 {
    gap: 4rem !important;
  }
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  .gap-xl-11 {
    gap: 5rem !important;
  }
  .gap-xl-12 {
    gap: 5.5rem !important;
  }
  .gap-xl-14 {
    gap: 6rem !important;
  }
  .gap-xl-16 {
    gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .gap-xxl-auto {
    gap: auto !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  .gap-xxl-11 {
    gap: 5rem !important;
  }
  .gap-xxl-12 {
    gap: 5.5rem !important;
  }
  .gap-xxl-14 {
    gap: 6rem !important;
  }
  .gap-xxl-16 {
    gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .gap-3xl-auto {
    gap: auto !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.25rem !important;
  }
  .gap-3xl-2 {
    gap: 0.5rem !important;
  }
  .gap-3xl-3 {
    gap: 1rem !important;
  }
  .gap-3xl-4 {
    gap: 1.5rem !important;
  }
  .gap-3xl-5 {
    gap: 2rem !important;
  }
  .gap-3xl-6 {
    gap: 2.5rem !important;
  }
  .gap-3xl-7 {
    gap: 3rem !important;
  }
  .gap-3xl-8 {
    gap: 3.5rem !important;
  }
  .gap-3xl-9 {
    gap: 4rem !important;
  }
  .gap-3xl-10 {
    gap: 4.5rem !important;
  }
  .gap-3xl-11 {
    gap: 5rem !important;
  }
  .gap-3xl-12 {
    gap: 5.5rem !important;
  }
  .gap-3xl-14 {
    gap: 6rem !important;
  }
  .gap-3xl-16 {
    gap: 6.5rem !important;
  }
}
.gap-x-auto {
  column-gap: auto !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-x-5 {
  column-gap: 2rem !important;
}

.gap-x-6 {
  column-gap: 2.5rem !important;
}

.gap-x-7 {
  column-gap: 3rem !important;
}

.gap-x-8 {
  column-gap: 3.5rem !important;
}

.gap-x-9 {
  column-gap: 4rem !important;
}

.gap-x-10 {
  column-gap: 4.5rem !important;
}

.gap-x-11 {
  column-gap: 5rem !important;
}

.gap-x-12 {
  column-gap: 5.5rem !important;
}

.gap-x-14 {
  column-gap: 6rem !important;
}

.gap-x-16 {
  column-gap: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .gap-x-sm-auto {
    column-gap: auto !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-sm-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-sm-3 {
    column-gap: 1rem !important;
  }
  .gap-x-sm-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-sm-5 {
    column-gap: 2rem !important;
  }
  .gap-x-sm-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-sm-7 {
    column-gap: 3rem !important;
  }
  .gap-x-sm-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-sm-9 {
    column-gap: 4rem !important;
  }
  .gap-x-sm-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-sm-11 {
    column-gap: 5rem !important;
  }
  .gap-x-sm-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-sm-14 {
    column-gap: 6rem !important;
  }
  .gap-x-sm-16 {
    column-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .gap-x-md-auto {
    column-gap: auto !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-md-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-md-3 {
    column-gap: 1rem !important;
  }
  .gap-x-md-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-md-5 {
    column-gap: 2rem !important;
  }
  .gap-x-md-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-md-7 {
    column-gap: 3rem !important;
  }
  .gap-x-md-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-md-9 {
    column-gap: 4rem !important;
  }
  .gap-x-md-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-md-11 {
    column-gap: 5rem !important;
  }
  .gap-x-md-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-md-14 {
    column-gap: 6rem !important;
  }
  .gap-x-md-16 {
    column-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .gap-x-lg-auto {
    column-gap: auto !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-lg-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-lg-3 {
    column-gap: 1rem !important;
  }
  .gap-x-lg-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-lg-5 {
    column-gap: 2rem !important;
  }
  .gap-x-lg-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-lg-7 {
    column-gap: 3rem !important;
  }
  .gap-x-lg-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-lg-9 {
    column-gap: 4rem !important;
  }
  .gap-x-lg-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-lg-11 {
    column-gap: 5rem !important;
  }
  .gap-x-lg-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-lg-14 {
    column-gap: 6rem !important;
  }
  .gap-x-lg-16 {
    column-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gap-x-xl-auto {
    column-gap: auto !important;
  }
  .gap-x-xl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-xl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-xl-3 {
    column-gap: 1rem !important;
  }
  .gap-x-xl-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-xl-5 {
    column-gap: 2rem !important;
  }
  .gap-x-xl-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-xl-7 {
    column-gap: 3rem !important;
  }
  .gap-x-xl-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-xl-9 {
    column-gap: 4rem !important;
  }
  .gap-x-xl-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-xl-11 {
    column-gap: 5rem !important;
  }
  .gap-x-xl-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-xl-14 {
    column-gap: 6rem !important;
  }
  .gap-x-xl-16 {
    column-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .gap-x-xxl-auto {
    column-gap: auto !important;
  }
  .gap-x-xxl-0 {
    column-gap: 0 !important;
  }
  .gap-x-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-xxl-3 {
    column-gap: 1rem !important;
  }
  .gap-x-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-xxl-5 {
    column-gap: 2rem !important;
  }
  .gap-x-xxl-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-xxl-7 {
    column-gap: 3rem !important;
  }
  .gap-x-xxl-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-xxl-9 {
    column-gap: 4rem !important;
  }
  .gap-x-xxl-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-xxl-11 {
    column-gap: 5rem !important;
  }
  .gap-x-xxl-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-xxl-14 {
    column-gap: 6rem !important;
  }
  .gap-x-xxl-16 {
    column-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .gap-x-3xl-auto {
    column-gap: auto !important;
  }
  .gap-x-3xl-0 {
    column-gap: 0 !important;
  }
  .gap-x-3xl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-x-3xl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-x-3xl-3 {
    column-gap: 1rem !important;
  }
  .gap-x-3xl-4 {
    column-gap: 1.5rem !important;
  }
  .gap-x-3xl-5 {
    column-gap: 2rem !important;
  }
  .gap-x-3xl-6 {
    column-gap: 2.5rem !important;
  }
  .gap-x-3xl-7 {
    column-gap: 3rem !important;
  }
  .gap-x-3xl-8 {
    column-gap: 3.5rem !important;
  }
  .gap-x-3xl-9 {
    column-gap: 4rem !important;
  }
  .gap-x-3xl-10 {
    column-gap: 4.5rem !important;
  }
  .gap-x-3xl-11 {
    column-gap: 5rem !important;
  }
  .gap-x-3xl-12 {
    column-gap: 5.5rem !important;
  }
  .gap-x-3xl-14 {
    column-gap: 6rem !important;
  }
  .gap-x-3xl-16 {
    column-gap: 6.5rem !important;
  }
}
.gap-y-auto {
  row-gap: auto !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-y-5 {
  row-gap: 2rem !important;
}

.gap-y-6 {
  row-gap: 2.5rem !important;
}

.gap-y-7 {
  row-gap: 3rem !important;
}

.gap-y-8 {
  row-gap: 3.5rem !important;
}

.gap-y-9 {
  row-gap: 4rem !important;
}

.gap-y-10 {
  row-gap: 4.5rem !important;
}

.gap-y-11 {
  row-gap: 5rem !important;
}

.gap-y-12 {
  row-gap: 5.5rem !important;
}

.gap-y-14 {
  row-gap: 6rem !important;
}

.gap-y-16 {
  row-gap: 6.5rem !important;
}

@media only screen and (min-width: 576px) {
  .gap-y-sm-auto {
    row-gap: auto !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-sm-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-sm-3 {
    row-gap: 1rem !important;
  }
  .gap-y-sm-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-sm-5 {
    row-gap: 2rem !important;
  }
  .gap-y-sm-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-sm-7 {
    row-gap: 3rem !important;
  }
  .gap-y-sm-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-sm-9 {
    row-gap: 4rem !important;
  }
  .gap-y-sm-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-sm-11 {
    row-gap: 5rem !important;
  }
  .gap-y-sm-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-sm-14 {
    row-gap: 6rem !important;
  }
  .gap-y-sm-16 {
    row-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .gap-y-md-auto {
    row-gap: auto !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-md-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-md-3 {
    row-gap: 1rem !important;
  }
  .gap-y-md-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-md-5 {
    row-gap: 2rem !important;
  }
  .gap-y-md-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-md-7 {
    row-gap: 3rem !important;
  }
  .gap-y-md-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-md-9 {
    row-gap: 4rem !important;
  }
  .gap-y-md-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-md-11 {
    row-gap: 5rem !important;
  }
  .gap-y-md-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-md-14 {
    row-gap: 6rem !important;
  }
  .gap-y-md-16 {
    row-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .gap-y-lg-auto {
    row-gap: auto !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-lg-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-lg-3 {
    row-gap: 1rem !important;
  }
  .gap-y-lg-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-lg-5 {
    row-gap: 2rem !important;
  }
  .gap-y-lg-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-lg-7 {
    row-gap: 3rem !important;
  }
  .gap-y-lg-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-lg-9 {
    row-gap: 4rem !important;
  }
  .gap-y-lg-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-lg-11 {
    row-gap: 5rem !important;
  }
  .gap-y-lg-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-lg-14 {
    row-gap: 6rem !important;
  }
  .gap-y-lg-16 {
    row-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gap-y-xl-auto {
    row-gap: auto !important;
  }
  .gap-y-xl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xl-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-xl-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-xl-3 {
    row-gap: 1rem !important;
  }
  .gap-y-xl-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-xl-5 {
    row-gap: 2rem !important;
  }
  .gap-y-xl-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-xl-7 {
    row-gap: 3rem !important;
  }
  .gap-y-xl-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-xl-9 {
    row-gap: 4rem !important;
  }
  .gap-y-xl-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-xl-11 {
    row-gap: 5rem !important;
  }
  .gap-y-xl-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-xl-14 {
    row-gap: 6rem !important;
  }
  .gap-y-xl-16 {
    row-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .gap-y-xxl-auto {
    row-gap: auto !important;
  }
  .gap-y-xxl-0 {
    row-gap: 0 !important;
  }
  .gap-y-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-xxl-3 {
    row-gap: 1rem !important;
  }
  .gap-y-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-xxl-5 {
    row-gap: 2rem !important;
  }
  .gap-y-xxl-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-xxl-7 {
    row-gap: 3rem !important;
  }
  .gap-y-xxl-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-xxl-9 {
    row-gap: 4rem !important;
  }
  .gap-y-xxl-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-xxl-11 {
    row-gap: 5rem !important;
  }
  .gap-y-xxl-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-xxl-14 {
    row-gap: 6rem !important;
  }
  .gap-y-xxl-16 {
    row-gap: 6.5rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .gap-y-3xl-auto {
    row-gap: auto !important;
  }
  .gap-y-3xl-0 {
    row-gap: 0 !important;
  }
  .gap-y-3xl-1 {
    row-gap: 0.25rem !important;
  }
  .gap-y-3xl-2 {
    row-gap: 0.5rem !important;
  }
  .gap-y-3xl-3 {
    row-gap: 1rem !important;
  }
  .gap-y-3xl-4 {
    row-gap: 1.5rem !important;
  }
  .gap-y-3xl-5 {
    row-gap: 2rem !important;
  }
  .gap-y-3xl-6 {
    row-gap: 2.5rem !important;
  }
  .gap-y-3xl-7 {
    row-gap: 3rem !important;
  }
  .gap-y-3xl-8 {
    row-gap: 3.5rem !important;
  }
  .gap-y-3xl-9 {
    row-gap: 4rem !important;
  }
  .gap-y-3xl-10 {
    row-gap: 4.5rem !important;
  }
  .gap-y-3xl-11 {
    row-gap: 5rem !important;
  }
  .gap-y-3xl-12 {
    row-gap: 5.5rem !important;
  }
  .gap-y-3xl-14 {
    row-gap: 6rem !important;
  }
  .gap-y-3xl-16 {
    row-gap: 6.5rem !important;
  }
}
.bg-primary-100 {
  background-color: #FFEADB !important;
}

.bg-primary-200 {
  background-color: #FFD5B6 !important;
}

.bg-primary-300 {
  background-color: #FFBF92 !important;
}

.bg-primary-400 {
  background-color: #FFAA6D !important;
}

.bg-primary-500 {
  background-color: #FF9549 !important;
}

.bg-primary-600 {
  background-color: #FF8024 !important;
}

.bg-primary-700 {
  background-color: #FF6B00 !important;
}

.bg-primary {
  background-color: #FF6B00 !important;
}

.bg-secondary-100 {
  background-color: #DEDEF7 !important;
}

.bg-secondary-200 {
  background-color: #BDBDEE !important;
}

.bg-secondary-300 {
  background-color: #9D9BE6 !important;
}

.bg-secondary-400 {
  background-color: #7C7ADE !important;
}

.bg-secondary-500 {
  background-color: #5B59D5 !important;
}

.bg-secondary-600 {
  background-color: #3A38CD !important;
}

.bg-secondary-700 {
  background-color: #2F2CB0 !important;
}

.bg-secondary {
  background-color: #2F2CB0 !important;
}

.bg-danger-50 {
  background-color: #FCE2E6 !important;
}

.bg-danger-100 {
  background-color: #FADBDD !important;
}

.bg-danger-200 {
  background-color: #F5B8BC !important;
}

.bg-danger-300 {
  background-color: #F0949A !important;
}

.bg-danger-400 {
  background-color: #EB7078 !important;
}

.bg-danger-500 {
  background-color: #E64C57 !important;
}

.bg-danger-600 {
  background-color: #E02935 !important;
}

.bg-danger-700 {
  background-color: #C31C27 !important;
}

.bg-danger {
  background-color: #C31C27 !important;
}

.bg-success-50 {
  background-color: #E6FCE6 !important;
}

.bg-success-100 {
  background-color: #D6FDDA !important;
}

.bg-success-200 {
  background-color: #ADFBB5 !important;
}

.bg-success-300 {
  background-color: #84F990 !important;
}

.bg-success-400 {
  background-color: #5CF66B !important;
}

.bg-success-500 {
  background-color: #33F446 !important;
}

.bg-success-600 {
  background-color: #0DEF23 !important;
}

.bg-success-700 {
  background-color: #0AC71D !important;
}

.bg-success {
  background-color: #0AC71D !important;
}

.bg-warning-100 {
  background-color: #FFF5DB !important;
}

.bg-warning-200 {
  background-color: #FFEAB6 !important;
}

.bg-warning-300 {
  background-color: #FFE092 !important;
}

.bg-warning-400 {
  background-color: #FFD66D !important;
}

.bg-warning-500 {
  background-color: #FFCB49 !important;
}

.bg-warning-600 {
  background-color: #FFC124 !important;
}

.bg-warning-700 {
  background-color: #FFB700 !important;
}

.bg-warning {
  background-color: #FFB700 !important;
}

.bg-info-50 {
  background-color: #E6F7FF !important;
}

.bg-info-100 {
  background-color: #D9F0FF !important;
}

.bg-info-200 {
  background-color: #B3E1FF !important;
}

.bg-info-300 {
  background-color: #8DD2FF !important;
}

.bg-info-400 {
  background-color: #67C3FF !important;
}

.bg-info-500 {
  background-color: #41B4FF !important;
}

.bg-info-600 {
  background-color: #1BA5FF !important;
}

.bg-info-700 {
  background-color: #0091E6 !important;
}

.bg-info {
  background-color: #0091E6 !important;
}

.bg-feature-100 {
  background-color: #F5E3F9 !important;
}

.bg-feature-200 {
  background-color: #ECC7F3 !important;
}

.bg-feature-300 {
  background-color: #E3ABED !important;
}

.bg-feature-400 {
  background-color: #DA8FE7 !important;
}

.bg-feature-500 {
  background-color: #D173E1 !important;
}

.bg-feature-600 {
  background-color: #C857DB !important;
}

.bg-feature-700 {
  background-color: #BF3BD5 !important;
}

.bg-feature {
  background-color: #BF3BD5 !important;
}

.bg-neutral-0 {
  background-color: #FFFFFF !important;
}

.bg-neutral-50 {
  background-color: #F6F7F9 !important;
}

.bg-neutral-100 {
  background-color: #EDF0F2 !important;
}

.bg-neutral-200 {
  background-color: #DCE0E5 !important;
}

.bg-neutral-300 {
  background-color: #CBD3DB !important;
}

.bg-neutral-400 {
  background-color: #B6C1CA !important;
}

.bg-neutral-500 {
  background-color: #929EAA !important;
}

.bg-neutral-600 {
  background-color: #6F7C8E !important;
}

.bg-neutral-700 {
  background-color: #525E6F !important;
}

.bg-neutral-800 {
  background-color: #323C49 !important;
}

.bg-neutral-900 {
  background-color: #14181F !important;
}

.bg-neutral-1000 {
  background-color: #000000 !important;
}

.bg-slate-100 {
  background-color: #F4F5F7 !important;
}

.bg-slate-200 {
  background-color: #E9EBF0 !important;
}

.bg-slate-300 {
  background-color: #D9DCE2 !important;
}

.bg-slate-400 {
  background-color: #C9CDD6 !important;
}

.bg-slate-500 {
  background-color: #B8BDC9 !important;
}

.bg-slate-600 {
  background-color: #A7AEB8 !important;
}

.bg-slate-700 {
  background-color: #8F97A0 !important;
}

.bg-slate-800 {
  background-color: #737F86 !important;
}

.bg-slate-900 {
  background-color: #4D5963 !important;
}

.bg-slate-1000 {
  background-color: #2C3747 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-gray {
  background-color: #292929 !important;
}

.bg-gray-dark {
  background-color: #161718 !important;
}

.bg-dark {
  background-color: #1A1A1A !important;
}

.bg-light {
  background-color: #F3F3F3 !important;
}

.bg-hover-primary-100:hover {
  background-color: #FFEADB !important;
}

.bg-hover-primary-200:hover {
  background-color: #FFD5B6 !important;
}

.bg-hover-primary-300:hover {
  background-color: #FFBF92 !important;
}

.bg-hover-primary-400:hover {
  background-color: #FFAA6D !important;
}

.bg-hover-primary-500:hover {
  background-color: #FF9549 !important;
}

.bg-hover-primary-600:hover {
  background-color: #FF8024 !important;
}

.bg-hover-primary-700:hover {
  background-color: #FF6B00 !important;
}

.bg-hover-primary:hover {
  background-color: #FF6B00 !important;
}

.bg-hover-secondary-100:hover {
  background-color: #DEDEF7 !important;
}

.bg-hover-secondary-200:hover {
  background-color: #BDBDEE !important;
}

.bg-hover-secondary-300:hover {
  background-color: #9D9BE6 !important;
}

.bg-hover-secondary-400:hover {
  background-color: #7C7ADE !important;
}

.bg-hover-secondary-500:hover {
  background-color: #5B59D5 !important;
}

.bg-hover-secondary-600:hover {
  background-color: #3A38CD !important;
}

.bg-hover-secondary-700:hover {
  background-color: #2F2CB0 !important;
}

.bg-hover-secondary:hover {
  background-color: #2F2CB0 !important;
}

.bg-hover-danger-50:hover {
  background-color: #FCE2E6 !important;
}

.bg-hover-danger-100:hover {
  background-color: #FADBDD !important;
}

.bg-hover-danger-200:hover {
  background-color: #F5B8BC !important;
}

.bg-hover-danger-300:hover {
  background-color: #F0949A !important;
}

.bg-hover-danger-400:hover {
  background-color: #EB7078 !important;
}

.bg-hover-danger-500:hover {
  background-color: #E64C57 !important;
}

.bg-hover-danger-600:hover {
  background-color: #E02935 !important;
}

.bg-hover-danger-700:hover {
  background-color: #C31C27 !important;
}

.bg-hover-danger:hover {
  background-color: #C31C27 !important;
}

.bg-hover-success-50:hover {
  background-color: #E6FCE6 !important;
}

.bg-hover-success-100:hover {
  background-color: #D6FDDA !important;
}

.bg-hover-success-200:hover {
  background-color: #ADFBB5 !important;
}

.bg-hover-success-300:hover {
  background-color: #84F990 !important;
}

.bg-hover-success-400:hover {
  background-color: #5CF66B !important;
}

.bg-hover-success-500:hover {
  background-color: #33F446 !important;
}

.bg-hover-success-600:hover {
  background-color: #0DEF23 !important;
}

.bg-hover-success-700:hover {
  background-color: #0AC71D !important;
}

.bg-hover-success:hover {
  background-color: #0AC71D !important;
}

.bg-hover-warning-100:hover {
  background-color: #FFF5DB !important;
}

.bg-hover-warning-200:hover {
  background-color: #FFEAB6 !important;
}

.bg-hover-warning-300:hover {
  background-color: #FFE092 !important;
}

.bg-hover-warning-400:hover {
  background-color: #FFD66D !important;
}

.bg-hover-warning-500:hover {
  background-color: #FFCB49 !important;
}

.bg-hover-warning-600:hover {
  background-color: #FFC124 !important;
}

.bg-hover-warning-700:hover {
  background-color: #FFB700 !important;
}

.bg-hover-warning:hover {
  background-color: #FFB700 !important;
}

.bg-hover-info-50:hover {
  background-color: #E6F7FF !important;
}

.bg-hover-info-100:hover {
  background-color: #D9F0FF !important;
}

.bg-hover-info-200:hover {
  background-color: #B3E1FF !important;
}

.bg-hover-info-300:hover {
  background-color: #8DD2FF !important;
}

.bg-hover-info-400:hover {
  background-color: #67C3FF !important;
}

.bg-hover-info-500:hover {
  background-color: #41B4FF !important;
}

.bg-hover-info-600:hover {
  background-color: #1BA5FF !important;
}

.bg-hover-info-700:hover {
  background-color: #0091E6 !important;
}

.bg-hover-info:hover {
  background-color: #0091E6 !important;
}

.bg-hover-feature-100:hover {
  background-color: #F5E3F9 !important;
}

.bg-hover-feature-200:hover {
  background-color: #ECC7F3 !important;
}

.bg-hover-feature-300:hover {
  background-color: #E3ABED !important;
}

.bg-hover-feature-400:hover {
  background-color: #DA8FE7 !important;
}

.bg-hover-feature-500:hover {
  background-color: #D173E1 !important;
}

.bg-hover-feature-600:hover {
  background-color: #C857DB !important;
}

.bg-hover-feature-700:hover {
  background-color: #BF3BD5 !important;
}

.bg-hover-feature:hover {
  background-color: #BF3BD5 !important;
}

.bg-hover-neutral-0:hover {
  background-color: #FFFFFF !important;
}

.bg-hover-neutral-50:hover {
  background-color: #F6F7F9 !important;
}

.bg-hover-neutral-100:hover {
  background-color: #EDF0F2 !important;
}

.bg-hover-neutral-200:hover {
  background-color: #DCE0E5 !important;
}

.bg-hover-neutral-300:hover {
  background-color: #CBD3DB !important;
}

.bg-hover-neutral-400:hover {
  background-color: #B6C1CA !important;
}

.bg-hover-neutral-500:hover {
  background-color: #929EAA !important;
}

.bg-hover-neutral-600:hover {
  background-color: #6F7C8E !important;
}

.bg-hover-neutral-700:hover {
  background-color: #525E6F !important;
}

.bg-hover-neutral-800:hover {
  background-color: #323C49 !important;
}

.bg-hover-neutral-900:hover {
  background-color: #14181F !important;
}

.bg-hover-neutral-1000:hover {
  background-color: #000000 !important;
}

.bg-hover-slate-100:hover {
  background-color: #F4F5F7 !important;
}

.bg-hover-slate-200:hover {
  background-color: #E9EBF0 !important;
}

.bg-hover-slate-300:hover {
  background-color: #D9DCE2 !important;
}

.bg-hover-slate-400:hover {
  background-color: #C9CDD6 !important;
}

.bg-hover-slate-500:hover {
  background-color: #B8BDC9 !important;
}

.bg-hover-slate-600:hover {
  background-color: #A7AEB8 !important;
}

.bg-hover-slate-700:hover {
  background-color: #8F97A0 !important;
}

.bg-hover-slate-800:hover {
  background-color: #737F86 !important;
}

.bg-hover-slate-900:hover {
  background-color: #4D5963 !important;
}

.bg-hover-slate-1000:hover {
  background-color: #2C3747 !important;
}

.bg-hover-transparent:hover {
  background-color: transparent !important;
}

.bg-hover-white:hover {
  background-color: #FFFFFF !important;
}

.bg-hover-black:hover {
  background-color: #000000 !important;
}

.bg-hover-gray:hover {
  background-color: #292929 !important;
}

.bg-hover-gray-dark:hover {
  background-color: #161718 !important;
}

.bg-hover-dark:hover {
  background-color: #1A1A1A !important;
}

.bg-hover-light:hover {
  background-color: #F3F3F3 !important;
}

.bg-active-primary-100:active {
  background-color: #FFEADB !important;
}

.bg-active-primary-200:active {
  background-color: #FFD5B6 !important;
}

.bg-active-primary-300:active {
  background-color: #FFBF92 !important;
}

.bg-active-primary-400:active {
  background-color: #FFAA6D !important;
}

.bg-active-primary-500:active {
  background-color: #FF9549 !important;
}

.bg-active-primary-600:active {
  background-color: #FF8024 !important;
}

.bg-active-primary-700:active {
  background-color: #FF6B00 !important;
}

.bg-active-primary:active {
  background-color: #FF6B00 !important;
}

.bg-active-secondary-100:active {
  background-color: #DEDEF7 !important;
}

.bg-active-secondary-200:active {
  background-color: #BDBDEE !important;
}

.bg-active-secondary-300:active {
  background-color: #9D9BE6 !important;
}

.bg-active-secondary-400:active {
  background-color: #7C7ADE !important;
}

.bg-active-secondary-500:active {
  background-color: #5B59D5 !important;
}

.bg-active-secondary-600:active {
  background-color: #3A38CD !important;
}

.bg-active-secondary-700:active {
  background-color: #2F2CB0 !important;
}

.bg-active-secondary:active {
  background-color: #2F2CB0 !important;
}

.bg-active-danger-50:active {
  background-color: #FCE2E6 !important;
}

.bg-active-danger-100:active {
  background-color: #FADBDD !important;
}

.bg-active-danger-200:active {
  background-color: #F5B8BC !important;
}

.bg-active-danger-300:active {
  background-color: #F0949A !important;
}

.bg-active-danger-400:active {
  background-color: #EB7078 !important;
}

.bg-active-danger-500:active {
  background-color: #E64C57 !important;
}

.bg-active-danger-600:active {
  background-color: #E02935 !important;
}

.bg-active-danger-700:active {
  background-color: #C31C27 !important;
}

.bg-active-danger:active {
  background-color: #C31C27 !important;
}

.bg-active-success-50:active {
  background-color: #E6FCE6 !important;
}

.bg-active-success-100:active {
  background-color: #D6FDDA !important;
}

.bg-active-success-200:active {
  background-color: #ADFBB5 !important;
}

.bg-active-success-300:active {
  background-color: #84F990 !important;
}

.bg-active-success-400:active {
  background-color: #5CF66B !important;
}

.bg-active-success-500:active {
  background-color: #33F446 !important;
}

.bg-active-success-600:active {
  background-color: #0DEF23 !important;
}

.bg-active-success-700:active {
  background-color: #0AC71D !important;
}

.bg-active-success:active {
  background-color: #0AC71D !important;
}

.bg-active-warning-100:active {
  background-color: #FFF5DB !important;
}

.bg-active-warning-200:active {
  background-color: #FFEAB6 !important;
}

.bg-active-warning-300:active {
  background-color: #FFE092 !important;
}

.bg-active-warning-400:active {
  background-color: #FFD66D !important;
}

.bg-active-warning-500:active {
  background-color: #FFCB49 !important;
}

.bg-active-warning-600:active {
  background-color: #FFC124 !important;
}

.bg-active-warning-700:active {
  background-color: #FFB700 !important;
}

.bg-active-warning:active {
  background-color: #FFB700 !important;
}

.bg-active-info-50:active {
  background-color: #E6F7FF !important;
}

.bg-active-info-100:active {
  background-color: #D9F0FF !important;
}

.bg-active-info-200:active {
  background-color: #B3E1FF !important;
}

.bg-active-info-300:active {
  background-color: #8DD2FF !important;
}

.bg-active-info-400:active {
  background-color: #67C3FF !important;
}

.bg-active-info-500:active {
  background-color: #41B4FF !important;
}

.bg-active-info-600:active {
  background-color: #1BA5FF !important;
}

.bg-active-info-700:active {
  background-color: #0091E6 !important;
}

.bg-active-info:active {
  background-color: #0091E6 !important;
}

.bg-active-feature-100:active {
  background-color: #F5E3F9 !important;
}

.bg-active-feature-200:active {
  background-color: #ECC7F3 !important;
}

.bg-active-feature-300:active {
  background-color: #E3ABED !important;
}

.bg-active-feature-400:active {
  background-color: #DA8FE7 !important;
}

.bg-active-feature-500:active {
  background-color: #D173E1 !important;
}

.bg-active-feature-600:active {
  background-color: #C857DB !important;
}

.bg-active-feature-700:active {
  background-color: #BF3BD5 !important;
}

.bg-active-feature:active {
  background-color: #BF3BD5 !important;
}

.bg-active-neutral-0:active {
  background-color: #FFFFFF !important;
}

.bg-active-neutral-50:active {
  background-color: #F6F7F9 !important;
}

.bg-active-neutral-100:active {
  background-color: #EDF0F2 !important;
}

.bg-active-neutral-200:active {
  background-color: #DCE0E5 !important;
}

.bg-active-neutral-300:active {
  background-color: #CBD3DB !important;
}

.bg-active-neutral-400:active {
  background-color: #B6C1CA !important;
}

.bg-active-neutral-500:active {
  background-color: #929EAA !important;
}

.bg-active-neutral-600:active {
  background-color: #6F7C8E !important;
}

.bg-active-neutral-700:active {
  background-color: #525E6F !important;
}

.bg-active-neutral-800:active {
  background-color: #323C49 !important;
}

.bg-active-neutral-900:active {
  background-color: #14181F !important;
}

.bg-active-neutral-1000:active {
  background-color: #000000 !important;
}

.bg-active-slate-100:active {
  background-color: #F4F5F7 !important;
}

.bg-active-slate-200:active {
  background-color: #E9EBF0 !important;
}

.bg-active-slate-300:active {
  background-color: #D9DCE2 !important;
}

.bg-active-slate-400:active {
  background-color: #C9CDD6 !important;
}

.bg-active-slate-500:active {
  background-color: #B8BDC9 !important;
}

.bg-active-slate-600:active {
  background-color: #A7AEB8 !important;
}

.bg-active-slate-700:active {
  background-color: #8F97A0 !important;
}

.bg-active-slate-800:active {
  background-color: #737F86 !important;
}

.bg-active-slate-900:active {
  background-color: #4D5963 !important;
}

.bg-active-slate-1000:active {
  background-color: #2C3747 !important;
}

.bg-active-transparent:active {
  background-color: transparent !important;
}

.bg-active-white:active {
  background-color: #FFFFFF !important;
}

.bg-active-black:active {
  background-color: #000000 !important;
}

.bg-active-gray:active {
  background-color: #292929 !important;
}

.bg-active-gray-dark:active {
  background-color: #161718 !important;
}

.bg-active-dark:active {
  background-color: #1A1A1A !important;
}

.bg-active-light:active {
  background-color: #F3F3F3 !important;
}

.text-primary-100 {
  color: #FFEADB !important;
}

.text-primary-200 {
  color: #FFD5B6 !important;
}

.text-primary-300 {
  color: #FFBF92 !important;
}

.text-primary-400 {
  color: #FFAA6D !important;
}

.text-primary-500 {
  color: #FF9549 !important;
}

.text-primary-600 {
  color: #FF8024 !important;
}

.text-primary-700 {
  color: #FF6B00 !important;
}

.text-primary {
  color: #FF6B00 !important;
}

.text-secondary-100 {
  color: #DEDEF7 !important;
}

.text-secondary-200 {
  color: #BDBDEE !important;
}

.text-secondary-300 {
  color: #9D9BE6 !important;
}

.text-secondary-400 {
  color: #7C7ADE !important;
}

.text-secondary-500 {
  color: #5B59D5 !important;
}

.text-secondary-600 {
  color: #3A38CD !important;
}

.text-secondary-700 {
  color: #2F2CB0 !important;
}

.text-secondary {
  color: #2F2CB0 !important;
}

.text-danger-50 {
  color: #FCE2E6 !important;
}

.text-danger-100 {
  color: #FADBDD !important;
}

.text-danger-200 {
  color: #F5B8BC !important;
}

.text-danger-300 {
  color: #F0949A !important;
}

.text-danger-400 {
  color: #EB7078 !important;
}

.text-danger-500 {
  color: #E64C57 !important;
}

.text-danger-600 {
  color: #E02935 !important;
}

.text-danger-700 {
  color: #C31C27 !important;
}

.text-danger {
  color: #C31C27 !important;
}

.text-success-50 {
  color: #E6FCE6 !important;
}

.text-success-100 {
  color: #D6FDDA !important;
}

.text-success-200 {
  color: #ADFBB5 !important;
}

.text-success-300 {
  color: #84F990 !important;
}

.text-success-400 {
  color: #5CF66B !important;
}

.text-success-500 {
  color: #33F446 !important;
}

.text-success-600 {
  color: #0DEF23 !important;
}

.text-success-700 {
  color: #0AC71D !important;
}

.text-success {
  color: #0AC71D !important;
}

.text-warning-100 {
  color: #FFF5DB !important;
}

.text-warning-200 {
  color: #FFEAB6 !important;
}

.text-warning-300 {
  color: #FFE092 !important;
}

.text-warning-400 {
  color: #FFD66D !important;
}

.text-warning-500 {
  color: #FFCB49 !important;
}

.text-warning-600 {
  color: #FFC124 !important;
}

.text-warning-700 {
  color: #FFB700 !important;
}

.text-warning {
  color: #FFB700 !important;
}

.text-info-50 {
  color: #E6F7FF !important;
}

.text-info-100 {
  color: #D9F0FF !important;
}

.text-info-200 {
  color: #B3E1FF !important;
}

.text-info-300 {
  color: #8DD2FF !important;
}

.text-info-400 {
  color: #67C3FF !important;
}

.text-info-500 {
  color: #41B4FF !important;
}

.text-info-600 {
  color: #1BA5FF !important;
}

.text-info-700 {
  color: #0091E6 !important;
}

.text-info {
  color: #0091E6 !important;
}

.text-feature-100 {
  color: #F5E3F9 !important;
}

.text-feature-200 {
  color: #ECC7F3 !important;
}

.text-feature-300 {
  color: #E3ABED !important;
}

.text-feature-400 {
  color: #DA8FE7 !important;
}

.text-feature-500 {
  color: #D173E1 !important;
}

.text-feature-600 {
  color: #C857DB !important;
}

.text-feature-700 {
  color: #BF3BD5 !important;
}

.text-feature {
  color: #BF3BD5 !important;
}

.text-neutral-0 {
  color: #FFFFFF !important;
}

.text-neutral-50 {
  color: #F6F7F9 !important;
}

.text-neutral-100 {
  color: #EDF0F2 !important;
}

.text-neutral-200 {
  color: #DCE0E5 !important;
}

.text-neutral-300 {
  color: #CBD3DB !important;
}

.text-neutral-400 {
  color: #B6C1CA !important;
}

.text-neutral-500 {
  color: #929EAA !important;
}

.text-neutral-600 {
  color: #6F7C8E !important;
}

.text-neutral-700 {
  color: #525E6F !important;
}

.text-neutral-800 {
  color: #323C49 !important;
}

.text-neutral-900 {
  color: #14181F !important;
}

.text-neutral-1000 {
  color: #000000 !important;
}

.text-slate-100 {
  color: #F4F5F7 !important;
}

.text-slate-200 {
  color: #E9EBF0 !important;
}

.text-slate-300 {
  color: #D9DCE2 !important;
}

.text-slate-400 {
  color: #C9CDD6 !important;
}

.text-slate-500 {
  color: #B8BDC9 !important;
}

.text-slate-600 {
  color: #A7AEB8 !important;
}

.text-slate-700 {
  color: #8F97A0 !important;
}

.text-slate-800 {
  color: #737F86 !important;
}

.text-slate-900 {
  color: #4D5963 !important;
}

.text-slate-1000 {
  color: #2C3747 !important;
}

.text-transparent {
  color: transparent !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: #292929 !important;
}

.text-gray-dark {
  color: #161718 !important;
}

.text-dark {
  color: #1A1A1A !important;
}

.text-light {
  color: #F3F3F3 !important;
}

.text-hover-primary-100:hover {
  color: #FFEADB !important;
}

.text-hover-primary-200:hover {
  color: #FFD5B6 !important;
}

.text-hover-primary-300:hover {
  color: #FFBF92 !important;
}

.text-hover-primary-400:hover {
  color: #FFAA6D !important;
}

.text-hover-primary-500:hover {
  color: #FF9549 !important;
}

.text-hover-primary-600:hover {
  color: #FF8024 !important;
}

.text-hover-primary-700:hover {
  color: #FF6B00 !important;
}

.text-hover-primary:hover {
  color: #FF6B00 !important;
}

.text-hover-secondary-100:hover {
  color: #DEDEF7 !important;
}

.text-hover-secondary-200:hover {
  color: #BDBDEE !important;
}

.text-hover-secondary-300:hover {
  color: #9D9BE6 !important;
}

.text-hover-secondary-400:hover {
  color: #7C7ADE !important;
}

.text-hover-secondary-500:hover {
  color: #5B59D5 !important;
}

.text-hover-secondary-600:hover {
  color: #3A38CD !important;
}

.text-hover-secondary-700:hover {
  color: #2F2CB0 !important;
}

.text-hover-secondary:hover {
  color: #2F2CB0 !important;
}

.text-hover-danger-50:hover {
  color: #FCE2E6 !important;
}

.text-hover-danger-100:hover {
  color: #FADBDD !important;
}

.text-hover-danger-200:hover {
  color: #F5B8BC !important;
}

.text-hover-danger-300:hover {
  color: #F0949A !important;
}

.text-hover-danger-400:hover {
  color: #EB7078 !important;
}

.text-hover-danger-500:hover {
  color: #E64C57 !important;
}

.text-hover-danger-600:hover {
  color: #E02935 !important;
}

.text-hover-danger-700:hover {
  color: #C31C27 !important;
}

.text-hover-danger:hover {
  color: #C31C27 !important;
}

.text-hover-success-50:hover {
  color: #E6FCE6 !important;
}

.text-hover-success-100:hover {
  color: #D6FDDA !important;
}

.text-hover-success-200:hover {
  color: #ADFBB5 !important;
}

.text-hover-success-300:hover {
  color: #84F990 !important;
}

.text-hover-success-400:hover {
  color: #5CF66B !important;
}

.text-hover-success-500:hover {
  color: #33F446 !important;
}

.text-hover-success-600:hover {
  color: #0DEF23 !important;
}

.text-hover-success-700:hover {
  color: #0AC71D !important;
}

.text-hover-success:hover {
  color: #0AC71D !important;
}

.text-hover-warning-100:hover {
  color: #FFF5DB !important;
}

.text-hover-warning-200:hover {
  color: #FFEAB6 !important;
}

.text-hover-warning-300:hover {
  color: #FFE092 !important;
}

.text-hover-warning-400:hover {
  color: #FFD66D !important;
}

.text-hover-warning-500:hover {
  color: #FFCB49 !important;
}

.text-hover-warning-600:hover {
  color: #FFC124 !important;
}

.text-hover-warning-700:hover {
  color: #FFB700 !important;
}

.text-hover-warning:hover {
  color: #FFB700 !important;
}

.text-hover-info-50:hover {
  color: #E6F7FF !important;
}

.text-hover-info-100:hover {
  color: #D9F0FF !important;
}

.text-hover-info-200:hover {
  color: #B3E1FF !important;
}

.text-hover-info-300:hover {
  color: #8DD2FF !important;
}

.text-hover-info-400:hover {
  color: #67C3FF !important;
}

.text-hover-info-500:hover {
  color: #41B4FF !important;
}

.text-hover-info-600:hover {
  color: #1BA5FF !important;
}

.text-hover-info-700:hover {
  color: #0091E6 !important;
}

.text-hover-info:hover {
  color: #0091E6 !important;
}

.text-hover-feature-100:hover {
  color: #F5E3F9 !important;
}

.text-hover-feature-200:hover {
  color: #ECC7F3 !important;
}

.text-hover-feature-300:hover {
  color: #E3ABED !important;
}

.text-hover-feature-400:hover {
  color: #DA8FE7 !important;
}

.text-hover-feature-500:hover {
  color: #D173E1 !important;
}

.text-hover-feature-600:hover {
  color: #C857DB !important;
}

.text-hover-feature-700:hover {
  color: #BF3BD5 !important;
}

.text-hover-feature:hover {
  color: #BF3BD5 !important;
}

.text-hover-neutral-0:hover {
  color: #FFFFFF !important;
}

.text-hover-neutral-50:hover {
  color: #F6F7F9 !important;
}

.text-hover-neutral-100:hover {
  color: #EDF0F2 !important;
}

.text-hover-neutral-200:hover {
  color: #DCE0E5 !important;
}

.text-hover-neutral-300:hover {
  color: #CBD3DB !important;
}

.text-hover-neutral-400:hover {
  color: #B6C1CA !important;
}

.text-hover-neutral-500:hover {
  color: #929EAA !important;
}

.text-hover-neutral-600:hover {
  color: #6F7C8E !important;
}

.text-hover-neutral-700:hover {
  color: #525E6F !important;
}

.text-hover-neutral-800:hover {
  color: #323C49 !important;
}

.text-hover-neutral-900:hover {
  color: #14181F !important;
}

.text-hover-neutral-1000:hover {
  color: #000000 !important;
}

.text-hover-slate-100:hover {
  color: #F4F5F7 !important;
}

.text-hover-slate-200:hover {
  color: #E9EBF0 !important;
}

.text-hover-slate-300:hover {
  color: #D9DCE2 !important;
}

.text-hover-slate-400:hover {
  color: #C9CDD6 !important;
}

.text-hover-slate-500:hover {
  color: #B8BDC9 !important;
}

.text-hover-slate-600:hover {
  color: #A7AEB8 !important;
}

.text-hover-slate-700:hover {
  color: #8F97A0 !important;
}

.text-hover-slate-800:hover {
  color: #737F86 !important;
}

.text-hover-slate-900:hover {
  color: #4D5963 !important;
}

.text-hover-slate-1000:hover {
  color: #2C3747 !important;
}

.text-hover-transparent:hover {
  color: transparent !important;
}

.text-hover-white:hover {
  color: #FFFFFF !important;
}

.text-hover-black:hover {
  color: #000000 !important;
}

.text-hover-gray:hover {
  color: #292929 !important;
}

.text-hover-gray-dark:hover {
  color: #161718 !important;
}

.text-hover-dark:hover {
  color: #1A1A1A !important;
}

.text-hover-light:hover {
  color: #F3F3F3 !important;
}

.text-active-primary-100:active {
  color: #FFEADB !important;
}

.text-active-primary-200:active {
  color: #FFD5B6 !important;
}

.text-active-primary-300:active {
  color: #FFBF92 !important;
}

.text-active-primary-400:active {
  color: #FFAA6D !important;
}

.text-active-primary-500:active {
  color: #FF9549 !important;
}

.text-active-primary-600:active {
  color: #FF8024 !important;
}

.text-active-primary-700:active {
  color: #FF6B00 !important;
}

.text-active-primary:active {
  color: #FF6B00 !important;
}

.text-active-secondary-100:active {
  color: #DEDEF7 !important;
}

.text-active-secondary-200:active {
  color: #BDBDEE !important;
}

.text-active-secondary-300:active {
  color: #9D9BE6 !important;
}

.text-active-secondary-400:active {
  color: #7C7ADE !important;
}

.text-active-secondary-500:active {
  color: #5B59D5 !important;
}

.text-active-secondary-600:active {
  color: #3A38CD !important;
}

.text-active-secondary-700:active {
  color: #2F2CB0 !important;
}

.text-active-secondary:active {
  color: #2F2CB0 !important;
}

.text-active-danger-50:active {
  color: #FCE2E6 !important;
}

.text-active-danger-100:active {
  color: #FADBDD !important;
}

.text-active-danger-200:active {
  color: #F5B8BC !important;
}

.text-active-danger-300:active {
  color: #F0949A !important;
}

.text-active-danger-400:active {
  color: #EB7078 !important;
}

.text-active-danger-500:active {
  color: #E64C57 !important;
}

.text-active-danger-600:active {
  color: #E02935 !important;
}

.text-active-danger-700:active {
  color: #C31C27 !important;
}

.text-active-danger:active {
  color: #C31C27 !important;
}

.text-active-success-50:active {
  color: #E6FCE6 !important;
}

.text-active-success-100:active {
  color: #D6FDDA !important;
}

.text-active-success-200:active {
  color: #ADFBB5 !important;
}

.text-active-success-300:active {
  color: #84F990 !important;
}

.text-active-success-400:active {
  color: #5CF66B !important;
}

.text-active-success-500:active {
  color: #33F446 !important;
}

.text-active-success-600:active {
  color: #0DEF23 !important;
}

.text-active-success-700:active {
  color: #0AC71D !important;
}

.text-active-success:active {
  color: #0AC71D !important;
}

.text-active-warning-100:active {
  color: #FFF5DB !important;
}

.text-active-warning-200:active {
  color: #FFEAB6 !important;
}

.text-active-warning-300:active {
  color: #FFE092 !important;
}

.text-active-warning-400:active {
  color: #FFD66D !important;
}

.text-active-warning-500:active {
  color: #FFCB49 !important;
}

.text-active-warning-600:active {
  color: #FFC124 !important;
}

.text-active-warning-700:active {
  color: #FFB700 !important;
}

.text-active-warning:active {
  color: #FFB700 !important;
}

.text-active-info-50:active {
  color: #E6F7FF !important;
}

.text-active-info-100:active {
  color: #D9F0FF !important;
}

.text-active-info-200:active {
  color: #B3E1FF !important;
}

.text-active-info-300:active {
  color: #8DD2FF !important;
}

.text-active-info-400:active {
  color: #67C3FF !important;
}

.text-active-info-500:active {
  color: #41B4FF !important;
}

.text-active-info-600:active {
  color: #1BA5FF !important;
}

.text-active-info-700:active {
  color: #0091E6 !important;
}

.text-active-info:active {
  color: #0091E6 !important;
}

.text-active-feature-100:active {
  color: #F5E3F9 !important;
}

.text-active-feature-200:active {
  color: #ECC7F3 !important;
}

.text-active-feature-300:active {
  color: #E3ABED !important;
}

.text-active-feature-400:active {
  color: #DA8FE7 !important;
}

.text-active-feature-500:active {
  color: #D173E1 !important;
}

.text-active-feature-600:active {
  color: #C857DB !important;
}

.text-active-feature-700:active {
  color: #BF3BD5 !important;
}

.text-active-feature:active {
  color: #BF3BD5 !important;
}

.text-active-neutral-0:active {
  color: #FFFFFF !important;
}

.text-active-neutral-50:active {
  color: #F6F7F9 !important;
}

.text-active-neutral-100:active {
  color: #EDF0F2 !important;
}

.text-active-neutral-200:active {
  color: #DCE0E5 !important;
}

.text-active-neutral-300:active {
  color: #CBD3DB !important;
}

.text-active-neutral-400:active {
  color: #B6C1CA !important;
}

.text-active-neutral-500:active {
  color: #929EAA !important;
}

.text-active-neutral-600:active {
  color: #6F7C8E !important;
}

.text-active-neutral-700:active {
  color: #525E6F !important;
}

.text-active-neutral-800:active {
  color: #323C49 !important;
}

.text-active-neutral-900:active {
  color: #14181F !important;
}

.text-active-neutral-1000:active {
  color: #000000 !important;
}

.text-active-slate-100:active {
  color: #F4F5F7 !important;
}

.text-active-slate-200:active {
  color: #E9EBF0 !important;
}

.text-active-slate-300:active {
  color: #D9DCE2 !important;
}

.text-active-slate-400:active {
  color: #C9CDD6 !important;
}

.text-active-slate-500:active {
  color: #B8BDC9 !important;
}

.text-active-slate-600:active {
  color: #A7AEB8 !important;
}

.text-active-slate-700:active {
  color: #8F97A0 !important;
}

.text-active-slate-800:active {
  color: #737F86 !important;
}

.text-active-slate-900:active {
  color: #4D5963 !important;
}

.text-active-slate-1000:active {
  color: #2C3747 !important;
}

.text-active-transparent:active {
  color: transparent !important;
}

.text-active-white:active {
  color: #FFFFFF !important;
}

.text-active-black:active {
  color: #000000 !important;
}

.text-active-gray:active {
  color: #292929 !important;
}

.text-active-gray-dark:active {
  color: #161718 !important;
}

.text-active-dark:active {
  color: #1A1A1A !important;
}

.text-active-light:active {
  color: #F3F3F3 !important;
}

.text-base {
  color: #14181F !important;
}

.text-primary {
  color: #FF6B00 !important;
}

.text-secondary {
  color: #2F2CB0 !important;
}

.text-muted {
  color: #6F7C8E !important;
}

.text-active {
  color: #FF6B00 !important;
}

.text-warning {
  color: #FFB700 !important;
}

.text-danger {
  color: #E64C57 !important;
}

.text-success {
  color: #0AC71D !important;
}

.text-info {
  color: #0091E6 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.fs-display1 {
  font-size: 6rem !important;
}

.fs-display2 {
  font-size: 5rem !important;
}

.fs-display3 {
  font-size: 4rem !important;
}

.fs-display4 {
  font-size: 3rem !important;
}

.fs-h1 {
  font-size: 2.25rem !important;
}

.fs-h2 {
  font-size: 1.75rem !important;
}

.fs-h3 {
  font-size: 1.5rem !important;
}

.fs-h4 {
  font-size: 1.25rem !important;
}

.fs-h5 {
  font-size: 1.125rem !important;
}

.fs-h6 {
  font-size: 1rem !important;
}

.fs-body {
  font-size: 0.9375rem !important;
}

.fs-small {
  font-size: 0.8125rem !important;
}

.fs-tiny {
  font-size: 0.625rem !important;
}

@media only screen and (min-width: 576px) {
  .fs-sm-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-tiny {
    font-size: 0.625rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-tiny {
    font-size: 0.625rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .fs-lg-tiny {
    font-size: 0.625rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fs-xl-tiny {
    font-size: 0.625rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fs-xxl-tiny {
    font-size: 0.625rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-display1 {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-display2 {
    font-size: 5rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-display3 {
    font-size: 4rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-display4 {
    font-size: 3rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h1 {
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h2 {
    font-size: 1.75rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h3 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h4 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h5 {
    font-size: 1.125rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-h6 {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-body {
    font-size: 0.9375rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-small {
    font-size: 0.8125rem !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fs-3xl-tiny {
    font-size: 0.625rem !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (min-width: 576px) {
  .fw-sm-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 576px) {
  .fw-sm-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 768px) {
  .fw-md-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 992px) {
  .fw-lg-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .fw-xl-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .fw-xxl-900 {
    font-weight: 900 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-100 {
    font-weight: 100 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-200 {
    font-weight: 200 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-300 {
    font-weight: 300 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-400 {
    font-weight: 400 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-500 {
    font-weight: 500 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-600 {
    font-weight: 600 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-700 {
    font-weight: 700 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-800 {
    font-weight: 800 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .fw-3xl-900 {
    font-weight: 900 !important;
  }
}

.w-0 {
  width: 0% !important;
}

.w-0-px {
  width: 0px !important;
}

.w-2 {
  width: 2% !important;
}

.w-2-px {
  width: 2px !important;
}

.w-4 {
  width: 4% !important;
}

.w-4-px {
  width: 4px !important;
}

.w-6 {
  width: 6% !important;
}

.w-6-px {
  width: 6px !important;
}

.w-8 {
  width: 8% !important;
}

.w-8-px {
  width: 8px !important;
}

.w-12 {
  width: 12% !important;
}

.w-12-px {
  width: 12px !important;
}

.w-16 {
  width: 16% !important;
}

.w-16-px {
  width: 16px !important;
}

.w-20 {
  width: 20% !important;
}

.w-20-px {
  width: 20px !important;
}

.w-24 {
  width: 24% !important;
}

.w-24-px {
  width: 24px !important;
}

.w-32 {
  width: 32% !important;
}

.w-32-px {
  width: 32px !important;
}

.w-34 {
  width: 34% !important;
}

.w-34-px {
  width: 34px !important;
}

.w-36 {
  width: 36% !important;
}

.w-36-px {
  width: 36px !important;
}

.w-40 {
  width: 40% !important;
}

.w-40-px {
  width: 40px !important;
}

.w-42 {
  width: 42% !important;
}

.w-42-px {
  width: 42px !important;
}

.w-46 {
  width: 46% !important;
}

.w-46-px {
  width: 46px !important;
}

.w-48 {
  width: 48% !important;
}

.w-48-px {
  width: 48px !important;
}

.w-52 {
  width: 52% !important;
}

.w-52-px {
  width: 52px !important;
}

.w-56 {
  width: 56% !important;
}

.w-56-px {
  width: 56px !important;
}

.w-64 {
  width: 64% !important;
}

.w-64-px {
  width: 64px !important;
}

.w-72 {
  width: 72% !important;
}

.w-72-px {
  width: 72px !important;
}

.w-80 {
  width: 80% !important;
}

.w-80-px {
  width: 80px !important;
}

.w-96 {
  width: 96% !important;
}

.w-96-px {
  width: 96px !important;
}

.w-100 {
  width: 100% !important;
}

.w-100-px {
  width: 100px !important;
}

.w-120 {
  width: 120% !important;
}

.w-120-px {
  width: 120px !important;
}

.w-140 {
  width: 140% !important;
}

.w-140-px {
  width: 140px !important;
}

.w-160 {
  width: 160% !important;
}

.w-160-px {
  width: 160px !important;
}

.w-180 {
  width: 180% !important;
}

.w-180-px {
  width: 180px !important;
}

.w-200 {
  width: 200% !important;
}

.w-200-px {
  width: 200px !important;
}

.w-220 {
  width: 220% !important;
}

.w-220-px {
  width: 220px !important;
}

.w-240 {
  width: 240% !important;
}

.w-240-px {
  width: 240px !important;
}

.w-260 {
  width: 260% !important;
}

.w-260-px {
  width: 260px !important;
}

.w-280 {
  width: 280% !important;
}

.w-280-px {
  width: 280px !important;
}

.w-300 {
  width: 300% !important;
}

.w-300-px {
  width: 300px !important;
}

.w-320 {
  width: 320% !important;
}

.w-320-px {
  width: 320px !important;
}

.w-340 {
  width: 340% !important;
}

.w-340-px {
  width: 340px !important;
}

.w-350 {
  width: 350% !important;
}

.w-350-px {
  width: 350px !important;
}

.w-360 {
  width: 360% !important;
}

.w-360-px {
  width: 360px !important;
}

.w-380 {
  width: 380% !important;
}

.w-380-px {
  width: 380px !important;
}

.w-400 {
  width: 400% !important;
}

.w-400-px {
  width: 400px !important;
}

.w-450 {
  width: 450% !important;
}

.w-450-px {
  width: 450px !important;
}

.w-500 {
  width: 500% !important;
}

.w-500-px {
  width: 500px !important;
}

.w-25 {
  width: 25% !important;
}

.w-25-px {
  width: 25px !important;
}

.w-50 {
  width: 50% !important;
}

.w-50-px {
  width: 50px !important;
}

.w-75 {
  width: 75% !important;
}

.w-75-px {
  width: 75px !important;
}

.w-72 {
  width: 72% !important;
}

.w-72-px {
  width: 72px !important;
}

@media only screen and (min-width: 576px) {
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-0-px {
    width: 0px !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .w-sm-2-px {
    width: 2px !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .w-sm-4-px {
    width: 4px !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .w-sm-6-px {
    width: 6px !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .w-sm-8-px {
    width: 8px !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .w-sm-12-px {
    width: 12px !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .w-sm-16-px {
    width: 16px !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-20-px {
    width: 20px !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .w-sm-24-px {
    width: 24px !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-32-px {
    width: 32px !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-34-px {
    width: 34px !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .w-sm-36-px {
    width: 36px !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-40-px {
    width: 40px !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .w-sm-42-px {
    width: 42px !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .w-sm-46-px {
    width: 46px !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .w-sm-48-px {
    width: 48px !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .w-sm-52-px {
    width: 52px !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .w-sm-56-px {
    width: 56px !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .w-sm-64-px {
    width: 64px !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-72-px {
    width: 72px !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-80-px {
    width: 80px !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .w-sm-96-px {
    width: 96px !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-100-px {
    width: 100px !important;
  }
  .w-sm-120 {
    width: 120% !important;
  }
  .w-sm-120-px {
    width: 120px !important;
  }
  .w-sm-140 {
    width: 140% !important;
  }
  .w-sm-140-px {
    width: 140px !important;
  }
  .w-sm-160 {
    width: 160% !important;
  }
  .w-sm-160-px {
    width: 160px !important;
  }
  .w-sm-180 {
    width: 180% !important;
  }
  .w-sm-180-px {
    width: 180px !important;
  }
  .w-sm-200 {
    width: 200% !important;
  }
  .w-sm-200-px {
    width: 200px !important;
  }
  .w-sm-220 {
    width: 220% !important;
  }
  .w-sm-220-px {
    width: 220px !important;
  }
  .w-sm-240 {
    width: 240% !important;
  }
  .w-sm-240-px {
    width: 240px !important;
  }
  .w-sm-260 {
    width: 260% !important;
  }
  .w-sm-260-px {
    width: 260px !important;
  }
  .w-sm-280 {
    width: 280% !important;
  }
  .w-sm-280-px {
    width: 280px !important;
  }
  .w-sm-300 {
    width: 300% !important;
  }
  .w-sm-300-px {
    width: 300px !important;
  }
  .w-sm-320 {
    width: 320% !important;
  }
  .w-sm-320-px {
    width: 320px !important;
  }
  .w-sm-340 {
    width: 340% !important;
  }
  .w-sm-340-px {
    width: 340px !important;
  }
  .w-sm-350 {
    width: 350% !important;
  }
  .w-sm-350-px {
    width: 350px !important;
  }
  .w-sm-360 {
    width: 360% !important;
  }
  .w-sm-360-px {
    width: 360px !important;
  }
  .w-sm-380 {
    width: 380% !important;
  }
  .w-sm-380-px {
    width: 380px !important;
  }
  .w-sm-400 {
    width: 400% !important;
  }
  .w-sm-400-px {
    width: 400px !important;
  }
  .w-sm-450 {
    width: 450% !important;
  }
  .w-sm-450-px {
    width: 450px !important;
  }
  .w-sm-500 {
    width: 500% !important;
  }
  .w-sm-500-px {
    width: 500px !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-25-px {
    width: 25px !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-50-px {
    width: 50px !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-75-px {
    width: 75px !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .w-sm-72-px {
    width: 72px !important;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-0-px {
    width: 0px !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .w-md-2-px {
    width: 2px !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .w-md-4-px {
    width: 4px !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .w-md-6-px {
    width: 6px !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .w-md-8-px {
    width: 8px !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .w-md-12-px {
    width: 12px !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .w-md-16-px {
    width: 16px !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-20-px {
    width: 20px !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .w-md-24-px {
    width: 24px !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-32-px {
    width: 32px !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-34-px {
    width: 34px !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .w-md-36-px {
    width: 36px !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-40-px {
    width: 40px !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .w-md-42-px {
    width: 42px !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .w-md-46-px {
    width: 46px !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .w-md-48-px {
    width: 48px !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .w-md-52-px {
    width: 52px !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .w-md-56-px {
    width: 56px !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .w-md-64-px {
    width: 64px !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-72-px {
    width: 72px !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-80-px {
    width: 80px !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .w-md-96-px {
    width: 96px !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-100-px {
    width: 100px !important;
  }
  .w-md-120 {
    width: 120% !important;
  }
  .w-md-120-px {
    width: 120px !important;
  }
  .w-md-140 {
    width: 140% !important;
  }
  .w-md-140-px {
    width: 140px !important;
  }
  .w-md-160 {
    width: 160% !important;
  }
  .w-md-160-px {
    width: 160px !important;
  }
  .w-md-180 {
    width: 180% !important;
  }
  .w-md-180-px {
    width: 180px !important;
  }
  .w-md-200 {
    width: 200% !important;
  }
  .w-md-200-px {
    width: 200px !important;
  }
  .w-md-220 {
    width: 220% !important;
  }
  .w-md-220-px {
    width: 220px !important;
  }
  .w-md-240 {
    width: 240% !important;
  }
  .w-md-240-px {
    width: 240px !important;
  }
  .w-md-260 {
    width: 260% !important;
  }
  .w-md-260-px {
    width: 260px !important;
  }
  .w-md-280 {
    width: 280% !important;
  }
  .w-md-280-px {
    width: 280px !important;
  }
  .w-md-300 {
    width: 300% !important;
  }
  .w-md-300-px {
    width: 300px !important;
  }
  .w-md-320 {
    width: 320% !important;
  }
  .w-md-320-px {
    width: 320px !important;
  }
  .w-md-340 {
    width: 340% !important;
  }
  .w-md-340-px {
    width: 340px !important;
  }
  .w-md-350 {
    width: 350% !important;
  }
  .w-md-350-px {
    width: 350px !important;
  }
  .w-md-360 {
    width: 360% !important;
  }
  .w-md-360-px {
    width: 360px !important;
  }
  .w-md-380 {
    width: 380% !important;
  }
  .w-md-380-px {
    width: 380px !important;
  }
  .w-md-400 {
    width: 400% !important;
  }
  .w-md-400-px {
    width: 400px !important;
  }
  .w-md-450 {
    width: 450% !important;
  }
  .w-md-450-px {
    width: 450px !important;
  }
  .w-md-500 {
    width: 500% !important;
  }
  .w-md-500-px {
    width: 500px !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-25-px {
    width: 25px !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-50-px {
    width: 50px !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-75-px {
    width: 75px !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .w-md-72-px {
    width: 72px !important;
  }
}
@media only screen and (min-width: 992px) {
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-0-px {
    width: 0px !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .w-lg-2-px {
    width: 2px !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .w-lg-4-px {
    width: 4px !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .w-lg-6-px {
    width: 6px !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .w-lg-8-px {
    width: 8px !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .w-lg-12-px {
    width: 12px !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .w-lg-16-px {
    width: 16px !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-20-px {
    width: 20px !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .w-lg-24-px {
    width: 24px !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-32-px {
    width: 32px !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-34-px {
    width: 34px !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .w-lg-36-px {
    width: 36px !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-40-px {
    width: 40px !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .w-lg-42-px {
    width: 42px !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .w-lg-46-px {
    width: 46px !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .w-lg-48-px {
    width: 48px !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .w-lg-52-px {
    width: 52px !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .w-lg-56-px {
    width: 56px !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .w-lg-64-px {
    width: 64px !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-72-px {
    width: 72px !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-80-px {
    width: 80px !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .w-lg-96-px {
    width: 96px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-100-px {
    width: 100px !important;
  }
  .w-lg-120 {
    width: 120% !important;
  }
  .w-lg-120-px {
    width: 120px !important;
  }
  .w-lg-140 {
    width: 140% !important;
  }
  .w-lg-140-px {
    width: 140px !important;
  }
  .w-lg-160 {
    width: 160% !important;
  }
  .w-lg-160-px {
    width: 160px !important;
  }
  .w-lg-180 {
    width: 180% !important;
  }
  .w-lg-180-px {
    width: 180px !important;
  }
  .w-lg-200 {
    width: 200% !important;
  }
  .w-lg-200-px {
    width: 200px !important;
  }
  .w-lg-220 {
    width: 220% !important;
  }
  .w-lg-220-px {
    width: 220px !important;
  }
  .w-lg-240 {
    width: 240% !important;
  }
  .w-lg-240-px {
    width: 240px !important;
  }
  .w-lg-260 {
    width: 260% !important;
  }
  .w-lg-260-px {
    width: 260px !important;
  }
  .w-lg-280 {
    width: 280% !important;
  }
  .w-lg-280-px {
    width: 280px !important;
  }
  .w-lg-300 {
    width: 300% !important;
  }
  .w-lg-300-px {
    width: 300px !important;
  }
  .w-lg-320 {
    width: 320% !important;
  }
  .w-lg-320-px {
    width: 320px !important;
  }
  .w-lg-340 {
    width: 340% !important;
  }
  .w-lg-340-px {
    width: 340px !important;
  }
  .w-lg-350 {
    width: 350% !important;
  }
  .w-lg-350-px {
    width: 350px !important;
  }
  .w-lg-360 {
    width: 360% !important;
  }
  .w-lg-360-px {
    width: 360px !important;
  }
  .w-lg-380 {
    width: 380% !important;
  }
  .w-lg-380-px {
    width: 380px !important;
  }
  .w-lg-400 {
    width: 400% !important;
  }
  .w-lg-400-px {
    width: 400px !important;
  }
  .w-lg-450 {
    width: 450% !important;
  }
  .w-lg-450-px {
    width: 450px !important;
  }
  .w-lg-500 {
    width: 500% !important;
  }
  .w-lg-500-px {
    width: 500px !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-25-px {
    width: 25px !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-50-px {
    width: 50px !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-75-px {
    width: 75px !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .w-lg-72-px {
    width: 72px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-0-px {
    width: 0px !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .w-xl-2-px {
    width: 2px !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .w-xl-4-px {
    width: 4px !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .w-xl-6-px {
    width: 6px !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .w-xl-8-px {
    width: 8px !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .w-xl-12-px {
    width: 12px !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .w-xl-16-px {
    width: 16px !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-20-px {
    width: 20px !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .w-xl-24-px {
    width: 24px !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-32-px {
    width: 32px !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-34-px {
    width: 34px !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .w-xl-36-px {
    width: 36px !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-40-px {
    width: 40px !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .w-xl-42-px {
    width: 42px !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .w-xl-46-px {
    width: 46px !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .w-xl-48-px {
    width: 48px !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .w-xl-52-px {
    width: 52px !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .w-xl-56-px {
    width: 56px !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .w-xl-64-px {
    width: 64px !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-72-px {
    width: 72px !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-80-px {
    width: 80px !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .w-xl-96-px {
    width: 96px !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-100-px {
    width: 100px !important;
  }
  .w-xl-120 {
    width: 120% !important;
  }
  .w-xl-120-px {
    width: 120px !important;
  }
  .w-xl-140 {
    width: 140% !important;
  }
  .w-xl-140-px {
    width: 140px !important;
  }
  .w-xl-160 {
    width: 160% !important;
  }
  .w-xl-160-px {
    width: 160px !important;
  }
  .w-xl-180 {
    width: 180% !important;
  }
  .w-xl-180-px {
    width: 180px !important;
  }
  .w-xl-200 {
    width: 200% !important;
  }
  .w-xl-200-px {
    width: 200px !important;
  }
  .w-xl-220 {
    width: 220% !important;
  }
  .w-xl-220-px {
    width: 220px !important;
  }
  .w-xl-240 {
    width: 240% !important;
  }
  .w-xl-240-px {
    width: 240px !important;
  }
  .w-xl-260 {
    width: 260% !important;
  }
  .w-xl-260-px {
    width: 260px !important;
  }
  .w-xl-280 {
    width: 280% !important;
  }
  .w-xl-280-px {
    width: 280px !important;
  }
  .w-xl-300 {
    width: 300% !important;
  }
  .w-xl-300-px {
    width: 300px !important;
  }
  .w-xl-320 {
    width: 320% !important;
  }
  .w-xl-320-px {
    width: 320px !important;
  }
  .w-xl-340 {
    width: 340% !important;
  }
  .w-xl-340-px {
    width: 340px !important;
  }
  .w-xl-350 {
    width: 350% !important;
  }
  .w-xl-350-px {
    width: 350px !important;
  }
  .w-xl-360 {
    width: 360% !important;
  }
  .w-xl-360-px {
    width: 360px !important;
  }
  .w-xl-380 {
    width: 380% !important;
  }
  .w-xl-380-px {
    width: 380px !important;
  }
  .w-xl-400 {
    width: 400% !important;
  }
  .w-xl-400-px {
    width: 400px !important;
  }
  .w-xl-450 {
    width: 450% !important;
  }
  .w-xl-450-px {
    width: 450px !important;
  }
  .w-xl-500 {
    width: 500% !important;
  }
  .w-xl-500-px {
    width: 500px !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-25-px {
    width: 25px !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-50-px {
    width: 50px !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-75-px {
    width: 75px !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .w-xl-72-px {
    width: 72px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .w-xxl-0 {
    width: 0% !important;
  }
  .w-xxl-0-px {
    width: 0px !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .w-xxl-2-px {
    width: 2px !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .w-xxl-4-px {
    width: 4px !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .w-xxl-6-px {
    width: 6px !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .w-xxl-8-px {
    width: 8px !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .w-xxl-12-px {
    width: 12px !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .w-xxl-16-px {
    width: 16px !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-20-px {
    width: 20px !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .w-xxl-24-px {
    width: 24px !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .w-xxl-32-px {
    width: 32px !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-34-px {
    width: 34px !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .w-xxl-36-px {
    width: 36px !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-40-px {
    width: 40px !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .w-xxl-42-px {
    width: 42px !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .w-xxl-46-px {
    width: 46px !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .w-xxl-48-px {
    width: 48px !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .w-xxl-52-px {
    width: 52px !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .w-xxl-56-px {
    width: 56px !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .w-xxl-64-px {
    width: 64px !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-72-px {
    width: 72px !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-80-px {
    width: 80px !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .w-xxl-96-px {
    width: 96px !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-100-px {
    width: 100px !important;
  }
  .w-xxl-120 {
    width: 120% !important;
  }
  .w-xxl-120-px {
    width: 120px !important;
  }
  .w-xxl-140 {
    width: 140% !important;
  }
  .w-xxl-140-px {
    width: 140px !important;
  }
  .w-xxl-160 {
    width: 160% !important;
  }
  .w-xxl-160-px {
    width: 160px !important;
  }
  .w-xxl-180 {
    width: 180% !important;
  }
  .w-xxl-180-px {
    width: 180px !important;
  }
  .w-xxl-200 {
    width: 200% !important;
  }
  .w-xxl-200-px {
    width: 200px !important;
  }
  .w-xxl-220 {
    width: 220% !important;
  }
  .w-xxl-220-px {
    width: 220px !important;
  }
  .w-xxl-240 {
    width: 240% !important;
  }
  .w-xxl-240-px {
    width: 240px !important;
  }
  .w-xxl-260 {
    width: 260% !important;
  }
  .w-xxl-260-px {
    width: 260px !important;
  }
  .w-xxl-280 {
    width: 280% !important;
  }
  .w-xxl-280-px {
    width: 280px !important;
  }
  .w-xxl-300 {
    width: 300% !important;
  }
  .w-xxl-300-px {
    width: 300px !important;
  }
  .w-xxl-320 {
    width: 320% !important;
  }
  .w-xxl-320-px {
    width: 320px !important;
  }
  .w-xxl-340 {
    width: 340% !important;
  }
  .w-xxl-340-px {
    width: 340px !important;
  }
  .w-xxl-350 {
    width: 350% !important;
  }
  .w-xxl-350-px {
    width: 350px !important;
  }
  .w-xxl-360 {
    width: 360% !important;
  }
  .w-xxl-360-px {
    width: 360px !important;
  }
  .w-xxl-380 {
    width: 380% !important;
  }
  .w-xxl-380-px {
    width: 380px !important;
  }
  .w-xxl-400 {
    width: 400% !important;
  }
  .w-xxl-400-px {
    width: 400px !important;
  }
  .w-xxl-450 {
    width: 450% !important;
  }
  .w-xxl-450-px {
    width: 450px !important;
  }
  .w-xxl-500 {
    width: 500% !important;
  }
  .w-xxl-500-px {
    width: 500px !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-25-px {
    width: 25px !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-50-px {
    width: 50px !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-75-px {
    width: 75px !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .w-xxl-72-px {
    width: 72px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .w-3xl-0 {
    width: 0% !important;
  }
  .w-3xl-0-px {
    width: 0px !important;
  }
  .w-3xl-2 {
    width: 2% !important;
  }
  .w-3xl-2-px {
    width: 2px !important;
  }
  .w-3xl-4 {
    width: 4% !important;
  }
  .w-3xl-4-px {
    width: 4px !important;
  }
  .w-3xl-6 {
    width: 6% !important;
  }
  .w-3xl-6-px {
    width: 6px !important;
  }
  .w-3xl-8 {
    width: 8% !important;
  }
  .w-3xl-8-px {
    width: 8px !important;
  }
  .w-3xl-12 {
    width: 12% !important;
  }
  .w-3xl-12-px {
    width: 12px !important;
  }
  .w-3xl-16 {
    width: 16% !important;
  }
  .w-3xl-16-px {
    width: 16px !important;
  }
  .w-3xl-20 {
    width: 20% !important;
  }
  .w-3xl-20-px {
    width: 20px !important;
  }
  .w-3xl-24 {
    width: 24% !important;
  }
  .w-3xl-24-px {
    width: 24px !important;
  }
  .w-3xl-32 {
    width: 32% !important;
  }
  .w-3xl-32-px {
    width: 32px !important;
  }
  .w-3xl-34 {
    width: 34% !important;
  }
  .w-3xl-34-px {
    width: 34px !important;
  }
  .w-3xl-36 {
    width: 36% !important;
  }
  .w-3xl-36-px {
    width: 36px !important;
  }
  .w-3xl-40 {
    width: 40% !important;
  }
  .w-3xl-40-px {
    width: 40px !important;
  }
  .w-3xl-42 {
    width: 42% !important;
  }
  .w-3xl-42-px {
    width: 42px !important;
  }
  .w-3xl-46 {
    width: 46% !important;
  }
  .w-3xl-46-px {
    width: 46px !important;
  }
  .w-3xl-48 {
    width: 48% !important;
  }
  .w-3xl-48-px {
    width: 48px !important;
  }
  .w-3xl-52 {
    width: 52% !important;
  }
  .w-3xl-52-px {
    width: 52px !important;
  }
  .w-3xl-56 {
    width: 56% !important;
  }
  .w-3xl-56-px {
    width: 56px !important;
  }
  .w-3xl-64 {
    width: 64% !important;
  }
  .w-3xl-64-px {
    width: 64px !important;
  }
  .w-3xl-72 {
    width: 72% !important;
  }
  .w-3xl-72-px {
    width: 72px !important;
  }
  .w-3xl-80 {
    width: 80% !important;
  }
  .w-3xl-80-px {
    width: 80px !important;
  }
  .w-3xl-96 {
    width: 96% !important;
  }
  .w-3xl-96-px {
    width: 96px !important;
  }
  .w-3xl-100 {
    width: 100% !important;
  }
  .w-3xl-100-px {
    width: 100px !important;
  }
  .w-3xl-120 {
    width: 120% !important;
  }
  .w-3xl-120-px {
    width: 120px !important;
  }
  .w-3xl-140 {
    width: 140% !important;
  }
  .w-3xl-140-px {
    width: 140px !important;
  }
  .w-3xl-160 {
    width: 160% !important;
  }
  .w-3xl-160-px {
    width: 160px !important;
  }
  .w-3xl-180 {
    width: 180% !important;
  }
  .w-3xl-180-px {
    width: 180px !important;
  }
  .w-3xl-200 {
    width: 200% !important;
  }
  .w-3xl-200-px {
    width: 200px !important;
  }
  .w-3xl-220 {
    width: 220% !important;
  }
  .w-3xl-220-px {
    width: 220px !important;
  }
  .w-3xl-240 {
    width: 240% !important;
  }
  .w-3xl-240-px {
    width: 240px !important;
  }
  .w-3xl-260 {
    width: 260% !important;
  }
  .w-3xl-260-px {
    width: 260px !important;
  }
  .w-3xl-280 {
    width: 280% !important;
  }
  .w-3xl-280-px {
    width: 280px !important;
  }
  .w-3xl-300 {
    width: 300% !important;
  }
  .w-3xl-300-px {
    width: 300px !important;
  }
  .w-3xl-320 {
    width: 320% !important;
  }
  .w-3xl-320-px {
    width: 320px !important;
  }
  .w-3xl-340 {
    width: 340% !important;
  }
  .w-3xl-340-px {
    width: 340px !important;
  }
  .w-3xl-350 {
    width: 350% !important;
  }
  .w-3xl-350-px {
    width: 350px !important;
  }
  .w-3xl-360 {
    width: 360% !important;
  }
  .w-3xl-360-px {
    width: 360px !important;
  }
  .w-3xl-380 {
    width: 380% !important;
  }
  .w-3xl-380-px {
    width: 380px !important;
  }
  .w-3xl-400 {
    width: 400% !important;
  }
  .w-3xl-400-px {
    width: 400px !important;
  }
  .w-3xl-450 {
    width: 450% !important;
  }
  .w-3xl-450-px {
    width: 450px !important;
  }
  .w-3xl-500 {
    width: 500% !important;
  }
  .w-3xl-500-px {
    width: 500px !important;
  }
  .w-3xl-25 {
    width: 25% !important;
  }
  .w-3xl-25-px {
    width: 25px !important;
  }
  .w-3xl-50 {
    width: 50% !important;
  }
  .w-3xl-50-px {
    width: 50px !important;
  }
  .w-3xl-75 {
    width: 75% !important;
  }
  .w-3xl-75-px {
    width: 75px !important;
  }
  .w-3xl-72 {
    width: 72% !important;
  }
  .w-3xl-72-px {
    width: 72px !important;
  }
}
.max-w-0 {
  max-width: 0% !important;
}

.max-w-0-px {
  max-width: 0px !important;
}

.min-w-0 {
  min-width: 0% !important;
}

.min-w-0-px {
  min-width: 0px !important;
}

.max-w-2 {
  max-width: 2% !important;
}

.max-w-2-px {
  max-width: 2px !important;
}

.min-w-2 {
  min-width: 2% !important;
}

.min-w-2-px {
  min-width: 2px !important;
}

.max-w-4 {
  max-width: 4% !important;
}

.max-w-4-px {
  max-width: 4px !important;
}

.min-w-4 {
  min-width: 4% !important;
}

.min-w-4-px {
  min-width: 4px !important;
}

.max-w-6 {
  max-width: 6% !important;
}

.max-w-6-px {
  max-width: 6px !important;
}

.min-w-6 {
  min-width: 6% !important;
}

.min-w-6-px {
  min-width: 6px !important;
}

.max-w-8 {
  max-width: 8% !important;
}

.max-w-8-px {
  max-width: 8px !important;
}

.min-w-8 {
  min-width: 8% !important;
}

.min-w-8-px {
  min-width: 8px !important;
}

.max-w-12 {
  max-width: 12% !important;
}

.max-w-12-px {
  max-width: 12px !important;
}

.min-w-12 {
  min-width: 12% !important;
}

.min-w-12-px {
  min-width: 12px !important;
}

.max-w-16 {
  max-width: 16% !important;
}

.max-w-16-px {
  max-width: 16px !important;
}

.min-w-16 {
  min-width: 16% !important;
}

.min-w-16-px {
  min-width: 16px !important;
}

.max-w-20 {
  max-width: 20% !important;
}

.max-w-20-px {
  max-width: 20px !important;
}

.min-w-20 {
  min-width: 20% !important;
}

.min-w-20-px {
  min-width: 20px !important;
}

.max-w-24 {
  max-width: 24% !important;
}

.max-w-24-px {
  max-width: 24px !important;
}

.min-w-24 {
  min-width: 24% !important;
}

.min-w-24-px {
  min-width: 24px !important;
}

.max-w-32 {
  max-width: 32% !important;
}

.max-w-32-px {
  max-width: 32px !important;
}

.min-w-32 {
  min-width: 32% !important;
}

.min-w-32-px {
  min-width: 32px !important;
}

.max-w-34 {
  max-width: 34% !important;
}

.max-w-34-px {
  max-width: 34px !important;
}

.min-w-34 {
  min-width: 34% !important;
}

.min-w-34-px {
  min-width: 34px !important;
}

.max-w-36 {
  max-width: 36% !important;
}

.max-w-36-px {
  max-width: 36px !important;
}

.min-w-36 {
  min-width: 36% !important;
}

.min-w-36-px {
  min-width: 36px !important;
}

.max-w-40 {
  max-width: 40% !important;
}

.max-w-40-px {
  max-width: 40px !important;
}

.min-w-40 {
  min-width: 40% !important;
}

.min-w-40-px {
  min-width: 40px !important;
}

.max-w-42 {
  max-width: 42% !important;
}

.max-w-42-px {
  max-width: 42px !important;
}

.min-w-42 {
  min-width: 42% !important;
}

.min-w-42-px {
  min-width: 42px !important;
}

.max-w-46 {
  max-width: 46% !important;
}

.max-w-46-px {
  max-width: 46px !important;
}

.min-w-46 {
  min-width: 46% !important;
}

.min-w-46-px {
  min-width: 46px !important;
}

.max-w-48 {
  max-width: 48% !important;
}

.max-w-48-px {
  max-width: 48px !important;
}

.min-w-48 {
  min-width: 48% !important;
}

.min-w-48-px {
  min-width: 48px !important;
}

.max-w-52 {
  max-width: 52% !important;
}

.max-w-52-px {
  max-width: 52px !important;
}

.min-w-52 {
  min-width: 52% !important;
}

.min-w-52-px {
  min-width: 52px !important;
}

.max-w-56 {
  max-width: 56% !important;
}

.max-w-56-px {
  max-width: 56px !important;
}

.min-w-56 {
  min-width: 56% !important;
}

.min-w-56-px {
  min-width: 56px !important;
}

.max-w-64 {
  max-width: 64% !important;
}

.max-w-64-px {
  max-width: 64px !important;
}

.min-w-64 {
  min-width: 64% !important;
}

.min-w-64-px {
  min-width: 64px !important;
}

.max-w-72 {
  max-width: 72% !important;
}

.max-w-72-px {
  max-width: 72px !important;
}

.min-w-72 {
  min-width: 72% !important;
}

.min-w-72-px {
  min-width: 72px !important;
}

.max-w-80 {
  max-width: 80% !important;
}

.max-w-80-px {
  max-width: 80px !important;
}

.min-w-80 {
  min-width: 80% !important;
}

.min-w-80-px {
  min-width: 80px !important;
}

.max-w-96 {
  max-width: 96% !important;
}

.max-w-96-px {
  max-width: 96px !important;
}

.min-w-96 {
  min-width: 96% !important;
}

.min-w-96-px {
  min-width: 96px !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.max-w-100-px {
  max-width: 100px !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-w-100-px {
  min-width: 100px !important;
}

.max-w-120 {
  max-width: 120% !important;
}

.max-w-120-px {
  max-width: 120px !important;
}

.min-w-120 {
  min-width: 120% !important;
}

.min-w-120-px {
  min-width: 120px !important;
}

.max-w-140 {
  max-width: 140% !important;
}

.max-w-140-px {
  max-width: 140px !important;
}

.min-w-140 {
  min-width: 140% !important;
}

.min-w-140-px {
  min-width: 140px !important;
}

.max-w-160 {
  max-width: 160% !important;
}

.max-w-160-px {
  max-width: 160px !important;
}

.min-w-160 {
  min-width: 160% !important;
}

.min-w-160-px {
  min-width: 160px !important;
}

.max-w-180 {
  max-width: 180% !important;
}

.max-w-180-px {
  max-width: 180px !important;
}

.min-w-180 {
  min-width: 180% !important;
}

.min-w-180-px {
  min-width: 180px !important;
}

.max-w-200 {
  max-width: 200% !important;
}

.max-w-200-px {
  max-width: 200px !important;
}

.min-w-200 {
  min-width: 200% !important;
}

.min-w-200-px {
  min-width: 200px !important;
}

.max-w-220 {
  max-width: 220% !important;
}

.max-w-220-px {
  max-width: 220px !important;
}

.min-w-220 {
  min-width: 220% !important;
}

.min-w-220-px {
  min-width: 220px !important;
}

.max-w-240 {
  max-width: 240% !important;
}

.max-w-240-px {
  max-width: 240px !important;
}

.min-w-240 {
  min-width: 240% !important;
}

.min-w-240-px {
  min-width: 240px !important;
}

.max-w-260 {
  max-width: 260% !important;
}

.max-w-260-px {
  max-width: 260px !important;
}

.min-w-260 {
  min-width: 260% !important;
}

.min-w-260-px {
  min-width: 260px !important;
}

.max-w-280 {
  max-width: 280% !important;
}

.max-w-280-px {
  max-width: 280px !important;
}

.min-w-280 {
  min-width: 280% !important;
}

.min-w-280-px {
  min-width: 280px !important;
}

.max-w-300 {
  max-width: 300% !important;
}

.max-w-300-px {
  max-width: 300px !important;
}

.min-w-300 {
  min-width: 300% !important;
}

.min-w-300-px {
  min-width: 300px !important;
}

.max-w-320 {
  max-width: 320% !important;
}

.max-w-320-px {
  max-width: 320px !important;
}

.min-w-320 {
  min-width: 320% !important;
}

.min-w-320-px {
  min-width: 320px !important;
}

.max-w-340 {
  max-width: 340% !important;
}

.max-w-340-px {
  max-width: 340px !important;
}

.min-w-340 {
  min-width: 340% !important;
}

.min-w-340-px {
  min-width: 340px !important;
}

.max-w-350 {
  max-width: 350% !important;
}

.max-w-350-px {
  max-width: 350px !important;
}

.min-w-350 {
  min-width: 350% !important;
}

.min-w-350-px {
  min-width: 350px !important;
}

.max-w-360 {
  max-width: 360% !important;
}

.max-w-360-px {
  max-width: 360px !important;
}

.min-w-360 {
  min-width: 360% !important;
}

.min-w-360-px {
  min-width: 360px !important;
}

.max-w-380 {
  max-width: 380% !important;
}

.max-w-380-px {
  max-width: 380px !important;
}

.min-w-380 {
  min-width: 380% !important;
}

.min-w-380-px {
  min-width: 380px !important;
}

.max-w-400 {
  max-width: 400% !important;
}

.max-w-400-px {
  max-width: 400px !important;
}

.min-w-400 {
  min-width: 400% !important;
}

.min-w-400-px {
  min-width: 400px !important;
}

.max-w-450 {
  max-width: 450% !important;
}

.max-w-450-px {
  max-width: 450px !important;
}

.min-w-450 {
  min-width: 450% !important;
}

.min-w-450-px {
  min-width: 450px !important;
}

.max-w-500 {
  max-width: 500% !important;
}

.max-w-500-px {
  max-width: 500px !important;
}

.min-w-500 {
  min-width: 500% !important;
}

.min-w-500-px {
  min-width: 500px !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.max-w-25-px {
  max-width: 25px !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.min-w-25-px {
  min-width: 25px !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.max-w-50-px {
  max-width: 50px !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-50-px {
  min-width: 50px !important;
}

.max-w-75 {
  max-width: 75% !important;
}

.max-w-75-px {
  max-width: 75px !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.min-w-75-px {
  min-width: 75px !important;
}

.max-w-72 {
  max-width: 72% !important;
}

.max-w-72-px {
  max-width: 72px !important;
}

.min-w-72 {
  min-width: 72% !important;
}

.min-w-72-px {
  min-width: 72px !important;
}

@media only screen and (min-width: 576px) {
  .min-w-sm-0 {
    min-width: 0% !important;
  }
  .min-w-sm-0-px {
    min-width: 0px !important;
  }
  .max-w-sm-0 {
    max-width: 0% !important;
  }
  .max-w-sm-0-px {
    max-width: 0px !important;
  }
  .min-w-sm-2 {
    min-width: 2% !important;
  }
  .min-w-sm-2-px {
    min-width: 2px !important;
  }
  .max-w-sm-2 {
    max-width: 2% !important;
  }
  .max-w-sm-2-px {
    max-width: 2px !important;
  }
  .min-w-sm-4 {
    min-width: 4% !important;
  }
  .min-w-sm-4-px {
    min-width: 4px !important;
  }
  .max-w-sm-4 {
    max-width: 4% !important;
  }
  .max-w-sm-4-px {
    max-width: 4px !important;
  }
  .min-w-sm-6 {
    min-width: 6% !important;
  }
  .min-w-sm-6-px {
    min-width: 6px !important;
  }
  .max-w-sm-6 {
    max-width: 6% !important;
  }
  .max-w-sm-6-px {
    max-width: 6px !important;
  }
  .min-w-sm-8 {
    min-width: 8% !important;
  }
  .min-w-sm-8-px {
    min-width: 8px !important;
  }
  .max-w-sm-8 {
    max-width: 8% !important;
  }
  .max-w-sm-8-px {
    max-width: 8px !important;
  }
  .min-w-sm-12 {
    min-width: 12% !important;
  }
  .min-w-sm-12-px {
    min-width: 12px !important;
  }
  .max-w-sm-12 {
    max-width: 12% !important;
  }
  .max-w-sm-12-px {
    max-width: 12px !important;
  }
  .min-w-sm-16 {
    min-width: 16% !important;
  }
  .min-w-sm-16-px {
    min-width: 16px !important;
  }
  .max-w-sm-16 {
    max-width: 16% !important;
  }
  .max-w-sm-16-px {
    max-width: 16px !important;
  }
  .min-w-sm-20 {
    min-width: 20% !important;
  }
  .min-w-sm-20-px {
    min-width: 20px !important;
  }
  .max-w-sm-20 {
    max-width: 20% !important;
  }
  .max-w-sm-20-px {
    max-width: 20px !important;
  }
  .min-w-sm-24 {
    min-width: 24% !important;
  }
  .min-w-sm-24-px {
    min-width: 24px !important;
  }
  .max-w-sm-24 {
    max-width: 24% !important;
  }
  .max-w-sm-24-px {
    max-width: 24px !important;
  }
  .min-w-sm-32 {
    min-width: 32% !important;
  }
  .min-w-sm-32-px {
    min-width: 32px !important;
  }
  .max-w-sm-32 {
    max-width: 32% !important;
  }
  .max-w-sm-32-px {
    max-width: 32px !important;
  }
  .min-w-sm-34 {
    min-width: 34% !important;
  }
  .min-w-sm-34-px {
    min-width: 34px !important;
  }
  .max-w-sm-34 {
    max-width: 34% !important;
  }
  .max-w-sm-34-px {
    max-width: 34px !important;
  }
  .min-w-sm-36 {
    min-width: 36% !important;
  }
  .min-w-sm-36-px {
    min-width: 36px !important;
  }
  .max-w-sm-36 {
    max-width: 36% !important;
  }
  .max-w-sm-36-px {
    max-width: 36px !important;
  }
  .min-w-sm-40 {
    min-width: 40% !important;
  }
  .min-w-sm-40-px {
    min-width: 40px !important;
  }
  .max-w-sm-40 {
    max-width: 40% !important;
  }
  .max-w-sm-40-px {
    max-width: 40px !important;
  }
  .min-w-sm-42 {
    min-width: 42% !important;
  }
  .min-w-sm-42-px {
    min-width: 42px !important;
  }
  .max-w-sm-42 {
    max-width: 42% !important;
  }
  .max-w-sm-42-px {
    max-width: 42px !important;
  }
  .min-w-sm-46 {
    min-width: 46% !important;
  }
  .min-w-sm-46-px {
    min-width: 46px !important;
  }
  .max-w-sm-46 {
    max-width: 46% !important;
  }
  .max-w-sm-46-px {
    max-width: 46px !important;
  }
  .min-w-sm-48 {
    min-width: 48% !important;
  }
  .min-w-sm-48-px {
    min-width: 48px !important;
  }
  .max-w-sm-48 {
    max-width: 48% !important;
  }
  .max-w-sm-48-px {
    max-width: 48px !important;
  }
  .min-w-sm-52 {
    min-width: 52% !important;
  }
  .min-w-sm-52-px {
    min-width: 52px !important;
  }
  .max-w-sm-52 {
    max-width: 52% !important;
  }
  .max-w-sm-52-px {
    max-width: 52px !important;
  }
  .min-w-sm-56 {
    min-width: 56% !important;
  }
  .min-w-sm-56-px {
    min-width: 56px !important;
  }
  .max-w-sm-56 {
    max-width: 56% !important;
  }
  .max-w-sm-56-px {
    max-width: 56px !important;
  }
  .min-w-sm-64 {
    min-width: 64% !important;
  }
  .min-w-sm-64-px {
    min-width: 64px !important;
  }
  .max-w-sm-64 {
    max-width: 64% !important;
  }
  .max-w-sm-64-px {
    max-width: 64px !important;
  }
  .min-w-sm-72 {
    min-width: 72% !important;
  }
  .min-w-sm-72-px {
    min-width: 72px !important;
  }
  .max-w-sm-72 {
    max-width: 72% !important;
  }
  .max-w-sm-72-px {
    max-width: 72px !important;
  }
  .min-w-sm-80 {
    min-width: 80% !important;
  }
  .min-w-sm-80-px {
    min-width: 80px !important;
  }
  .max-w-sm-80 {
    max-width: 80% !important;
  }
  .max-w-sm-80-px {
    max-width: 80px !important;
  }
  .min-w-sm-96 {
    min-width: 96% !important;
  }
  .min-w-sm-96-px {
    min-width: 96px !important;
  }
  .max-w-sm-96 {
    max-width: 96% !important;
  }
  .max-w-sm-96-px {
    max-width: 96px !important;
  }
  .min-w-sm-100 {
    min-width: 100% !important;
  }
  .min-w-sm-100-px {
    min-width: 100px !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .max-w-sm-100-px {
    max-width: 100px !important;
  }
  .min-w-sm-120 {
    min-width: 120% !important;
  }
  .min-w-sm-120-px {
    min-width: 120px !important;
  }
  .max-w-sm-120 {
    max-width: 120% !important;
  }
  .max-w-sm-120-px {
    max-width: 120px !important;
  }
  .min-w-sm-140 {
    min-width: 140% !important;
  }
  .min-w-sm-140-px {
    min-width: 140px !important;
  }
  .max-w-sm-140 {
    max-width: 140% !important;
  }
  .max-w-sm-140-px {
    max-width: 140px !important;
  }
  .min-w-sm-160 {
    min-width: 160% !important;
  }
  .min-w-sm-160-px {
    min-width: 160px !important;
  }
  .max-w-sm-160 {
    max-width: 160% !important;
  }
  .max-w-sm-160-px {
    max-width: 160px !important;
  }
  .min-w-sm-180 {
    min-width: 180% !important;
  }
  .min-w-sm-180-px {
    min-width: 180px !important;
  }
  .max-w-sm-180 {
    max-width: 180% !important;
  }
  .max-w-sm-180-px {
    max-width: 180px !important;
  }
  .min-w-sm-200 {
    min-width: 200% !important;
  }
  .min-w-sm-200-px {
    min-width: 200px !important;
  }
  .max-w-sm-200 {
    max-width: 200% !important;
  }
  .max-w-sm-200-px {
    max-width: 200px !important;
  }
  .min-w-sm-220 {
    min-width: 220% !important;
  }
  .min-w-sm-220-px {
    min-width: 220px !important;
  }
  .max-w-sm-220 {
    max-width: 220% !important;
  }
  .max-w-sm-220-px {
    max-width: 220px !important;
  }
  .min-w-sm-240 {
    min-width: 240% !important;
  }
  .min-w-sm-240-px {
    min-width: 240px !important;
  }
  .max-w-sm-240 {
    max-width: 240% !important;
  }
  .max-w-sm-240-px {
    max-width: 240px !important;
  }
  .min-w-sm-260 {
    min-width: 260% !important;
  }
  .min-w-sm-260-px {
    min-width: 260px !important;
  }
  .max-w-sm-260 {
    max-width: 260% !important;
  }
  .max-w-sm-260-px {
    max-width: 260px !important;
  }
  .min-w-sm-280 {
    min-width: 280% !important;
  }
  .min-w-sm-280-px {
    min-width: 280px !important;
  }
  .max-w-sm-280 {
    max-width: 280% !important;
  }
  .max-w-sm-280-px {
    max-width: 280px !important;
  }
  .min-w-sm-300 {
    min-width: 300% !important;
  }
  .min-w-sm-300-px {
    min-width: 300px !important;
  }
  .max-w-sm-300 {
    max-width: 300% !important;
  }
  .max-w-sm-300-px {
    max-width: 300px !important;
  }
  .min-w-sm-320 {
    min-width: 320% !important;
  }
  .min-w-sm-320-px {
    min-width: 320px !important;
  }
  .max-w-sm-320 {
    max-width: 320% !important;
  }
  .max-w-sm-320-px {
    max-width: 320px !important;
  }
  .min-w-sm-340 {
    min-width: 340% !important;
  }
  .min-w-sm-340-px {
    min-width: 340px !important;
  }
  .max-w-sm-340 {
    max-width: 340% !important;
  }
  .max-w-sm-340-px {
    max-width: 340px !important;
  }
  .min-w-sm-350 {
    min-width: 350% !important;
  }
  .min-w-sm-350-px {
    min-width: 350px !important;
  }
  .max-w-sm-350 {
    max-width: 350% !important;
  }
  .max-w-sm-350-px {
    max-width: 350px !important;
  }
  .min-w-sm-360 {
    min-width: 360% !important;
  }
  .min-w-sm-360-px {
    min-width: 360px !important;
  }
  .max-w-sm-360 {
    max-width: 360% !important;
  }
  .max-w-sm-360-px {
    max-width: 360px !important;
  }
  .min-w-sm-380 {
    min-width: 380% !important;
  }
  .min-w-sm-380-px {
    min-width: 380px !important;
  }
  .max-w-sm-380 {
    max-width: 380% !important;
  }
  .max-w-sm-380-px {
    max-width: 380px !important;
  }
  .min-w-sm-400 {
    min-width: 400% !important;
  }
  .min-w-sm-400-px {
    min-width: 400px !important;
  }
  .max-w-sm-400 {
    max-width: 400% !important;
  }
  .max-w-sm-400-px {
    max-width: 400px !important;
  }
  .min-w-sm-450 {
    min-width: 450% !important;
  }
  .min-w-sm-450-px {
    min-width: 450px !important;
  }
  .max-w-sm-450 {
    max-width: 450% !important;
  }
  .max-w-sm-450-px {
    max-width: 450px !important;
  }
  .min-w-sm-500 {
    min-width: 500% !important;
  }
  .min-w-sm-500-px {
    min-width: 500px !important;
  }
  .max-w-sm-500 {
    max-width: 500% !important;
  }
  .max-w-sm-500-px {
    max-width: 500px !important;
  }
  .min-w-sm-25 {
    min-width: 25% !important;
  }
  .min-w-sm-25-px {
    min-width: 25px !important;
  }
  .max-w-sm-25 {
    max-width: 25% !important;
  }
  .max-w-sm-25-px {
    max-width: 25px !important;
  }
  .min-w-sm-50 {
    min-width: 50% !important;
  }
  .min-w-sm-50-px {
    min-width: 50px !important;
  }
  .max-w-sm-50 {
    max-width: 50% !important;
  }
  .max-w-sm-50-px {
    max-width: 50px !important;
  }
  .min-w-sm-75 {
    min-width: 75% !important;
  }
  .min-w-sm-75-px {
    min-width: 75px !important;
  }
  .max-w-sm-75 {
    max-width: 75% !important;
  }
  .max-w-sm-75-px {
    max-width: 75px !important;
  }
  .min-w-sm-72 {
    min-width: 72% !important;
  }
  .min-w-sm-72-px {
    min-width: 72px !important;
  }
  .max-w-sm-72 {
    max-width: 72% !important;
  }
  .max-w-sm-72-px {
    max-width: 72px !important;
  }
}
@media only screen and (min-width: 768px) {
  .min-w-md-0 {
    min-width: 0% !important;
  }
  .min-w-md-0-px {
    min-width: 0px !important;
  }
  .max-w-md-0 {
    max-width: 0% !important;
  }
  .max-w-md-0-px {
    max-width: 0px !important;
  }
  .min-w-md-2 {
    min-width: 2% !important;
  }
  .min-w-md-2-px {
    min-width: 2px !important;
  }
  .max-w-md-2 {
    max-width: 2% !important;
  }
  .max-w-md-2-px {
    max-width: 2px !important;
  }
  .min-w-md-4 {
    min-width: 4% !important;
  }
  .min-w-md-4-px {
    min-width: 4px !important;
  }
  .max-w-md-4 {
    max-width: 4% !important;
  }
  .max-w-md-4-px {
    max-width: 4px !important;
  }
  .min-w-md-6 {
    min-width: 6% !important;
  }
  .min-w-md-6-px {
    min-width: 6px !important;
  }
  .max-w-md-6 {
    max-width: 6% !important;
  }
  .max-w-md-6-px {
    max-width: 6px !important;
  }
  .min-w-md-8 {
    min-width: 8% !important;
  }
  .min-w-md-8-px {
    min-width: 8px !important;
  }
  .max-w-md-8 {
    max-width: 8% !important;
  }
  .max-w-md-8-px {
    max-width: 8px !important;
  }
  .min-w-md-12 {
    min-width: 12% !important;
  }
  .min-w-md-12-px {
    min-width: 12px !important;
  }
  .max-w-md-12 {
    max-width: 12% !important;
  }
  .max-w-md-12-px {
    max-width: 12px !important;
  }
  .min-w-md-16 {
    min-width: 16% !important;
  }
  .min-w-md-16-px {
    min-width: 16px !important;
  }
  .max-w-md-16 {
    max-width: 16% !important;
  }
  .max-w-md-16-px {
    max-width: 16px !important;
  }
  .min-w-md-20 {
    min-width: 20% !important;
  }
  .min-w-md-20-px {
    min-width: 20px !important;
  }
  .max-w-md-20 {
    max-width: 20% !important;
  }
  .max-w-md-20-px {
    max-width: 20px !important;
  }
  .min-w-md-24 {
    min-width: 24% !important;
  }
  .min-w-md-24-px {
    min-width: 24px !important;
  }
  .max-w-md-24 {
    max-width: 24% !important;
  }
  .max-w-md-24-px {
    max-width: 24px !important;
  }
  .min-w-md-32 {
    min-width: 32% !important;
  }
  .min-w-md-32-px {
    min-width: 32px !important;
  }
  .max-w-md-32 {
    max-width: 32% !important;
  }
  .max-w-md-32-px {
    max-width: 32px !important;
  }
  .min-w-md-34 {
    min-width: 34% !important;
  }
  .min-w-md-34-px {
    min-width: 34px !important;
  }
  .max-w-md-34 {
    max-width: 34% !important;
  }
  .max-w-md-34-px {
    max-width: 34px !important;
  }
  .min-w-md-36 {
    min-width: 36% !important;
  }
  .min-w-md-36-px {
    min-width: 36px !important;
  }
  .max-w-md-36 {
    max-width: 36% !important;
  }
  .max-w-md-36-px {
    max-width: 36px !important;
  }
  .min-w-md-40 {
    min-width: 40% !important;
  }
  .min-w-md-40-px {
    min-width: 40px !important;
  }
  .max-w-md-40 {
    max-width: 40% !important;
  }
  .max-w-md-40-px {
    max-width: 40px !important;
  }
  .min-w-md-42 {
    min-width: 42% !important;
  }
  .min-w-md-42-px {
    min-width: 42px !important;
  }
  .max-w-md-42 {
    max-width: 42% !important;
  }
  .max-w-md-42-px {
    max-width: 42px !important;
  }
  .min-w-md-46 {
    min-width: 46% !important;
  }
  .min-w-md-46-px {
    min-width: 46px !important;
  }
  .max-w-md-46 {
    max-width: 46% !important;
  }
  .max-w-md-46-px {
    max-width: 46px !important;
  }
  .min-w-md-48 {
    min-width: 48% !important;
  }
  .min-w-md-48-px {
    min-width: 48px !important;
  }
  .max-w-md-48 {
    max-width: 48% !important;
  }
  .max-w-md-48-px {
    max-width: 48px !important;
  }
  .min-w-md-52 {
    min-width: 52% !important;
  }
  .min-w-md-52-px {
    min-width: 52px !important;
  }
  .max-w-md-52 {
    max-width: 52% !important;
  }
  .max-w-md-52-px {
    max-width: 52px !important;
  }
  .min-w-md-56 {
    min-width: 56% !important;
  }
  .min-w-md-56-px {
    min-width: 56px !important;
  }
  .max-w-md-56 {
    max-width: 56% !important;
  }
  .max-w-md-56-px {
    max-width: 56px !important;
  }
  .min-w-md-64 {
    min-width: 64% !important;
  }
  .min-w-md-64-px {
    min-width: 64px !important;
  }
  .max-w-md-64 {
    max-width: 64% !important;
  }
  .max-w-md-64-px {
    max-width: 64px !important;
  }
  .min-w-md-72 {
    min-width: 72% !important;
  }
  .min-w-md-72-px {
    min-width: 72px !important;
  }
  .max-w-md-72 {
    max-width: 72% !important;
  }
  .max-w-md-72-px {
    max-width: 72px !important;
  }
  .min-w-md-80 {
    min-width: 80% !important;
  }
  .min-w-md-80-px {
    min-width: 80px !important;
  }
  .max-w-md-80 {
    max-width: 80% !important;
  }
  .max-w-md-80-px {
    max-width: 80px !important;
  }
  .min-w-md-96 {
    min-width: 96% !important;
  }
  .min-w-md-96-px {
    min-width: 96px !important;
  }
  .max-w-md-96 {
    max-width: 96% !important;
  }
  .max-w-md-96-px {
    max-width: 96px !important;
  }
  .min-w-md-100 {
    min-width: 100% !important;
  }
  .min-w-md-100-px {
    min-width: 100px !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .max-w-md-100-px {
    max-width: 100px !important;
  }
  .min-w-md-120 {
    min-width: 120% !important;
  }
  .min-w-md-120-px {
    min-width: 120px !important;
  }
  .max-w-md-120 {
    max-width: 120% !important;
  }
  .max-w-md-120-px {
    max-width: 120px !important;
  }
  .min-w-md-140 {
    min-width: 140% !important;
  }
  .min-w-md-140-px {
    min-width: 140px !important;
  }
  .max-w-md-140 {
    max-width: 140% !important;
  }
  .max-w-md-140-px {
    max-width: 140px !important;
  }
  .min-w-md-160 {
    min-width: 160% !important;
  }
  .min-w-md-160-px {
    min-width: 160px !important;
  }
  .max-w-md-160 {
    max-width: 160% !important;
  }
  .max-w-md-160-px {
    max-width: 160px !important;
  }
  .min-w-md-180 {
    min-width: 180% !important;
  }
  .min-w-md-180-px {
    min-width: 180px !important;
  }
  .max-w-md-180 {
    max-width: 180% !important;
  }
  .max-w-md-180-px {
    max-width: 180px !important;
  }
  .min-w-md-200 {
    min-width: 200% !important;
  }
  .min-w-md-200-px {
    min-width: 200px !important;
  }
  .max-w-md-200 {
    max-width: 200% !important;
  }
  .max-w-md-200-px {
    max-width: 200px !important;
  }
  .min-w-md-220 {
    min-width: 220% !important;
  }
  .min-w-md-220-px {
    min-width: 220px !important;
  }
  .max-w-md-220 {
    max-width: 220% !important;
  }
  .max-w-md-220-px {
    max-width: 220px !important;
  }
  .min-w-md-240 {
    min-width: 240% !important;
  }
  .min-w-md-240-px {
    min-width: 240px !important;
  }
  .max-w-md-240 {
    max-width: 240% !important;
  }
  .max-w-md-240-px {
    max-width: 240px !important;
  }
  .min-w-md-260 {
    min-width: 260% !important;
  }
  .min-w-md-260-px {
    min-width: 260px !important;
  }
  .max-w-md-260 {
    max-width: 260% !important;
  }
  .max-w-md-260-px {
    max-width: 260px !important;
  }
  .min-w-md-280 {
    min-width: 280% !important;
  }
  .min-w-md-280-px {
    min-width: 280px !important;
  }
  .max-w-md-280 {
    max-width: 280% !important;
  }
  .max-w-md-280-px {
    max-width: 280px !important;
  }
  .min-w-md-300 {
    min-width: 300% !important;
  }
  .min-w-md-300-px {
    min-width: 300px !important;
  }
  .max-w-md-300 {
    max-width: 300% !important;
  }
  .max-w-md-300-px {
    max-width: 300px !important;
  }
  .min-w-md-320 {
    min-width: 320% !important;
  }
  .min-w-md-320-px {
    min-width: 320px !important;
  }
  .max-w-md-320 {
    max-width: 320% !important;
  }
  .max-w-md-320-px {
    max-width: 320px !important;
  }
  .min-w-md-340 {
    min-width: 340% !important;
  }
  .min-w-md-340-px {
    min-width: 340px !important;
  }
  .max-w-md-340 {
    max-width: 340% !important;
  }
  .max-w-md-340-px {
    max-width: 340px !important;
  }
  .min-w-md-350 {
    min-width: 350% !important;
  }
  .min-w-md-350-px {
    min-width: 350px !important;
  }
  .max-w-md-350 {
    max-width: 350% !important;
  }
  .max-w-md-350-px {
    max-width: 350px !important;
  }
  .min-w-md-360 {
    min-width: 360% !important;
  }
  .min-w-md-360-px {
    min-width: 360px !important;
  }
  .max-w-md-360 {
    max-width: 360% !important;
  }
  .max-w-md-360-px {
    max-width: 360px !important;
  }
  .min-w-md-380 {
    min-width: 380% !important;
  }
  .min-w-md-380-px {
    min-width: 380px !important;
  }
  .max-w-md-380 {
    max-width: 380% !important;
  }
  .max-w-md-380-px {
    max-width: 380px !important;
  }
  .min-w-md-400 {
    min-width: 400% !important;
  }
  .min-w-md-400-px {
    min-width: 400px !important;
  }
  .max-w-md-400 {
    max-width: 400% !important;
  }
  .max-w-md-400-px {
    max-width: 400px !important;
  }
  .min-w-md-450 {
    min-width: 450% !important;
  }
  .min-w-md-450-px {
    min-width: 450px !important;
  }
  .max-w-md-450 {
    max-width: 450% !important;
  }
  .max-w-md-450-px {
    max-width: 450px !important;
  }
  .min-w-md-500 {
    min-width: 500% !important;
  }
  .min-w-md-500-px {
    min-width: 500px !important;
  }
  .max-w-md-500 {
    max-width: 500% !important;
  }
  .max-w-md-500-px {
    max-width: 500px !important;
  }
  .min-w-md-25 {
    min-width: 25% !important;
  }
  .min-w-md-25-px {
    min-width: 25px !important;
  }
  .max-w-md-25 {
    max-width: 25% !important;
  }
  .max-w-md-25-px {
    max-width: 25px !important;
  }
  .min-w-md-50 {
    min-width: 50% !important;
  }
  .min-w-md-50-px {
    min-width: 50px !important;
  }
  .max-w-md-50 {
    max-width: 50% !important;
  }
  .max-w-md-50-px {
    max-width: 50px !important;
  }
  .min-w-md-75 {
    min-width: 75% !important;
  }
  .min-w-md-75-px {
    min-width: 75px !important;
  }
  .max-w-md-75 {
    max-width: 75% !important;
  }
  .max-w-md-75-px {
    max-width: 75px !important;
  }
  .min-w-md-72 {
    min-width: 72% !important;
  }
  .min-w-md-72-px {
    min-width: 72px !important;
  }
  .max-w-md-72 {
    max-width: 72% !important;
  }
  .max-w-md-72-px {
    max-width: 72px !important;
  }
}
@media only screen and (min-width: 992px) {
  .min-w-lg-0 {
    min-width: 0% !important;
  }
  .min-w-lg-0-px {
    min-width: 0px !important;
  }
  .max-w-lg-0 {
    max-width: 0% !important;
  }
  .max-w-lg-0-px {
    max-width: 0px !important;
  }
  .min-w-lg-2 {
    min-width: 2% !important;
  }
  .min-w-lg-2-px {
    min-width: 2px !important;
  }
  .max-w-lg-2 {
    max-width: 2% !important;
  }
  .max-w-lg-2-px {
    max-width: 2px !important;
  }
  .min-w-lg-4 {
    min-width: 4% !important;
  }
  .min-w-lg-4-px {
    min-width: 4px !important;
  }
  .max-w-lg-4 {
    max-width: 4% !important;
  }
  .max-w-lg-4-px {
    max-width: 4px !important;
  }
  .min-w-lg-6 {
    min-width: 6% !important;
  }
  .min-w-lg-6-px {
    min-width: 6px !important;
  }
  .max-w-lg-6 {
    max-width: 6% !important;
  }
  .max-w-lg-6-px {
    max-width: 6px !important;
  }
  .min-w-lg-8 {
    min-width: 8% !important;
  }
  .min-w-lg-8-px {
    min-width: 8px !important;
  }
  .max-w-lg-8 {
    max-width: 8% !important;
  }
  .max-w-lg-8-px {
    max-width: 8px !important;
  }
  .min-w-lg-12 {
    min-width: 12% !important;
  }
  .min-w-lg-12-px {
    min-width: 12px !important;
  }
  .max-w-lg-12 {
    max-width: 12% !important;
  }
  .max-w-lg-12-px {
    max-width: 12px !important;
  }
  .min-w-lg-16 {
    min-width: 16% !important;
  }
  .min-w-lg-16-px {
    min-width: 16px !important;
  }
  .max-w-lg-16 {
    max-width: 16% !important;
  }
  .max-w-lg-16-px {
    max-width: 16px !important;
  }
  .min-w-lg-20 {
    min-width: 20% !important;
  }
  .min-w-lg-20-px {
    min-width: 20px !important;
  }
  .max-w-lg-20 {
    max-width: 20% !important;
  }
  .max-w-lg-20-px {
    max-width: 20px !important;
  }
  .min-w-lg-24 {
    min-width: 24% !important;
  }
  .min-w-lg-24-px {
    min-width: 24px !important;
  }
  .max-w-lg-24 {
    max-width: 24% !important;
  }
  .max-w-lg-24-px {
    max-width: 24px !important;
  }
  .min-w-lg-32 {
    min-width: 32% !important;
  }
  .min-w-lg-32-px {
    min-width: 32px !important;
  }
  .max-w-lg-32 {
    max-width: 32% !important;
  }
  .max-w-lg-32-px {
    max-width: 32px !important;
  }
  .min-w-lg-34 {
    min-width: 34% !important;
  }
  .min-w-lg-34-px {
    min-width: 34px !important;
  }
  .max-w-lg-34 {
    max-width: 34% !important;
  }
  .max-w-lg-34-px {
    max-width: 34px !important;
  }
  .min-w-lg-36 {
    min-width: 36% !important;
  }
  .min-w-lg-36-px {
    min-width: 36px !important;
  }
  .max-w-lg-36 {
    max-width: 36% !important;
  }
  .max-w-lg-36-px {
    max-width: 36px !important;
  }
  .min-w-lg-40 {
    min-width: 40% !important;
  }
  .min-w-lg-40-px {
    min-width: 40px !important;
  }
  .max-w-lg-40 {
    max-width: 40% !important;
  }
  .max-w-lg-40-px {
    max-width: 40px !important;
  }
  .min-w-lg-42 {
    min-width: 42% !important;
  }
  .min-w-lg-42-px {
    min-width: 42px !important;
  }
  .max-w-lg-42 {
    max-width: 42% !important;
  }
  .max-w-lg-42-px {
    max-width: 42px !important;
  }
  .min-w-lg-46 {
    min-width: 46% !important;
  }
  .min-w-lg-46-px {
    min-width: 46px !important;
  }
  .max-w-lg-46 {
    max-width: 46% !important;
  }
  .max-w-lg-46-px {
    max-width: 46px !important;
  }
  .min-w-lg-48 {
    min-width: 48% !important;
  }
  .min-w-lg-48-px {
    min-width: 48px !important;
  }
  .max-w-lg-48 {
    max-width: 48% !important;
  }
  .max-w-lg-48-px {
    max-width: 48px !important;
  }
  .min-w-lg-52 {
    min-width: 52% !important;
  }
  .min-w-lg-52-px {
    min-width: 52px !important;
  }
  .max-w-lg-52 {
    max-width: 52% !important;
  }
  .max-w-lg-52-px {
    max-width: 52px !important;
  }
  .min-w-lg-56 {
    min-width: 56% !important;
  }
  .min-w-lg-56-px {
    min-width: 56px !important;
  }
  .max-w-lg-56 {
    max-width: 56% !important;
  }
  .max-w-lg-56-px {
    max-width: 56px !important;
  }
  .min-w-lg-64 {
    min-width: 64% !important;
  }
  .min-w-lg-64-px {
    min-width: 64px !important;
  }
  .max-w-lg-64 {
    max-width: 64% !important;
  }
  .max-w-lg-64-px {
    max-width: 64px !important;
  }
  .min-w-lg-72 {
    min-width: 72% !important;
  }
  .min-w-lg-72-px {
    min-width: 72px !important;
  }
  .max-w-lg-72 {
    max-width: 72% !important;
  }
  .max-w-lg-72-px {
    max-width: 72px !important;
  }
  .min-w-lg-80 {
    min-width: 80% !important;
  }
  .min-w-lg-80-px {
    min-width: 80px !important;
  }
  .max-w-lg-80 {
    max-width: 80% !important;
  }
  .max-w-lg-80-px {
    max-width: 80px !important;
  }
  .min-w-lg-96 {
    min-width: 96% !important;
  }
  .min-w-lg-96-px {
    min-width: 96px !important;
  }
  .max-w-lg-96 {
    max-width: 96% !important;
  }
  .max-w-lg-96-px {
    max-width: 96px !important;
  }
  .min-w-lg-100 {
    min-width: 100% !important;
  }
  .min-w-lg-100-px {
    min-width: 100px !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .max-w-lg-100-px {
    max-width: 100px !important;
  }
  .min-w-lg-120 {
    min-width: 120% !important;
  }
  .min-w-lg-120-px {
    min-width: 120px !important;
  }
  .max-w-lg-120 {
    max-width: 120% !important;
  }
  .max-w-lg-120-px {
    max-width: 120px !important;
  }
  .min-w-lg-140 {
    min-width: 140% !important;
  }
  .min-w-lg-140-px {
    min-width: 140px !important;
  }
  .max-w-lg-140 {
    max-width: 140% !important;
  }
  .max-w-lg-140-px {
    max-width: 140px !important;
  }
  .min-w-lg-160 {
    min-width: 160% !important;
  }
  .min-w-lg-160-px {
    min-width: 160px !important;
  }
  .max-w-lg-160 {
    max-width: 160% !important;
  }
  .max-w-lg-160-px {
    max-width: 160px !important;
  }
  .min-w-lg-180 {
    min-width: 180% !important;
  }
  .min-w-lg-180-px {
    min-width: 180px !important;
  }
  .max-w-lg-180 {
    max-width: 180% !important;
  }
  .max-w-lg-180-px {
    max-width: 180px !important;
  }
  .min-w-lg-200 {
    min-width: 200% !important;
  }
  .min-w-lg-200-px {
    min-width: 200px !important;
  }
  .max-w-lg-200 {
    max-width: 200% !important;
  }
  .max-w-lg-200-px {
    max-width: 200px !important;
  }
  .min-w-lg-220 {
    min-width: 220% !important;
  }
  .min-w-lg-220-px {
    min-width: 220px !important;
  }
  .max-w-lg-220 {
    max-width: 220% !important;
  }
  .max-w-lg-220-px {
    max-width: 220px !important;
  }
  .min-w-lg-240 {
    min-width: 240% !important;
  }
  .min-w-lg-240-px {
    min-width: 240px !important;
  }
  .max-w-lg-240 {
    max-width: 240% !important;
  }
  .max-w-lg-240-px {
    max-width: 240px !important;
  }
  .min-w-lg-260 {
    min-width: 260% !important;
  }
  .min-w-lg-260-px {
    min-width: 260px !important;
  }
  .max-w-lg-260 {
    max-width: 260% !important;
  }
  .max-w-lg-260-px {
    max-width: 260px !important;
  }
  .min-w-lg-280 {
    min-width: 280% !important;
  }
  .min-w-lg-280-px {
    min-width: 280px !important;
  }
  .max-w-lg-280 {
    max-width: 280% !important;
  }
  .max-w-lg-280-px {
    max-width: 280px !important;
  }
  .min-w-lg-300 {
    min-width: 300% !important;
  }
  .min-w-lg-300-px {
    min-width: 300px !important;
  }
  .max-w-lg-300 {
    max-width: 300% !important;
  }
  .max-w-lg-300-px {
    max-width: 300px !important;
  }
  .min-w-lg-320 {
    min-width: 320% !important;
  }
  .min-w-lg-320-px {
    min-width: 320px !important;
  }
  .max-w-lg-320 {
    max-width: 320% !important;
  }
  .max-w-lg-320-px {
    max-width: 320px !important;
  }
  .min-w-lg-340 {
    min-width: 340% !important;
  }
  .min-w-lg-340-px {
    min-width: 340px !important;
  }
  .max-w-lg-340 {
    max-width: 340% !important;
  }
  .max-w-lg-340-px {
    max-width: 340px !important;
  }
  .min-w-lg-350 {
    min-width: 350% !important;
  }
  .min-w-lg-350-px {
    min-width: 350px !important;
  }
  .max-w-lg-350 {
    max-width: 350% !important;
  }
  .max-w-lg-350-px {
    max-width: 350px !important;
  }
  .min-w-lg-360 {
    min-width: 360% !important;
  }
  .min-w-lg-360-px {
    min-width: 360px !important;
  }
  .max-w-lg-360 {
    max-width: 360% !important;
  }
  .max-w-lg-360-px {
    max-width: 360px !important;
  }
  .min-w-lg-380 {
    min-width: 380% !important;
  }
  .min-w-lg-380-px {
    min-width: 380px !important;
  }
  .max-w-lg-380 {
    max-width: 380% !important;
  }
  .max-w-lg-380-px {
    max-width: 380px !important;
  }
  .min-w-lg-400 {
    min-width: 400% !important;
  }
  .min-w-lg-400-px {
    min-width: 400px !important;
  }
  .max-w-lg-400 {
    max-width: 400% !important;
  }
  .max-w-lg-400-px {
    max-width: 400px !important;
  }
  .min-w-lg-450 {
    min-width: 450% !important;
  }
  .min-w-lg-450-px {
    min-width: 450px !important;
  }
  .max-w-lg-450 {
    max-width: 450% !important;
  }
  .max-w-lg-450-px {
    max-width: 450px !important;
  }
  .min-w-lg-500 {
    min-width: 500% !important;
  }
  .min-w-lg-500-px {
    min-width: 500px !important;
  }
  .max-w-lg-500 {
    max-width: 500% !important;
  }
  .max-w-lg-500-px {
    max-width: 500px !important;
  }
  .min-w-lg-25 {
    min-width: 25% !important;
  }
  .min-w-lg-25-px {
    min-width: 25px !important;
  }
  .max-w-lg-25 {
    max-width: 25% !important;
  }
  .max-w-lg-25-px {
    max-width: 25px !important;
  }
  .min-w-lg-50 {
    min-width: 50% !important;
  }
  .min-w-lg-50-px {
    min-width: 50px !important;
  }
  .max-w-lg-50 {
    max-width: 50% !important;
  }
  .max-w-lg-50-px {
    max-width: 50px !important;
  }
  .min-w-lg-75 {
    min-width: 75% !important;
  }
  .min-w-lg-75-px {
    min-width: 75px !important;
  }
  .max-w-lg-75 {
    max-width: 75% !important;
  }
  .max-w-lg-75-px {
    max-width: 75px !important;
  }
  .min-w-lg-72 {
    min-width: 72% !important;
  }
  .min-w-lg-72-px {
    min-width: 72px !important;
  }
  .max-w-lg-72 {
    max-width: 72% !important;
  }
  .max-w-lg-72-px {
    max-width: 72px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .min-w-xl-0 {
    min-width: 0% !important;
  }
  .min-w-xl-0-px {
    min-width: 0px !important;
  }
  .max-w-xl-0 {
    max-width: 0% !important;
  }
  .max-w-xl-0-px {
    max-width: 0px !important;
  }
  .min-w-xl-2 {
    min-width: 2% !important;
  }
  .min-w-xl-2-px {
    min-width: 2px !important;
  }
  .max-w-xl-2 {
    max-width: 2% !important;
  }
  .max-w-xl-2-px {
    max-width: 2px !important;
  }
  .min-w-xl-4 {
    min-width: 4% !important;
  }
  .min-w-xl-4-px {
    min-width: 4px !important;
  }
  .max-w-xl-4 {
    max-width: 4% !important;
  }
  .max-w-xl-4-px {
    max-width: 4px !important;
  }
  .min-w-xl-6 {
    min-width: 6% !important;
  }
  .min-w-xl-6-px {
    min-width: 6px !important;
  }
  .max-w-xl-6 {
    max-width: 6% !important;
  }
  .max-w-xl-6-px {
    max-width: 6px !important;
  }
  .min-w-xl-8 {
    min-width: 8% !important;
  }
  .min-w-xl-8-px {
    min-width: 8px !important;
  }
  .max-w-xl-8 {
    max-width: 8% !important;
  }
  .max-w-xl-8-px {
    max-width: 8px !important;
  }
  .min-w-xl-12 {
    min-width: 12% !important;
  }
  .min-w-xl-12-px {
    min-width: 12px !important;
  }
  .max-w-xl-12 {
    max-width: 12% !important;
  }
  .max-w-xl-12-px {
    max-width: 12px !important;
  }
  .min-w-xl-16 {
    min-width: 16% !important;
  }
  .min-w-xl-16-px {
    min-width: 16px !important;
  }
  .max-w-xl-16 {
    max-width: 16% !important;
  }
  .max-w-xl-16-px {
    max-width: 16px !important;
  }
  .min-w-xl-20 {
    min-width: 20% !important;
  }
  .min-w-xl-20-px {
    min-width: 20px !important;
  }
  .max-w-xl-20 {
    max-width: 20% !important;
  }
  .max-w-xl-20-px {
    max-width: 20px !important;
  }
  .min-w-xl-24 {
    min-width: 24% !important;
  }
  .min-w-xl-24-px {
    min-width: 24px !important;
  }
  .max-w-xl-24 {
    max-width: 24% !important;
  }
  .max-w-xl-24-px {
    max-width: 24px !important;
  }
  .min-w-xl-32 {
    min-width: 32% !important;
  }
  .min-w-xl-32-px {
    min-width: 32px !important;
  }
  .max-w-xl-32 {
    max-width: 32% !important;
  }
  .max-w-xl-32-px {
    max-width: 32px !important;
  }
  .min-w-xl-34 {
    min-width: 34% !important;
  }
  .min-w-xl-34-px {
    min-width: 34px !important;
  }
  .max-w-xl-34 {
    max-width: 34% !important;
  }
  .max-w-xl-34-px {
    max-width: 34px !important;
  }
  .min-w-xl-36 {
    min-width: 36% !important;
  }
  .min-w-xl-36-px {
    min-width: 36px !important;
  }
  .max-w-xl-36 {
    max-width: 36% !important;
  }
  .max-w-xl-36-px {
    max-width: 36px !important;
  }
  .min-w-xl-40 {
    min-width: 40% !important;
  }
  .min-w-xl-40-px {
    min-width: 40px !important;
  }
  .max-w-xl-40 {
    max-width: 40% !important;
  }
  .max-w-xl-40-px {
    max-width: 40px !important;
  }
  .min-w-xl-42 {
    min-width: 42% !important;
  }
  .min-w-xl-42-px {
    min-width: 42px !important;
  }
  .max-w-xl-42 {
    max-width: 42% !important;
  }
  .max-w-xl-42-px {
    max-width: 42px !important;
  }
  .min-w-xl-46 {
    min-width: 46% !important;
  }
  .min-w-xl-46-px {
    min-width: 46px !important;
  }
  .max-w-xl-46 {
    max-width: 46% !important;
  }
  .max-w-xl-46-px {
    max-width: 46px !important;
  }
  .min-w-xl-48 {
    min-width: 48% !important;
  }
  .min-w-xl-48-px {
    min-width: 48px !important;
  }
  .max-w-xl-48 {
    max-width: 48% !important;
  }
  .max-w-xl-48-px {
    max-width: 48px !important;
  }
  .min-w-xl-52 {
    min-width: 52% !important;
  }
  .min-w-xl-52-px {
    min-width: 52px !important;
  }
  .max-w-xl-52 {
    max-width: 52% !important;
  }
  .max-w-xl-52-px {
    max-width: 52px !important;
  }
  .min-w-xl-56 {
    min-width: 56% !important;
  }
  .min-w-xl-56-px {
    min-width: 56px !important;
  }
  .max-w-xl-56 {
    max-width: 56% !important;
  }
  .max-w-xl-56-px {
    max-width: 56px !important;
  }
  .min-w-xl-64 {
    min-width: 64% !important;
  }
  .min-w-xl-64-px {
    min-width: 64px !important;
  }
  .max-w-xl-64 {
    max-width: 64% !important;
  }
  .max-w-xl-64-px {
    max-width: 64px !important;
  }
  .min-w-xl-72 {
    min-width: 72% !important;
  }
  .min-w-xl-72-px {
    min-width: 72px !important;
  }
  .max-w-xl-72 {
    max-width: 72% !important;
  }
  .max-w-xl-72-px {
    max-width: 72px !important;
  }
  .min-w-xl-80 {
    min-width: 80% !important;
  }
  .min-w-xl-80-px {
    min-width: 80px !important;
  }
  .max-w-xl-80 {
    max-width: 80% !important;
  }
  .max-w-xl-80-px {
    max-width: 80px !important;
  }
  .min-w-xl-96 {
    min-width: 96% !important;
  }
  .min-w-xl-96-px {
    min-width: 96px !important;
  }
  .max-w-xl-96 {
    max-width: 96% !important;
  }
  .max-w-xl-96-px {
    max-width: 96px !important;
  }
  .min-w-xl-100 {
    min-width: 100% !important;
  }
  .min-w-xl-100-px {
    min-width: 100px !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .max-w-xl-100-px {
    max-width: 100px !important;
  }
  .min-w-xl-120 {
    min-width: 120% !important;
  }
  .min-w-xl-120-px {
    min-width: 120px !important;
  }
  .max-w-xl-120 {
    max-width: 120% !important;
  }
  .max-w-xl-120-px {
    max-width: 120px !important;
  }
  .min-w-xl-140 {
    min-width: 140% !important;
  }
  .min-w-xl-140-px {
    min-width: 140px !important;
  }
  .max-w-xl-140 {
    max-width: 140% !important;
  }
  .max-w-xl-140-px {
    max-width: 140px !important;
  }
  .min-w-xl-160 {
    min-width: 160% !important;
  }
  .min-w-xl-160-px {
    min-width: 160px !important;
  }
  .max-w-xl-160 {
    max-width: 160% !important;
  }
  .max-w-xl-160-px {
    max-width: 160px !important;
  }
  .min-w-xl-180 {
    min-width: 180% !important;
  }
  .min-w-xl-180-px {
    min-width: 180px !important;
  }
  .max-w-xl-180 {
    max-width: 180% !important;
  }
  .max-w-xl-180-px {
    max-width: 180px !important;
  }
  .min-w-xl-200 {
    min-width: 200% !important;
  }
  .min-w-xl-200-px {
    min-width: 200px !important;
  }
  .max-w-xl-200 {
    max-width: 200% !important;
  }
  .max-w-xl-200-px {
    max-width: 200px !important;
  }
  .min-w-xl-220 {
    min-width: 220% !important;
  }
  .min-w-xl-220-px {
    min-width: 220px !important;
  }
  .max-w-xl-220 {
    max-width: 220% !important;
  }
  .max-w-xl-220-px {
    max-width: 220px !important;
  }
  .min-w-xl-240 {
    min-width: 240% !important;
  }
  .min-w-xl-240-px {
    min-width: 240px !important;
  }
  .max-w-xl-240 {
    max-width: 240% !important;
  }
  .max-w-xl-240-px {
    max-width: 240px !important;
  }
  .min-w-xl-260 {
    min-width: 260% !important;
  }
  .min-w-xl-260-px {
    min-width: 260px !important;
  }
  .max-w-xl-260 {
    max-width: 260% !important;
  }
  .max-w-xl-260-px {
    max-width: 260px !important;
  }
  .min-w-xl-280 {
    min-width: 280% !important;
  }
  .min-w-xl-280-px {
    min-width: 280px !important;
  }
  .max-w-xl-280 {
    max-width: 280% !important;
  }
  .max-w-xl-280-px {
    max-width: 280px !important;
  }
  .min-w-xl-300 {
    min-width: 300% !important;
  }
  .min-w-xl-300-px {
    min-width: 300px !important;
  }
  .max-w-xl-300 {
    max-width: 300% !important;
  }
  .max-w-xl-300-px {
    max-width: 300px !important;
  }
  .min-w-xl-320 {
    min-width: 320% !important;
  }
  .min-w-xl-320-px {
    min-width: 320px !important;
  }
  .max-w-xl-320 {
    max-width: 320% !important;
  }
  .max-w-xl-320-px {
    max-width: 320px !important;
  }
  .min-w-xl-340 {
    min-width: 340% !important;
  }
  .min-w-xl-340-px {
    min-width: 340px !important;
  }
  .max-w-xl-340 {
    max-width: 340% !important;
  }
  .max-w-xl-340-px {
    max-width: 340px !important;
  }
  .min-w-xl-350 {
    min-width: 350% !important;
  }
  .min-w-xl-350-px {
    min-width: 350px !important;
  }
  .max-w-xl-350 {
    max-width: 350% !important;
  }
  .max-w-xl-350-px {
    max-width: 350px !important;
  }
  .min-w-xl-360 {
    min-width: 360% !important;
  }
  .min-w-xl-360-px {
    min-width: 360px !important;
  }
  .max-w-xl-360 {
    max-width: 360% !important;
  }
  .max-w-xl-360-px {
    max-width: 360px !important;
  }
  .min-w-xl-380 {
    min-width: 380% !important;
  }
  .min-w-xl-380-px {
    min-width: 380px !important;
  }
  .max-w-xl-380 {
    max-width: 380% !important;
  }
  .max-w-xl-380-px {
    max-width: 380px !important;
  }
  .min-w-xl-400 {
    min-width: 400% !important;
  }
  .min-w-xl-400-px {
    min-width: 400px !important;
  }
  .max-w-xl-400 {
    max-width: 400% !important;
  }
  .max-w-xl-400-px {
    max-width: 400px !important;
  }
  .min-w-xl-450 {
    min-width: 450% !important;
  }
  .min-w-xl-450-px {
    min-width: 450px !important;
  }
  .max-w-xl-450 {
    max-width: 450% !important;
  }
  .max-w-xl-450-px {
    max-width: 450px !important;
  }
  .min-w-xl-500 {
    min-width: 500% !important;
  }
  .min-w-xl-500-px {
    min-width: 500px !important;
  }
  .max-w-xl-500 {
    max-width: 500% !important;
  }
  .max-w-xl-500-px {
    max-width: 500px !important;
  }
  .min-w-xl-25 {
    min-width: 25% !important;
  }
  .min-w-xl-25-px {
    min-width: 25px !important;
  }
  .max-w-xl-25 {
    max-width: 25% !important;
  }
  .max-w-xl-25-px {
    max-width: 25px !important;
  }
  .min-w-xl-50 {
    min-width: 50% !important;
  }
  .min-w-xl-50-px {
    min-width: 50px !important;
  }
  .max-w-xl-50 {
    max-width: 50% !important;
  }
  .max-w-xl-50-px {
    max-width: 50px !important;
  }
  .min-w-xl-75 {
    min-width: 75% !important;
  }
  .min-w-xl-75-px {
    min-width: 75px !important;
  }
  .max-w-xl-75 {
    max-width: 75% !important;
  }
  .max-w-xl-75-px {
    max-width: 75px !important;
  }
  .min-w-xl-72 {
    min-width: 72% !important;
  }
  .min-w-xl-72-px {
    min-width: 72px !important;
  }
  .max-w-xl-72 {
    max-width: 72% !important;
  }
  .max-w-xl-72-px {
    max-width: 72px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .min-w-xxl-0 {
    min-width: 0% !important;
  }
  .min-w-xxl-0-px {
    min-width: 0px !important;
  }
  .max-w-xxl-0 {
    max-width: 0% !important;
  }
  .max-w-xxl-0-px {
    max-width: 0px !important;
  }
  .min-w-xxl-2 {
    min-width: 2% !important;
  }
  .min-w-xxl-2-px {
    min-width: 2px !important;
  }
  .max-w-xxl-2 {
    max-width: 2% !important;
  }
  .max-w-xxl-2-px {
    max-width: 2px !important;
  }
  .min-w-xxl-4 {
    min-width: 4% !important;
  }
  .min-w-xxl-4-px {
    min-width: 4px !important;
  }
  .max-w-xxl-4 {
    max-width: 4% !important;
  }
  .max-w-xxl-4-px {
    max-width: 4px !important;
  }
  .min-w-xxl-6 {
    min-width: 6% !important;
  }
  .min-w-xxl-6-px {
    min-width: 6px !important;
  }
  .max-w-xxl-6 {
    max-width: 6% !important;
  }
  .max-w-xxl-6-px {
    max-width: 6px !important;
  }
  .min-w-xxl-8 {
    min-width: 8% !important;
  }
  .min-w-xxl-8-px {
    min-width: 8px !important;
  }
  .max-w-xxl-8 {
    max-width: 8% !important;
  }
  .max-w-xxl-8-px {
    max-width: 8px !important;
  }
  .min-w-xxl-12 {
    min-width: 12% !important;
  }
  .min-w-xxl-12-px {
    min-width: 12px !important;
  }
  .max-w-xxl-12 {
    max-width: 12% !important;
  }
  .max-w-xxl-12-px {
    max-width: 12px !important;
  }
  .min-w-xxl-16 {
    min-width: 16% !important;
  }
  .min-w-xxl-16-px {
    min-width: 16px !important;
  }
  .max-w-xxl-16 {
    max-width: 16% !important;
  }
  .max-w-xxl-16-px {
    max-width: 16px !important;
  }
  .min-w-xxl-20 {
    min-width: 20% !important;
  }
  .min-w-xxl-20-px {
    min-width: 20px !important;
  }
  .max-w-xxl-20 {
    max-width: 20% !important;
  }
  .max-w-xxl-20-px {
    max-width: 20px !important;
  }
  .min-w-xxl-24 {
    min-width: 24% !important;
  }
  .min-w-xxl-24-px {
    min-width: 24px !important;
  }
  .max-w-xxl-24 {
    max-width: 24% !important;
  }
  .max-w-xxl-24-px {
    max-width: 24px !important;
  }
  .min-w-xxl-32 {
    min-width: 32% !important;
  }
  .min-w-xxl-32-px {
    min-width: 32px !important;
  }
  .max-w-xxl-32 {
    max-width: 32% !important;
  }
  .max-w-xxl-32-px {
    max-width: 32px !important;
  }
  .min-w-xxl-34 {
    min-width: 34% !important;
  }
  .min-w-xxl-34-px {
    min-width: 34px !important;
  }
  .max-w-xxl-34 {
    max-width: 34% !important;
  }
  .max-w-xxl-34-px {
    max-width: 34px !important;
  }
  .min-w-xxl-36 {
    min-width: 36% !important;
  }
  .min-w-xxl-36-px {
    min-width: 36px !important;
  }
  .max-w-xxl-36 {
    max-width: 36% !important;
  }
  .max-w-xxl-36-px {
    max-width: 36px !important;
  }
  .min-w-xxl-40 {
    min-width: 40% !important;
  }
  .min-w-xxl-40-px {
    min-width: 40px !important;
  }
  .max-w-xxl-40 {
    max-width: 40% !important;
  }
  .max-w-xxl-40-px {
    max-width: 40px !important;
  }
  .min-w-xxl-42 {
    min-width: 42% !important;
  }
  .min-w-xxl-42-px {
    min-width: 42px !important;
  }
  .max-w-xxl-42 {
    max-width: 42% !important;
  }
  .max-w-xxl-42-px {
    max-width: 42px !important;
  }
  .min-w-xxl-46 {
    min-width: 46% !important;
  }
  .min-w-xxl-46-px {
    min-width: 46px !important;
  }
  .max-w-xxl-46 {
    max-width: 46% !important;
  }
  .max-w-xxl-46-px {
    max-width: 46px !important;
  }
  .min-w-xxl-48 {
    min-width: 48% !important;
  }
  .min-w-xxl-48-px {
    min-width: 48px !important;
  }
  .max-w-xxl-48 {
    max-width: 48% !important;
  }
  .max-w-xxl-48-px {
    max-width: 48px !important;
  }
  .min-w-xxl-52 {
    min-width: 52% !important;
  }
  .min-w-xxl-52-px {
    min-width: 52px !important;
  }
  .max-w-xxl-52 {
    max-width: 52% !important;
  }
  .max-w-xxl-52-px {
    max-width: 52px !important;
  }
  .min-w-xxl-56 {
    min-width: 56% !important;
  }
  .min-w-xxl-56-px {
    min-width: 56px !important;
  }
  .max-w-xxl-56 {
    max-width: 56% !important;
  }
  .max-w-xxl-56-px {
    max-width: 56px !important;
  }
  .min-w-xxl-64 {
    min-width: 64% !important;
  }
  .min-w-xxl-64-px {
    min-width: 64px !important;
  }
  .max-w-xxl-64 {
    max-width: 64% !important;
  }
  .max-w-xxl-64-px {
    max-width: 64px !important;
  }
  .min-w-xxl-72 {
    min-width: 72% !important;
  }
  .min-w-xxl-72-px {
    min-width: 72px !important;
  }
  .max-w-xxl-72 {
    max-width: 72% !important;
  }
  .max-w-xxl-72-px {
    max-width: 72px !important;
  }
  .min-w-xxl-80 {
    min-width: 80% !important;
  }
  .min-w-xxl-80-px {
    min-width: 80px !important;
  }
  .max-w-xxl-80 {
    max-width: 80% !important;
  }
  .max-w-xxl-80-px {
    max-width: 80px !important;
  }
  .min-w-xxl-96 {
    min-width: 96% !important;
  }
  .min-w-xxl-96-px {
    min-width: 96px !important;
  }
  .max-w-xxl-96 {
    max-width: 96% !important;
  }
  .max-w-xxl-96-px {
    max-width: 96px !important;
  }
  .min-w-xxl-100 {
    min-width: 100% !important;
  }
  .min-w-xxl-100-px {
    min-width: 100px !important;
  }
  .max-w-xxl-100 {
    max-width: 100% !important;
  }
  .max-w-xxl-100-px {
    max-width: 100px !important;
  }
  .min-w-xxl-120 {
    min-width: 120% !important;
  }
  .min-w-xxl-120-px {
    min-width: 120px !important;
  }
  .max-w-xxl-120 {
    max-width: 120% !important;
  }
  .max-w-xxl-120-px {
    max-width: 120px !important;
  }
  .min-w-xxl-140 {
    min-width: 140% !important;
  }
  .min-w-xxl-140-px {
    min-width: 140px !important;
  }
  .max-w-xxl-140 {
    max-width: 140% !important;
  }
  .max-w-xxl-140-px {
    max-width: 140px !important;
  }
  .min-w-xxl-160 {
    min-width: 160% !important;
  }
  .min-w-xxl-160-px {
    min-width: 160px !important;
  }
  .max-w-xxl-160 {
    max-width: 160% !important;
  }
  .max-w-xxl-160-px {
    max-width: 160px !important;
  }
  .min-w-xxl-180 {
    min-width: 180% !important;
  }
  .min-w-xxl-180-px {
    min-width: 180px !important;
  }
  .max-w-xxl-180 {
    max-width: 180% !important;
  }
  .max-w-xxl-180-px {
    max-width: 180px !important;
  }
  .min-w-xxl-200 {
    min-width: 200% !important;
  }
  .min-w-xxl-200-px {
    min-width: 200px !important;
  }
  .max-w-xxl-200 {
    max-width: 200% !important;
  }
  .max-w-xxl-200-px {
    max-width: 200px !important;
  }
  .min-w-xxl-220 {
    min-width: 220% !important;
  }
  .min-w-xxl-220-px {
    min-width: 220px !important;
  }
  .max-w-xxl-220 {
    max-width: 220% !important;
  }
  .max-w-xxl-220-px {
    max-width: 220px !important;
  }
  .min-w-xxl-240 {
    min-width: 240% !important;
  }
  .min-w-xxl-240-px {
    min-width: 240px !important;
  }
  .max-w-xxl-240 {
    max-width: 240% !important;
  }
  .max-w-xxl-240-px {
    max-width: 240px !important;
  }
  .min-w-xxl-260 {
    min-width: 260% !important;
  }
  .min-w-xxl-260-px {
    min-width: 260px !important;
  }
  .max-w-xxl-260 {
    max-width: 260% !important;
  }
  .max-w-xxl-260-px {
    max-width: 260px !important;
  }
  .min-w-xxl-280 {
    min-width: 280% !important;
  }
  .min-w-xxl-280-px {
    min-width: 280px !important;
  }
  .max-w-xxl-280 {
    max-width: 280% !important;
  }
  .max-w-xxl-280-px {
    max-width: 280px !important;
  }
  .min-w-xxl-300 {
    min-width: 300% !important;
  }
  .min-w-xxl-300-px {
    min-width: 300px !important;
  }
  .max-w-xxl-300 {
    max-width: 300% !important;
  }
  .max-w-xxl-300-px {
    max-width: 300px !important;
  }
  .min-w-xxl-320 {
    min-width: 320% !important;
  }
  .min-w-xxl-320-px {
    min-width: 320px !important;
  }
  .max-w-xxl-320 {
    max-width: 320% !important;
  }
  .max-w-xxl-320-px {
    max-width: 320px !important;
  }
  .min-w-xxl-340 {
    min-width: 340% !important;
  }
  .min-w-xxl-340-px {
    min-width: 340px !important;
  }
  .max-w-xxl-340 {
    max-width: 340% !important;
  }
  .max-w-xxl-340-px {
    max-width: 340px !important;
  }
  .min-w-xxl-350 {
    min-width: 350% !important;
  }
  .min-w-xxl-350-px {
    min-width: 350px !important;
  }
  .max-w-xxl-350 {
    max-width: 350% !important;
  }
  .max-w-xxl-350-px {
    max-width: 350px !important;
  }
  .min-w-xxl-360 {
    min-width: 360% !important;
  }
  .min-w-xxl-360-px {
    min-width: 360px !important;
  }
  .max-w-xxl-360 {
    max-width: 360% !important;
  }
  .max-w-xxl-360-px {
    max-width: 360px !important;
  }
  .min-w-xxl-380 {
    min-width: 380% !important;
  }
  .min-w-xxl-380-px {
    min-width: 380px !important;
  }
  .max-w-xxl-380 {
    max-width: 380% !important;
  }
  .max-w-xxl-380-px {
    max-width: 380px !important;
  }
  .min-w-xxl-400 {
    min-width: 400% !important;
  }
  .min-w-xxl-400-px {
    min-width: 400px !important;
  }
  .max-w-xxl-400 {
    max-width: 400% !important;
  }
  .max-w-xxl-400-px {
    max-width: 400px !important;
  }
  .min-w-xxl-450 {
    min-width: 450% !important;
  }
  .min-w-xxl-450-px {
    min-width: 450px !important;
  }
  .max-w-xxl-450 {
    max-width: 450% !important;
  }
  .max-w-xxl-450-px {
    max-width: 450px !important;
  }
  .min-w-xxl-500 {
    min-width: 500% !important;
  }
  .min-w-xxl-500-px {
    min-width: 500px !important;
  }
  .max-w-xxl-500 {
    max-width: 500% !important;
  }
  .max-w-xxl-500-px {
    max-width: 500px !important;
  }
  .min-w-xxl-25 {
    min-width: 25% !important;
  }
  .min-w-xxl-25-px {
    min-width: 25px !important;
  }
  .max-w-xxl-25 {
    max-width: 25% !important;
  }
  .max-w-xxl-25-px {
    max-width: 25px !important;
  }
  .min-w-xxl-50 {
    min-width: 50% !important;
  }
  .min-w-xxl-50-px {
    min-width: 50px !important;
  }
  .max-w-xxl-50 {
    max-width: 50% !important;
  }
  .max-w-xxl-50-px {
    max-width: 50px !important;
  }
  .min-w-xxl-75 {
    min-width: 75% !important;
  }
  .min-w-xxl-75-px {
    min-width: 75px !important;
  }
  .max-w-xxl-75 {
    max-width: 75% !important;
  }
  .max-w-xxl-75-px {
    max-width: 75px !important;
  }
  .min-w-xxl-72 {
    min-width: 72% !important;
  }
  .min-w-xxl-72-px {
    min-width: 72px !important;
  }
  .max-w-xxl-72 {
    max-width: 72% !important;
  }
  .max-w-xxl-72-px {
    max-width: 72px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .min-w-3xl-0 {
    min-width: 0% !important;
  }
  .min-w-3xl-0-px {
    min-width: 0px !important;
  }
  .max-w-3xl-0 {
    max-width: 0% !important;
  }
  .max-w-3xl-0-px {
    max-width: 0px !important;
  }
  .min-w-3xl-2 {
    min-width: 2% !important;
  }
  .min-w-3xl-2-px {
    min-width: 2px !important;
  }
  .max-w-3xl-2 {
    max-width: 2% !important;
  }
  .max-w-3xl-2-px {
    max-width: 2px !important;
  }
  .min-w-3xl-4 {
    min-width: 4% !important;
  }
  .min-w-3xl-4-px {
    min-width: 4px !important;
  }
  .max-w-3xl-4 {
    max-width: 4% !important;
  }
  .max-w-3xl-4-px {
    max-width: 4px !important;
  }
  .min-w-3xl-6 {
    min-width: 6% !important;
  }
  .min-w-3xl-6-px {
    min-width: 6px !important;
  }
  .max-w-3xl-6 {
    max-width: 6% !important;
  }
  .max-w-3xl-6-px {
    max-width: 6px !important;
  }
  .min-w-3xl-8 {
    min-width: 8% !important;
  }
  .min-w-3xl-8-px {
    min-width: 8px !important;
  }
  .max-w-3xl-8 {
    max-width: 8% !important;
  }
  .max-w-3xl-8-px {
    max-width: 8px !important;
  }
  .min-w-3xl-12 {
    min-width: 12% !important;
  }
  .min-w-3xl-12-px {
    min-width: 12px !important;
  }
  .max-w-3xl-12 {
    max-width: 12% !important;
  }
  .max-w-3xl-12-px {
    max-width: 12px !important;
  }
  .min-w-3xl-16 {
    min-width: 16% !important;
  }
  .min-w-3xl-16-px {
    min-width: 16px !important;
  }
  .max-w-3xl-16 {
    max-width: 16% !important;
  }
  .max-w-3xl-16-px {
    max-width: 16px !important;
  }
  .min-w-3xl-20 {
    min-width: 20% !important;
  }
  .min-w-3xl-20-px {
    min-width: 20px !important;
  }
  .max-w-3xl-20 {
    max-width: 20% !important;
  }
  .max-w-3xl-20-px {
    max-width: 20px !important;
  }
  .min-w-3xl-24 {
    min-width: 24% !important;
  }
  .min-w-3xl-24-px {
    min-width: 24px !important;
  }
  .max-w-3xl-24 {
    max-width: 24% !important;
  }
  .max-w-3xl-24-px {
    max-width: 24px !important;
  }
  .min-w-3xl-32 {
    min-width: 32% !important;
  }
  .min-w-3xl-32-px {
    min-width: 32px !important;
  }
  .max-w-3xl-32 {
    max-width: 32% !important;
  }
  .max-w-3xl-32-px {
    max-width: 32px !important;
  }
  .min-w-3xl-34 {
    min-width: 34% !important;
  }
  .min-w-3xl-34-px {
    min-width: 34px !important;
  }
  .max-w-3xl-34 {
    max-width: 34% !important;
  }
  .max-w-3xl-34-px {
    max-width: 34px !important;
  }
  .min-w-3xl-36 {
    min-width: 36% !important;
  }
  .min-w-3xl-36-px {
    min-width: 36px !important;
  }
  .max-w-3xl-36 {
    max-width: 36% !important;
  }
  .max-w-3xl-36-px {
    max-width: 36px !important;
  }
  .min-w-3xl-40 {
    min-width: 40% !important;
  }
  .min-w-3xl-40-px {
    min-width: 40px !important;
  }
  .max-w-3xl-40 {
    max-width: 40% !important;
  }
  .max-w-3xl-40-px {
    max-width: 40px !important;
  }
  .min-w-3xl-42 {
    min-width: 42% !important;
  }
  .min-w-3xl-42-px {
    min-width: 42px !important;
  }
  .max-w-3xl-42 {
    max-width: 42% !important;
  }
  .max-w-3xl-42-px {
    max-width: 42px !important;
  }
  .min-w-3xl-46 {
    min-width: 46% !important;
  }
  .min-w-3xl-46-px {
    min-width: 46px !important;
  }
  .max-w-3xl-46 {
    max-width: 46% !important;
  }
  .max-w-3xl-46-px {
    max-width: 46px !important;
  }
  .min-w-3xl-48 {
    min-width: 48% !important;
  }
  .min-w-3xl-48-px {
    min-width: 48px !important;
  }
  .max-w-3xl-48 {
    max-width: 48% !important;
  }
  .max-w-3xl-48-px {
    max-width: 48px !important;
  }
  .min-w-3xl-52 {
    min-width: 52% !important;
  }
  .min-w-3xl-52-px {
    min-width: 52px !important;
  }
  .max-w-3xl-52 {
    max-width: 52% !important;
  }
  .max-w-3xl-52-px {
    max-width: 52px !important;
  }
  .min-w-3xl-56 {
    min-width: 56% !important;
  }
  .min-w-3xl-56-px {
    min-width: 56px !important;
  }
  .max-w-3xl-56 {
    max-width: 56% !important;
  }
  .max-w-3xl-56-px {
    max-width: 56px !important;
  }
  .min-w-3xl-64 {
    min-width: 64% !important;
  }
  .min-w-3xl-64-px {
    min-width: 64px !important;
  }
  .max-w-3xl-64 {
    max-width: 64% !important;
  }
  .max-w-3xl-64-px {
    max-width: 64px !important;
  }
  .min-w-3xl-72 {
    min-width: 72% !important;
  }
  .min-w-3xl-72-px {
    min-width: 72px !important;
  }
  .max-w-3xl-72 {
    max-width: 72% !important;
  }
  .max-w-3xl-72-px {
    max-width: 72px !important;
  }
  .min-w-3xl-80 {
    min-width: 80% !important;
  }
  .min-w-3xl-80-px {
    min-width: 80px !important;
  }
  .max-w-3xl-80 {
    max-width: 80% !important;
  }
  .max-w-3xl-80-px {
    max-width: 80px !important;
  }
  .min-w-3xl-96 {
    min-width: 96% !important;
  }
  .min-w-3xl-96-px {
    min-width: 96px !important;
  }
  .max-w-3xl-96 {
    max-width: 96% !important;
  }
  .max-w-3xl-96-px {
    max-width: 96px !important;
  }
  .min-w-3xl-100 {
    min-width: 100% !important;
  }
  .min-w-3xl-100-px {
    min-width: 100px !important;
  }
  .max-w-3xl-100 {
    max-width: 100% !important;
  }
  .max-w-3xl-100-px {
    max-width: 100px !important;
  }
  .min-w-3xl-120 {
    min-width: 120% !important;
  }
  .min-w-3xl-120-px {
    min-width: 120px !important;
  }
  .max-w-3xl-120 {
    max-width: 120% !important;
  }
  .max-w-3xl-120-px {
    max-width: 120px !important;
  }
  .min-w-3xl-140 {
    min-width: 140% !important;
  }
  .min-w-3xl-140-px {
    min-width: 140px !important;
  }
  .max-w-3xl-140 {
    max-width: 140% !important;
  }
  .max-w-3xl-140-px {
    max-width: 140px !important;
  }
  .min-w-3xl-160 {
    min-width: 160% !important;
  }
  .min-w-3xl-160-px {
    min-width: 160px !important;
  }
  .max-w-3xl-160 {
    max-width: 160% !important;
  }
  .max-w-3xl-160-px {
    max-width: 160px !important;
  }
  .min-w-3xl-180 {
    min-width: 180% !important;
  }
  .min-w-3xl-180-px {
    min-width: 180px !important;
  }
  .max-w-3xl-180 {
    max-width: 180% !important;
  }
  .max-w-3xl-180-px {
    max-width: 180px !important;
  }
  .min-w-3xl-200 {
    min-width: 200% !important;
  }
  .min-w-3xl-200-px {
    min-width: 200px !important;
  }
  .max-w-3xl-200 {
    max-width: 200% !important;
  }
  .max-w-3xl-200-px {
    max-width: 200px !important;
  }
  .min-w-3xl-220 {
    min-width: 220% !important;
  }
  .min-w-3xl-220-px {
    min-width: 220px !important;
  }
  .max-w-3xl-220 {
    max-width: 220% !important;
  }
  .max-w-3xl-220-px {
    max-width: 220px !important;
  }
  .min-w-3xl-240 {
    min-width: 240% !important;
  }
  .min-w-3xl-240-px {
    min-width: 240px !important;
  }
  .max-w-3xl-240 {
    max-width: 240% !important;
  }
  .max-w-3xl-240-px {
    max-width: 240px !important;
  }
  .min-w-3xl-260 {
    min-width: 260% !important;
  }
  .min-w-3xl-260-px {
    min-width: 260px !important;
  }
  .max-w-3xl-260 {
    max-width: 260% !important;
  }
  .max-w-3xl-260-px {
    max-width: 260px !important;
  }
  .min-w-3xl-280 {
    min-width: 280% !important;
  }
  .min-w-3xl-280-px {
    min-width: 280px !important;
  }
  .max-w-3xl-280 {
    max-width: 280% !important;
  }
  .max-w-3xl-280-px {
    max-width: 280px !important;
  }
  .min-w-3xl-300 {
    min-width: 300% !important;
  }
  .min-w-3xl-300-px {
    min-width: 300px !important;
  }
  .max-w-3xl-300 {
    max-width: 300% !important;
  }
  .max-w-3xl-300-px {
    max-width: 300px !important;
  }
  .min-w-3xl-320 {
    min-width: 320% !important;
  }
  .min-w-3xl-320-px {
    min-width: 320px !important;
  }
  .max-w-3xl-320 {
    max-width: 320% !important;
  }
  .max-w-3xl-320-px {
    max-width: 320px !important;
  }
  .min-w-3xl-340 {
    min-width: 340% !important;
  }
  .min-w-3xl-340-px {
    min-width: 340px !important;
  }
  .max-w-3xl-340 {
    max-width: 340% !important;
  }
  .max-w-3xl-340-px {
    max-width: 340px !important;
  }
  .min-w-3xl-350 {
    min-width: 350% !important;
  }
  .min-w-3xl-350-px {
    min-width: 350px !important;
  }
  .max-w-3xl-350 {
    max-width: 350% !important;
  }
  .max-w-3xl-350-px {
    max-width: 350px !important;
  }
  .min-w-3xl-360 {
    min-width: 360% !important;
  }
  .min-w-3xl-360-px {
    min-width: 360px !important;
  }
  .max-w-3xl-360 {
    max-width: 360% !important;
  }
  .max-w-3xl-360-px {
    max-width: 360px !important;
  }
  .min-w-3xl-380 {
    min-width: 380% !important;
  }
  .min-w-3xl-380-px {
    min-width: 380px !important;
  }
  .max-w-3xl-380 {
    max-width: 380% !important;
  }
  .max-w-3xl-380-px {
    max-width: 380px !important;
  }
  .min-w-3xl-400 {
    min-width: 400% !important;
  }
  .min-w-3xl-400-px {
    min-width: 400px !important;
  }
  .max-w-3xl-400 {
    max-width: 400% !important;
  }
  .max-w-3xl-400-px {
    max-width: 400px !important;
  }
  .min-w-3xl-450 {
    min-width: 450% !important;
  }
  .min-w-3xl-450-px {
    min-width: 450px !important;
  }
  .max-w-3xl-450 {
    max-width: 450% !important;
  }
  .max-w-3xl-450-px {
    max-width: 450px !important;
  }
  .min-w-3xl-500 {
    min-width: 500% !important;
  }
  .min-w-3xl-500-px {
    min-width: 500px !important;
  }
  .max-w-3xl-500 {
    max-width: 500% !important;
  }
  .max-w-3xl-500-px {
    max-width: 500px !important;
  }
  .min-w-3xl-25 {
    min-width: 25% !important;
  }
  .min-w-3xl-25-px {
    min-width: 25px !important;
  }
  .max-w-3xl-25 {
    max-width: 25% !important;
  }
  .max-w-3xl-25-px {
    max-width: 25px !important;
  }
  .min-w-3xl-50 {
    min-width: 50% !important;
  }
  .min-w-3xl-50-px {
    min-width: 50px !important;
  }
  .max-w-3xl-50 {
    max-width: 50% !important;
  }
  .max-w-3xl-50-px {
    max-width: 50px !important;
  }
  .min-w-3xl-75 {
    min-width: 75% !important;
  }
  .min-w-3xl-75-px {
    min-width: 75px !important;
  }
  .max-w-3xl-75 {
    max-width: 75% !important;
  }
  .max-w-3xl-75-px {
    max-width: 75px !important;
  }
  .min-w-3xl-72 {
    min-width: 72% !important;
  }
  .min-w-3xl-72-px {
    min-width: 72px !important;
  }
  .max-w-3xl-72 {
    max-width: 72% !important;
  }
  .max-w-3xl-72-px {
    max-width: 72px !important;
  }
}
.h-0 {
  height: 0% !important;
}

.h-0-px {
  height: 0px !important;
}

.h-2 {
  height: 2% !important;
}

.h-2-px {
  height: 2px !important;
}

.h-4 {
  height: 4% !important;
}

.h-4-px {
  height: 4px !important;
}

.h-6 {
  height: 6% !important;
}

.h-6-px {
  height: 6px !important;
}

.h-8 {
  height: 8% !important;
}

.h-8-px {
  height: 8px !important;
}

.h-12 {
  height: 12% !important;
}

.h-12-px {
  height: 12px !important;
}

.h-16 {
  height: 16% !important;
}

.h-16-px {
  height: 16px !important;
}

.h-20 {
  height: 20% !important;
}

.h-20-px {
  height: 20px !important;
}

.h-24 {
  height: 24% !important;
}

.h-24-px {
  height: 24px !important;
}

.h-32 {
  height: 32% !important;
}

.h-32-px {
  height: 32px !important;
}

.h-34 {
  height: 34% !important;
}

.h-34-px {
  height: 34px !important;
}

.h-36 {
  height: 36% !important;
}

.h-36-px {
  height: 36px !important;
}

.h-40 {
  height: 40% !important;
}

.h-40-px {
  height: 40px !important;
}

.h-42 {
  height: 42% !important;
}

.h-42-px {
  height: 42px !important;
}

.h-46 {
  height: 46% !important;
}

.h-46-px {
  height: 46px !important;
}

.h-48 {
  height: 48% !important;
}

.h-48-px {
  height: 48px !important;
}

.h-52 {
  height: 52% !important;
}

.h-52-px {
  height: 52px !important;
}

.h-56 {
  height: 56% !important;
}

.h-56-px {
  height: 56px !important;
}

.h-64 {
  height: 64% !important;
}

.h-64-px {
  height: 64px !important;
}

.h-72 {
  height: 72% !important;
}

.h-72-px {
  height: 72px !important;
}

.h-80 {
  height: 80% !important;
}

.h-80-px {
  height: 80px !important;
}

.h-96 {
  height: 96% !important;
}

.h-96-px {
  height: 96px !important;
}

.h-100 {
  height: 100% !important;
}

.h-100-px {
  height: 100px !important;
}

.h-120 {
  height: 120% !important;
}

.h-120-px {
  height: 120px !important;
}

.h-140 {
  height: 140% !important;
}

.h-140-px {
  height: 140px !important;
}

.h-160 {
  height: 160% !important;
}

.h-160-px {
  height: 160px !important;
}

.h-180 {
  height: 180% !important;
}

.h-180-px {
  height: 180px !important;
}

.h-200 {
  height: 200% !important;
}

.h-200-px {
  height: 200px !important;
}

.h-220 {
  height: 220% !important;
}

.h-220-px {
  height: 220px !important;
}

.h-240 {
  height: 240% !important;
}

.h-240-px {
  height: 240px !important;
}

.h-260 {
  height: 260% !important;
}

.h-260-px {
  height: 260px !important;
}

.h-280 {
  height: 280% !important;
}

.h-280-px {
  height: 280px !important;
}

.h-300 {
  height: 300% !important;
}

.h-300-px {
  height: 300px !important;
}

.h-320 {
  height: 320% !important;
}

.h-320-px {
  height: 320px !important;
}

.h-340 {
  height: 340% !important;
}

.h-340-px {
  height: 340px !important;
}

.h-350 {
  height: 350% !important;
}

.h-350-px {
  height: 350px !important;
}

.h-360 {
  height: 360% !important;
}

.h-360-px {
  height: 360px !important;
}

.h-380 {
  height: 380% !important;
}

.h-380-px {
  height: 380px !important;
}

.h-400 {
  height: 400% !important;
}

.h-400-px {
  height: 400px !important;
}

.h-450 {
  height: 450% !important;
}

.h-450-px {
  height: 450px !important;
}

.h-500 {
  height: 500% !important;
}

.h-500-px {
  height: 500px !important;
}

.h-25 {
  height: 25% !important;
}

.h-25-px {
  height: 25px !important;
}

.h-50 {
  height: 50% !important;
}

.h-50-px {
  height: 50px !important;
}

.h-75 {
  height: 75% !important;
}

.h-75-px {
  height: 75px !important;
}

.h-72 {
  height: 72% !important;
}

.h-72-px {
  height: 72px !important;
}

@media only screen and (min-width: 576px) {
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-0-px {
    height: 0px !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
  .h-sm-2-px {
    height: 2px !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
  .h-sm-4-px {
    height: 4px !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
  .h-sm-6-px {
    height: 6px !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
  .h-sm-8-px {
    height: 8px !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
  .h-sm-12-px {
    height: 12px !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
  .h-sm-16-px {
    height: 16px !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-20-px {
    height: 20px !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
  .h-sm-24-px {
    height: 24px !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .h-sm-32-px {
    height: 32px !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .h-sm-34-px {
    height: 34px !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
  .h-sm-36-px {
    height: 36px !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-40-px {
    height: 40px !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
  .h-sm-42-px {
    height: 42px !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
  .h-sm-46-px {
    height: 46px !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
  .h-sm-48-px {
    height: 48px !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
  .h-sm-52-px {
    height: 52px !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
  .h-sm-56-px {
    height: 56px !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
  .h-sm-64-px {
    height: 64px !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .h-sm-72-px {
    height: 72px !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-80-px {
    height: 80px !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
  .h-sm-96-px {
    height: 96px !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-100-px {
    height: 100px !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .h-sm-120-px {
    height: 120px !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .h-sm-140-px {
    height: 140px !important;
  }
  .h-sm-160 {
    height: 160% !important;
  }
  .h-sm-160-px {
    height: 160px !important;
  }
  .h-sm-180 {
    height: 180% !important;
  }
  .h-sm-180-px {
    height: 180px !important;
  }
  .h-sm-200 {
    height: 200% !important;
  }
  .h-sm-200-px {
    height: 200px !important;
  }
  .h-sm-220 {
    height: 220% !important;
  }
  .h-sm-220-px {
    height: 220px !important;
  }
  .h-sm-240 {
    height: 240% !important;
  }
  .h-sm-240-px {
    height: 240px !important;
  }
  .h-sm-260 {
    height: 260% !important;
  }
  .h-sm-260-px {
    height: 260px !important;
  }
  .h-sm-280 {
    height: 280% !important;
  }
  .h-sm-280-px {
    height: 280px !important;
  }
  .h-sm-300 {
    height: 300% !important;
  }
  .h-sm-300-px {
    height: 300px !important;
  }
  .h-sm-320 {
    height: 320% !important;
  }
  .h-sm-320-px {
    height: 320px !important;
  }
  .h-sm-340 {
    height: 340% !important;
  }
  .h-sm-340-px {
    height: 340px !important;
  }
  .h-sm-350 {
    height: 350% !important;
  }
  .h-sm-350-px {
    height: 350px !important;
  }
  .h-sm-360 {
    height: 360% !important;
  }
  .h-sm-360-px {
    height: 360px !important;
  }
  .h-sm-380 {
    height: 380% !important;
  }
  .h-sm-380-px {
    height: 380px !important;
  }
  .h-sm-400 {
    height: 400% !important;
  }
  .h-sm-400-px {
    height: 400px !important;
  }
  .h-sm-450 {
    height: 450% !important;
  }
  .h-sm-450-px {
    height: 450px !important;
  }
  .h-sm-500 {
    height: 500% !important;
  }
  .h-sm-500-px {
    height: 500px !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-25-px {
    height: 25px !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-50-px {
    height: 50px !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-75-px {
    height: 75px !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
  .h-sm-72-px {
    height: 72px !important;
  }
}
@media only screen and (min-width: 768px) {
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-0-px {
    height: 0px !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
  .h-md-2-px {
    height: 2px !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
  .h-md-4-px {
    height: 4px !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
  .h-md-6-px {
    height: 6px !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
  .h-md-8-px {
    height: 8px !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
  .h-md-12-px {
    height: 12px !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
  .h-md-16-px {
    height: 16px !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-20-px {
    height: 20px !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
  .h-md-24-px {
    height: 24px !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .h-md-32-px {
    height: 32px !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .h-md-34-px {
    height: 34px !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
  .h-md-36-px {
    height: 36px !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-40-px {
    height: 40px !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
  .h-md-42-px {
    height: 42px !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
  .h-md-46-px {
    height: 46px !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
  .h-md-48-px {
    height: 48px !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
  .h-md-52-px {
    height: 52px !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
  .h-md-56-px {
    height: 56px !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
  .h-md-64-px {
    height: 64px !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .h-md-72-px {
    height: 72px !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-80-px {
    height: 80px !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
  .h-md-96-px {
    height: 96px !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-100-px {
    height: 100px !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .h-md-120-px {
    height: 120px !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .h-md-140-px {
    height: 140px !important;
  }
  .h-md-160 {
    height: 160% !important;
  }
  .h-md-160-px {
    height: 160px !important;
  }
  .h-md-180 {
    height: 180% !important;
  }
  .h-md-180-px {
    height: 180px !important;
  }
  .h-md-200 {
    height: 200% !important;
  }
  .h-md-200-px {
    height: 200px !important;
  }
  .h-md-220 {
    height: 220% !important;
  }
  .h-md-220-px {
    height: 220px !important;
  }
  .h-md-240 {
    height: 240% !important;
  }
  .h-md-240-px {
    height: 240px !important;
  }
  .h-md-260 {
    height: 260% !important;
  }
  .h-md-260-px {
    height: 260px !important;
  }
  .h-md-280 {
    height: 280% !important;
  }
  .h-md-280-px {
    height: 280px !important;
  }
  .h-md-300 {
    height: 300% !important;
  }
  .h-md-300-px {
    height: 300px !important;
  }
  .h-md-320 {
    height: 320% !important;
  }
  .h-md-320-px {
    height: 320px !important;
  }
  .h-md-340 {
    height: 340% !important;
  }
  .h-md-340-px {
    height: 340px !important;
  }
  .h-md-350 {
    height: 350% !important;
  }
  .h-md-350-px {
    height: 350px !important;
  }
  .h-md-360 {
    height: 360% !important;
  }
  .h-md-360-px {
    height: 360px !important;
  }
  .h-md-380 {
    height: 380% !important;
  }
  .h-md-380-px {
    height: 380px !important;
  }
  .h-md-400 {
    height: 400% !important;
  }
  .h-md-400-px {
    height: 400px !important;
  }
  .h-md-450 {
    height: 450% !important;
  }
  .h-md-450-px {
    height: 450px !important;
  }
  .h-md-500 {
    height: 500% !important;
  }
  .h-md-500-px {
    height: 500px !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-25-px {
    height: 25px !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-50-px {
    height: 50px !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-75-px {
    height: 75px !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
  .h-md-72-px {
    height: 72px !important;
  }
}
@media only screen and (min-width: 992px) {
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-0-px {
    height: 0px !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
  .h-lg-2-px {
    height: 2px !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
  .h-lg-4-px {
    height: 4px !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
  .h-lg-6-px {
    height: 6px !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
  .h-lg-8-px {
    height: 8px !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
  .h-lg-12-px {
    height: 12px !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
  .h-lg-16-px {
    height: 16px !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-20-px {
    height: 20px !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
  .h-lg-24-px {
    height: 24px !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .h-lg-32-px {
    height: 32px !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .h-lg-34-px {
    height: 34px !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
  .h-lg-36-px {
    height: 36px !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-40-px {
    height: 40px !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
  .h-lg-42-px {
    height: 42px !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
  .h-lg-46-px {
    height: 46px !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
  .h-lg-48-px {
    height: 48px !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
  .h-lg-52-px {
    height: 52px !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
  .h-lg-56-px {
    height: 56px !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
  .h-lg-64-px {
    height: 64px !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .h-lg-72-px {
    height: 72px !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-80-px {
    height: 80px !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
  .h-lg-96-px {
    height: 96px !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-100-px {
    height: 100px !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .h-lg-120-px {
    height: 120px !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .h-lg-140-px {
    height: 140px !important;
  }
  .h-lg-160 {
    height: 160% !important;
  }
  .h-lg-160-px {
    height: 160px !important;
  }
  .h-lg-180 {
    height: 180% !important;
  }
  .h-lg-180-px {
    height: 180px !important;
  }
  .h-lg-200 {
    height: 200% !important;
  }
  .h-lg-200-px {
    height: 200px !important;
  }
  .h-lg-220 {
    height: 220% !important;
  }
  .h-lg-220-px {
    height: 220px !important;
  }
  .h-lg-240 {
    height: 240% !important;
  }
  .h-lg-240-px {
    height: 240px !important;
  }
  .h-lg-260 {
    height: 260% !important;
  }
  .h-lg-260-px {
    height: 260px !important;
  }
  .h-lg-280 {
    height: 280% !important;
  }
  .h-lg-280-px {
    height: 280px !important;
  }
  .h-lg-300 {
    height: 300% !important;
  }
  .h-lg-300-px {
    height: 300px !important;
  }
  .h-lg-320 {
    height: 320% !important;
  }
  .h-lg-320-px {
    height: 320px !important;
  }
  .h-lg-340 {
    height: 340% !important;
  }
  .h-lg-340-px {
    height: 340px !important;
  }
  .h-lg-350 {
    height: 350% !important;
  }
  .h-lg-350-px {
    height: 350px !important;
  }
  .h-lg-360 {
    height: 360% !important;
  }
  .h-lg-360-px {
    height: 360px !important;
  }
  .h-lg-380 {
    height: 380% !important;
  }
  .h-lg-380-px {
    height: 380px !important;
  }
  .h-lg-400 {
    height: 400% !important;
  }
  .h-lg-400-px {
    height: 400px !important;
  }
  .h-lg-450 {
    height: 450% !important;
  }
  .h-lg-450-px {
    height: 450px !important;
  }
  .h-lg-500 {
    height: 500% !important;
  }
  .h-lg-500-px {
    height: 500px !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-25-px {
    height: 25px !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-50-px {
    height: 50px !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-75-px {
    height: 75px !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
  .h-lg-72-px {
    height: 72px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-0-px {
    height: 0px !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
  .h-xl-2-px {
    height: 2px !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
  .h-xl-4-px {
    height: 4px !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
  .h-xl-6-px {
    height: 6px !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
  .h-xl-8-px {
    height: 8px !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
  .h-xl-12-px {
    height: 12px !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
  .h-xl-16-px {
    height: 16px !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-20-px {
    height: 20px !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
  .h-xl-24-px {
    height: 24px !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .h-xl-32-px {
    height: 32px !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .h-xl-34-px {
    height: 34px !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
  .h-xl-36-px {
    height: 36px !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-40-px {
    height: 40px !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
  .h-xl-42-px {
    height: 42px !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
  .h-xl-46-px {
    height: 46px !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
  .h-xl-48-px {
    height: 48px !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
  .h-xl-52-px {
    height: 52px !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
  .h-xl-56-px {
    height: 56px !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
  .h-xl-64-px {
    height: 64px !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .h-xl-72-px {
    height: 72px !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-80-px {
    height: 80px !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
  .h-xl-96-px {
    height: 96px !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-100-px {
    height: 100px !important;
  }
  .h-xl-120 {
    height: 120% !important;
  }
  .h-xl-120-px {
    height: 120px !important;
  }
  .h-xl-140 {
    height: 140% !important;
  }
  .h-xl-140-px {
    height: 140px !important;
  }
  .h-xl-160 {
    height: 160% !important;
  }
  .h-xl-160-px {
    height: 160px !important;
  }
  .h-xl-180 {
    height: 180% !important;
  }
  .h-xl-180-px {
    height: 180px !important;
  }
  .h-xl-200 {
    height: 200% !important;
  }
  .h-xl-200-px {
    height: 200px !important;
  }
  .h-xl-220 {
    height: 220% !important;
  }
  .h-xl-220-px {
    height: 220px !important;
  }
  .h-xl-240 {
    height: 240% !important;
  }
  .h-xl-240-px {
    height: 240px !important;
  }
  .h-xl-260 {
    height: 260% !important;
  }
  .h-xl-260-px {
    height: 260px !important;
  }
  .h-xl-280 {
    height: 280% !important;
  }
  .h-xl-280-px {
    height: 280px !important;
  }
  .h-xl-300 {
    height: 300% !important;
  }
  .h-xl-300-px {
    height: 300px !important;
  }
  .h-xl-320 {
    height: 320% !important;
  }
  .h-xl-320-px {
    height: 320px !important;
  }
  .h-xl-340 {
    height: 340% !important;
  }
  .h-xl-340-px {
    height: 340px !important;
  }
  .h-xl-350 {
    height: 350% !important;
  }
  .h-xl-350-px {
    height: 350px !important;
  }
  .h-xl-360 {
    height: 360% !important;
  }
  .h-xl-360-px {
    height: 360px !important;
  }
  .h-xl-380 {
    height: 380% !important;
  }
  .h-xl-380-px {
    height: 380px !important;
  }
  .h-xl-400 {
    height: 400% !important;
  }
  .h-xl-400-px {
    height: 400px !important;
  }
  .h-xl-450 {
    height: 450% !important;
  }
  .h-xl-450-px {
    height: 450px !important;
  }
  .h-xl-500 {
    height: 500% !important;
  }
  .h-xl-500-px {
    height: 500px !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-25-px {
    height: 25px !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-50-px {
    height: 50px !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-75-px {
    height: 75px !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
  .h-xl-72-px {
    height: 72px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .h-xxl-0 {
    height: 0% !important;
  }
  .h-xxl-0-px {
    height: 0px !important;
  }
  .h-xxl-2 {
    height: 2% !important;
  }
  .h-xxl-2-px {
    height: 2px !important;
  }
  .h-xxl-4 {
    height: 4% !important;
  }
  .h-xxl-4-px {
    height: 4px !important;
  }
  .h-xxl-6 {
    height: 6% !important;
  }
  .h-xxl-6-px {
    height: 6px !important;
  }
  .h-xxl-8 {
    height: 8% !important;
  }
  .h-xxl-8-px {
    height: 8px !important;
  }
  .h-xxl-12 {
    height: 12% !important;
  }
  .h-xxl-12-px {
    height: 12px !important;
  }
  .h-xxl-16 {
    height: 16% !important;
  }
  .h-xxl-16-px {
    height: 16px !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-20-px {
    height: 20px !important;
  }
  .h-xxl-24 {
    height: 24% !important;
  }
  .h-xxl-24-px {
    height: 24px !important;
  }
  .h-xxl-32 {
    height: 32% !important;
  }
  .h-xxl-32-px {
    height: 32px !important;
  }
  .h-xxl-34 {
    height: 34% !important;
  }
  .h-xxl-34-px {
    height: 34px !important;
  }
  .h-xxl-36 {
    height: 36% !important;
  }
  .h-xxl-36-px {
    height: 36px !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-40-px {
    height: 40px !important;
  }
  .h-xxl-42 {
    height: 42% !important;
  }
  .h-xxl-42-px {
    height: 42px !important;
  }
  .h-xxl-46 {
    height: 46% !important;
  }
  .h-xxl-46-px {
    height: 46px !important;
  }
  .h-xxl-48 {
    height: 48% !important;
  }
  .h-xxl-48-px {
    height: 48px !important;
  }
  .h-xxl-52 {
    height: 52% !important;
  }
  .h-xxl-52-px {
    height: 52px !important;
  }
  .h-xxl-56 {
    height: 56% !important;
  }
  .h-xxl-56-px {
    height: 56px !important;
  }
  .h-xxl-64 {
    height: 64% !important;
  }
  .h-xxl-64-px {
    height: 64px !important;
  }
  .h-xxl-72 {
    height: 72% !important;
  }
  .h-xxl-72-px {
    height: 72px !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-80-px {
    height: 80px !important;
  }
  .h-xxl-96 {
    height: 96% !important;
  }
  .h-xxl-96-px {
    height: 96px !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-100-px {
    height: 100px !important;
  }
  .h-xxl-120 {
    height: 120% !important;
  }
  .h-xxl-120-px {
    height: 120px !important;
  }
  .h-xxl-140 {
    height: 140% !important;
  }
  .h-xxl-140-px {
    height: 140px !important;
  }
  .h-xxl-160 {
    height: 160% !important;
  }
  .h-xxl-160-px {
    height: 160px !important;
  }
  .h-xxl-180 {
    height: 180% !important;
  }
  .h-xxl-180-px {
    height: 180px !important;
  }
  .h-xxl-200 {
    height: 200% !important;
  }
  .h-xxl-200-px {
    height: 200px !important;
  }
  .h-xxl-220 {
    height: 220% !important;
  }
  .h-xxl-220-px {
    height: 220px !important;
  }
  .h-xxl-240 {
    height: 240% !important;
  }
  .h-xxl-240-px {
    height: 240px !important;
  }
  .h-xxl-260 {
    height: 260% !important;
  }
  .h-xxl-260-px {
    height: 260px !important;
  }
  .h-xxl-280 {
    height: 280% !important;
  }
  .h-xxl-280-px {
    height: 280px !important;
  }
  .h-xxl-300 {
    height: 300% !important;
  }
  .h-xxl-300-px {
    height: 300px !important;
  }
  .h-xxl-320 {
    height: 320% !important;
  }
  .h-xxl-320-px {
    height: 320px !important;
  }
  .h-xxl-340 {
    height: 340% !important;
  }
  .h-xxl-340-px {
    height: 340px !important;
  }
  .h-xxl-350 {
    height: 350% !important;
  }
  .h-xxl-350-px {
    height: 350px !important;
  }
  .h-xxl-360 {
    height: 360% !important;
  }
  .h-xxl-360-px {
    height: 360px !important;
  }
  .h-xxl-380 {
    height: 380% !important;
  }
  .h-xxl-380-px {
    height: 380px !important;
  }
  .h-xxl-400 {
    height: 400% !important;
  }
  .h-xxl-400-px {
    height: 400px !important;
  }
  .h-xxl-450 {
    height: 450% !important;
  }
  .h-xxl-450-px {
    height: 450px !important;
  }
  .h-xxl-500 {
    height: 500% !important;
  }
  .h-xxl-500-px {
    height: 500px !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-25-px {
    height: 25px !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-50-px {
    height: 50px !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-75-px {
    height: 75px !important;
  }
  .h-xxl-72 {
    height: 72% !important;
  }
  .h-xxl-72-px {
    height: 72px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .h-3xl-0 {
    height: 0% !important;
  }
  .h-3xl-0-px {
    height: 0px !important;
  }
  .h-3xl-2 {
    height: 2% !important;
  }
  .h-3xl-2-px {
    height: 2px !important;
  }
  .h-3xl-4 {
    height: 4% !important;
  }
  .h-3xl-4-px {
    height: 4px !important;
  }
  .h-3xl-6 {
    height: 6% !important;
  }
  .h-3xl-6-px {
    height: 6px !important;
  }
  .h-3xl-8 {
    height: 8% !important;
  }
  .h-3xl-8-px {
    height: 8px !important;
  }
  .h-3xl-12 {
    height: 12% !important;
  }
  .h-3xl-12-px {
    height: 12px !important;
  }
  .h-3xl-16 {
    height: 16% !important;
  }
  .h-3xl-16-px {
    height: 16px !important;
  }
  .h-3xl-20 {
    height: 20% !important;
  }
  .h-3xl-20-px {
    height: 20px !important;
  }
  .h-3xl-24 {
    height: 24% !important;
  }
  .h-3xl-24-px {
    height: 24px !important;
  }
  .h-3xl-32 {
    height: 32% !important;
  }
  .h-3xl-32-px {
    height: 32px !important;
  }
  .h-3xl-34 {
    height: 34% !important;
  }
  .h-3xl-34-px {
    height: 34px !important;
  }
  .h-3xl-36 {
    height: 36% !important;
  }
  .h-3xl-36-px {
    height: 36px !important;
  }
  .h-3xl-40 {
    height: 40% !important;
  }
  .h-3xl-40-px {
    height: 40px !important;
  }
  .h-3xl-42 {
    height: 42% !important;
  }
  .h-3xl-42-px {
    height: 42px !important;
  }
  .h-3xl-46 {
    height: 46% !important;
  }
  .h-3xl-46-px {
    height: 46px !important;
  }
  .h-3xl-48 {
    height: 48% !important;
  }
  .h-3xl-48-px {
    height: 48px !important;
  }
  .h-3xl-52 {
    height: 52% !important;
  }
  .h-3xl-52-px {
    height: 52px !important;
  }
  .h-3xl-56 {
    height: 56% !important;
  }
  .h-3xl-56-px {
    height: 56px !important;
  }
  .h-3xl-64 {
    height: 64% !important;
  }
  .h-3xl-64-px {
    height: 64px !important;
  }
  .h-3xl-72 {
    height: 72% !important;
  }
  .h-3xl-72-px {
    height: 72px !important;
  }
  .h-3xl-80 {
    height: 80% !important;
  }
  .h-3xl-80-px {
    height: 80px !important;
  }
  .h-3xl-96 {
    height: 96% !important;
  }
  .h-3xl-96-px {
    height: 96px !important;
  }
  .h-3xl-100 {
    height: 100% !important;
  }
  .h-3xl-100-px {
    height: 100px !important;
  }
  .h-3xl-120 {
    height: 120% !important;
  }
  .h-3xl-120-px {
    height: 120px !important;
  }
  .h-3xl-140 {
    height: 140% !important;
  }
  .h-3xl-140-px {
    height: 140px !important;
  }
  .h-3xl-160 {
    height: 160% !important;
  }
  .h-3xl-160-px {
    height: 160px !important;
  }
  .h-3xl-180 {
    height: 180% !important;
  }
  .h-3xl-180-px {
    height: 180px !important;
  }
  .h-3xl-200 {
    height: 200% !important;
  }
  .h-3xl-200-px {
    height: 200px !important;
  }
  .h-3xl-220 {
    height: 220% !important;
  }
  .h-3xl-220-px {
    height: 220px !important;
  }
  .h-3xl-240 {
    height: 240% !important;
  }
  .h-3xl-240-px {
    height: 240px !important;
  }
  .h-3xl-260 {
    height: 260% !important;
  }
  .h-3xl-260-px {
    height: 260px !important;
  }
  .h-3xl-280 {
    height: 280% !important;
  }
  .h-3xl-280-px {
    height: 280px !important;
  }
  .h-3xl-300 {
    height: 300% !important;
  }
  .h-3xl-300-px {
    height: 300px !important;
  }
  .h-3xl-320 {
    height: 320% !important;
  }
  .h-3xl-320-px {
    height: 320px !important;
  }
  .h-3xl-340 {
    height: 340% !important;
  }
  .h-3xl-340-px {
    height: 340px !important;
  }
  .h-3xl-350 {
    height: 350% !important;
  }
  .h-3xl-350-px {
    height: 350px !important;
  }
  .h-3xl-360 {
    height: 360% !important;
  }
  .h-3xl-360-px {
    height: 360px !important;
  }
  .h-3xl-380 {
    height: 380% !important;
  }
  .h-3xl-380-px {
    height: 380px !important;
  }
  .h-3xl-400 {
    height: 400% !important;
  }
  .h-3xl-400-px {
    height: 400px !important;
  }
  .h-3xl-450 {
    height: 450% !important;
  }
  .h-3xl-450-px {
    height: 450px !important;
  }
  .h-3xl-500 {
    height: 500% !important;
  }
  .h-3xl-500-px {
    height: 500px !important;
  }
  .h-3xl-25 {
    height: 25% !important;
  }
  .h-3xl-25-px {
    height: 25px !important;
  }
  .h-3xl-50 {
    height: 50% !important;
  }
  .h-3xl-50-px {
    height: 50px !important;
  }
  .h-3xl-75 {
    height: 75% !important;
  }
  .h-3xl-75-px {
    height: 75px !important;
  }
  .h-3xl-72 {
    height: 72% !important;
  }
  .h-3xl-72-px {
    height: 72px !important;
  }
}
.max-h-0 {
  max-height: 0% !important;
}

.max-h-0-px {
  max-height: 0px !important;
}

.min-h-0 {
  min-height: 0% !important;
}

.min-h-0-px {
  min-height: 0px !important;
}

.max-h-2 {
  max-height: 2% !important;
}

.max-h-2-px {
  max-height: 2px !important;
}

.min-h-2 {
  min-height: 2% !important;
}

.min-h-2-px {
  min-height: 2px !important;
}

.max-h-4 {
  max-height: 4% !important;
}

.max-h-4-px {
  max-height: 4px !important;
}

.min-h-4 {
  min-height: 4% !important;
}

.min-h-4-px {
  min-height: 4px !important;
}

.max-h-6 {
  max-height: 6% !important;
}

.max-h-6-px {
  max-height: 6px !important;
}

.min-h-6 {
  min-height: 6% !important;
}

.min-h-6-px {
  min-height: 6px !important;
}

.max-h-8 {
  max-height: 8% !important;
}

.max-h-8-px {
  max-height: 8px !important;
}

.min-h-8 {
  min-height: 8% !important;
}

.min-h-8-px {
  min-height: 8px !important;
}

.max-h-12 {
  max-height: 12% !important;
}

.max-h-12-px {
  max-height: 12px !important;
}

.min-h-12 {
  min-height: 12% !important;
}

.min-h-12-px {
  min-height: 12px !important;
}

.max-h-16 {
  max-height: 16% !important;
}

.max-h-16-px {
  max-height: 16px !important;
}

.min-h-16 {
  min-height: 16% !important;
}

.min-h-16-px {
  min-height: 16px !important;
}

.max-h-20 {
  max-height: 20% !important;
}

.max-h-20-px {
  max-height: 20px !important;
}

.min-h-20 {
  min-height: 20% !important;
}

.min-h-20-px {
  min-height: 20px !important;
}

.max-h-24 {
  max-height: 24% !important;
}

.max-h-24-px {
  max-height: 24px !important;
}

.min-h-24 {
  min-height: 24% !important;
}

.min-h-24-px {
  min-height: 24px !important;
}

.max-h-32 {
  max-height: 32% !important;
}

.max-h-32-px {
  max-height: 32px !important;
}

.min-h-32 {
  min-height: 32% !important;
}

.min-h-32-px {
  min-height: 32px !important;
}

.max-h-34 {
  max-height: 34% !important;
}

.max-h-34-px {
  max-height: 34px !important;
}

.min-h-34 {
  min-height: 34% !important;
}

.min-h-34-px {
  min-height: 34px !important;
}

.max-h-36 {
  max-height: 36% !important;
}

.max-h-36-px {
  max-height: 36px !important;
}

.min-h-36 {
  min-height: 36% !important;
}

.min-h-36-px {
  min-height: 36px !important;
}

.max-h-40 {
  max-height: 40% !important;
}

.max-h-40-px {
  max-height: 40px !important;
}

.min-h-40 {
  min-height: 40% !important;
}

.min-h-40-px {
  min-height: 40px !important;
}

.max-h-42 {
  max-height: 42% !important;
}

.max-h-42-px {
  max-height: 42px !important;
}

.min-h-42 {
  min-height: 42% !important;
}

.min-h-42-px {
  min-height: 42px !important;
}

.max-h-46 {
  max-height: 46% !important;
}

.max-h-46-px {
  max-height: 46px !important;
}

.min-h-46 {
  min-height: 46% !important;
}

.min-h-46-px {
  min-height: 46px !important;
}

.max-h-48 {
  max-height: 48% !important;
}

.max-h-48-px {
  max-height: 48px !important;
}

.min-h-48 {
  min-height: 48% !important;
}

.min-h-48-px {
  min-height: 48px !important;
}

.max-h-52 {
  max-height: 52% !important;
}

.max-h-52-px {
  max-height: 52px !important;
}

.min-h-52 {
  min-height: 52% !important;
}

.min-h-52-px {
  min-height: 52px !important;
}

.max-h-56 {
  max-height: 56% !important;
}

.max-h-56-px {
  max-height: 56px !important;
}

.min-h-56 {
  min-height: 56% !important;
}

.min-h-56-px {
  min-height: 56px !important;
}

.max-h-64 {
  max-height: 64% !important;
}

.max-h-64-px {
  max-height: 64px !important;
}

.min-h-64 {
  min-height: 64% !important;
}

.min-h-64-px {
  min-height: 64px !important;
}

.max-h-72 {
  max-height: 72% !important;
}

.max-h-72-px {
  max-height: 72px !important;
}

.min-h-72 {
  min-height: 72% !important;
}

.min-h-72-px {
  min-height: 72px !important;
}

.max-h-80 {
  max-height: 80% !important;
}

.max-h-80-px {
  max-height: 80px !important;
}

.min-h-80 {
  min-height: 80% !important;
}

.min-h-80-px {
  min-height: 80px !important;
}

.max-h-96 {
  max-height: 96% !important;
}

.max-h-96-px {
  max-height: 96px !important;
}

.min-h-96 {
  min-height: 96% !important;
}

.min-h-96-px {
  min-height: 96px !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.max-h-100-px {
  max-height: 100px !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-100-px {
  min-height: 100px !important;
}

.max-h-120 {
  max-height: 120% !important;
}

.max-h-120-px {
  max-height: 120px !important;
}

.min-h-120 {
  min-height: 120% !important;
}

.min-h-120-px {
  min-height: 120px !important;
}

.max-h-140 {
  max-height: 140% !important;
}

.max-h-140-px {
  max-height: 140px !important;
}

.min-h-140 {
  min-height: 140% !important;
}

.min-h-140-px {
  min-height: 140px !important;
}

.max-h-160 {
  max-height: 160% !important;
}

.max-h-160-px {
  max-height: 160px !important;
}

.min-h-160 {
  min-height: 160% !important;
}

.min-h-160-px {
  min-height: 160px !important;
}

.max-h-180 {
  max-height: 180% !important;
}

.max-h-180-px {
  max-height: 180px !important;
}

.min-h-180 {
  min-height: 180% !important;
}

.min-h-180-px {
  min-height: 180px !important;
}

.max-h-200 {
  max-height: 200% !important;
}

.max-h-200-px {
  max-height: 200px !important;
}

.min-h-200 {
  min-height: 200% !important;
}

.min-h-200-px {
  min-height: 200px !important;
}

.max-h-220 {
  max-height: 220% !important;
}

.max-h-220-px {
  max-height: 220px !important;
}

.min-h-220 {
  min-height: 220% !important;
}

.min-h-220-px {
  min-height: 220px !important;
}

.max-h-240 {
  max-height: 240% !important;
}

.max-h-240-px {
  max-height: 240px !important;
}

.min-h-240 {
  min-height: 240% !important;
}

.min-h-240-px {
  min-height: 240px !important;
}

.max-h-260 {
  max-height: 260% !important;
}

.max-h-260-px {
  max-height: 260px !important;
}

.min-h-260 {
  min-height: 260% !important;
}

.min-h-260-px {
  min-height: 260px !important;
}

.max-h-280 {
  max-height: 280% !important;
}

.max-h-280-px {
  max-height: 280px !important;
}

.min-h-280 {
  min-height: 280% !important;
}

.min-h-280-px {
  min-height: 280px !important;
}

.max-h-300 {
  max-height: 300% !important;
}

.max-h-300-px {
  max-height: 300px !important;
}

.min-h-300 {
  min-height: 300% !important;
}

.min-h-300-px {
  min-height: 300px !important;
}

.max-h-320 {
  max-height: 320% !important;
}

.max-h-320-px {
  max-height: 320px !important;
}

.min-h-320 {
  min-height: 320% !important;
}

.min-h-320-px {
  min-height: 320px !important;
}

.max-h-340 {
  max-height: 340% !important;
}

.max-h-340-px {
  max-height: 340px !important;
}

.min-h-340 {
  min-height: 340% !important;
}

.min-h-340-px {
  min-height: 340px !important;
}

.max-h-350 {
  max-height: 350% !important;
}

.max-h-350-px {
  max-height: 350px !important;
}

.min-h-350 {
  min-height: 350% !important;
}

.min-h-350-px {
  min-height: 350px !important;
}

.max-h-360 {
  max-height: 360% !important;
}

.max-h-360-px {
  max-height: 360px !important;
}

.min-h-360 {
  min-height: 360% !important;
}

.min-h-360-px {
  min-height: 360px !important;
}

.max-h-380 {
  max-height: 380% !important;
}

.max-h-380-px {
  max-height: 380px !important;
}

.min-h-380 {
  min-height: 380% !important;
}

.min-h-380-px {
  min-height: 380px !important;
}

.max-h-400 {
  max-height: 400% !important;
}

.max-h-400-px {
  max-height: 400px !important;
}

.min-h-400 {
  min-height: 400% !important;
}

.min-h-400-px {
  min-height: 400px !important;
}

.max-h-450 {
  max-height: 450% !important;
}

.max-h-450-px {
  max-height: 450px !important;
}

.min-h-450 {
  min-height: 450% !important;
}

.min-h-450-px {
  min-height: 450px !important;
}

.max-h-500 {
  max-height: 500% !important;
}

.max-h-500-px {
  max-height: 500px !important;
}

.min-h-500 {
  min-height: 500% !important;
}

.min-h-500-px {
  min-height: 500px !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.max-h-25-px {
  max-height: 25px !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.min-h-25-px {
  min-height: 25px !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.max-h-50-px {
  max-height: 50px !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-50-px {
  min-height: 50px !important;
}

.max-h-75 {
  max-height: 75% !important;
}

.max-h-75-px {
  max-height: 75px !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.min-h-75-px {
  min-height: 75px !important;
}

.max-h-72 {
  max-height: 72% !important;
}

.max-h-72-px {
  max-height: 72px !important;
}

.min-h-72 {
  min-height: 72% !important;
}

.min-h-72-px {
  min-height: 72px !important;
}

@media only screen and (min-width: 576px) {
  .min-h-sm-0 {
    min-height: 0% !important;
  }
  .min-h-sm-0-px {
    min-height: 0px !important;
  }
  .max-h-sm-0 {
    max-height: 0% !important;
  }
  .max-h-sm-0-px {
    max-height: 0px !important;
  }
  .min-h-sm-2 {
    min-height: 2% !important;
  }
  .min-h-sm-2-px {
    min-height: 2px !important;
  }
  .max-h-sm-2 {
    max-height: 2% !important;
  }
  .max-h-sm-2-px {
    max-height: 2px !important;
  }
  .min-h-sm-4 {
    min-height: 4% !important;
  }
  .min-h-sm-4-px {
    min-height: 4px !important;
  }
  .max-h-sm-4 {
    max-height: 4% !important;
  }
  .max-h-sm-4-px {
    max-height: 4px !important;
  }
  .min-h-sm-6 {
    min-height: 6% !important;
  }
  .min-h-sm-6-px {
    min-height: 6px !important;
  }
  .max-h-sm-6 {
    max-height: 6% !important;
  }
  .max-h-sm-6-px {
    max-height: 6px !important;
  }
  .min-h-sm-8 {
    min-height: 8% !important;
  }
  .min-h-sm-8-px {
    min-height: 8px !important;
  }
  .max-h-sm-8 {
    max-height: 8% !important;
  }
  .max-h-sm-8-px {
    max-height: 8px !important;
  }
  .min-h-sm-12 {
    min-height: 12% !important;
  }
  .min-h-sm-12-px {
    min-height: 12px !important;
  }
  .max-h-sm-12 {
    max-height: 12% !important;
  }
  .max-h-sm-12-px {
    max-height: 12px !important;
  }
  .min-h-sm-16 {
    min-height: 16% !important;
  }
  .min-h-sm-16-px {
    min-height: 16px !important;
  }
  .max-h-sm-16 {
    max-height: 16% !important;
  }
  .max-h-sm-16-px {
    max-height: 16px !important;
  }
  .min-h-sm-20 {
    min-height: 20% !important;
  }
  .min-h-sm-20-px {
    min-height: 20px !important;
  }
  .max-h-sm-20 {
    max-height: 20% !important;
  }
  .max-h-sm-20-px {
    max-height: 20px !important;
  }
  .min-h-sm-24 {
    min-height: 24% !important;
  }
  .min-h-sm-24-px {
    min-height: 24px !important;
  }
  .max-h-sm-24 {
    max-height: 24% !important;
  }
  .max-h-sm-24-px {
    max-height: 24px !important;
  }
  .min-h-sm-32 {
    min-height: 32% !important;
  }
  .min-h-sm-32-px {
    min-height: 32px !important;
  }
  .max-h-sm-32 {
    max-height: 32% !important;
  }
  .max-h-sm-32-px {
    max-height: 32px !important;
  }
  .min-h-sm-34 {
    min-height: 34% !important;
  }
  .min-h-sm-34-px {
    min-height: 34px !important;
  }
  .max-h-sm-34 {
    max-height: 34% !important;
  }
  .max-h-sm-34-px {
    max-height: 34px !important;
  }
  .min-h-sm-36 {
    min-height: 36% !important;
  }
  .min-h-sm-36-px {
    min-height: 36px !important;
  }
  .max-h-sm-36 {
    max-height: 36% !important;
  }
  .max-h-sm-36-px {
    max-height: 36px !important;
  }
  .min-h-sm-40 {
    min-height: 40% !important;
  }
  .min-h-sm-40-px {
    min-height: 40px !important;
  }
  .max-h-sm-40 {
    max-height: 40% !important;
  }
  .max-h-sm-40-px {
    max-height: 40px !important;
  }
  .min-h-sm-42 {
    min-height: 42% !important;
  }
  .min-h-sm-42-px {
    min-height: 42px !important;
  }
  .max-h-sm-42 {
    max-height: 42% !important;
  }
  .max-h-sm-42-px {
    max-height: 42px !important;
  }
  .min-h-sm-46 {
    min-height: 46% !important;
  }
  .min-h-sm-46-px {
    min-height: 46px !important;
  }
  .max-h-sm-46 {
    max-height: 46% !important;
  }
  .max-h-sm-46-px {
    max-height: 46px !important;
  }
  .min-h-sm-48 {
    min-height: 48% !important;
  }
  .min-h-sm-48-px {
    min-height: 48px !important;
  }
  .max-h-sm-48 {
    max-height: 48% !important;
  }
  .max-h-sm-48-px {
    max-height: 48px !important;
  }
  .min-h-sm-52 {
    min-height: 52% !important;
  }
  .min-h-sm-52-px {
    min-height: 52px !important;
  }
  .max-h-sm-52 {
    max-height: 52% !important;
  }
  .max-h-sm-52-px {
    max-height: 52px !important;
  }
  .min-h-sm-56 {
    min-height: 56% !important;
  }
  .min-h-sm-56-px {
    min-height: 56px !important;
  }
  .max-h-sm-56 {
    max-height: 56% !important;
  }
  .max-h-sm-56-px {
    max-height: 56px !important;
  }
  .min-h-sm-64 {
    min-height: 64% !important;
  }
  .min-h-sm-64-px {
    min-height: 64px !important;
  }
  .max-h-sm-64 {
    max-height: 64% !important;
  }
  .max-h-sm-64-px {
    max-height: 64px !important;
  }
  .min-h-sm-72 {
    min-height: 72% !important;
  }
  .min-h-sm-72-px {
    min-height: 72px !important;
  }
  .max-h-sm-72 {
    max-height: 72% !important;
  }
  .max-h-sm-72-px {
    max-height: 72px !important;
  }
  .min-h-sm-80 {
    min-height: 80% !important;
  }
  .min-h-sm-80-px {
    min-height: 80px !important;
  }
  .max-h-sm-80 {
    max-height: 80% !important;
  }
  .max-h-sm-80-px {
    max-height: 80px !important;
  }
  .min-h-sm-96 {
    min-height: 96% !important;
  }
  .min-h-sm-96-px {
    min-height: 96px !important;
  }
  .max-h-sm-96 {
    max-height: 96% !important;
  }
  .max-h-sm-96-px {
    max-height: 96px !important;
  }
  .min-h-sm-100 {
    min-height: 100% !important;
  }
  .min-h-sm-100-px {
    min-height: 100px !important;
  }
  .max-h-sm-100 {
    max-height: 100% !important;
  }
  .max-h-sm-100-px {
    max-height: 100px !important;
  }
  .min-h-sm-120 {
    min-height: 120% !important;
  }
  .min-h-sm-120-px {
    min-height: 120px !important;
  }
  .max-h-sm-120 {
    max-height: 120% !important;
  }
  .max-h-sm-120-px {
    max-height: 120px !important;
  }
  .min-h-sm-140 {
    min-height: 140% !important;
  }
  .min-h-sm-140-px {
    min-height: 140px !important;
  }
  .max-h-sm-140 {
    max-height: 140% !important;
  }
  .max-h-sm-140-px {
    max-height: 140px !important;
  }
  .min-h-sm-160 {
    min-height: 160% !important;
  }
  .min-h-sm-160-px {
    min-height: 160px !important;
  }
  .max-h-sm-160 {
    max-height: 160% !important;
  }
  .max-h-sm-160-px {
    max-height: 160px !important;
  }
  .min-h-sm-180 {
    min-height: 180% !important;
  }
  .min-h-sm-180-px {
    min-height: 180px !important;
  }
  .max-h-sm-180 {
    max-height: 180% !important;
  }
  .max-h-sm-180-px {
    max-height: 180px !important;
  }
  .min-h-sm-200 {
    min-height: 200% !important;
  }
  .min-h-sm-200-px {
    min-height: 200px !important;
  }
  .max-h-sm-200 {
    max-height: 200% !important;
  }
  .max-h-sm-200-px {
    max-height: 200px !important;
  }
  .min-h-sm-220 {
    min-height: 220% !important;
  }
  .min-h-sm-220-px {
    min-height: 220px !important;
  }
  .max-h-sm-220 {
    max-height: 220% !important;
  }
  .max-h-sm-220-px {
    max-height: 220px !important;
  }
  .min-h-sm-240 {
    min-height: 240% !important;
  }
  .min-h-sm-240-px {
    min-height: 240px !important;
  }
  .max-h-sm-240 {
    max-height: 240% !important;
  }
  .max-h-sm-240-px {
    max-height: 240px !important;
  }
  .min-h-sm-260 {
    min-height: 260% !important;
  }
  .min-h-sm-260-px {
    min-height: 260px !important;
  }
  .max-h-sm-260 {
    max-height: 260% !important;
  }
  .max-h-sm-260-px {
    max-height: 260px !important;
  }
  .min-h-sm-280 {
    min-height: 280% !important;
  }
  .min-h-sm-280-px {
    min-height: 280px !important;
  }
  .max-h-sm-280 {
    max-height: 280% !important;
  }
  .max-h-sm-280-px {
    max-height: 280px !important;
  }
  .min-h-sm-300 {
    min-height: 300% !important;
  }
  .min-h-sm-300-px {
    min-height: 300px !important;
  }
  .max-h-sm-300 {
    max-height: 300% !important;
  }
  .max-h-sm-300-px {
    max-height: 300px !important;
  }
  .min-h-sm-320 {
    min-height: 320% !important;
  }
  .min-h-sm-320-px {
    min-height: 320px !important;
  }
  .max-h-sm-320 {
    max-height: 320% !important;
  }
  .max-h-sm-320-px {
    max-height: 320px !important;
  }
  .min-h-sm-340 {
    min-height: 340% !important;
  }
  .min-h-sm-340-px {
    min-height: 340px !important;
  }
  .max-h-sm-340 {
    max-height: 340% !important;
  }
  .max-h-sm-340-px {
    max-height: 340px !important;
  }
  .min-h-sm-350 {
    min-height: 350% !important;
  }
  .min-h-sm-350-px {
    min-height: 350px !important;
  }
  .max-h-sm-350 {
    max-height: 350% !important;
  }
  .max-h-sm-350-px {
    max-height: 350px !important;
  }
  .min-h-sm-360 {
    min-height: 360% !important;
  }
  .min-h-sm-360-px {
    min-height: 360px !important;
  }
  .max-h-sm-360 {
    max-height: 360% !important;
  }
  .max-h-sm-360-px {
    max-height: 360px !important;
  }
  .min-h-sm-380 {
    min-height: 380% !important;
  }
  .min-h-sm-380-px {
    min-height: 380px !important;
  }
  .max-h-sm-380 {
    max-height: 380% !important;
  }
  .max-h-sm-380-px {
    max-height: 380px !important;
  }
  .min-h-sm-400 {
    min-height: 400% !important;
  }
  .min-h-sm-400-px {
    min-height: 400px !important;
  }
  .max-h-sm-400 {
    max-height: 400% !important;
  }
  .max-h-sm-400-px {
    max-height: 400px !important;
  }
  .min-h-sm-450 {
    min-height: 450% !important;
  }
  .min-h-sm-450-px {
    min-height: 450px !important;
  }
  .max-h-sm-450 {
    max-height: 450% !important;
  }
  .max-h-sm-450-px {
    max-height: 450px !important;
  }
  .min-h-sm-500 {
    min-height: 500% !important;
  }
  .min-h-sm-500-px {
    min-height: 500px !important;
  }
  .max-h-sm-500 {
    max-height: 500% !important;
  }
  .max-h-sm-500-px {
    max-height: 500px !important;
  }
  .min-h-sm-25 {
    min-height: 25% !important;
  }
  .min-h-sm-25-px {
    min-height: 25px !important;
  }
  .max-h-sm-25 {
    max-height: 25% !important;
  }
  .max-h-sm-25-px {
    max-height: 25px !important;
  }
  .min-h-sm-50 {
    min-height: 50% !important;
  }
  .min-h-sm-50-px {
    min-height: 50px !important;
  }
  .max-h-sm-50 {
    max-height: 50% !important;
  }
  .max-h-sm-50-px {
    max-height: 50px !important;
  }
  .min-h-sm-75 {
    min-height: 75% !important;
  }
  .min-h-sm-75-px {
    min-height: 75px !important;
  }
  .max-h-sm-75 {
    max-height: 75% !important;
  }
  .max-h-sm-75-px {
    max-height: 75px !important;
  }
  .min-h-sm-72 {
    min-height: 72% !important;
  }
  .min-h-sm-72-px {
    min-height: 72px !important;
  }
  .max-h-sm-72 {
    max-height: 72% !important;
  }
  .max-h-sm-72-px {
    max-height: 72px !important;
  }
}
@media only screen and (min-width: 768px) {
  .min-h-md-0 {
    min-height: 0% !important;
  }
  .min-h-md-0-px {
    min-height: 0px !important;
  }
  .max-h-md-0 {
    max-height: 0% !important;
  }
  .max-h-md-0-px {
    max-height: 0px !important;
  }
  .min-h-md-2 {
    min-height: 2% !important;
  }
  .min-h-md-2-px {
    min-height: 2px !important;
  }
  .max-h-md-2 {
    max-height: 2% !important;
  }
  .max-h-md-2-px {
    max-height: 2px !important;
  }
  .min-h-md-4 {
    min-height: 4% !important;
  }
  .min-h-md-4-px {
    min-height: 4px !important;
  }
  .max-h-md-4 {
    max-height: 4% !important;
  }
  .max-h-md-4-px {
    max-height: 4px !important;
  }
  .min-h-md-6 {
    min-height: 6% !important;
  }
  .min-h-md-6-px {
    min-height: 6px !important;
  }
  .max-h-md-6 {
    max-height: 6% !important;
  }
  .max-h-md-6-px {
    max-height: 6px !important;
  }
  .min-h-md-8 {
    min-height: 8% !important;
  }
  .min-h-md-8-px {
    min-height: 8px !important;
  }
  .max-h-md-8 {
    max-height: 8% !important;
  }
  .max-h-md-8-px {
    max-height: 8px !important;
  }
  .min-h-md-12 {
    min-height: 12% !important;
  }
  .min-h-md-12-px {
    min-height: 12px !important;
  }
  .max-h-md-12 {
    max-height: 12% !important;
  }
  .max-h-md-12-px {
    max-height: 12px !important;
  }
  .min-h-md-16 {
    min-height: 16% !important;
  }
  .min-h-md-16-px {
    min-height: 16px !important;
  }
  .max-h-md-16 {
    max-height: 16% !important;
  }
  .max-h-md-16-px {
    max-height: 16px !important;
  }
  .min-h-md-20 {
    min-height: 20% !important;
  }
  .min-h-md-20-px {
    min-height: 20px !important;
  }
  .max-h-md-20 {
    max-height: 20% !important;
  }
  .max-h-md-20-px {
    max-height: 20px !important;
  }
  .min-h-md-24 {
    min-height: 24% !important;
  }
  .min-h-md-24-px {
    min-height: 24px !important;
  }
  .max-h-md-24 {
    max-height: 24% !important;
  }
  .max-h-md-24-px {
    max-height: 24px !important;
  }
  .min-h-md-32 {
    min-height: 32% !important;
  }
  .min-h-md-32-px {
    min-height: 32px !important;
  }
  .max-h-md-32 {
    max-height: 32% !important;
  }
  .max-h-md-32-px {
    max-height: 32px !important;
  }
  .min-h-md-34 {
    min-height: 34% !important;
  }
  .min-h-md-34-px {
    min-height: 34px !important;
  }
  .max-h-md-34 {
    max-height: 34% !important;
  }
  .max-h-md-34-px {
    max-height: 34px !important;
  }
  .min-h-md-36 {
    min-height: 36% !important;
  }
  .min-h-md-36-px {
    min-height: 36px !important;
  }
  .max-h-md-36 {
    max-height: 36% !important;
  }
  .max-h-md-36-px {
    max-height: 36px !important;
  }
  .min-h-md-40 {
    min-height: 40% !important;
  }
  .min-h-md-40-px {
    min-height: 40px !important;
  }
  .max-h-md-40 {
    max-height: 40% !important;
  }
  .max-h-md-40-px {
    max-height: 40px !important;
  }
  .min-h-md-42 {
    min-height: 42% !important;
  }
  .min-h-md-42-px {
    min-height: 42px !important;
  }
  .max-h-md-42 {
    max-height: 42% !important;
  }
  .max-h-md-42-px {
    max-height: 42px !important;
  }
  .min-h-md-46 {
    min-height: 46% !important;
  }
  .min-h-md-46-px {
    min-height: 46px !important;
  }
  .max-h-md-46 {
    max-height: 46% !important;
  }
  .max-h-md-46-px {
    max-height: 46px !important;
  }
  .min-h-md-48 {
    min-height: 48% !important;
  }
  .min-h-md-48-px {
    min-height: 48px !important;
  }
  .max-h-md-48 {
    max-height: 48% !important;
  }
  .max-h-md-48-px {
    max-height: 48px !important;
  }
  .min-h-md-52 {
    min-height: 52% !important;
  }
  .min-h-md-52-px {
    min-height: 52px !important;
  }
  .max-h-md-52 {
    max-height: 52% !important;
  }
  .max-h-md-52-px {
    max-height: 52px !important;
  }
  .min-h-md-56 {
    min-height: 56% !important;
  }
  .min-h-md-56-px {
    min-height: 56px !important;
  }
  .max-h-md-56 {
    max-height: 56% !important;
  }
  .max-h-md-56-px {
    max-height: 56px !important;
  }
  .min-h-md-64 {
    min-height: 64% !important;
  }
  .min-h-md-64-px {
    min-height: 64px !important;
  }
  .max-h-md-64 {
    max-height: 64% !important;
  }
  .max-h-md-64-px {
    max-height: 64px !important;
  }
  .min-h-md-72 {
    min-height: 72% !important;
  }
  .min-h-md-72-px {
    min-height: 72px !important;
  }
  .max-h-md-72 {
    max-height: 72% !important;
  }
  .max-h-md-72-px {
    max-height: 72px !important;
  }
  .min-h-md-80 {
    min-height: 80% !important;
  }
  .min-h-md-80-px {
    min-height: 80px !important;
  }
  .max-h-md-80 {
    max-height: 80% !important;
  }
  .max-h-md-80-px {
    max-height: 80px !important;
  }
  .min-h-md-96 {
    min-height: 96% !important;
  }
  .min-h-md-96-px {
    min-height: 96px !important;
  }
  .max-h-md-96 {
    max-height: 96% !important;
  }
  .max-h-md-96-px {
    max-height: 96px !important;
  }
  .min-h-md-100 {
    min-height: 100% !important;
  }
  .min-h-md-100-px {
    min-height: 100px !important;
  }
  .max-h-md-100 {
    max-height: 100% !important;
  }
  .max-h-md-100-px {
    max-height: 100px !important;
  }
  .min-h-md-120 {
    min-height: 120% !important;
  }
  .min-h-md-120-px {
    min-height: 120px !important;
  }
  .max-h-md-120 {
    max-height: 120% !important;
  }
  .max-h-md-120-px {
    max-height: 120px !important;
  }
  .min-h-md-140 {
    min-height: 140% !important;
  }
  .min-h-md-140-px {
    min-height: 140px !important;
  }
  .max-h-md-140 {
    max-height: 140% !important;
  }
  .max-h-md-140-px {
    max-height: 140px !important;
  }
  .min-h-md-160 {
    min-height: 160% !important;
  }
  .min-h-md-160-px {
    min-height: 160px !important;
  }
  .max-h-md-160 {
    max-height: 160% !important;
  }
  .max-h-md-160-px {
    max-height: 160px !important;
  }
  .min-h-md-180 {
    min-height: 180% !important;
  }
  .min-h-md-180-px {
    min-height: 180px !important;
  }
  .max-h-md-180 {
    max-height: 180% !important;
  }
  .max-h-md-180-px {
    max-height: 180px !important;
  }
  .min-h-md-200 {
    min-height: 200% !important;
  }
  .min-h-md-200-px {
    min-height: 200px !important;
  }
  .max-h-md-200 {
    max-height: 200% !important;
  }
  .max-h-md-200-px {
    max-height: 200px !important;
  }
  .min-h-md-220 {
    min-height: 220% !important;
  }
  .min-h-md-220-px {
    min-height: 220px !important;
  }
  .max-h-md-220 {
    max-height: 220% !important;
  }
  .max-h-md-220-px {
    max-height: 220px !important;
  }
  .min-h-md-240 {
    min-height: 240% !important;
  }
  .min-h-md-240-px {
    min-height: 240px !important;
  }
  .max-h-md-240 {
    max-height: 240% !important;
  }
  .max-h-md-240-px {
    max-height: 240px !important;
  }
  .min-h-md-260 {
    min-height: 260% !important;
  }
  .min-h-md-260-px {
    min-height: 260px !important;
  }
  .max-h-md-260 {
    max-height: 260% !important;
  }
  .max-h-md-260-px {
    max-height: 260px !important;
  }
  .min-h-md-280 {
    min-height: 280% !important;
  }
  .min-h-md-280-px {
    min-height: 280px !important;
  }
  .max-h-md-280 {
    max-height: 280% !important;
  }
  .max-h-md-280-px {
    max-height: 280px !important;
  }
  .min-h-md-300 {
    min-height: 300% !important;
  }
  .min-h-md-300-px {
    min-height: 300px !important;
  }
  .max-h-md-300 {
    max-height: 300% !important;
  }
  .max-h-md-300-px {
    max-height: 300px !important;
  }
  .min-h-md-320 {
    min-height: 320% !important;
  }
  .min-h-md-320-px {
    min-height: 320px !important;
  }
  .max-h-md-320 {
    max-height: 320% !important;
  }
  .max-h-md-320-px {
    max-height: 320px !important;
  }
  .min-h-md-340 {
    min-height: 340% !important;
  }
  .min-h-md-340-px {
    min-height: 340px !important;
  }
  .max-h-md-340 {
    max-height: 340% !important;
  }
  .max-h-md-340-px {
    max-height: 340px !important;
  }
  .min-h-md-350 {
    min-height: 350% !important;
  }
  .min-h-md-350-px {
    min-height: 350px !important;
  }
  .max-h-md-350 {
    max-height: 350% !important;
  }
  .max-h-md-350-px {
    max-height: 350px !important;
  }
  .min-h-md-360 {
    min-height: 360% !important;
  }
  .min-h-md-360-px {
    min-height: 360px !important;
  }
  .max-h-md-360 {
    max-height: 360% !important;
  }
  .max-h-md-360-px {
    max-height: 360px !important;
  }
  .min-h-md-380 {
    min-height: 380% !important;
  }
  .min-h-md-380-px {
    min-height: 380px !important;
  }
  .max-h-md-380 {
    max-height: 380% !important;
  }
  .max-h-md-380-px {
    max-height: 380px !important;
  }
  .min-h-md-400 {
    min-height: 400% !important;
  }
  .min-h-md-400-px {
    min-height: 400px !important;
  }
  .max-h-md-400 {
    max-height: 400% !important;
  }
  .max-h-md-400-px {
    max-height: 400px !important;
  }
  .min-h-md-450 {
    min-height: 450% !important;
  }
  .min-h-md-450-px {
    min-height: 450px !important;
  }
  .max-h-md-450 {
    max-height: 450% !important;
  }
  .max-h-md-450-px {
    max-height: 450px !important;
  }
  .min-h-md-500 {
    min-height: 500% !important;
  }
  .min-h-md-500-px {
    min-height: 500px !important;
  }
  .max-h-md-500 {
    max-height: 500% !important;
  }
  .max-h-md-500-px {
    max-height: 500px !important;
  }
  .min-h-md-25 {
    min-height: 25% !important;
  }
  .min-h-md-25-px {
    min-height: 25px !important;
  }
  .max-h-md-25 {
    max-height: 25% !important;
  }
  .max-h-md-25-px {
    max-height: 25px !important;
  }
  .min-h-md-50 {
    min-height: 50% !important;
  }
  .min-h-md-50-px {
    min-height: 50px !important;
  }
  .max-h-md-50 {
    max-height: 50% !important;
  }
  .max-h-md-50-px {
    max-height: 50px !important;
  }
  .min-h-md-75 {
    min-height: 75% !important;
  }
  .min-h-md-75-px {
    min-height: 75px !important;
  }
  .max-h-md-75 {
    max-height: 75% !important;
  }
  .max-h-md-75-px {
    max-height: 75px !important;
  }
  .min-h-md-72 {
    min-height: 72% !important;
  }
  .min-h-md-72-px {
    min-height: 72px !important;
  }
  .max-h-md-72 {
    max-height: 72% !important;
  }
  .max-h-md-72-px {
    max-height: 72px !important;
  }
}
@media only screen and (min-width: 992px) {
  .min-h-lg-0 {
    min-height: 0% !important;
  }
  .min-h-lg-0-px {
    min-height: 0px !important;
  }
  .max-h-lg-0 {
    max-height: 0% !important;
  }
  .max-h-lg-0-px {
    max-height: 0px !important;
  }
  .min-h-lg-2 {
    min-height: 2% !important;
  }
  .min-h-lg-2-px {
    min-height: 2px !important;
  }
  .max-h-lg-2 {
    max-height: 2% !important;
  }
  .max-h-lg-2-px {
    max-height: 2px !important;
  }
  .min-h-lg-4 {
    min-height: 4% !important;
  }
  .min-h-lg-4-px {
    min-height: 4px !important;
  }
  .max-h-lg-4 {
    max-height: 4% !important;
  }
  .max-h-lg-4-px {
    max-height: 4px !important;
  }
  .min-h-lg-6 {
    min-height: 6% !important;
  }
  .min-h-lg-6-px {
    min-height: 6px !important;
  }
  .max-h-lg-6 {
    max-height: 6% !important;
  }
  .max-h-lg-6-px {
    max-height: 6px !important;
  }
  .min-h-lg-8 {
    min-height: 8% !important;
  }
  .min-h-lg-8-px {
    min-height: 8px !important;
  }
  .max-h-lg-8 {
    max-height: 8% !important;
  }
  .max-h-lg-8-px {
    max-height: 8px !important;
  }
  .min-h-lg-12 {
    min-height: 12% !important;
  }
  .min-h-lg-12-px {
    min-height: 12px !important;
  }
  .max-h-lg-12 {
    max-height: 12% !important;
  }
  .max-h-lg-12-px {
    max-height: 12px !important;
  }
  .min-h-lg-16 {
    min-height: 16% !important;
  }
  .min-h-lg-16-px {
    min-height: 16px !important;
  }
  .max-h-lg-16 {
    max-height: 16% !important;
  }
  .max-h-lg-16-px {
    max-height: 16px !important;
  }
  .min-h-lg-20 {
    min-height: 20% !important;
  }
  .min-h-lg-20-px {
    min-height: 20px !important;
  }
  .max-h-lg-20 {
    max-height: 20% !important;
  }
  .max-h-lg-20-px {
    max-height: 20px !important;
  }
  .min-h-lg-24 {
    min-height: 24% !important;
  }
  .min-h-lg-24-px {
    min-height: 24px !important;
  }
  .max-h-lg-24 {
    max-height: 24% !important;
  }
  .max-h-lg-24-px {
    max-height: 24px !important;
  }
  .min-h-lg-32 {
    min-height: 32% !important;
  }
  .min-h-lg-32-px {
    min-height: 32px !important;
  }
  .max-h-lg-32 {
    max-height: 32% !important;
  }
  .max-h-lg-32-px {
    max-height: 32px !important;
  }
  .min-h-lg-34 {
    min-height: 34% !important;
  }
  .min-h-lg-34-px {
    min-height: 34px !important;
  }
  .max-h-lg-34 {
    max-height: 34% !important;
  }
  .max-h-lg-34-px {
    max-height: 34px !important;
  }
  .min-h-lg-36 {
    min-height: 36% !important;
  }
  .min-h-lg-36-px {
    min-height: 36px !important;
  }
  .max-h-lg-36 {
    max-height: 36% !important;
  }
  .max-h-lg-36-px {
    max-height: 36px !important;
  }
  .min-h-lg-40 {
    min-height: 40% !important;
  }
  .min-h-lg-40-px {
    min-height: 40px !important;
  }
  .max-h-lg-40 {
    max-height: 40% !important;
  }
  .max-h-lg-40-px {
    max-height: 40px !important;
  }
  .min-h-lg-42 {
    min-height: 42% !important;
  }
  .min-h-lg-42-px {
    min-height: 42px !important;
  }
  .max-h-lg-42 {
    max-height: 42% !important;
  }
  .max-h-lg-42-px {
    max-height: 42px !important;
  }
  .min-h-lg-46 {
    min-height: 46% !important;
  }
  .min-h-lg-46-px {
    min-height: 46px !important;
  }
  .max-h-lg-46 {
    max-height: 46% !important;
  }
  .max-h-lg-46-px {
    max-height: 46px !important;
  }
  .min-h-lg-48 {
    min-height: 48% !important;
  }
  .min-h-lg-48-px {
    min-height: 48px !important;
  }
  .max-h-lg-48 {
    max-height: 48% !important;
  }
  .max-h-lg-48-px {
    max-height: 48px !important;
  }
  .min-h-lg-52 {
    min-height: 52% !important;
  }
  .min-h-lg-52-px {
    min-height: 52px !important;
  }
  .max-h-lg-52 {
    max-height: 52% !important;
  }
  .max-h-lg-52-px {
    max-height: 52px !important;
  }
  .min-h-lg-56 {
    min-height: 56% !important;
  }
  .min-h-lg-56-px {
    min-height: 56px !important;
  }
  .max-h-lg-56 {
    max-height: 56% !important;
  }
  .max-h-lg-56-px {
    max-height: 56px !important;
  }
  .min-h-lg-64 {
    min-height: 64% !important;
  }
  .min-h-lg-64-px {
    min-height: 64px !important;
  }
  .max-h-lg-64 {
    max-height: 64% !important;
  }
  .max-h-lg-64-px {
    max-height: 64px !important;
  }
  .min-h-lg-72 {
    min-height: 72% !important;
  }
  .min-h-lg-72-px {
    min-height: 72px !important;
  }
  .max-h-lg-72 {
    max-height: 72% !important;
  }
  .max-h-lg-72-px {
    max-height: 72px !important;
  }
  .min-h-lg-80 {
    min-height: 80% !important;
  }
  .min-h-lg-80-px {
    min-height: 80px !important;
  }
  .max-h-lg-80 {
    max-height: 80% !important;
  }
  .max-h-lg-80-px {
    max-height: 80px !important;
  }
  .min-h-lg-96 {
    min-height: 96% !important;
  }
  .min-h-lg-96-px {
    min-height: 96px !important;
  }
  .max-h-lg-96 {
    max-height: 96% !important;
  }
  .max-h-lg-96-px {
    max-height: 96px !important;
  }
  .min-h-lg-100 {
    min-height: 100% !important;
  }
  .min-h-lg-100-px {
    min-height: 100px !important;
  }
  .max-h-lg-100 {
    max-height: 100% !important;
  }
  .max-h-lg-100-px {
    max-height: 100px !important;
  }
  .min-h-lg-120 {
    min-height: 120% !important;
  }
  .min-h-lg-120-px {
    min-height: 120px !important;
  }
  .max-h-lg-120 {
    max-height: 120% !important;
  }
  .max-h-lg-120-px {
    max-height: 120px !important;
  }
  .min-h-lg-140 {
    min-height: 140% !important;
  }
  .min-h-lg-140-px {
    min-height: 140px !important;
  }
  .max-h-lg-140 {
    max-height: 140% !important;
  }
  .max-h-lg-140-px {
    max-height: 140px !important;
  }
  .min-h-lg-160 {
    min-height: 160% !important;
  }
  .min-h-lg-160-px {
    min-height: 160px !important;
  }
  .max-h-lg-160 {
    max-height: 160% !important;
  }
  .max-h-lg-160-px {
    max-height: 160px !important;
  }
  .min-h-lg-180 {
    min-height: 180% !important;
  }
  .min-h-lg-180-px {
    min-height: 180px !important;
  }
  .max-h-lg-180 {
    max-height: 180% !important;
  }
  .max-h-lg-180-px {
    max-height: 180px !important;
  }
  .min-h-lg-200 {
    min-height: 200% !important;
  }
  .min-h-lg-200-px {
    min-height: 200px !important;
  }
  .max-h-lg-200 {
    max-height: 200% !important;
  }
  .max-h-lg-200-px {
    max-height: 200px !important;
  }
  .min-h-lg-220 {
    min-height: 220% !important;
  }
  .min-h-lg-220-px {
    min-height: 220px !important;
  }
  .max-h-lg-220 {
    max-height: 220% !important;
  }
  .max-h-lg-220-px {
    max-height: 220px !important;
  }
  .min-h-lg-240 {
    min-height: 240% !important;
  }
  .min-h-lg-240-px {
    min-height: 240px !important;
  }
  .max-h-lg-240 {
    max-height: 240% !important;
  }
  .max-h-lg-240-px {
    max-height: 240px !important;
  }
  .min-h-lg-260 {
    min-height: 260% !important;
  }
  .min-h-lg-260-px {
    min-height: 260px !important;
  }
  .max-h-lg-260 {
    max-height: 260% !important;
  }
  .max-h-lg-260-px {
    max-height: 260px !important;
  }
  .min-h-lg-280 {
    min-height: 280% !important;
  }
  .min-h-lg-280-px {
    min-height: 280px !important;
  }
  .max-h-lg-280 {
    max-height: 280% !important;
  }
  .max-h-lg-280-px {
    max-height: 280px !important;
  }
  .min-h-lg-300 {
    min-height: 300% !important;
  }
  .min-h-lg-300-px {
    min-height: 300px !important;
  }
  .max-h-lg-300 {
    max-height: 300% !important;
  }
  .max-h-lg-300-px {
    max-height: 300px !important;
  }
  .min-h-lg-320 {
    min-height: 320% !important;
  }
  .min-h-lg-320-px {
    min-height: 320px !important;
  }
  .max-h-lg-320 {
    max-height: 320% !important;
  }
  .max-h-lg-320-px {
    max-height: 320px !important;
  }
  .min-h-lg-340 {
    min-height: 340% !important;
  }
  .min-h-lg-340-px {
    min-height: 340px !important;
  }
  .max-h-lg-340 {
    max-height: 340% !important;
  }
  .max-h-lg-340-px {
    max-height: 340px !important;
  }
  .min-h-lg-350 {
    min-height: 350% !important;
  }
  .min-h-lg-350-px {
    min-height: 350px !important;
  }
  .max-h-lg-350 {
    max-height: 350% !important;
  }
  .max-h-lg-350-px {
    max-height: 350px !important;
  }
  .min-h-lg-360 {
    min-height: 360% !important;
  }
  .min-h-lg-360-px {
    min-height: 360px !important;
  }
  .max-h-lg-360 {
    max-height: 360% !important;
  }
  .max-h-lg-360-px {
    max-height: 360px !important;
  }
  .min-h-lg-380 {
    min-height: 380% !important;
  }
  .min-h-lg-380-px {
    min-height: 380px !important;
  }
  .max-h-lg-380 {
    max-height: 380% !important;
  }
  .max-h-lg-380-px {
    max-height: 380px !important;
  }
  .min-h-lg-400 {
    min-height: 400% !important;
  }
  .min-h-lg-400-px {
    min-height: 400px !important;
  }
  .max-h-lg-400 {
    max-height: 400% !important;
  }
  .max-h-lg-400-px {
    max-height: 400px !important;
  }
  .min-h-lg-450 {
    min-height: 450% !important;
  }
  .min-h-lg-450-px {
    min-height: 450px !important;
  }
  .max-h-lg-450 {
    max-height: 450% !important;
  }
  .max-h-lg-450-px {
    max-height: 450px !important;
  }
  .min-h-lg-500 {
    min-height: 500% !important;
  }
  .min-h-lg-500-px {
    min-height: 500px !important;
  }
  .max-h-lg-500 {
    max-height: 500% !important;
  }
  .max-h-lg-500-px {
    max-height: 500px !important;
  }
  .min-h-lg-25 {
    min-height: 25% !important;
  }
  .min-h-lg-25-px {
    min-height: 25px !important;
  }
  .max-h-lg-25 {
    max-height: 25% !important;
  }
  .max-h-lg-25-px {
    max-height: 25px !important;
  }
  .min-h-lg-50 {
    min-height: 50% !important;
  }
  .min-h-lg-50-px {
    min-height: 50px !important;
  }
  .max-h-lg-50 {
    max-height: 50% !important;
  }
  .max-h-lg-50-px {
    max-height: 50px !important;
  }
  .min-h-lg-75 {
    min-height: 75% !important;
  }
  .min-h-lg-75-px {
    min-height: 75px !important;
  }
  .max-h-lg-75 {
    max-height: 75% !important;
  }
  .max-h-lg-75-px {
    max-height: 75px !important;
  }
  .min-h-lg-72 {
    min-height: 72% !important;
  }
  .min-h-lg-72-px {
    min-height: 72px !important;
  }
  .max-h-lg-72 {
    max-height: 72% !important;
  }
  .max-h-lg-72-px {
    max-height: 72px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .min-h-xl-0 {
    min-height: 0% !important;
  }
  .min-h-xl-0-px {
    min-height: 0px !important;
  }
  .max-h-xl-0 {
    max-height: 0% !important;
  }
  .max-h-xl-0-px {
    max-height: 0px !important;
  }
  .min-h-xl-2 {
    min-height: 2% !important;
  }
  .min-h-xl-2-px {
    min-height: 2px !important;
  }
  .max-h-xl-2 {
    max-height: 2% !important;
  }
  .max-h-xl-2-px {
    max-height: 2px !important;
  }
  .min-h-xl-4 {
    min-height: 4% !important;
  }
  .min-h-xl-4-px {
    min-height: 4px !important;
  }
  .max-h-xl-4 {
    max-height: 4% !important;
  }
  .max-h-xl-4-px {
    max-height: 4px !important;
  }
  .min-h-xl-6 {
    min-height: 6% !important;
  }
  .min-h-xl-6-px {
    min-height: 6px !important;
  }
  .max-h-xl-6 {
    max-height: 6% !important;
  }
  .max-h-xl-6-px {
    max-height: 6px !important;
  }
  .min-h-xl-8 {
    min-height: 8% !important;
  }
  .min-h-xl-8-px {
    min-height: 8px !important;
  }
  .max-h-xl-8 {
    max-height: 8% !important;
  }
  .max-h-xl-8-px {
    max-height: 8px !important;
  }
  .min-h-xl-12 {
    min-height: 12% !important;
  }
  .min-h-xl-12-px {
    min-height: 12px !important;
  }
  .max-h-xl-12 {
    max-height: 12% !important;
  }
  .max-h-xl-12-px {
    max-height: 12px !important;
  }
  .min-h-xl-16 {
    min-height: 16% !important;
  }
  .min-h-xl-16-px {
    min-height: 16px !important;
  }
  .max-h-xl-16 {
    max-height: 16% !important;
  }
  .max-h-xl-16-px {
    max-height: 16px !important;
  }
  .min-h-xl-20 {
    min-height: 20% !important;
  }
  .min-h-xl-20-px {
    min-height: 20px !important;
  }
  .max-h-xl-20 {
    max-height: 20% !important;
  }
  .max-h-xl-20-px {
    max-height: 20px !important;
  }
  .min-h-xl-24 {
    min-height: 24% !important;
  }
  .min-h-xl-24-px {
    min-height: 24px !important;
  }
  .max-h-xl-24 {
    max-height: 24% !important;
  }
  .max-h-xl-24-px {
    max-height: 24px !important;
  }
  .min-h-xl-32 {
    min-height: 32% !important;
  }
  .min-h-xl-32-px {
    min-height: 32px !important;
  }
  .max-h-xl-32 {
    max-height: 32% !important;
  }
  .max-h-xl-32-px {
    max-height: 32px !important;
  }
  .min-h-xl-34 {
    min-height: 34% !important;
  }
  .min-h-xl-34-px {
    min-height: 34px !important;
  }
  .max-h-xl-34 {
    max-height: 34% !important;
  }
  .max-h-xl-34-px {
    max-height: 34px !important;
  }
  .min-h-xl-36 {
    min-height: 36% !important;
  }
  .min-h-xl-36-px {
    min-height: 36px !important;
  }
  .max-h-xl-36 {
    max-height: 36% !important;
  }
  .max-h-xl-36-px {
    max-height: 36px !important;
  }
  .min-h-xl-40 {
    min-height: 40% !important;
  }
  .min-h-xl-40-px {
    min-height: 40px !important;
  }
  .max-h-xl-40 {
    max-height: 40% !important;
  }
  .max-h-xl-40-px {
    max-height: 40px !important;
  }
  .min-h-xl-42 {
    min-height: 42% !important;
  }
  .min-h-xl-42-px {
    min-height: 42px !important;
  }
  .max-h-xl-42 {
    max-height: 42% !important;
  }
  .max-h-xl-42-px {
    max-height: 42px !important;
  }
  .min-h-xl-46 {
    min-height: 46% !important;
  }
  .min-h-xl-46-px {
    min-height: 46px !important;
  }
  .max-h-xl-46 {
    max-height: 46% !important;
  }
  .max-h-xl-46-px {
    max-height: 46px !important;
  }
  .min-h-xl-48 {
    min-height: 48% !important;
  }
  .min-h-xl-48-px {
    min-height: 48px !important;
  }
  .max-h-xl-48 {
    max-height: 48% !important;
  }
  .max-h-xl-48-px {
    max-height: 48px !important;
  }
  .min-h-xl-52 {
    min-height: 52% !important;
  }
  .min-h-xl-52-px {
    min-height: 52px !important;
  }
  .max-h-xl-52 {
    max-height: 52% !important;
  }
  .max-h-xl-52-px {
    max-height: 52px !important;
  }
  .min-h-xl-56 {
    min-height: 56% !important;
  }
  .min-h-xl-56-px {
    min-height: 56px !important;
  }
  .max-h-xl-56 {
    max-height: 56% !important;
  }
  .max-h-xl-56-px {
    max-height: 56px !important;
  }
  .min-h-xl-64 {
    min-height: 64% !important;
  }
  .min-h-xl-64-px {
    min-height: 64px !important;
  }
  .max-h-xl-64 {
    max-height: 64% !important;
  }
  .max-h-xl-64-px {
    max-height: 64px !important;
  }
  .min-h-xl-72 {
    min-height: 72% !important;
  }
  .min-h-xl-72-px {
    min-height: 72px !important;
  }
  .max-h-xl-72 {
    max-height: 72% !important;
  }
  .max-h-xl-72-px {
    max-height: 72px !important;
  }
  .min-h-xl-80 {
    min-height: 80% !important;
  }
  .min-h-xl-80-px {
    min-height: 80px !important;
  }
  .max-h-xl-80 {
    max-height: 80% !important;
  }
  .max-h-xl-80-px {
    max-height: 80px !important;
  }
  .min-h-xl-96 {
    min-height: 96% !important;
  }
  .min-h-xl-96-px {
    min-height: 96px !important;
  }
  .max-h-xl-96 {
    max-height: 96% !important;
  }
  .max-h-xl-96-px {
    max-height: 96px !important;
  }
  .min-h-xl-100 {
    min-height: 100% !important;
  }
  .min-h-xl-100-px {
    min-height: 100px !important;
  }
  .max-h-xl-100 {
    max-height: 100% !important;
  }
  .max-h-xl-100-px {
    max-height: 100px !important;
  }
  .min-h-xl-120 {
    min-height: 120% !important;
  }
  .min-h-xl-120-px {
    min-height: 120px !important;
  }
  .max-h-xl-120 {
    max-height: 120% !important;
  }
  .max-h-xl-120-px {
    max-height: 120px !important;
  }
  .min-h-xl-140 {
    min-height: 140% !important;
  }
  .min-h-xl-140-px {
    min-height: 140px !important;
  }
  .max-h-xl-140 {
    max-height: 140% !important;
  }
  .max-h-xl-140-px {
    max-height: 140px !important;
  }
  .min-h-xl-160 {
    min-height: 160% !important;
  }
  .min-h-xl-160-px {
    min-height: 160px !important;
  }
  .max-h-xl-160 {
    max-height: 160% !important;
  }
  .max-h-xl-160-px {
    max-height: 160px !important;
  }
  .min-h-xl-180 {
    min-height: 180% !important;
  }
  .min-h-xl-180-px {
    min-height: 180px !important;
  }
  .max-h-xl-180 {
    max-height: 180% !important;
  }
  .max-h-xl-180-px {
    max-height: 180px !important;
  }
  .min-h-xl-200 {
    min-height: 200% !important;
  }
  .min-h-xl-200-px {
    min-height: 200px !important;
  }
  .max-h-xl-200 {
    max-height: 200% !important;
  }
  .max-h-xl-200-px {
    max-height: 200px !important;
  }
  .min-h-xl-220 {
    min-height: 220% !important;
  }
  .min-h-xl-220-px {
    min-height: 220px !important;
  }
  .max-h-xl-220 {
    max-height: 220% !important;
  }
  .max-h-xl-220-px {
    max-height: 220px !important;
  }
  .min-h-xl-240 {
    min-height: 240% !important;
  }
  .min-h-xl-240-px {
    min-height: 240px !important;
  }
  .max-h-xl-240 {
    max-height: 240% !important;
  }
  .max-h-xl-240-px {
    max-height: 240px !important;
  }
  .min-h-xl-260 {
    min-height: 260% !important;
  }
  .min-h-xl-260-px {
    min-height: 260px !important;
  }
  .max-h-xl-260 {
    max-height: 260% !important;
  }
  .max-h-xl-260-px {
    max-height: 260px !important;
  }
  .min-h-xl-280 {
    min-height: 280% !important;
  }
  .min-h-xl-280-px {
    min-height: 280px !important;
  }
  .max-h-xl-280 {
    max-height: 280% !important;
  }
  .max-h-xl-280-px {
    max-height: 280px !important;
  }
  .min-h-xl-300 {
    min-height: 300% !important;
  }
  .min-h-xl-300-px {
    min-height: 300px !important;
  }
  .max-h-xl-300 {
    max-height: 300% !important;
  }
  .max-h-xl-300-px {
    max-height: 300px !important;
  }
  .min-h-xl-320 {
    min-height: 320% !important;
  }
  .min-h-xl-320-px {
    min-height: 320px !important;
  }
  .max-h-xl-320 {
    max-height: 320% !important;
  }
  .max-h-xl-320-px {
    max-height: 320px !important;
  }
  .min-h-xl-340 {
    min-height: 340% !important;
  }
  .min-h-xl-340-px {
    min-height: 340px !important;
  }
  .max-h-xl-340 {
    max-height: 340% !important;
  }
  .max-h-xl-340-px {
    max-height: 340px !important;
  }
  .min-h-xl-350 {
    min-height: 350% !important;
  }
  .min-h-xl-350-px {
    min-height: 350px !important;
  }
  .max-h-xl-350 {
    max-height: 350% !important;
  }
  .max-h-xl-350-px {
    max-height: 350px !important;
  }
  .min-h-xl-360 {
    min-height: 360% !important;
  }
  .min-h-xl-360-px {
    min-height: 360px !important;
  }
  .max-h-xl-360 {
    max-height: 360% !important;
  }
  .max-h-xl-360-px {
    max-height: 360px !important;
  }
  .min-h-xl-380 {
    min-height: 380% !important;
  }
  .min-h-xl-380-px {
    min-height: 380px !important;
  }
  .max-h-xl-380 {
    max-height: 380% !important;
  }
  .max-h-xl-380-px {
    max-height: 380px !important;
  }
  .min-h-xl-400 {
    min-height: 400% !important;
  }
  .min-h-xl-400-px {
    min-height: 400px !important;
  }
  .max-h-xl-400 {
    max-height: 400% !important;
  }
  .max-h-xl-400-px {
    max-height: 400px !important;
  }
  .min-h-xl-450 {
    min-height: 450% !important;
  }
  .min-h-xl-450-px {
    min-height: 450px !important;
  }
  .max-h-xl-450 {
    max-height: 450% !important;
  }
  .max-h-xl-450-px {
    max-height: 450px !important;
  }
  .min-h-xl-500 {
    min-height: 500% !important;
  }
  .min-h-xl-500-px {
    min-height: 500px !important;
  }
  .max-h-xl-500 {
    max-height: 500% !important;
  }
  .max-h-xl-500-px {
    max-height: 500px !important;
  }
  .min-h-xl-25 {
    min-height: 25% !important;
  }
  .min-h-xl-25-px {
    min-height: 25px !important;
  }
  .max-h-xl-25 {
    max-height: 25% !important;
  }
  .max-h-xl-25-px {
    max-height: 25px !important;
  }
  .min-h-xl-50 {
    min-height: 50% !important;
  }
  .min-h-xl-50-px {
    min-height: 50px !important;
  }
  .max-h-xl-50 {
    max-height: 50% !important;
  }
  .max-h-xl-50-px {
    max-height: 50px !important;
  }
  .min-h-xl-75 {
    min-height: 75% !important;
  }
  .min-h-xl-75-px {
    min-height: 75px !important;
  }
  .max-h-xl-75 {
    max-height: 75% !important;
  }
  .max-h-xl-75-px {
    max-height: 75px !important;
  }
  .min-h-xl-72 {
    min-height: 72% !important;
  }
  .min-h-xl-72-px {
    min-height: 72px !important;
  }
  .max-h-xl-72 {
    max-height: 72% !important;
  }
  .max-h-xl-72-px {
    max-height: 72px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .min-h-xxl-0 {
    min-height: 0% !important;
  }
  .min-h-xxl-0-px {
    min-height: 0px !important;
  }
  .max-h-xxl-0 {
    max-height: 0% !important;
  }
  .max-h-xxl-0-px {
    max-height: 0px !important;
  }
  .min-h-xxl-2 {
    min-height: 2% !important;
  }
  .min-h-xxl-2-px {
    min-height: 2px !important;
  }
  .max-h-xxl-2 {
    max-height: 2% !important;
  }
  .max-h-xxl-2-px {
    max-height: 2px !important;
  }
  .min-h-xxl-4 {
    min-height: 4% !important;
  }
  .min-h-xxl-4-px {
    min-height: 4px !important;
  }
  .max-h-xxl-4 {
    max-height: 4% !important;
  }
  .max-h-xxl-4-px {
    max-height: 4px !important;
  }
  .min-h-xxl-6 {
    min-height: 6% !important;
  }
  .min-h-xxl-6-px {
    min-height: 6px !important;
  }
  .max-h-xxl-6 {
    max-height: 6% !important;
  }
  .max-h-xxl-6-px {
    max-height: 6px !important;
  }
  .min-h-xxl-8 {
    min-height: 8% !important;
  }
  .min-h-xxl-8-px {
    min-height: 8px !important;
  }
  .max-h-xxl-8 {
    max-height: 8% !important;
  }
  .max-h-xxl-8-px {
    max-height: 8px !important;
  }
  .min-h-xxl-12 {
    min-height: 12% !important;
  }
  .min-h-xxl-12-px {
    min-height: 12px !important;
  }
  .max-h-xxl-12 {
    max-height: 12% !important;
  }
  .max-h-xxl-12-px {
    max-height: 12px !important;
  }
  .min-h-xxl-16 {
    min-height: 16% !important;
  }
  .min-h-xxl-16-px {
    min-height: 16px !important;
  }
  .max-h-xxl-16 {
    max-height: 16% !important;
  }
  .max-h-xxl-16-px {
    max-height: 16px !important;
  }
  .min-h-xxl-20 {
    min-height: 20% !important;
  }
  .min-h-xxl-20-px {
    min-height: 20px !important;
  }
  .max-h-xxl-20 {
    max-height: 20% !important;
  }
  .max-h-xxl-20-px {
    max-height: 20px !important;
  }
  .min-h-xxl-24 {
    min-height: 24% !important;
  }
  .min-h-xxl-24-px {
    min-height: 24px !important;
  }
  .max-h-xxl-24 {
    max-height: 24% !important;
  }
  .max-h-xxl-24-px {
    max-height: 24px !important;
  }
  .min-h-xxl-32 {
    min-height: 32% !important;
  }
  .min-h-xxl-32-px {
    min-height: 32px !important;
  }
  .max-h-xxl-32 {
    max-height: 32% !important;
  }
  .max-h-xxl-32-px {
    max-height: 32px !important;
  }
  .min-h-xxl-34 {
    min-height: 34% !important;
  }
  .min-h-xxl-34-px {
    min-height: 34px !important;
  }
  .max-h-xxl-34 {
    max-height: 34% !important;
  }
  .max-h-xxl-34-px {
    max-height: 34px !important;
  }
  .min-h-xxl-36 {
    min-height: 36% !important;
  }
  .min-h-xxl-36-px {
    min-height: 36px !important;
  }
  .max-h-xxl-36 {
    max-height: 36% !important;
  }
  .max-h-xxl-36-px {
    max-height: 36px !important;
  }
  .min-h-xxl-40 {
    min-height: 40% !important;
  }
  .min-h-xxl-40-px {
    min-height: 40px !important;
  }
  .max-h-xxl-40 {
    max-height: 40% !important;
  }
  .max-h-xxl-40-px {
    max-height: 40px !important;
  }
  .min-h-xxl-42 {
    min-height: 42% !important;
  }
  .min-h-xxl-42-px {
    min-height: 42px !important;
  }
  .max-h-xxl-42 {
    max-height: 42% !important;
  }
  .max-h-xxl-42-px {
    max-height: 42px !important;
  }
  .min-h-xxl-46 {
    min-height: 46% !important;
  }
  .min-h-xxl-46-px {
    min-height: 46px !important;
  }
  .max-h-xxl-46 {
    max-height: 46% !important;
  }
  .max-h-xxl-46-px {
    max-height: 46px !important;
  }
  .min-h-xxl-48 {
    min-height: 48% !important;
  }
  .min-h-xxl-48-px {
    min-height: 48px !important;
  }
  .max-h-xxl-48 {
    max-height: 48% !important;
  }
  .max-h-xxl-48-px {
    max-height: 48px !important;
  }
  .min-h-xxl-52 {
    min-height: 52% !important;
  }
  .min-h-xxl-52-px {
    min-height: 52px !important;
  }
  .max-h-xxl-52 {
    max-height: 52% !important;
  }
  .max-h-xxl-52-px {
    max-height: 52px !important;
  }
  .min-h-xxl-56 {
    min-height: 56% !important;
  }
  .min-h-xxl-56-px {
    min-height: 56px !important;
  }
  .max-h-xxl-56 {
    max-height: 56% !important;
  }
  .max-h-xxl-56-px {
    max-height: 56px !important;
  }
  .min-h-xxl-64 {
    min-height: 64% !important;
  }
  .min-h-xxl-64-px {
    min-height: 64px !important;
  }
  .max-h-xxl-64 {
    max-height: 64% !important;
  }
  .max-h-xxl-64-px {
    max-height: 64px !important;
  }
  .min-h-xxl-72 {
    min-height: 72% !important;
  }
  .min-h-xxl-72-px {
    min-height: 72px !important;
  }
  .max-h-xxl-72 {
    max-height: 72% !important;
  }
  .max-h-xxl-72-px {
    max-height: 72px !important;
  }
  .min-h-xxl-80 {
    min-height: 80% !important;
  }
  .min-h-xxl-80-px {
    min-height: 80px !important;
  }
  .max-h-xxl-80 {
    max-height: 80% !important;
  }
  .max-h-xxl-80-px {
    max-height: 80px !important;
  }
  .min-h-xxl-96 {
    min-height: 96% !important;
  }
  .min-h-xxl-96-px {
    min-height: 96px !important;
  }
  .max-h-xxl-96 {
    max-height: 96% !important;
  }
  .max-h-xxl-96-px {
    max-height: 96px !important;
  }
  .min-h-xxl-100 {
    min-height: 100% !important;
  }
  .min-h-xxl-100-px {
    min-height: 100px !important;
  }
  .max-h-xxl-100 {
    max-height: 100% !important;
  }
  .max-h-xxl-100-px {
    max-height: 100px !important;
  }
  .min-h-xxl-120 {
    min-height: 120% !important;
  }
  .min-h-xxl-120-px {
    min-height: 120px !important;
  }
  .max-h-xxl-120 {
    max-height: 120% !important;
  }
  .max-h-xxl-120-px {
    max-height: 120px !important;
  }
  .min-h-xxl-140 {
    min-height: 140% !important;
  }
  .min-h-xxl-140-px {
    min-height: 140px !important;
  }
  .max-h-xxl-140 {
    max-height: 140% !important;
  }
  .max-h-xxl-140-px {
    max-height: 140px !important;
  }
  .min-h-xxl-160 {
    min-height: 160% !important;
  }
  .min-h-xxl-160-px {
    min-height: 160px !important;
  }
  .max-h-xxl-160 {
    max-height: 160% !important;
  }
  .max-h-xxl-160-px {
    max-height: 160px !important;
  }
  .min-h-xxl-180 {
    min-height: 180% !important;
  }
  .min-h-xxl-180-px {
    min-height: 180px !important;
  }
  .max-h-xxl-180 {
    max-height: 180% !important;
  }
  .max-h-xxl-180-px {
    max-height: 180px !important;
  }
  .min-h-xxl-200 {
    min-height: 200% !important;
  }
  .min-h-xxl-200-px {
    min-height: 200px !important;
  }
  .max-h-xxl-200 {
    max-height: 200% !important;
  }
  .max-h-xxl-200-px {
    max-height: 200px !important;
  }
  .min-h-xxl-220 {
    min-height: 220% !important;
  }
  .min-h-xxl-220-px {
    min-height: 220px !important;
  }
  .max-h-xxl-220 {
    max-height: 220% !important;
  }
  .max-h-xxl-220-px {
    max-height: 220px !important;
  }
  .min-h-xxl-240 {
    min-height: 240% !important;
  }
  .min-h-xxl-240-px {
    min-height: 240px !important;
  }
  .max-h-xxl-240 {
    max-height: 240% !important;
  }
  .max-h-xxl-240-px {
    max-height: 240px !important;
  }
  .min-h-xxl-260 {
    min-height: 260% !important;
  }
  .min-h-xxl-260-px {
    min-height: 260px !important;
  }
  .max-h-xxl-260 {
    max-height: 260% !important;
  }
  .max-h-xxl-260-px {
    max-height: 260px !important;
  }
  .min-h-xxl-280 {
    min-height: 280% !important;
  }
  .min-h-xxl-280-px {
    min-height: 280px !important;
  }
  .max-h-xxl-280 {
    max-height: 280% !important;
  }
  .max-h-xxl-280-px {
    max-height: 280px !important;
  }
  .min-h-xxl-300 {
    min-height: 300% !important;
  }
  .min-h-xxl-300-px {
    min-height: 300px !important;
  }
  .max-h-xxl-300 {
    max-height: 300% !important;
  }
  .max-h-xxl-300-px {
    max-height: 300px !important;
  }
  .min-h-xxl-320 {
    min-height: 320% !important;
  }
  .min-h-xxl-320-px {
    min-height: 320px !important;
  }
  .max-h-xxl-320 {
    max-height: 320% !important;
  }
  .max-h-xxl-320-px {
    max-height: 320px !important;
  }
  .min-h-xxl-340 {
    min-height: 340% !important;
  }
  .min-h-xxl-340-px {
    min-height: 340px !important;
  }
  .max-h-xxl-340 {
    max-height: 340% !important;
  }
  .max-h-xxl-340-px {
    max-height: 340px !important;
  }
  .min-h-xxl-350 {
    min-height: 350% !important;
  }
  .min-h-xxl-350-px {
    min-height: 350px !important;
  }
  .max-h-xxl-350 {
    max-height: 350% !important;
  }
  .max-h-xxl-350-px {
    max-height: 350px !important;
  }
  .min-h-xxl-360 {
    min-height: 360% !important;
  }
  .min-h-xxl-360-px {
    min-height: 360px !important;
  }
  .max-h-xxl-360 {
    max-height: 360% !important;
  }
  .max-h-xxl-360-px {
    max-height: 360px !important;
  }
  .min-h-xxl-380 {
    min-height: 380% !important;
  }
  .min-h-xxl-380-px {
    min-height: 380px !important;
  }
  .max-h-xxl-380 {
    max-height: 380% !important;
  }
  .max-h-xxl-380-px {
    max-height: 380px !important;
  }
  .min-h-xxl-400 {
    min-height: 400% !important;
  }
  .min-h-xxl-400-px {
    min-height: 400px !important;
  }
  .max-h-xxl-400 {
    max-height: 400% !important;
  }
  .max-h-xxl-400-px {
    max-height: 400px !important;
  }
  .min-h-xxl-450 {
    min-height: 450% !important;
  }
  .min-h-xxl-450-px {
    min-height: 450px !important;
  }
  .max-h-xxl-450 {
    max-height: 450% !important;
  }
  .max-h-xxl-450-px {
    max-height: 450px !important;
  }
  .min-h-xxl-500 {
    min-height: 500% !important;
  }
  .min-h-xxl-500-px {
    min-height: 500px !important;
  }
  .max-h-xxl-500 {
    max-height: 500% !important;
  }
  .max-h-xxl-500-px {
    max-height: 500px !important;
  }
  .min-h-xxl-25 {
    min-height: 25% !important;
  }
  .min-h-xxl-25-px {
    min-height: 25px !important;
  }
  .max-h-xxl-25 {
    max-height: 25% !important;
  }
  .max-h-xxl-25-px {
    max-height: 25px !important;
  }
  .min-h-xxl-50 {
    min-height: 50% !important;
  }
  .min-h-xxl-50-px {
    min-height: 50px !important;
  }
  .max-h-xxl-50 {
    max-height: 50% !important;
  }
  .max-h-xxl-50-px {
    max-height: 50px !important;
  }
  .min-h-xxl-75 {
    min-height: 75% !important;
  }
  .min-h-xxl-75-px {
    min-height: 75px !important;
  }
  .max-h-xxl-75 {
    max-height: 75% !important;
  }
  .max-h-xxl-75-px {
    max-height: 75px !important;
  }
  .min-h-xxl-72 {
    min-height: 72% !important;
  }
  .min-h-xxl-72-px {
    min-height: 72px !important;
  }
  .max-h-xxl-72 {
    max-height: 72% !important;
  }
  .max-h-xxl-72-px {
    max-height: 72px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .min-h-3xl-0 {
    min-height: 0% !important;
  }
  .min-h-3xl-0-px {
    min-height: 0px !important;
  }
  .max-h-3xl-0 {
    max-height: 0% !important;
  }
  .max-h-3xl-0-px {
    max-height: 0px !important;
  }
  .min-h-3xl-2 {
    min-height: 2% !important;
  }
  .min-h-3xl-2-px {
    min-height: 2px !important;
  }
  .max-h-3xl-2 {
    max-height: 2% !important;
  }
  .max-h-3xl-2-px {
    max-height: 2px !important;
  }
  .min-h-3xl-4 {
    min-height: 4% !important;
  }
  .min-h-3xl-4-px {
    min-height: 4px !important;
  }
  .max-h-3xl-4 {
    max-height: 4% !important;
  }
  .max-h-3xl-4-px {
    max-height: 4px !important;
  }
  .min-h-3xl-6 {
    min-height: 6% !important;
  }
  .min-h-3xl-6-px {
    min-height: 6px !important;
  }
  .max-h-3xl-6 {
    max-height: 6% !important;
  }
  .max-h-3xl-6-px {
    max-height: 6px !important;
  }
  .min-h-3xl-8 {
    min-height: 8% !important;
  }
  .min-h-3xl-8-px {
    min-height: 8px !important;
  }
  .max-h-3xl-8 {
    max-height: 8% !important;
  }
  .max-h-3xl-8-px {
    max-height: 8px !important;
  }
  .min-h-3xl-12 {
    min-height: 12% !important;
  }
  .min-h-3xl-12-px {
    min-height: 12px !important;
  }
  .max-h-3xl-12 {
    max-height: 12% !important;
  }
  .max-h-3xl-12-px {
    max-height: 12px !important;
  }
  .min-h-3xl-16 {
    min-height: 16% !important;
  }
  .min-h-3xl-16-px {
    min-height: 16px !important;
  }
  .max-h-3xl-16 {
    max-height: 16% !important;
  }
  .max-h-3xl-16-px {
    max-height: 16px !important;
  }
  .min-h-3xl-20 {
    min-height: 20% !important;
  }
  .min-h-3xl-20-px {
    min-height: 20px !important;
  }
  .max-h-3xl-20 {
    max-height: 20% !important;
  }
  .max-h-3xl-20-px {
    max-height: 20px !important;
  }
  .min-h-3xl-24 {
    min-height: 24% !important;
  }
  .min-h-3xl-24-px {
    min-height: 24px !important;
  }
  .max-h-3xl-24 {
    max-height: 24% !important;
  }
  .max-h-3xl-24-px {
    max-height: 24px !important;
  }
  .min-h-3xl-32 {
    min-height: 32% !important;
  }
  .min-h-3xl-32-px {
    min-height: 32px !important;
  }
  .max-h-3xl-32 {
    max-height: 32% !important;
  }
  .max-h-3xl-32-px {
    max-height: 32px !important;
  }
  .min-h-3xl-34 {
    min-height: 34% !important;
  }
  .min-h-3xl-34-px {
    min-height: 34px !important;
  }
  .max-h-3xl-34 {
    max-height: 34% !important;
  }
  .max-h-3xl-34-px {
    max-height: 34px !important;
  }
  .min-h-3xl-36 {
    min-height: 36% !important;
  }
  .min-h-3xl-36-px {
    min-height: 36px !important;
  }
  .max-h-3xl-36 {
    max-height: 36% !important;
  }
  .max-h-3xl-36-px {
    max-height: 36px !important;
  }
  .min-h-3xl-40 {
    min-height: 40% !important;
  }
  .min-h-3xl-40-px {
    min-height: 40px !important;
  }
  .max-h-3xl-40 {
    max-height: 40% !important;
  }
  .max-h-3xl-40-px {
    max-height: 40px !important;
  }
  .min-h-3xl-42 {
    min-height: 42% !important;
  }
  .min-h-3xl-42-px {
    min-height: 42px !important;
  }
  .max-h-3xl-42 {
    max-height: 42% !important;
  }
  .max-h-3xl-42-px {
    max-height: 42px !important;
  }
  .min-h-3xl-46 {
    min-height: 46% !important;
  }
  .min-h-3xl-46-px {
    min-height: 46px !important;
  }
  .max-h-3xl-46 {
    max-height: 46% !important;
  }
  .max-h-3xl-46-px {
    max-height: 46px !important;
  }
  .min-h-3xl-48 {
    min-height: 48% !important;
  }
  .min-h-3xl-48-px {
    min-height: 48px !important;
  }
  .max-h-3xl-48 {
    max-height: 48% !important;
  }
  .max-h-3xl-48-px {
    max-height: 48px !important;
  }
  .min-h-3xl-52 {
    min-height: 52% !important;
  }
  .min-h-3xl-52-px {
    min-height: 52px !important;
  }
  .max-h-3xl-52 {
    max-height: 52% !important;
  }
  .max-h-3xl-52-px {
    max-height: 52px !important;
  }
  .min-h-3xl-56 {
    min-height: 56% !important;
  }
  .min-h-3xl-56-px {
    min-height: 56px !important;
  }
  .max-h-3xl-56 {
    max-height: 56% !important;
  }
  .max-h-3xl-56-px {
    max-height: 56px !important;
  }
  .min-h-3xl-64 {
    min-height: 64% !important;
  }
  .min-h-3xl-64-px {
    min-height: 64px !important;
  }
  .max-h-3xl-64 {
    max-height: 64% !important;
  }
  .max-h-3xl-64-px {
    max-height: 64px !important;
  }
  .min-h-3xl-72 {
    min-height: 72% !important;
  }
  .min-h-3xl-72-px {
    min-height: 72px !important;
  }
  .max-h-3xl-72 {
    max-height: 72% !important;
  }
  .max-h-3xl-72-px {
    max-height: 72px !important;
  }
  .min-h-3xl-80 {
    min-height: 80% !important;
  }
  .min-h-3xl-80-px {
    min-height: 80px !important;
  }
  .max-h-3xl-80 {
    max-height: 80% !important;
  }
  .max-h-3xl-80-px {
    max-height: 80px !important;
  }
  .min-h-3xl-96 {
    min-height: 96% !important;
  }
  .min-h-3xl-96-px {
    min-height: 96px !important;
  }
  .max-h-3xl-96 {
    max-height: 96% !important;
  }
  .max-h-3xl-96-px {
    max-height: 96px !important;
  }
  .min-h-3xl-100 {
    min-height: 100% !important;
  }
  .min-h-3xl-100-px {
    min-height: 100px !important;
  }
  .max-h-3xl-100 {
    max-height: 100% !important;
  }
  .max-h-3xl-100-px {
    max-height: 100px !important;
  }
  .min-h-3xl-120 {
    min-height: 120% !important;
  }
  .min-h-3xl-120-px {
    min-height: 120px !important;
  }
  .max-h-3xl-120 {
    max-height: 120% !important;
  }
  .max-h-3xl-120-px {
    max-height: 120px !important;
  }
  .min-h-3xl-140 {
    min-height: 140% !important;
  }
  .min-h-3xl-140-px {
    min-height: 140px !important;
  }
  .max-h-3xl-140 {
    max-height: 140% !important;
  }
  .max-h-3xl-140-px {
    max-height: 140px !important;
  }
  .min-h-3xl-160 {
    min-height: 160% !important;
  }
  .min-h-3xl-160-px {
    min-height: 160px !important;
  }
  .max-h-3xl-160 {
    max-height: 160% !important;
  }
  .max-h-3xl-160-px {
    max-height: 160px !important;
  }
  .min-h-3xl-180 {
    min-height: 180% !important;
  }
  .min-h-3xl-180-px {
    min-height: 180px !important;
  }
  .max-h-3xl-180 {
    max-height: 180% !important;
  }
  .max-h-3xl-180-px {
    max-height: 180px !important;
  }
  .min-h-3xl-200 {
    min-height: 200% !important;
  }
  .min-h-3xl-200-px {
    min-height: 200px !important;
  }
  .max-h-3xl-200 {
    max-height: 200% !important;
  }
  .max-h-3xl-200-px {
    max-height: 200px !important;
  }
  .min-h-3xl-220 {
    min-height: 220% !important;
  }
  .min-h-3xl-220-px {
    min-height: 220px !important;
  }
  .max-h-3xl-220 {
    max-height: 220% !important;
  }
  .max-h-3xl-220-px {
    max-height: 220px !important;
  }
  .min-h-3xl-240 {
    min-height: 240% !important;
  }
  .min-h-3xl-240-px {
    min-height: 240px !important;
  }
  .max-h-3xl-240 {
    max-height: 240% !important;
  }
  .max-h-3xl-240-px {
    max-height: 240px !important;
  }
  .min-h-3xl-260 {
    min-height: 260% !important;
  }
  .min-h-3xl-260-px {
    min-height: 260px !important;
  }
  .max-h-3xl-260 {
    max-height: 260% !important;
  }
  .max-h-3xl-260-px {
    max-height: 260px !important;
  }
  .min-h-3xl-280 {
    min-height: 280% !important;
  }
  .min-h-3xl-280-px {
    min-height: 280px !important;
  }
  .max-h-3xl-280 {
    max-height: 280% !important;
  }
  .max-h-3xl-280-px {
    max-height: 280px !important;
  }
  .min-h-3xl-300 {
    min-height: 300% !important;
  }
  .min-h-3xl-300-px {
    min-height: 300px !important;
  }
  .max-h-3xl-300 {
    max-height: 300% !important;
  }
  .max-h-3xl-300-px {
    max-height: 300px !important;
  }
  .min-h-3xl-320 {
    min-height: 320% !important;
  }
  .min-h-3xl-320-px {
    min-height: 320px !important;
  }
  .max-h-3xl-320 {
    max-height: 320% !important;
  }
  .max-h-3xl-320-px {
    max-height: 320px !important;
  }
  .min-h-3xl-340 {
    min-height: 340% !important;
  }
  .min-h-3xl-340-px {
    min-height: 340px !important;
  }
  .max-h-3xl-340 {
    max-height: 340% !important;
  }
  .max-h-3xl-340-px {
    max-height: 340px !important;
  }
  .min-h-3xl-350 {
    min-height: 350% !important;
  }
  .min-h-3xl-350-px {
    min-height: 350px !important;
  }
  .max-h-3xl-350 {
    max-height: 350% !important;
  }
  .max-h-3xl-350-px {
    max-height: 350px !important;
  }
  .min-h-3xl-360 {
    min-height: 360% !important;
  }
  .min-h-3xl-360-px {
    min-height: 360px !important;
  }
  .max-h-3xl-360 {
    max-height: 360% !important;
  }
  .max-h-3xl-360-px {
    max-height: 360px !important;
  }
  .min-h-3xl-380 {
    min-height: 380% !important;
  }
  .min-h-3xl-380-px {
    min-height: 380px !important;
  }
  .max-h-3xl-380 {
    max-height: 380% !important;
  }
  .max-h-3xl-380-px {
    max-height: 380px !important;
  }
  .min-h-3xl-400 {
    min-height: 400% !important;
  }
  .min-h-3xl-400-px {
    min-height: 400px !important;
  }
  .max-h-3xl-400 {
    max-height: 400% !important;
  }
  .max-h-3xl-400-px {
    max-height: 400px !important;
  }
  .min-h-3xl-450 {
    min-height: 450% !important;
  }
  .min-h-3xl-450-px {
    min-height: 450px !important;
  }
  .max-h-3xl-450 {
    max-height: 450% !important;
  }
  .max-h-3xl-450-px {
    max-height: 450px !important;
  }
  .min-h-3xl-500 {
    min-height: 500% !important;
  }
  .min-h-3xl-500-px {
    min-height: 500px !important;
  }
  .max-h-3xl-500 {
    max-height: 500% !important;
  }
  .max-h-3xl-500-px {
    max-height: 500px !important;
  }
  .min-h-3xl-25 {
    min-height: 25% !important;
  }
  .min-h-3xl-25-px {
    min-height: 25px !important;
  }
  .max-h-3xl-25 {
    max-height: 25% !important;
  }
  .max-h-3xl-25-px {
    max-height: 25px !important;
  }
  .min-h-3xl-50 {
    min-height: 50% !important;
  }
  .min-h-3xl-50-px {
    min-height: 50px !important;
  }
  .max-h-3xl-50 {
    max-height: 50% !important;
  }
  .max-h-3xl-50-px {
    max-height: 50px !important;
  }
  .min-h-3xl-75 {
    min-height: 75% !important;
  }
  .min-h-3xl-75-px {
    min-height: 75px !important;
  }
  .max-h-3xl-75 {
    max-height: 75% !important;
  }
  .max-h-3xl-75-px {
    max-height: 75px !important;
  }
  .min-h-3xl-72 {
    min-height: 72% !important;
  }
  .min-h-3xl-72-px {
    min-height: 72px !important;
  }
  .max-h-3xl-72 {
    max-height: 72% !important;
  }
  .max-h-3xl-72-px {
    max-height: 72px !important;
  }
}
.border {
  border: 1px solid #EDF0F2;
}

@media only screen and (min-width: 576px) {
  .border-sm {
    border: 1px solid #EDF0F2;
  }
}
@media only screen and (min-width: 768px) {
  .border-md {
    border: 1px solid #EDF0F2;
  }
}
@media only screen and (min-width: 992px) {
  .border-lg {
    border: 1px solid #EDF0F2;
  }
}
@media only screen and (min-width: 1200px) {
  .border-xl {
    border: 1px solid #EDF0F2;
  }
}
@media only screen and (min-width: 1400px) {
  .border-xxl {
    border: 1px solid #EDF0F2;
  }
}
@media only screen and (min-width: 1600px) {
  .border-3xl {
    border: 1px solid #EDF0F2;
  }
}
.border-top {
  border-top: 1px solid #EDF0F2 !important;
}

.border-top-none {
  border-top: none !important;
}

.border-end {
  border-right: 1px solid #EDF0F2 !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom {
  border-bottom: 1px solid #EDF0F2 !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-start {
  border-left: 1px solid #EDF0F2 !important;
}

.border-left-none {
  border-left: none !important;
}

.border-none {
  border-none: 1px solid #EDF0F2 !important;
}

.border-none-none {
  border-none: none !important;
}

@media only screen and (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-sm-none-top {
    border-top: none !important;
  }
  .border-sm-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-sm-none-right {
    border-right: none !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-sm-none-bottom {
    border-bottom: none !important;
  }
  .border-sm-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-sm-none-left {
    border-left: none !important;
  }
  .border-sm-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-sm-none-none {
    border-none: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-md-none-top {
    border-top: none !important;
  }
  .border-md-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-md-none-right {
    border-right: none !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-md-none-bottom {
    border-bottom: none !important;
  }
  .border-md-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-md-none-left {
    border-left: none !important;
  }
  .border-md-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-md-none-none {
    border-none: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-lg-none-top {
    border-top: none !important;
  }
  .border-lg-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-lg-none-right {
    border-right: none !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-lg-none-bottom {
    border-bottom: none !important;
  }
  .border-lg-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-lg-none-left {
    border-left: none !important;
  }
  .border-lg-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-lg-none-none {
    border-none: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-xl-none-top {
    border-top: none !important;
  }
  .border-xl-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-xl-none-right {
    border-right: none !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-xl-none-bottom {
    border-bottom: none !important;
  }
  .border-xl-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-xl-none-left {
    border-left: none !important;
  }
  .border-xl-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-xl-none-none {
    border-none: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .border-xxl-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-xxl-none-top {
    border-top: none !important;
  }
  .border-xxl-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-xxl-none-right {
    border-right: none !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-xxl-none-bottom {
    border-bottom: none !important;
  }
  .border-xxl-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-xxl-none-left {
    border-left: none !important;
  }
  .border-xxl-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-xxl-none-none {
    border-none: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .border-3xl-top {
    border-top: 1px solid #EDF0F2 !important;
  }
  .border-3xl-none-top {
    border-top: none !important;
  }
  .border-3xl-end {
    border-right: 1px solid #EDF0F2 !important;
  }
  .border-3xl-none-right {
    border-right: none !important;
  }
  .border-3xl-bottom {
    border-bottom: 1px solid #EDF0F2 !important;
  }
  .border-3xl-none-bottom {
    border-bottom: none !important;
  }
  .border-3xl-start {
    border-left: 1px solid #EDF0F2 !important;
  }
  .border-3xl-none-left {
    border-left: none !important;
  }
  .border-3xl-none {
    border-none: 1px solid #EDF0F2 !important;
  }
  .border-3xl-none-none {
    border-none: none !important;
  }
}
.border-none {
  border: none !important;
}

@media only screen and (min-width: 576px) {
  .border-none-sm {
    border: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .border-none-md {
    border: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .border-none-lg {
    border: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .border-none-xl {
    border: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .border-none-xxl {
    border: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .border-none-3xl {
    border: none !important;
  }
}
.border-primary-100 {
  border-color: #FFEADB !important;
}

.border-primary-200 {
  border-color: #FFD5B6 !important;
}

.border-primary-300 {
  border-color: #FFBF92 !important;
}

.border-primary-400 {
  border-color: #FFAA6D !important;
}

.border-primary-500 {
  border-color: #FF9549 !important;
}

.border-primary-600 {
  border-color: #FF8024 !important;
}

.border-primary-700 {
  border-color: #FF6B00 !important;
}

.border-primary {
  border-color: #FF6B00 !important;
}

.border-secondary-100 {
  border-color: #DEDEF7 !important;
}

.border-secondary-200 {
  border-color: #BDBDEE !important;
}

.border-secondary-300 {
  border-color: #9D9BE6 !important;
}

.border-secondary-400 {
  border-color: #7C7ADE !important;
}

.border-secondary-500 {
  border-color: #5B59D5 !important;
}

.border-secondary-600 {
  border-color: #3A38CD !important;
}

.border-secondary-700 {
  border-color: #2F2CB0 !important;
}

.border-secondary {
  border-color: #2F2CB0 !important;
}

.border-danger-50 {
  border-color: #FCE2E6 !important;
}

.border-danger-100 {
  border-color: #FADBDD !important;
}

.border-danger-200 {
  border-color: #F5B8BC !important;
}

.border-danger-300 {
  border-color: #F0949A !important;
}

.border-danger-400 {
  border-color: #EB7078 !important;
}

.border-danger-500 {
  border-color: #E64C57 !important;
}

.border-danger-600 {
  border-color: #E02935 !important;
}

.border-danger-700 {
  border-color: #C31C27 !important;
}

.border-danger {
  border-color: #C31C27 !important;
}

.border-success-50 {
  border-color: #E6FCE6 !important;
}

.border-success-100 {
  border-color: #D6FDDA !important;
}

.border-success-200 {
  border-color: #ADFBB5 !important;
}

.border-success-300 {
  border-color: #84F990 !important;
}

.border-success-400 {
  border-color: #5CF66B !important;
}

.border-success-500 {
  border-color: #33F446 !important;
}

.border-success-600 {
  border-color: #0DEF23 !important;
}

.border-success-700 {
  border-color: #0AC71D !important;
}

.border-success {
  border-color: #0AC71D !important;
}

.border-warning-100 {
  border-color: #FFF5DB !important;
}

.border-warning-200 {
  border-color: #FFEAB6 !important;
}

.border-warning-300 {
  border-color: #FFE092 !important;
}

.border-warning-400 {
  border-color: #FFD66D !important;
}

.border-warning-500 {
  border-color: #FFCB49 !important;
}

.border-warning-600 {
  border-color: #FFC124 !important;
}

.border-warning-700 {
  border-color: #FFB700 !important;
}

.border-warning {
  border-color: #FFB700 !important;
}

.border-info-50 {
  border-color: #E6F7FF !important;
}

.border-info-100 {
  border-color: #D9F0FF !important;
}

.border-info-200 {
  border-color: #B3E1FF !important;
}

.border-info-300 {
  border-color: #8DD2FF !important;
}

.border-info-400 {
  border-color: #67C3FF !important;
}

.border-info-500 {
  border-color: #41B4FF !important;
}

.border-info-600 {
  border-color: #1BA5FF !important;
}

.border-info-700 {
  border-color: #0091E6 !important;
}

.border-info {
  border-color: #0091E6 !important;
}

.border-feature-100 {
  border-color: #F5E3F9 !important;
}

.border-feature-200 {
  border-color: #ECC7F3 !important;
}

.border-feature-300 {
  border-color: #E3ABED !important;
}

.border-feature-400 {
  border-color: #DA8FE7 !important;
}

.border-feature-500 {
  border-color: #D173E1 !important;
}

.border-feature-600 {
  border-color: #C857DB !important;
}

.border-feature-700 {
  border-color: #BF3BD5 !important;
}

.border-feature {
  border-color: #BF3BD5 !important;
}

.border-neutral-0 {
  border-color: #FFFFFF !important;
}

.border-neutral-50 {
  border-color: #F6F7F9 !important;
}

.border-neutral-100 {
  border-color: #EDF0F2 !important;
}

.border-neutral-200 {
  border-color: #DCE0E5 !important;
}

.border-neutral-300 {
  border-color: #CBD3DB !important;
}

.border-neutral-400 {
  border-color: #B6C1CA !important;
}

.border-neutral-500 {
  border-color: #929EAA !important;
}

.border-neutral-600 {
  border-color: #6F7C8E !important;
}

.border-neutral-700 {
  border-color: #525E6F !important;
}

.border-neutral-800 {
  border-color: #323C49 !important;
}

.border-neutral-900 {
  border-color: #14181F !important;
}

.border-neutral-1000 {
  border-color: #000000 !important;
}

.border-slate-100 {
  border-color: #F4F5F7 !important;
}

.border-slate-200 {
  border-color: #E9EBF0 !important;
}

.border-slate-300 {
  border-color: #D9DCE2 !important;
}

.border-slate-400 {
  border-color: #C9CDD6 !important;
}

.border-slate-500 {
  border-color: #B8BDC9 !important;
}

.border-slate-600 {
  border-color: #A7AEB8 !important;
}

.border-slate-700 {
  border-color: #8F97A0 !important;
}

.border-slate-800 {
  border-color: #737F86 !important;
}

.border-slate-900 {
  border-color: #4D5963 !important;
}

.border-slate-1000 {
  border-color: #2C3747 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-gray {
  border-color: #292929 !important;
}

.border-gray-dark {
  border-color: #161718 !important;
}

.border-dark {
  border-color: #1A1A1A !important;
}

.border-light {
  border-color: #F3F3F3 !important;
}

.border-hover-primary-100:hover {
  border-color: #FFEADB !important;
}

.border-hover-primary-200:hover {
  border-color: #FFD5B6 !important;
}

.border-hover-primary-300:hover {
  border-color: #FFBF92 !important;
}

.border-hover-primary-400:hover {
  border-color: #FFAA6D !important;
}

.border-hover-primary-500:hover {
  border-color: #FF9549 !important;
}

.border-hover-primary-600:hover {
  border-color: #FF8024 !important;
}

.border-hover-primary-700:hover {
  border-color: #FF6B00 !important;
}

.border-hover-primary:hover {
  border-color: #FF6B00 !important;
}

.border-hover-secondary-100:hover {
  border-color: #DEDEF7 !important;
}

.border-hover-secondary-200:hover {
  border-color: #BDBDEE !important;
}

.border-hover-secondary-300:hover {
  border-color: #9D9BE6 !important;
}

.border-hover-secondary-400:hover {
  border-color: #7C7ADE !important;
}

.border-hover-secondary-500:hover {
  border-color: #5B59D5 !important;
}

.border-hover-secondary-600:hover {
  border-color: #3A38CD !important;
}

.border-hover-secondary-700:hover {
  border-color: #2F2CB0 !important;
}

.border-hover-secondary:hover {
  border-color: #2F2CB0 !important;
}

.border-hover-danger-50:hover {
  border-color: #FCE2E6 !important;
}

.border-hover-danger-100:hover {
  border-color: #FADBDD !important;
}

.border-hover-danger-200:hover {
  border-color: #F5B8BC !important;
}

.border-hover-danger-300:hover {
  border-color: #F0949A !important;
}

.border-hover-danger-400:hover {
  border-color: #EB7078 !important;
}

.border-hover-danger-500:hover {
  border-color: #E64C57 !important;
}

.border-hover-danger-600:hover {
  border-color: #E02935 !important;
}

.border-hover-danger-700:hover {
  border-color: #C31C27 !important;
}

.border-hover-danger:hover {
  border-color: #C31C27 !important;
}

.border-hover-success-50:hover {
  border-color: #E6FCE6 !important;
}

.border-hover-success-100:hover {
  border-color: #D6FDDA !important;
}

.border-hover-success-200:hover {
  border-color: #ADFBB5 !important;
}

.border-hover-success-300:hover {
  border-color: #84F990 !important;
}

.border-hover-success-400:hover {
  border-color: #5CF66B !important;
}

.border-hover-success-500:hover {
  border-color: #33F446 !important;
}

.border-hover-success-600:hover {
  border-color: #0DEF23 !important;
}

.border-hover-success-700:hover {
  border-color: #0AC71D !important;
}

.border-hover-success:hover {
  border-color: #0AC71D !important;
}

.border-hover-warning-100:hover {
  border-color: #FFF5DB !important;
}

.border-hover-warning-200:hover {
  border-color: #FFEAB6 !important;
}

.border-hover-warning-300:hover {
  border-color: #FFE092 !important;
}

.border-hover-warning-400:hover {
  border-color: #FFD66D !important;
}

.border-hover-warning-500:hover {
  border-color: #FFCB49 !important;
}

.border-hover-warning-600:hover {
  border-color: #FFC124 !important;
}

.border-hover-warning-700:hover {
  border-color: #FFB700 !important;
}

.border-hover-warning:hover {
  border-color: #FFB700 !important;
}

.border-hover-info-50:hover {
  border-color: #E6F7FF !important;
}

.border-hover-info-100:hover {
  border-color: #D9F0FF !important;
}

.border-hover-info-200:hover {
  border-color: #B3E1FF !important;
}

.border-hover-info-300:hover {
  border-color: #8DD2FF !important;
}

.border-hover-info-400:hover {
  border-color: #67C3FF !important;
}

.border-hover-info-500:hover {
  border-color: #41B4FF !important;
}

.border-hover-info-600:hover {
  border-color: #1BA5FF !important;
}

.border-hover-info-700:hover {
  border-color: #0091E6 !important;
}

.border-hover-info:hover {
  border-color: #0091E6 !important;
}

.border-hover-feature-100:hover {
  border-color: #F5E3F9 !important;
}

.border-hover-feature-200:hover {
  border-color: #ECC7F3 !important;
}

.border-hover-feature-300:hover {
  border-color: #E3ABED !important;
}

.border-hover-feature-400:hover {
  border-color: #DA8FE7 !important;
}

.border-hover-feature-500:hover {
  border-color: #D173E1 !important;
}

.border-hover-feature-600:hover {
  border-color: #C857DB !important;
}

.border-hover-feature-700:hover {
  border-color: #BF3BD5 !important;
}

.border-hover-feature:hover {
  border-color: #BF3BD5 !important;
}

.border-hover-neutral-0:hover {
  border-color: #FFFFFF !important;
}

.border-hover-neutral-50:hover {
  border-color: #F6F7F9 !important;
}

.border-hover-neutral-100:hover {
  border-color: #EDF0F2 !important;
}

.border-hover-neutral-200:hover {
  border-color: #DCE0E5 !important;
}

.border-hover-neutral-300:hover {
  border-color: #CBD3DB !important;
}

.border-hover-neutral-400:hover {
  border-color: #B6C1CA !important;
}

.border-hover-neutral-500:hover {
  border-color: #929EAA !important;
}

.border-hover-neutral-600:hover {
  border-color: #6F7C8E !important;
}

.border-hover-neutral-700:hover {
  border-color: #525E6F !important;
}

.border-hover-neutral-800:hover {
  border-color: #323C49 !important;
}

.border-hover-neutral-900:hover {
  border-color: #14181F !important;
}

.border-hover-neutral-1000:hover {
  border-color: #000000 !important;
}

.border-hover-slate-100:hover {
  border-color: #F4F5F7 !important;
}

.border-hover-slate-200:hover {
  border-color: #E9EBF0 !important;
}

.border-hover-slate-300:hover {
  border-color: #D9DCE2 !important;
}

.border-hover-slate-400:hover {
  border-color: #C9CDD6 !important;
}

.border-hover-slate-500:hover {
  border-color: #B8BDC9 !important;
}

.border-hover-slate-600:hover {
  border-color: #A7AEB8 !important;
}

.border-hover-slate-700:hover {
  border-color: #8F97A0 !important;
}

.border-hover-slate-800:hover {
  border-color: #737F86 !important;
}

.border-hover-slate-900:hover {
  border-color: #4D5963 !important;
}

.border-hover-slate-1000:hover {
  border-color: #2C3747 !important;
}

.border-hover-transparent:hover {
  border-color: transparent !important;
}

.border-hover-white:hover {
  border-color: #FFFFFF !important;
}

.border-hover-black:hover {
  border-color: #000000 !important;
}

.border-hover-gray:hover {
  border-color: #292929 !important;
}

.border-hover-gray-dark:hover {
  border-color: #161718 !important;
}

.border-hover-dark:hover {
  border-color: #1A1A1A !important;
}

.border-hover-light:hover {
  border-color: #F3F3F3 !important;
}

.border-focus-primary-100:focus {
  border-color: #FFEADB !important;
}

.border-focus-primary-200:focus {
  border-color: #FFD5B6 !important;
}

.border-focus-primary-300:focus {
  border-color: #FFBF92 !important;
}

.border-focus-primary-400:focus {
  border-color: #FFAA6D !important;
}

.border-focus-primary-500:focus {
  border-color: #FF9549 !important;
}

.border-focus-primary-600:focus {
  border-color: #FF8024 !important;
}

.border-focus-primary-700:focus {
  border-color: #FF6B00 !important;
}

.border-focus-primary:focus {
  border-color: #FF6B00 !important;
}

.border-focus-secondary-100:focus {
  border-color: #DEDEF7 !important;
}

.border-focus-secondary-200:focus {
  border-color: #BDBDEE !important;
}

.border-focus-secondary-300:focus {
  border-color: #9D9BE6 !important;
}

.border-focus-secondary-400:focus {
  border-color: #7C7ADE !important;
}

.border-focus-secondary-500:focus {
  border-color: #5B59D5 !important;
}

.border-focus-secondary-600:focus {
  border-color: #3A38CD !important;
}

.border-focus-secondary-700:focus {
  border-color: #2F2CB0 !important;
}

.border-focus-secondary:focus {
  border-color: #2F2CB0 !important;
}

.border-focus-danger-50:focus {
  border-color: #FCE2E6 !important;
}

.border-focus-danger-100:focus {
  border-color: #FADBDD !important;
}

.border-focus-danger-200:focus {
  border-color: #F5B8BC !important;
}

.border-focus-danger-300:focus {
  border-color: #F0949A !important;
}

.border-focus-danger-400:focus {
  border-color: #EB7078 !important;
}

.border-focus-danger-500:focus {
  border-color: #E64C57 !important;
}

.border-focus-danger-600:focus {
  border-color: #E02935 !important;
}

.border-focus-danger-700:focus {
  border-color: #C31C27 !important;
}

.border-focus-danger:focus {
  border-color: #C31C27 !important;
}

.border-focus-success-50:focus {
  border-color: #E6FCE6 !important;
}

.border-focus-success-100:focus {
  border-color: #D6FDDA !important;
}

.border-focus-success-200:focus {
  border-color: #ADFBB5 !important;
}

.border-focus-success-300:focus {
  border-color: #84F990 !important;
}

.border-focus-success-400:focus {
  border-color: #5CF66B !important;
}

.border-focus-success-500:focus {
  border-color: #33F446 !important;
}

.border-focus-success-600:focus {
  border-color: #0DEF23 !important;
}

.border-focus-success-700:focus {
  border-color: #0AC71D !important;
}

.border-focus-success:focus {
  border-color: #0AC71D !important;
}

.border-focus-warning-100:focus {
  border-color: #FFF5DB !important;
}

.border-focus-warning-200:focus {
  border-color: #FFEAB6 !important;
}

.border-focus-warning-300:focus {
  border-color: #FFE092 !important;
}

.border-focus-warning-400:focus {
  border-color: #FFD66D !important;
}

.border-focus-warning-500:focus {
  border-color: #FFCB49 !important;
}

.border-focus-warning-600:focus {
  border-color: #FFC124 !important;
}

.border-focus-warning-700:focus {
  border-color: #FFB700 !important;
}

.border-focus-warning:focus {
  border-color: #FFB700 !important;
}

.border-focus-info-50:focus {
  border-color: #E6F7FF !important;
}

.border-focus-info-100:focus {
  border-color: #D9F0FF !important;
}

.border-focus-info-200:focus {
  border-color: #B3E1FF !important;
}

.border-focus-info-300:focus {
  border-color: #8DD2FF !important;
}

.border-focus-info-400:focus {
  border-color: #67C3FF !important;
}

.border-focus-info-500:focus {
  border-color: #41B4FF !important;
}

.border-focus-info-600:focus {
  border-color: #1BA5FF !important;
}

.border-focus-info-700:focus {
  border-color: #0091E6 !important;
}

.border-focus-info:focus {
  border-color: #0091E6 !important;
}

.border-focus-feature-100:focus {
  border-color: #F5E3F9 !important;
}

.border-focus-feature-200:focus {
  border-color: #ECC7F3 !important;
}

.border-focus-feature-300:focus {
  border-color: #E3ABED !important;
}

.border-focus-feature-400:focus {
  border-color: #DA8FE7 !important;
}

.border-focus-feature-500:focus {
  border-color: #D173E1 !important;
}

.border-focus-feature-600:focus {
  border-color: #C857DB !important;
}

.border-focus-feature-700:focus {
  border-color: #BF3BD5 !important;
}

.border-focus-feature:focus {
  border-color: #BF3BD5 !important;
}

.border-focus-neutral-0:focus {
  border-color: #FFFFFF !important;
}

.border-focus-neutral-50:focus {
  border-color: #F6F7F9 !important;
}

.border-focus-neutral-100:focus {
  border-color: #EDF0F2 !important;
}

.border-focus-neutral-200:focus {
  border-color: #DCE0E5 !important;
}

.border-focus-neutral-300:focus {
  border-color: #CBD3DB !important;
}

.border-focus-neutral-400:focus {
  border-color: #B6C1CA !important;
}

.border-focus-neutral-500:focus {
  border-color: #929EAA !important;
}

.border-focus-neutral-600:focus {
  border-color: #6F7C8E !important;
}

.border-focus-neutral-700:focus {
  border-color: #525E6F !important;
}

.border-focus-neutral-800:focus {
  border-color: #323C49 !important;
}

.border-focus-neutral-900:focus {
  border-color: #14181F !important;
}

.border-focus-neutral-1000:focus {
  border-color: #000000 !important;
}

.border-focus-slate-100:focus {
  border-color: #F4F5F7 !important;
}

.border-focus-slate-200:focus {
  border-color: #E9EBF0 !important;
}

.border-focus-slate-300:focus {
  border-color: #D9DCE2 !important;
}

.border-focus-slate-400:focus {
  border-color: #C9CDD6 !important;
}

.border-focus-slate-500:focus {
  border-color: #B8BDC9 !important;
}

.border-focus-slate-600:focus {
  border-color: #A7AEB8 !important;
}

.border-focus-slate-700:focus {
  border-color: #8F97A0 !important;
}

.border-focus-slate-800:focus {
  border-color: #737F86 !important;
}

.border-focus-slate-900:focus {
  border-color: #4D5963 !important;
}

.border-focus-slate-1000:focus {
  border-color: #2C3747 !important;
}

.border-focus-transparent:focus {
  border-color: transparent !important;
}

.border-focus-white:focus {
  border-color: #FFFFFF !important;
}

.border-focus-black:focus {
  border-color: #000000 !important;
}

.border-focus-gray:focus {
  border-color: #292929 !important;
}

.border-focus-gray-dark:focus {
  border-color: #161718 !important;
}

.border-focus-dark:focus {
  border-color: #1A1A1A !important;
}

.border-focus-light:focus {
  border-color: #F3F3F3 !important;
}

.border-top-primary-100 {
  border-top-color: #FFEADB !important;
}

.border-top-primary-200 {
  border-top-color: #FFD5B6 !important;
}

.border-top-primary-300 {
  border-top-color: #FFBF92 !important;
}

.border-top-primary-400 {
  border-top-color: #FFAA6D !important;
}

.border-top-primary-500 {
  border-top-color: #FF9549 !important;
}

.border-top-primary-600 {
  border-top-color: #FF8024 !important;
}

.border-top-primary-700 {
  border-top-color: #FF6B00 !important;
}

.border-top-primary {
  border-top-color: #FF6B00 !important;
}

.border-top-secondary-100 {
  border-top-color: #DEDEF7 !important;
}

.border-top-secondary-200 {
  border-top-color: #BDBDEE !important;
}

.border-top-secondary-300 {
  border-top-color: #9D9BE6 !important;
}

.border-top-secondary-400 {
  border-top-color: #7C7ADE !important;
}

.border-top-secondary-500 {
  border-top-color: #5B59D5 !important;
}

.border-top-secondary-600 {
  border-top-color: #3A38CD !important;
}

.border-top-secondary-700 {
  border-top-color: #2F2CB0 !important;
}

.border-top-secondary {
  border-top-color: #2F2CB0 !important;
}

.border-top-danger-50 {
  border-top-color: #FCE2E6 !important;
}

.border-top-danger-100 {
  border-top-color: #FADBDD !important;
}

.border-top-danger-200 {
  border-top-color: #F5B8BC !important;
}

.border-top-danger-300 {
  border-top-color: #F0949A !important;
}

.border-top-danger-400 {
  border-top-color: #EB7078 !important;
}

.border-top-danger-500 {
  border-top-color: #E64C57 !important;
}

.border-top-danger-600 {
  border-top-color: #E02935 !important;
}

.border-top-danger-700 {
  border-top-color: #C31C27 !important;
}

.border-top-danger {
  border-top-color: #C31C27 !important;
}

.border-top-success-50 {
  border-top-color: #E6FCE6 !important;
}

.border-top-success-100 {
  border-top-color: #D6FDDA !important;
}

.border-top-success-200 {
  border-top-color: #ADFBB5 !important;
}

.border-top-success-300 {
  border-top-color: #84F990 !important;
}

.border-top-success-400 {
  border-top-color: #5CF66B !important;
}

.border-top-success-500 {
  border-top-color: #33F446 !important;
}

.border-top-success-600 {
  border-top-color: #0DEF23 !important;
}

.border-top-success-700 {
  border-top-color: #0AC71D !important;
}

.border-top-success {
  border-top-color: #0AC71D !important;
}

.border-top-warning-100 {
  border-top-color: #FFF5DB !important;
}

.border-top-warning-200 {
  border-top-color: #FFEAB6 !important;
}

.border-top-warning-300 {
  border-top-color: #FFE092 !important;
}

.border-top-warning-400 {
  border-top-color: #FFD66D !important;
}

.border-top-warning-500 {
  border-top-color: #FFCB49 !important;
}

.border-top-warning-600 {
  border-top-color: #FFC124 !important;
}

.border-top-warning-700 {
  border-top-color: #FFB700 !important;
}

.border-top-warning {
  border-top-color: #FFB700 !important;
}

.border-top-info-50 {
  border-top-color: #E6F7FF !important;
}

.border-top-info-100 {
  border-top-color: #D9F0FF !important;
}

.border-top-info-200 {
  border-top-color: #B3E1FF !important;
}

.border-top-info-300 {
  border-top-color: #8DD2FF !important;
}

.border-top-info-400 {
  border-top-color: #67C3FF !important;
}

.border-top-info-500 {
  border-top-color: #41B4FF !important;
}

.border-top-info-600 {
  border-top-color: #1BA5FF !important;
}

.border-top-info-700 {
  border-top-color: #0091E6 !important;
}

.border-top-info {
  border-top-color: #0091E6 !important;
}

.border-top-feature-100 {
  border-top-color: #F5E3F9 !important;
}

.border-top-feature-200 {
  border-top-color: #ECC7F3 !important;
}

.border-top-feature-300 {
  border-top-color: #E3ABED !important;
}

.border-top-feature-400 {
  border-top-color: #DA8FE7 !important;
}

.border-top-feature-500 {
  border-top-color: #D173E1 !important;
}

.border-top-feature-600 {
  border-top-color: #C857DB !important;
}

.border-top-feature-700 {
  border-top-color: #BF3BD5 !important;
}

.border-top-feature {
  border-top-color: #BF3BD5 !important;
}

.border-top-neutral-0 {
  border-top-color: #FFFFFF !important;
}

.border-top-neutral-50 {
  border-top-color: #F6F7F9 !important;
}

.border-top-neutral-100 {
  border-top-color: #EDF0F2 !important;
}

.border-top-neutral-200 {
  border-top-color: #DCE0E5 !important;
}

.border-top-neutral-300 {
  border-top-color: #CBD3DB !important;
}

.border-top-neutral-400 {
  border-top-color: #B6C1CA !important;
}

.border-top-neutral-500 {
  border-top-color: #929EAA !important;
}

.border-top-neutral-600 {
  border-top-color: #6F7C8E !important;
}

.border-top-neutral-700 {
  border-top-color: #525E6F !important;
}

.border-top-neutral-800 {
  border-top-color: #323C49 !important;
}

.border-top-neutral-900 {
  border-top-color: #14181F !important;
}

.border-top-neutral-1000 {
  border-top-color: #000000 !important;
}

.border-top-slate-100 {
  border-top-color: #F4F5F7 !important;
}

.border-top-slate-200 {
  border-top-color: #E9EBF0 !important;
}

.border-top-slate-300 {
  border-top-color: #D9DCE2 !important;
}

.border-top-slate-400 {
  border-top-color: #C9CDD6 !important;
}

.border-top-slate-500 {
  border-top-color: #B8BDC9 !important;
}

.border-top-slate-600 {
  border-top-color: #A7AEB8 !important;
}

.border-top-slate-700 {
  border-top-color: #8F97A0 !important;
}

.border-top-slate-800 {
  border-top-color: #737F86 !important;
}

.border-top-slate-900 {
  border-top-color: #4D5963 !important;
}

.border-top-slate-1000 {
  border-top-color: #2C3747 !important;
}

.border-top-transparent {
  border-top-color: transparent !important;
}

.border-top-white {
  border-top-color: #FFFFFF !important;
}

.border-top-black {
  border-top-color: #000000 !important;
}

.border-top-gray {
  border-top-color: #292929 !important;
}

.border-top-gray-dark {
  border-top-color: #161718 !important;
}

.border-top-dark {
  border-top-color: #1A1A1A !important;
}

.border-top-light {
  border-top-color: #F3F3F3 !important;
}

.border-end-primary-100 {
  border-right-color: #FFEADB !important;
}

.border-end-primary-200 {
  border-right-color: #FFD5B6 !important;
}

.border-end-primary-300 {
  border-right-color: #FFBF92 !important;
}

.border-end-primary-400 {
  border-right-color: #FFAA6D !important;
}

.border-end-primary-500 {
  border-right-color: #FF9549 !important;
}

.border-end-primary-600 {
  border-right-color: #FF8024 !important;
}

.border-end-primary-700 {
  border-right-color: #FF6B00 !important;
}

.border-end-primary {
  border-right-color: #FF6B00 !important;
}

.border-end-secondary-100 {
  border-right-color: #DEDEF7 !important;
}

.border-end-secondary-200 {
  border-right-color: #BDBDEE !important;
}

.border-end-secondary-300 {
  border-right-color: #9D9BE6 !important;
}

.border-end-secondary-400 {
  border-right-color: #7C7ADE !important;
}

.border-end-secondary-500 {
  border-right-color: #5B59D5 !important;
}

.border-end-secondary-600 {
  border-right-color: #3A38CD !important;
}

.border-end-secondary-700 {
  border-right-color: #2F2CB0 !important;
}

.border-end-secondary {
  border-right-color: #2F2CB0 !important;
}

.border-end-danger-50 {
  border-right-color: #FCE2E6 !important;
}

.border-end-danger-100 {
  border-right-color: #FADBDD !important;
}

.border-end-danger-200 {
  border-right-color: #F5B8BC !important;
}

.border-end-danger-300 {
  border-right-color: #F0949A !important;
}

.border-end-danger-400 {
  border-right-color: #EB7078 !important;
}

.border-end-danger-500 {
  border-right-color: #E64C57 !important;
}

.border-end-danger-600 {
  border-right-color: #E02935 !important;
}

.border-end-danger-700 {
  border-right-color: #C31C27 !important;
}

.border-end-danger {
  border-right-color: #C31C27 !important;
}

.border-end-success-50 {
  border-right-color: #E6FCE6 !important;
}

.border-end-success-100 {
  border-right-color: #D6FDDA !important;
}

.border-end-success-200 {
  border-right-color: #ADFBB5 !important;
}

.border-end-success-300 {
  border-right-color: #84F990 !important;
}

.border-end-success-400 {
  border-right-color: #5CF66B !important;
}

.border-end-success-500 {
  border-right-color: #33F446 !important;
}

.border-end-success-600 {
  border-right-color: #0DEF23 !important;
}

.border-end-success-700 {
  border-right-color: #0AC71D !important;
}

.border-end-success {
  border-right-color: #0AC71D !important;
}

.border-end-warning-100 {
  border-right-color: #FFF5DB !important;
}

.border-end-warning-200 {
  border-right-color: #FFEAB6 !important;
}

.border-end-warning-300 {
  border-right-color: #FFE092 !important;
}

.border-end-warning-400 {
  border-right-color: #FFD66D !important;
}

.border-end-warning-500 {
  border-right-color: #FFCB49 !important;
}

.border-end-warning-600 {
  border-right-color: #FFC124 !important;
}

.border-end-warning-700 {
  border-right-color: #FFB700 !important;
}

.border-end-warning {
  border-right-color: #FFB700 !important;
}

.border-end-info-50 {
  border-right-color: #E6F7FF !important;
}

.border-end-info-100 {
  border-right-color: #D9F0FF !important;
}

.border-end-info-200 {
  border-right-color: #B3E1FF !important;
}

.border-end-info-300 {
  border-right-color: #8DD2FF !important;
}

.border-end-info-400 {
  border-right-color: #67C3FF !important;
}

.border-end-info-500 {
  border-right-color: #41B4FF !important;
}

.border-end-info-600 {
  border-right-color: #1BA5FF !important;
}

.border-end-info-700 {
  border-right-color: #0091E6 !important;
}

.border-end-info {
  border-right-color: #0091E6 !important;
}

.border-end-feature-100 {
  border-right-color: #F5E3F9 !important;
}

.border-end-feature-200 {
  border-right-color: #ECC7F3 !important;
}

.border-end-feature-300 {
  border-right-color: #E3ABED !important;
}

.border-end-feature-400 {
  border-right-color: #DA8FE7 !important;
}

.border-end-feature-500 {
  border-right-color: #D173E1 !important;
}

.border-end-feature-600 {
  border-right-color: #C857DB !important;
}

.border-end-feature-700 {
  border-right-color: #BF3BD5 !important;
}

.border-end-feature {
  border-right-color: #BF3BD5 !important;
}

.border-end-neutral-0 {
  border-right-color: #FFFFFF !important;
}

.border-end-neutral-50 {
  border-right-color: #F6F7F9 !important;
}

.border-end-neutral-100 {
  border-right-color: #EDF0F2 !important;
}

.border-end-neutral-200 {
  border-right-color: #DCE0E5 !important;
}

.border-end-neutral-300 {
  border-right-color: #CBD3DB !important;
}

.border-end-neutral-400 {
  border-right-color: #B6C1CA !important;
}

.border-end-neutral-500 {
  border-right-color: #929EAA !important;
}

.border-end-neutral-600 {
  border-right-color: #6F7C8E !important;
}

.border-end-neutral-700 {
  border-right-color: #525E6F !important;
}

.border-end-neutral-800 {
  border-right-color: #323C49 !important;
}

.border-end-neutral-900 {
  border-right-color: #14181F !important;
}

.border-end-neutral-1000 {
  border-right-color: #000000 !important;
}

.border-end-slate-100 {
  border-right-color: #F4F5F7 !important;
}

.border-end-slate-200 {
  border-right-color: #E9EBF0 !important;
}

.border-end-slate-300 {
  border-right-color: #D9DCE2 !important;
}

.border-end-slate-400 {
  border-right-color: #C9CDD6 !important;
}

.border-end-slate-500 {
  border-right-color: #B8BDC9 !important;
}

.border-end-slate-600 {
  border-right-color: #A7AEB8 !important;
}

.border-end-slate-700 {
  border-right-color: #8F97A0 !important;
}

.border-end-slate-800 {
  border-right-color: #737F86 !important;
}

.border-end-slate-900 {
  border-right-color: #4D5963 !important;
}

.border-end-slate-1000 {
  border-right-color: #2C3747 !important;
}

.border-end-transparent {
  border-right-color: transparent !important;
}

.border-end-white {
  border-right-color: #FFFFFF !important;
}

.border-end-black {
  border-right-color: #000000 !important;
}

.border-end-gray {
  border-right-color: #292929 !important;
}

.border-end-gray-dark {
  border-right-color: #161718 !important;
}

.border-end-dark {
  border-right-color: #1A1A1A !important;
}

.border-end-light {
  border-right-color: #F3F3F3 !important;
}

.border-bottom-primary-100 {
  border-bottom-color: #FFEADB !important;
}

.border-bottom-primary-200 {
  border-bottom-color: #FFD5B6 !important;
}

.border-bottom-primary-300 {
  border-bottom-color: #FFBF92 !important;
}

.border-bottom-primary-400 {
  border-bottom-color: #FFAA6D !important;
}

.border-bottom-primary-500 {
  border-bottom-color: #FF9549 !important;
}

.border-bottom-primary-600 {
  border-bottom-color: #FF8024 !important;
}

.border-bottom-primary-700 {
  border-bottom-color: #FF6B00 !important;
}

.border-bottom-primary {
  border-bottom-color: #FF6B00 !important;
}

.border-bottom-secondary-100 {
  border-bottom-color: #DEDEF7 !important;
}

.border-bottom-secondary-200 {
  border-bottom-color: #BDBDEE !important;
}

.border-bottom-secondary-300 {
  border-bottom-color: #9D9BE6 !important;
}

.border-bottom-secondary-400 {
  border-bottom-color: #7C7ADE !important;
}

.border-bottom-secondary-500 {
  border-bottom-color: #5B59D5 !important;
}

.border-bottom-secondary-600 {
  border-bottom-color: #3A38CD !important;
}

.border-bottom-secondary-700 {
  border-bottom-color: #2F2CB0 !important;
}

.border-bottom-secondary {
  border-bottom-color: #2F2CB0 !important;
}

.border-bottom-danger-50 {
  border-bottom-color: #FCE2E6 !important;
}

.border-bottom-danger-100 {
  border-bottom-color: #FADBDD !important;
}

.border-bottom-danger-200 {
  border-bottom-color: #F5B8BC !important;
}

.border-bottom-danger-300 {
  border-bottom-color: #F0949A !important;
}

.border-bottom-danger-400 {
  border-bottom-color: #EB7078 !important;
}

.border-bottom-danger-500 {
  border-bottom-color: #E64C57 !important;
}

.border-bottom-danger-600 {
  border-bottom-color: #E02935 !important;
}

.border-bottom-danger-700 {
  border-bottom-color: #C31C27 !important;
}

.border-bottom-danger {
  border-bottom-color: #C31C27 !important;
}

.border-bottom-success-50 {
  border-bottom-color: #E6FCE6 !important;
}

.border-bottom-success-100 {
  border-bottom-color: #D6FDDA !important;
}

.border-bottom-success-200 {
  border-bottom-color: #ADFBB5 !important;
}

.border-bottom-success-300 {
  border-bottom-color: #84F990 !important;
}

.border-bottom-success-400 {
  border-bottom-color: #5CF66B !important;
}

.border-bottom-success-500 {
  border-bottom-color: #33F446 !important;
}

.border-bottom-success-600 {
  border-bottom-color: #0DEF23 !important;
}

.border-bottom-success-700 {
  border-bottom-color: #0AC71D !important;
}

.border-bottom-success {
  border-bottom-color: #0AC71D !important;
}

.border-bottom-warning-100 {
  border-bottom-color: #FFF5DB !important;
}

.border-bottom-warning-200 {
  border-bottom-color: #FFEAB6 !important;
}

.border-bottom-warning-300 {
  border-bottom-color: #FFE092 !important;
}

.border-bottom-warning-400 {
  border-bottom-color: #FFD66D !important;
}

.border-bottom-warning-500 {
  border-bottom-color: #FFCB49 !important;
}

.border-bottom-warning-600 {
  border-bottom-color: #FFC124 !important;
}

.border-bottom-warning-700 {
  border-bottom-color: #FFB700 !important;
}

.border-bottom-warning {
  border-bottom-color: #FFB700 !important;
}

.border-bottom-info-50 {
  border-bottom-color: #E6F7FF !important;
}

.border-bottom-info-100 {
  border-bottom-color: #D9F0FF !important;
}

.border-bottom-info-200 {
  border-bottom-color: #B3E1FF !important;
}

.border-bottom-info-300 {
  border-bottom-color: #8DD2FF !important;
}

.border-bottom-info-400 {
  border-bottom-color: #67C3FF !important;
}

.border-bottom-info-500 {
  border-bottom-color: #41B4FF !important;
}

.border-bottom-info-600 {
  border-bottom-color: #1BA5FF !important;
}

.border-bottom-info-700 {
  border-bottom-color: #0091E6 !important;
}

.border-bottom-info {
  border-bottom-color: #0091E6 !important;
}

.border-bottom-feature-100 {
  border-bottom-color: #F5E3F9 !important;
}

.border-bottom-feature-200 {
  border-bottom-color: #ECC7F3 !important;
}

.border-bottom-feature-300 {
  border-bottom-color: #E3ABED !important;
}

.border-bottom-feature-400 {
  border-bottom-color: #DA8FE7 !important;
}

.border-bottom-feature-500 {
  border-bottom-color: #D173E1 !important;
}

.border-bottom-feature-600 {
  border-bottom-color: #C857DB !important;
}

.border-bottom-feature-700 {
  border-bottom-color: #BF3BD5 !important;
}

.border-bottom-feature {
  border-bottom-color: #BF3BD5 !important;
}

.border-bottom-neutral-0 {
  border-bottom-color: #FFFFFF !important;
}

.border-bottom-neutral-50 {
  border-bottom-color: #F6F7F9 !important;
}

.border-bottom-neutral-100 {
  border-bottom-color: #EDF0F2 !important;
}

.border-bottom-neutral-200 {
  border-bottom-color: #DCE0E5 !important;
}

.border-bottom-neutral-300 {
  border-bottom-color: #CBD3DB !important;
}

.border-bottom-neutral-400 {
  border-bottom-color: #B6C1CA !important;
}

.border-bottom-neutral-500 {
  border-bottom-color: #929EAA !important;
}

.border-bottom-neutral-600 {
  border-bottom-color: #6F7C8E !important;
}

.border-bottom-neutral-700 {
  border-bottom-color: #525E6F !important;
}

.border-bottom-neutral-800 {
  border-bottom-color: #323C49 !important;
}

.border-bottom-neutral-900 {
  border-bottom-color: #14181F !important;
}

.border-bottom-neutral-1000 {
  border-bottom-color: #000000 !important;
}

.border-bottom-slate-100 {
  border-bottom-color: #F4F5F7 !important;
}

.border-bottom-slate-200 {
  border-bottom-color: #E9EBF0 !important;
}

.border-bottom-slate-300 {
  border-bottom-color: #D9DCE2 !important;
}

.border-bottom-slate-400 {
  border-bottom-color: #C9CDD6 !important;
}

.border-bottom-slate-500 {
  border-bottom-color: #B8BDC9 !important;
}

.border-bottom-slate-600 {
  border-bottom-color: #A7AEB8 !important;
}

.border-bottom-slate-700 {
  border-bottom-color: #8F97A0 !important;
}

.border-bottom-slate-800 {
  border-bottom-color: #737F86 !important;
}

.border-bottom-slate-900 {
  border-bottom-color: #4D5963 !important;
}

.border-bottom-slate-1000 {
  border-bottom-color: #2C3747 !important;
}

.border-bottom-transparent {
  border-bottom-color: transparent !important;
}

.border-bottom-white {
  border-bottom-color: #FFFFFF !important;
}

.border-bottom-black {
  border-bottom-color: #000000 !important;
}

.border-bottom-gray {
  border-bottom-color: #292929 !important;
}

.border-bottom-gray-dark {
  border-bottom-color: #161718 !important;
}

.border-bottom-dark {
  border-bottom-color: #1A1A1A !important;
}

.border-bottom-light {
  border-bottom-color: #F3F3F3 !important;
}

.border-start-primary-100 {
  border-left-color: #FFEADB !important;
}

.border-start-primary-200 {
  border-left-color: #FFD5B6 !important;
}

.border-start-primary-300 {
  border-left-color: #FFBF92 !important;
}

.border-start-primary-400 {
  border-left-color: #FFAA6D !important;
}

.border-start-primary-500 {
  border-left-color: #FF9549 !important;
}

.border-start-primary-600 {
  border-left-color: #FF8024 !important;
}

.border-start-primary-700 {
  border-left-color: #FF6B00 !important;
}

.border-start-primary {
  border-left-color: #FF6B00 !important;
}

.border-start-secondary-100 {
  border-left-color: #DEDEF7 !important;
}

.border-start-secondary-200 {
  border-left-color: #BDBDEE !important;
}

.border-start-secondary-300 {
  border-left-color: #9D9BE6 !important;
}

.border-start-secondary-400 {
  border-left-color: #7C7ADE !important;
}

.border-start-secondary-500 {
  border-left-color: #5B59D5 !important;
}

.border-start-secondary-600 {
  border-left-color: #3A38CD !important;
}

.border-start-secondary-700 {
  border-left-color: #2F2CB0 !important;
}

.border-start-secondary {
  border-left-color: #2F2CB0 !important;
}

.border-start-danger-50 {
  border-left-color: #FCE2E6 !important;
}

.border-start-danger-100 {
  border-left-color: #FADBDD !important;
}

.border-start-danger-200 {
  border-left-color: #F5B8BC !important;
}

.border-start-danger-300 {
  border-left-color: #F0949A !important;
}

.border-start-danger-400 {
  border-left-color: #EB7078 !important;
}

.border-start-danger-500 {
  border-left-color: #E64C57 !important;
}

.border-start-danger-600 {
  border-left-color: #E02935 !important;
}

.border-start-danger-700 {
  border-left-color: #C31C27 !important;
}

.border-start-danger {
  border-left-color: #C31C27 !important;
}

.border-start-success-50 {
  border-left-color: #E6FCE6 !important;
}

.border-start-success-100 {
  border-left-color: #D6FDDA !important;
}

.border-start-success-200 {
  border-left-color: #ADFBB5 !important;
}

.border-start-success-300 {
  border-left-color: #84F990 !important;
}

.border-start-success-400 {
  border-left-color: #5CF66B !important;
}

.border-start-success-500 {
  border-left-color: #33F446 !important;
}

.border-start-success-600 {
  border-left-color: #0DEF23 !important;
}

.border-start-success-700 {
  border-left-color: #0AC71D !important;
}

.border-start-success {
  border-left-color: #0AC71D !important;
}

.border-start-warning-100 {
  border-left-color: #FFF5DB !important;
}

.border-start-warning-200 {
  border-left-color: #FFEAB6 !important;
}

.border-start-warning-300 {
  border-left-color: #FFE092 !important;
}

.border-start-warning-400 {
  border-left-color: #FFD66D !important;
}

.border-start-warning-500 {
  border-left-color: #FFCB49 !important;
}

.border-start-warning-600 {
  border-left-color: #FFC124 !important;
}

.border-start-warning-700 {
  border-left-color: #FFB700 !important;
}

.border-start-warning {
  border-left-color: #FFB700 !important;
}

.border-start-info-50 {
  border-left-color: #E6F7FF !important;
}

.border-start-info-100 {
  border-left-color: #D9F0FF !important;
}

.border-start-info-200 {
  border-left-color: #B3E1FF !important;
}

.border-start-info-300 {
  border-left-color: #8DD2FF !important;
}

.border-start-info-400 {
  border-left-color: #67C3FF !important;
}

.border-start-info-500 {
  border-left-color: #41B4FF !important;
}

.border-start-info-600 {
  border-left-color: #1BA5FF !important;
}

.border-start-info-700 {
  border-left-color: #0091E6 !important;
}

.border-start-info {
  border-left-color: #0091E6 !important;
}

.border-start-feature-100 {
  border-left-color: #F5E3F9 !important;
}

.border-start-feature-200 {
  border-left-color: #ECC7F3 !important;
}

.border-start-feature-300 {
  border-left-color: #E3ABED !important;
}

.border-start-feature-400 {
  border-left-color: #DA8FE7 !important;
}

.border-start-feature-500 {
  border-left-color: #D173E1 !important;
}

.border-start-feature-600 {
  border-left-color: #C857DB !important;
}

.border-start-feature-700 {
  border-left-color: #BF3BD5 !important;
}

.border-start-feature {
  border-left-color: #BF3BD5 !important;
}

.border-start-neutral-0 {
  border-left-color: #FFFFFF !important;
}

.border-start-neutral-50 {
  border-left-color: #F6F7F9 !important;
}

.border-start-neutral-100 {
  border-left-color: #EDF0F2 !important;
}

.border-start-neutral-200 {
  border-left-color: #DCE0E5 !important;
}

.border-start-neutral-300 {
  border-left-color: #CBD3DB !important;
}

.border-start-neutral-400 {
  border-left-color: #B6C1CA !important;
}

.border-start-neutral-500 {
  border-left-color: #929EAA !important;
}

.border-start-neutral-600 {
  border-left-color: #6F7C8E !important;
}

.border-start-neutral-700 {
  border-left-color: #525E6F !important;
}

.border-start-neutral-800 {
  border-left-color: #323C49 !important;
}

.border-start-neutral-900 {
  border-left-color: #14181F !important;
}

.border-start-neutral-1000 {
  border-left-color: #000000 !important;
}

.border-start-slate-100 {
  border-left-color: #F4F5F7 !important;
}

.border-start-slate-200 {
  border-left-color: #E9EBF0 !important;
}

.border-start-slate-300 {
  border-left-color: #D9DCE2 !important;
}

.border-start-slate-400 {
  border-left-color: #C9CDD6 !important;
}

.border-start-slate-500 {
  border-left-color: #B8BDC9 !important;
}

.border-start-slate-600 {
  border-left-color: #A7AEB8 !important;
}

.border-start-slate-700 {
  border-left-color: #8F97A0 !important;
}

.border-start-slate-800 {
  border-left-color: #737F86 !important;
}

.border-start-slate-900 {
  border-left-color: #4D5963 !important;
}

.border-start-slate-1000 {
  border-left-color: #2C3747 !important;
}

.border-start-transparent {
  border-left-color: transparent !important;
}

.border-start-white {
  border-left-color: #FFFFFF !important;
}

.border-start-black {
  border-left-color: #000000 !important;
}

.border-start-gray {
  border-left-color: #292929 !important;
}

.border-start-gray-dark {
  border-left-color: #161718 !important;
}

.border-start-dark {
  border-left-color: #1A1A1A !important;
}

.border-start-light {
  border-left-color: #F3F3F3 !important;
}

.border-none-primary-100 {
  border-none-color: #FFEADB !important;
}

.border-none-primary-200 {
  border-none-color: #FFD5B6 !important;
}

.border-none-primary-300 {
  border-none-color: #FFBF92 !important;
}

.border-none-primary-400 {
  border-none-color: #FFAA6D !important;
}

.border-none-primary-500 {
  border-none-color: #FF9549 !important;
}

.border-none-primary-600 {
  border-none-color: #FF8024 !important;
}

.border-none-primary-700 {
  border-none-color: #FF6B00 !important;
}

.border-none-primary {
  border-none-color: #FF6B00 !important;
}

.border-none-secondary-100 {
  border-none-color: #DEDEF7 !important;
}

.border-none-secondary-200 {
  border-none-color: #BDBDEE !important;
}

.border-none-secondary-300 {
  border-none-color: #9D9BE6 !important;
}

.border-none-secondary-400 {
  border-none-color: #7C7ADE !important;
}

.border-none-secondary-500 {
  border-none-color: #5B59D5 !important;
}

.border-none-secondary-600 {
  border-none-color: #3A38CD !important;
}

.border-none-secondary-700 {
  border-none-color: #2F2CB0 !important;
}

.border-none-secondary {
  border-none-color: #2F2CB0 !important;
}

.border-none-danger-50 {
  border-none-color: #FCE2E6 !important;
}

.border-none-danger-100 {
  border-none-color: #FADBDD !important;
}

.border-none-danger-200 {
  border-none-color: #F5B8BC !important;
}

.border-none-danger-300 {
  border-none-color: #F0949A !important;
}

.border-none-danger-400 {
  border-none-color: #EB7078 !important;
}

.border-none-danger-500 {
  border-none-color: #E64C57 !important;
}

.border-none-danger-600 {
  border-none-color: #E02935 !important;
}

.border-none-danger-700 {
  border-none-color: #C31C27 !important;
}

.border-none-danger {
  border-none-color: #C31C27 !important;
}

.border-none-success-50 {
  border-none-color: #E6FCE6 !important;
}

.border-none-success-100 {
  border-none-color: #D6FDDA !important;
}

.border-none-success-200 {
  border-none-color: #ADFBB5 !important;
}

.border-none-success-300 {
  border-none-color: #84F990 !important;
}

.border-none-success-400 {
  border-none-color: #5CF66B !important;
}

.border-none-success-500 {
  border-none-color: #33F446 !important;
}

.border-none-success-600 {
  border-none-color: #0DEF23 !important;
}

.border-none-success-700 {
  border-none-color: #0AC71D !important;
}

.border-none-success {
  border-none-color: #0AC71D !important;
}

.border-none-warning-100 {
  border-none-color: #FFF5DB !important;
}

.border-none-warning-200 {
  border-none-color: #FFEAB6 !important;
}

.border-none-warning-300 {
  border-none-color: #FFE092 !important;
}

.border-none-warning-400 {
  border-none-color: #FFD66D !important;
}

.border-none-warning-500 {
  border-none-color: #FFCB49 !important;
}

.border-none-warning-600 {
  border-none-color: #FFC124 !important;
}

.border-none-warning-700 {
  border-none-color: #FFB700 !important;
}

.border-none-warning {
  border-none-color: #FFB700 !important;
}

.border-none-info-50 {
  border-none-color: #E6F7FF !important;
}

.border-none-info-100 {
  border-none-color: #D9F0FF !important;
}

.border-none-info-200 {
  border-none-color: #B3E1FF !important;
}

.border-none-info-300 {
  border-none-color: #8DD2FF !important;
}

.border-none-info-400 {
  border-none-color: #67C3FF !important;
}

.border-none-info-500 {
  border-none-color: #41B4FF !important;
}

.border-none-info-600 {
  border-none-color: #1BA5FF !important;
}

.border-none-info-700 {
  border-none-color: #0091E6 !important;
}

.border-none-info {
  border-none-color: #0091E6 !important;
}

.border-none-feature-100 {
  border-none-color: #F5E3F9 !important;
}

.border-none-feature-200 {
  border-none-color: #ECC7F3 !important;
}

.border-none-feature-300 {
  border-none-color: #E3ABED !important;
}

.border-none-feature-400 {
  border-none-color: #DA8FE7 !important;
}

.border-none-feature-500 {
  border-none-color: #D173E1 !important;
}

.border-none-feature-600 {
  border-none-color: #C857DB !important;
}

.border-none-feature-700 {
  border-none-color: #BF3BD5 !important;
}

.border-none-feature {
  border-none-color: #BF3BD5 !important;
}

.border-none-neutral-0 {
  border-none-color: #FFFFFF !important;
}

.border-none-neutral-50 {
  border-none-color: #F6F7F9 !important;
}

.border-none-neutral-100 {
  border-none-color: #EDF0F2 !important;
}

.border-none-neutral-200 {
  border-none-color: #DCE0E5 !important;
}

.border-none-neutral-300 {
  border-none-color: #CBD3DB !important;
}

.border-none-neutral-400 {
  border-none-color: #B6C1CA !important;
}

.border-none-neutral-500 {
  border-none-color: #929EAA !important;
}

.border-none-neutral-600 {
  border-none-color: #6F7C8E !important;
}

.border-none-neutral-700 {
  border-none-color: #525E6F !important;
}

.border-none-neutral-800 {
  border-none-color: #323C49 !important;
}

.border-none-neutral-900 {
  border-none-color: #14181F !important;
}

.border-none-neutral-1000 {
  border-none-color: #000000 !important;
}

.border-none-slate-100 {
  border-none-color: #F4F5F7 !important;
}

.border-none-slate-200 {
  border-none-color: #E9EBF0 !important;
}

.border-none-slate-300 {
  border-none-color: #D9DCE2 !important;
}

.border-none-slate-400 {
  border-none-color: #C9CDD6 !important;
}

.border-none-slate-500 {
  border-none-color: #B8BDC9 !important;
}

.border-none-slate-600 {
  border-none-color: #A7AEB8 !important;
}

.border-none-slate-700 {
  border-none-color: #8F97A0 !important;
}

.border-none-slate-800 {
  border-none-color: #737F86 !important;
}

.border-none-slate-900 {
  border-none-color: #4D5963 !important;
}

.border-none-slate-1000 {
  border-none-color: #2C3747 !important;
}

.border-none-transparent {
  border-none-color: transparent !important;
}

.border-none-white {
  border-none-color: #FFFFFF !important;
}

.border-none-black {
  border-none-color: #000000 !important;
}

.border-none-gray {
  border-none-color: #292929 !important;
}

.border-none-gray-dark {
  border-none-color: #161718 !important;
}

.border-none-dark {
  border-none-color: #1A1A1A !important;
}

.border-none-light {
  border-none-color: #F3F3F3 !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-none {
  border-style: none !important;
}

.border-top-solid {
  border-top-style: solid !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-top-ridge {
  border-top-style: ridge !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-top-none {
  border-top-style: none !important;
}

.border-right-solid {
  border-right-style: solid !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-right-double {
  border-right-style: double !important;
}

.border-right-groove {
  border-right-style: groove !important;
}

.border-right-ridge {
  border-right-style: ridge !important;
}

.border-right-inset {
  border-right-style: inset !important;
}

.border-right-outset {
  border-right-style: outset !important;
}

.border-right-none {
  border-right-style: none !important;
}

.border-bottom-solid {
  border-bottom-style: solid !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.border-bottom-none {
  border-bottom-style: none !important;
}

.border-left-solid {
  border-left-style: solid !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-left-double {
  border-left-style: double !important;
}

.border-left-groove {
  border-left-style: groove !important;
}

.border-left-ridge {
  border-left-style: ridge !important;
}

.border-left-inset {
  border-left-style: inset !important;
}

.border-left-outset {
  border-left-style: outset !important;
}

.border-left-none {
  border-left-style: none !important;
}

.border-none-solid {
  border-none-style: solid !important;
}

.border-none-dashed {
  border-none-style: dashed !important;
}

.border-none-dotted {
  border-none-style: dotted !important;
}

.border-none-double {
  border-none-style: double !important;
}

.border-none-groove {
  border-none-style: groove !important;
}

.border-none-ridge {
  border-none-style: ridge !important;
}

.border-none-inset {
  border-none-style: inset !important;
}

.border-none-outset {
  border-none-style: outset !important;
}

.border-none-none {
  border-none-style: none !important;
}

.border-w-0 {
  border-width: 0 !important;
}

.border-w-1 {
  border-width: 1px !important;
}

.border-w-2 {
  border-width: 2px !important;
}

.border-w-3 {
  border-width: 3px !important;
}

.border-w-4 {
  border-width: 4px !important;
}

.border-w-5 {
  border-width: 5px !important;
}

.border-w-6 {
  border-width: 6px !important;
}

.border-w-7 {
  border-width: 7px !important;
}

.border-w-8 {
  border-width: 8px !important;
}

.border-w-9 {
  border-width: 9px !important;
}

.border-w-10 {
  border-width: 10px !important;
}

.border-top-w-0 {
  border-top-width: 0 !important;
}

.border-top-w-1 {
  border-top-width: 1px !important;
}

.border-top-w-2 {
  border-top-width: 2px !important;
}

.border-top-w-3 {
  border-top-width: 3px !important;
}

.border-top-w-4 {
  border-top-width: 4px !important;
}

.border-top-w-5 {
  border-top-width: 5px !important;
}

.border-top-w-6 {
  border-top-width: 6px !important;
}

.border-top-w-7 {
  border-top-width: 7px !important;
}

.border-top-w-8 {
  border-top-width: 8px !important;
}

.border-top-w-9 {
  border-top-width: 9px !important;
}

.border-top-w-10 {
  border-top-width: 10px !important;
}

.border-end-w-0 {
  border-right-width: 0 !important;
}

.border-end-w-1 {
  border-right-width: 1px !important;
}

.border-end-w-2 {
  border-right-width: 2px !important;
}

.border-end-w-3 {
  border-right-width: 3px !important;
}

.border-end-w-4 {
  border-right-width: 4px !important;
}

.border-end-w-5 {
  border-right-width: 5px !important;
}

.border-end-w-6 {
  border-right-width: 6px !important;
}

.border-end-w-7 {
  border-right-width: 7px !important;
}

.border-end-w-8 {
  border-right-width: 8px !important;
}

.border-end-w-9 {
  border-right-width: 9px !important;
}

.border-end-w-10 {
  border-right-width: 10px !important;
}

.border-bottom-w-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-w-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-w-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-w-3 {
  border-bottom-width: 3px !important;
}

.border-bottom-w-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-w-5 {
  border-bottom-width: 5px !important;
}

.border-bottom-w-6 {
  border-bottom-width: 6px !important;
}

.border-bottom-w-7 {
  border-bottom-width: 7px !important;
}

.border-bottom-w-8 {
  border-bottom-width: 8px !important;
}

.border-bottom-w-9 {
  border-bottom-width: 9px !important;
}

.border-bottom-w-10 {
  border-bottom-width: 10px !important;
}

.border-start-w-0 {
  border-left-width: 0 !important;
}

.border-start-w-1 {
  border-left-width: 1px !important;
}

.border-start-w-2 {
  border-left-width: 2px !important;
}

.border-start-w-3 {
  border-left-width: 3px !important;
}

.border-start-w-4 {
  border-left-width: 4px !important;
}

.border-start-w-5 {
  border-left-width: 5px !important;
}

.border-start-w-6 {
  border-left-width: 6px !important;
}

.border-start-w-7 {
  border-left-width: 7px !important;
}

.border-start-w-8 {
  border-left-width: 8px !important;
}

.border-start-w-9 {
  border-left-width: 9px !important;
}

.border-start-w-10 {
  border-left-width: 10px !important;
}

.border-none-w-0 {
  border-none-width: 0 !important;
}

.border-none-w-1 {
  border-none-width: 1px !important;
}

.border-none-w-2 {
  border-none-width: 2px !important;
}

.border-none-w-3 {
  border-none-width: 3px !important;
}

.border-none-w-4 {
  border-none-width: 4px !important;
}

.border-none-w-5 {
  border-none-width: 5px !important;
}

.border-none-w-6 {
  border-none-width: 6px !important;
}

.border-none-w-7 {
  border-none-width: 7px !important;
}

.border-none-w-8 {
  border-none-width: 8px !important;
}

.border-none-w-9 {
  border-none-width: 9px !important;
}

.border-none-w-10 {
  border-none-width: 10px !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0-px {
  top: 0px !important;
}

.right-0-px {
  right: 0px !important;
}

.bottom-0-px {
  bottom: 0px !important;
}

.left-0-px {
  left: 0px !important;
}

.-top-0-px {
  top: -0px !important;
}

.-right-0-px {
  right: -0px !important;
}

.-bottom-0-px {
  bottom: -0px !important;
}

.-left-0-px {
  left: -0px !important;
}

.top-1-px {
  top: 1px !important;
}

.right-1-px {
  right: 1px !important;
}

.bottom-1-px {
  bottom: 1px !important;
}

.left-1-px {
  left: 1px !important;
}

.-top-1-px {
  top: -1px !important;
}

.-right-1-px {
  right: -1px !important;
}

.-bottom-1-px {
  bottom: -1px !important;
}

.-left-1-px {
  left: -1px !important;
}

.top-2-px {
  top: 2px !important;
}

.right-2-px {
  right: 2px !important;
}

.bottom-2-px {
  bottom: 2px !important;
}

.left-2-px {
  left: 2px !important;
}

.-top-2-px {
  top: -2px !important;
}

.-right-2-px {
  right: -2px !important;
}

.-bottom-2-px {
  bottom: -2px !important;
}

.-left-2-px {
  left: -2px !important;
}

.top-3-px {
  top: 3px !important;
}

.right-3-px {
  right: 3px !important;
}

.bottom-3-px {
  bottom: 3px !important;
}

.left-3-px {
  left: 3px !important;
}

.-top-3-px {
  top: -3px !important;
}

.-right-3-px {
  right: -3px !important;
}

.-bottom-3-px {
  bottom: -3px !important;
}

.-left-3-px {
  left: -3px !important;
}

.top-4-px {
  top: 4px !important;
}

.right-4-px {
  right: 4px !important;
}

.bottom-4-px {
  bottom: 4px !important;
}

.left-4-px {
  left: 4px !important;
}

.-top-4-px {
  top: -4px !important;
}

.-right-4-px {
  right: -4px !important;
}

.-bottom-4-px {
  bottom: -4px !important;
}

.-left-4-px {
  left: -4px !important;
}

.top-5-px {
  top: 5px !important;
}

.right-5-px {
  right: 5px !important;
}

.bottom-5-px {
  bottom: 5px !important;
}

.left-5-px {
  left: 5px !important;
}

.-top-5-px {
  top: -5px !important;
}

.-right-5-px {
  right: -5px !important;
}

.-bottom-5-px {
  bottom: -5px !important;
}

.-left-5-px {
  left: -5px !important;
}

.top-6-px {
  top: 6px !important;
}

.right-6-px {
  right: 6px !important;
}

.bottom-6-px {
  bottom: 6px !important;
}

.left-6-px {
  left: 6px !important;
}

.-top-6-px {
  top: -6px !important;
}

.-right-6-px {
  right: -6px !important;
}

.-bottom-6-px {
  bottom: -6px !important;
}

.-left-6-px {
  left: -6px !important;
}

.top-7-px {
  top: 7px !important;
}

.right-7-px {
  right: 7px !important;
}

.bottom-7-px {
  bottom: 7px !important;
}

.left-7-px {
  left: 7px !important;
}

.-top-7-px {
  top: -7px !important;
}

.-right-7-px {
  right: -7px !important;
}

.-bottom-7-px {
  bottom: -7px !important;
}

.-left-7-px {
  left: -7px !important;
}

.top-8-px {
  top: 8px !important;
}

.right-8-px {
  right: 8px !important;
}

.bottom-8-px {
  bottom: 8px !important;
}

.left-8-px {
  left: 8px !important;
}

.-top-8-px {
  top: -8px !important;
}

.-right-8-px {
  right: -8px !important;
}

.-bottom-8-px {
  bottom: -8px !important;
}

.-left-8-px {
  left: -8px !important;
}

.top-9-px {
  top: 9px !important;
}

.right-9-px {
  right: 9px !important;
}

.bottom-9-px {
  bottom: 9px !important;
}

.left-9-px {
  left: 9px !important;
}

.-top-9-px {
  top: -9px !important;
}

.-right-9-px {
  right: -9px !important;
}

.-bottom-9-px {
  bottom: -9px !important;
}

.-left-9-px {
  left: -9px !important;
}

.top-10-px {
  top: 10px !important;
}

.right-10-px {
  right: 10px !important;
}

.bottom-10-px {
  bottom: 10px !important;
}

.left-10-px {
  left: 10px !important;
}

.-top-10-px {
  top: -10px !important;
}

.-right-10-px {
  right: -10px !important;
}

.-bottom-10-px {
  bottom: -10px !important;
}

.-left-10-px {
  left: -10px !important;
}

.top-12-px {
  top: 12px !important;
}

.right-12-px {
  right: 12px !important;
}

.bottom-12-px {
  bottom: 12px !important;
}

.left-12-px {
  left: 12px !important;
}

.-top-12-px {
  top: -12px !important;
}

.-right-12-px {
  right: -12px !important;
}

.-bottom-12-px {
  bottom: -12px !important;
}

.-left-12-px {
  left: -12px !important;
}

.top-14-px {
  top: 14px !important;
}

.right-14-px {
  right: 14px !important;
}

.bottom-14-px {
  bottom: 14px !important;
}

.left-14-px {
  left: 14px !important;
}

.-top-14-px {
  top: -14px !important;
}

.-right-14-px {
  right: -14px !important;
}

.-bottom-14-px {
  bottom: -14px !important;
}

.-left-14-px {
  left: -14px !important;
}

.top-16-px {
  top: 16px !important;
}

.right-16-px {
  right: 16px !important;
}

.bottom-16-px {
  bottom: 16px !important;
}

.left-16-px {
  left: 16px !important;
}

.-top-16-px {
  top: -16px !important;
}

.-right-16-px {
  right: -16px !important;
}

.-bottom-16-px {
  bottom: -16px !important;
}

.-left-16-px {
  left: -16px !important;
}

.top-20-px {
  top: 20px !important;
}

.right-20-px {
  right: 20px !important;
}

.bottom-20-px {
  bottom: 20px !important;
}

.left-20-px {
  left: 20px !important;
}

.-top-20-px {
  top: -20px !important;
}

.-right-20-px {
  right: -20px !important;
}

.-bottom-20-px {
  bottom: -20px !important;
}

.-left-20-px {
  left: -20px !important;
}

.top-24-px {
  top: 24px !important;
}

.right-24-px {
  right: 24px !important;
}

.bottom-24-px {
  bottom: 24px !important;
}

.left-24-px {
  left: 24px !important;
}

.-top-24-px {
  top: -24px !important;
}

.-right-24-px {
  right: -24px !important;
}

.-bottom-24-px {
  bottom: -24px !important;
}

.-left-24-px {
  left: -24px !important;
}

.top-28-px {
  top: 28px !important;
}

.right-28-px {
  right: 28px !important;
}

.bottom-28-px {
  bottom: 28px !important;
}

.left-28-px {
  left: 28px !important;
}

.-top-28-px {
  top: -28px !important;
}

.-right-28-px {
  right: -28px !important;
}

.-bottom-28-px {
  bottom: -28px !important;
}

.-left-28-px {
  left: -28px !important;
}

.top-32-px {
  top: 32px !important;
}

.right-32-px {
  right: 32px !important;
}

.bottom-32-px {
  bottom: 32px !important;
}

.left-32-px {
  left: 32px !important;
}

.-top-32-px {
  top: -32px !important;
}

.-right-32-px {
  right: -32px !important;
}

.-bottom-32-px {
  bottom: -32px !important;
}

.-left-32-px {
  left: -32px !important;
}

.top-36-px {
  top: 36px !important;
}

.right-36-px {
  right: 36px !important;
}

.bottom-36-px {
  bottom: 36px !important;
}

.left-36-px {
  left: 36px !important;
}

.-top-36-px {
  top: -36px !important;
}

.-right-36-px {
  right: -36px !important;
}

.-bottom-36-px {
  bottom: -36px !important;
}

.-left-36-px {
  left: -36px !important;
}

.top-40-px {
  top: 40px !important;
}

.right-40-px {
  right: 40px !important;
}

.bottom-40-px {
  bottom: 40px !important;
}

.left-40-px {
  left: 40px !important;
}

.-top-40-px {
  top: -40px !important;
}

.-right-40-px {
  right: -40px !important;
}

.-bottom-40-px {
  bottom: -40px !important;
}

.-left-40-px {
  left: -40px !important;
}

.top-44-px {
  top: 44px !important;
}

.right-44-px {
  right: 44px !important;
}

.bottom-44-px {
  bottom: 44px !important;
}

.left-44-px {
  left: 44px !important;
}

.-top-44-px {
  top: -44px !important;
}

.-right-44-px {
  right: -44px !important;
}

.-bottom-44-px {
  bottom: -44px !important;
}

.-left-44-px {
  left: -44px !important;
}

.top-48-px {
  top: 48px !important;
}

.right-48-px {
  right: 48px !important;
}

.bottom-48-px {
  bottom: 48px !important;
}

.left-48-px {
  left: 48px !important;
}

.-top-48-px {
  top: -48px !important;
}

.-right-48-px {
  right: -48px !important;
}

.-bottom-48-px {
  bottom: -48px !important;
}

.-left-48-px {
  left: -48px !important;
}

.top-52-px {
  top: 52px !important;
}

.right-52-px {
  right: 52px !important;
}

.bottom-52-px {
  bottom: 52px !important;
}

.left-52-px {
  left: 52px !important;
}

.-top-52-px {
  top: -52px !important;
}

.-right-52-px {
  right: -52px !important;
}

.-bottom-52-px {
  bottom: -52px !important;
}

.-left-52-px {
  left: -52px !important;
}

.top-56-px {
  top: 56px !important;
}

.right-56-px {
  right: 56px !important;
}

.bottom-56-px {
  bottom: 56px !important;
}

.left-56-px {
  left: 56px !important;
}

.-top-56-px {
  top: -56px !important;
}

.-right-56-px {
  right: -56px !important;
}

.-bottom-56-px {
  bottom: -56px !important;
}

.-left-56-px {
  left: -56px !important;
}

.top-60-px {
  top: 60px !important;
}

.right-60-px {
  right: 60px !important;
}

.bottom-60-px {
  bottom: 60px !important;
}

.left-60-px {
  left: 60px !important;
}

.-top-60-px {
  top: -60px !important;
}

.-right-60-px {
  right: -60px !important;
}

.-bottom-60-px {
  bottom: -60px !important;
}

.-left-60-px {
  left: -60px !important;
}

.top-64-px {
  top: 64px !important;
}

.right-64-px {
  right: 64px !important;
}

.bottom-64-px {
  bottom: 64px !important;
}

.left-64-px {
  left: 64px !important;
}

.-top-64-px {
  top: -64px !important;
}

.-right-64-px {
  right: -64px !important;
}

.-bottom-64-px {
  bottom: -64px !important;
}

.-left-64-px {
  left: -64px !important;
}

.top-72-px {
  top: 72px !important;
}

.right-72-px {
  right: 72px !important;
}

.bottom-72-px {
  bottom: 72px !important;
}

.left-72-px {
  left: 72px !important;
}

.-top-72-px {
  top: -72px !important;
}

.-right-72-px {
  right: -72px !important;
}

.-bottom-72-px {
  bottom: -72px !important;
}

.-left-72-px {
  left: -72px !important;
}

.top-80-px {
  top: 80px !important;
}

.right-80-px {
  right: 80px !important;
}

.bottom-80-px {
  bottom: 80px !important;
}

.left-80-px {
  left: 80px !important;
}

.-top-80-px {
  top: -80px !important;
}

.-right-80-px {
  right: -80px !important;
}

.-bottom-80-px {
  bottom: -80px !important;
}

.-left-80-px {
  left: -80px !important;
}

.top-96-px {
  top: 96px !important;
}

.right-96-px {
  right: 96px !important;
}

.bottom-96-px {
  bottom: 96px !important;
}

.left-96-px {
  left: 96px !important;
}

.-top-96-px {
  top: -96px !important;
}

.-right-96-px {
  right: -96px !important;
}

.-bottom-96-px {
  bottom: -96px !important;
}

.-left-96-px {
  left: -96px !important;
}

.top-0 {
  top: 0% !important;
}

.right-0 {
  right: 0% !important;
}

.bottom-0 {
  bottom: 0% !important;
}

.left-0 {
  left: 0% !important;
}

.top-25 {
  top: 25% !important;
}

.right-25 {
  right: 25% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.left-25 {
  left: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.left-50 {
  left: 50% !important;
}

.top-75 {
  top: 75% !important;
}

.right-75 {
  right: 75% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.left-75 {
  left: 75% !important;
}

.top-100 {
  top: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-100 {
  left: 100% !important;
}

.translate-y-0-px {
  transform: translateY(-0px) !important;
}

.translate-y-1-px {
  transform: translateY(-1px) !important;
}

.translate-y-2-px {
  transform: translateY(-2px) !important;
}

.translate-y-3-px {
  transform: translateY(-3px) !important;
}

.translate-y-4-px {
  transform: translateY(-4px) !important;
}

.translate-y-5-px {
  transform: translateY(-5px) !important;
}

.translate-y-6-px {
  transform: translateY(-6px) !important;
}

.translate-y-7-px {
  transform: translateY(-7px) !important;
}

.translate-y-8-px {
  transform: translateY(-8px) !important;
}

.translate-y-9-px {
  transform: translateY(-9px) !important;
}

.translate-y-10-px {
  transform: translateY(-10px) !important;
}

.translate-y-12-px {
  transform: translateY(-12px) !important;
}

.translate-y-14-px {
  transform: translateY(-14px) !important;
}

.translate-y-16-px {
  transform: translateY(-16px) !important;
}

.translate-y-20-px {
  transform: translateY(-20px) !important;
}

.translate-y-24-px {
  transform: translateY(-24px) !important;
}

.translate-y-28-px {
  transform: translateY(-28px) !important;
}

.translate-y-32-px {
  transform: translateY(-32px) !important;
}

.translate-y-36-px {
  transform: translateY(-36px) !important;
}

.translate-y-40-px {
  transform: translateY(-40px) !important;
}

.translate-y-44-px {
  transform: translateY(-44px) !important;
}

.translate-y-48-px {
  transform: translateY(-48px) !important;
}

.translate-y-52-px {
  transform: translateY(-52px) !important;
}

.translate-y-56-px {
  transform: translateY(-56px) !important;
}

.translate-y-60-px {
  transform: translateY(-60px) !important;
}

.translate-y-64-px {
  transform: translateY(-64px) !important;
}

.translate-y-72-px {
  transform: translateY(-72px) !important;
}

.translate-y-80-px {
  transform: translateY(-80px) !important;
}

.translate-y-96-px {
  transform: translateY(-96px) !important;
}

.translate-y-0 {
  transform: translateY(-0%) !important;
}

.translate-y-25 {
  transform: translateY(-25%) !important;
}

.translate-y-50 {
  transform: translateY(-50%) !important;
}

.translate-y-75 {
  transform: translateY(-75%) !important;
}

.translate-y-100 {
  transform: translateY(-100%) !important;
}

.translate-x-0-px {
  transform: translateX(-0px) !important;
}

.translate-x-1-px {
  transform: translateX(-1px) !important;
}

.translate-x-2-px {
  transform: translateX(-2px) !important;
}

.translate-x-3-px {
  transform: translateX(-3px) !important;
}

.translate-x-4-px {
  transform: translateX(-4px) !important;
}

.translate-x-5-px {
  transform: translateX(-5px) !important;
}

.translate-x-6-px {
  transform: translateX(-6px) !important;
}

.translate-x-7-px {
  transform: translateX(-7px) !important;
}

.translate-x-8-px {
  transform: translateX(-8px) !important;
}

.translate-x-9-px {
  transform: translateX(-9px) !important;
}

.translate-x-10-px {
  transform: translateX(-10px) !important;
}

.translate-x-12-px {
  transform: translateX(-12px) !important;
}

.translate-x-14-px {
  transform: translateX(-14px) !important;
}

.translate-x-16-px {
  transform: translateX(-16px) !important;
}

.translate-x-20-px {
  transform: translateX(-20px) !important;
}

.translate-x-24-px {
  transform: translateX(-24px) !important;
}

.translate-x-28-px {
  transform: translateX(-28px) !important;
}

.translate-x-32-px {
  transform: translateX(-32px) !important;
}

.translate-x-36-px {
  transform: translateX(-36px) !important;
}

.translate-x-40-px {
  transform: translateX(-40px) !important;
}

.translate-x-44-px {
  transform: translateX(-44px) !important;
}

.translate-x-48-px {
  transform: translateX(-48px) !important;
}

.translate-x-52-px {
  transform: translateX(-52px) !important;
}

.translate-x-56-px {
  transform: translateX(-56px) !important;
}

.translate-x-60-px {
  transform: translateX(-60px) !important;
}

.translate-x-64-px {
  transform: translateX(-64px) !important;
}

.translate-x-72-px {
  transform: translateX(-72px) !important;
}

.translate-x-80-px {
  transform: translateX(-80px) !important;
}

.translate-x-96-px {
  transform: translateX(-96px) !important;
}

.translate-x-0 {
  transform: translateX(-0%) !important;
}

.translate-x-25 {
  transform: translateX(-25%) !important;
}

.translate-x-50 {
  transform: translateX(-50%) !important;
}

.translate-x-75 {
  transform: translateX(-75%) !important;
}

.translate-x-100 {
  transform: translateX(-100%) !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-60 {
  z-index: 60 !important;
}

.z-70 {
  z-index: 70 !important;
}

.z-80 {
  z-index: 80 !important;
}

.z-90 {
  z-index: 90 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-200 {
  z-index: 200 !important;
}

.z-300 {
  z-index: 300 !important;
}

.z-400 {
  z-index: 400 !important;
}

.z-500 {
  z-index: 500 !important;
}

.z-600 {
  z-index: 600 !important;
}

.z-700 {
  z-index: 700 !important;
}

.z-800 {
  z-index: 800 !important;
}

.z-900 {
  z-index: 900 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.transition-all {
  transition: all 0.15s ease-in-out !important;
}

.transition-background-color {
  transition: background-color 0.15s ease-in-out !important;
}

.transition-border {
  transition: border 0.15s ease-in-out !important;
}

.transition-border-color {
  transition: border-color 0.15s ease-in-out !important;
}

.transition-border-radius {
  transition: border-radius 0.15s ease-in-out !important;
}

.transition-box-shadow {
  transition: box-shadow 0.15s ease-in-out !important;
}

.transition-color {
  transition: color 0.15s ease-in-out !important;
}

.transition-fill {
  transition: fill 0.15s ease-in-out !important;
}

.transition-font-size {
  transition: font-size 0.15s ease-in-out !important;
}

.transition-height {
  transition: height 0.15s ease-in-out !important;
}

.transition-margin {
  transition: margin 0.15s ease-in-out !important;
}

.transition-opacity {
  transition: opacity 0.15s ease-in-out !important;
}

.transition-padding {
  transition: padding 0.15s ease-in-out !important;
}

.transition-stroke {
  transition: stroke 0.15s ease-in-out !important;
}

.transition-transform {
  transition: transform 0.15s ease-in-out !important;
}

.transition-width {
  transition: width 0.15s ease-in-out !important;
}

.transition-visibility {
  transition: visibility 0.15s ease-in-out !important;
}

.scale-0 {
  transform: scale(0) !important;
}

.scale-1 {
  transform: scale(0.25) !important;
}

.scale-2 {
  transform: scale(0.5) !important;
}

.scale-3 {
  transform: scale(0.75) !important;
}

.scale-4 {
  transform: scale(1) !important;
}

.scale-5 {
  transform: scale(1.15) !important;
}

.scale-6 {
  transform: scale(1.25) !important;
}

.scale-7 {
  transform: scale(1.5) !important;
}

.scale-8 {
  transform: scale(2) !important;
}

.scale-9 {
  transform: scale(3) !important;
}

.scale-10 {
  transform: scale(4) !important;
}

.scale-hover-0:hover {
  transform: scale(0) !important;
}

.scale-hover-1:hover {
  transform: scale(0.25) !important;
}

.scale-hover-2:hover {
  transform: scale(0.5) !important;
}

.scale-hover-3:hover {
  transform: scale(0.75) !important;
}

.scale-hover-4:hover {
  transform: scale(1) !important;
}

.scale-hover-5:hover {
  transform: scale(1.15) !important;
}

.scale-hover-6:hover {
  transform: scale(1.25) !important;
}

.scale-hover-7:hover {
  transform: scale(1.5) !important;
}

.scale-hover-8:hover {
  transform: scale(2) !important;
}

.scale-hover-9:hover {
  transform: scale(3) !important;
}

.scale-hover-10:hover {
  transform: scale(4) !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: grabbing !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-progress {
  cursor: progress !important;
}

.cursor-cell {
  cursor: cell !important;
}

.cursor-vertical-text {
  cursor: vertical-text !important;
}

.cursor-alias {
  cursor: alias !important;
}

.cursor-copy {
  cursor: copy !important;
}

.cursor-no-drop {
  cursor: no-drop !important;
}

.cursor-all-scroll {
  cursor: all-scroll !important;
}

.cursor-col-resize {
  cursor: col-resize !important;
}

.cursor-row-resize {
  cursor: row-resize !important;
}

.cursor-n-resize {
  cursor: n-resize !important;
}

.cursor-e-resize {
  cursor: e-resize !important;
}

.cursor-s-resize {
  cursor: s-resize !important;
}

.cursor-w-resize {
  cursor: w-resize !important;
}

.cursor-ne-resize {
  cursor: ne-resize !important;
}

.cursor-nw-resize {
  cursor: nw-resize !important;
}

.cursor-se-resize {
  cursor: se-resize !important;
}

.cursor-sw-resize {
  cursor: sw-resize !important;
}

.cursor-ew-resize {
  cursor: ew-resize !important;
}

.cursor-ns-resize {
  cursor: ns-resize !important;
}

.cursor-nesw-resize {
  cursor: nesw-resize !important;
}

.cursor-nwse-resize {
  cursor: nwse-resize !important;
}

.cursor-zoom-in-out {
  cursor: zoom-in-out !important;
}

.cursor-not-allowed-alt {
  cursor: not-allowed-alt !important;
}

.cursor-zoom-in-out-alt {
  cursor: zoom-in-out-alt !important;
}

.cursor-zoom-in-out-alt2 {
  cursor: zoom-in-out-alt2 !important;
}

.cursor-zoom-in-out-alt3 {
  cursor: zoom-in-out-alt3 !important;
}

.cursor-zoom-in-out-alt4 {
  cursor: zoom-in-out-alt4 !important;
}

.cursor-zoom-in-out-alt5 {
  cursor: zoom-in-out-alt5 !important;
}

.cursor-zoom-in-out-alt6 {
  cursor: zoom-in-out-alt6 !important;
}

.cursor-zoom-in-out-alt7 {
  cursor: zoom-in-out-alt7 !important;
}

.cursor-zoom-in-out-alt8 {
  cursor: zoom-in-out-alt8 !important;
}

.cursor-zoom-in-out-alt9 {
  cursor: zoom-in-out-alt9 !important;
}

.cursor-zoom-in-out-alt10 {
  cursor: zoom-in-out-alt10 !important;
}

.cursor-zoom-in-out-alt11 {
  cursor: zoom-in-out-alt11 !important;
}

.cursor-zoom-in-out-alt12 {
  cursor: zoom-in-out-alt12 !important;
}

.cursor-zoom-in-out-alt13 {
  cursor: zoom-in-out-alt13 !important;
}

.cursor-zoom-in-out-alt14 {
  cursor: zoom-in-out-alt14 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-justify-all {
  text-align: justify-all !important;
}

@media only screen and (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-justify-all {
    text-align: justify-all !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-justify-all {
    text-align: justify-all !important;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-justify-all {
    text-align: justify-all !important;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-justify-all {
    text-align: justify-all !important;
  }
}
@media only screen and (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-justify-all {
    text-align: justify-all !important;
  }
}
@media only screen and (min-width: 1600px) {
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
  .text-3xl-justify {
    text-align: justify !important;
  }
  .text-3xl-justify-all {
    text-align: justify-all !important;
  }
}
.truncate-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.truncate-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.truncate-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.truncate-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.truncate-5 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.25 !important;
}

.lh-3 {
  line-height: 1.5 !important;
}

.lh-4 {
  line-height: 1.75 !important;
}

.lh-5 {
  line-height: 2 !important;
}

.text-none {
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-hover-none:hover {
  text-decoration: none !important;
}

.text-hover-underline:hover {
  text-decoration: underline !important;
}

.text-hover-line-through:hover {
  text-decoration: line-through !important;
}

.shadow-0 {
  box-shadow: none !important;
}

.shadow-1 {
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.08) !important;
}

.shadow-2 {
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.08) !important;
}

.shadow-3 {
  box-shadow: 0 6px 12px 0 rgba(51, 51, 51, 0.08) !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

@media only screen and (min-width: 576px) {
  .whitespace-sm-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 576px) {
  .whitespace-sm-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 576px) {
  .whitespace-sm-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 576px) {
  .whitespace-sm-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 576px) {
  .whitespace-sm-pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 768px) {
  .whitespace-md-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 768px) {
  .whitespace-md-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 768px) {
  .whitespace-md-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 768px) {
  .whitespace-md-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 768px) {
  .whitespace-md-pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 992px) {
  .whitespace-lg-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 992px) {
  .whitespace-lg-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 992px) {
  .whitespace-lg-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 992px) {
  .whitespace-lg-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 992px) {
  .whitespace-lg-pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .whitespace-xl-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 1200px) {
  .whitespace-xl-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 1200px) {
  .whitespace-xl-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 1200px) {
  .whitespace-xl-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 1200px) {
  .whitespace-xl-pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whitespace-xxl-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whitespace-xxl-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whitespace-xxl-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whitespace-xxl-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whitespace-xxl-pre-wrap {
    white-space: pre-wrap !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whitespace-3xl-normal {
    white-space: normal !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whitespace-3xl-nowrap {
    white-space: nowrap !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whitespace-3xl-pre {
    white-space: pre !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whitespace-3xl-pre-line {
    white-space: pre-line !important;
  }
}

@media only screen and (min-width: 1600px) {
  .whitespace-3xl-pre-wrap {
    white-space: pre-wrap !important;
  }
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-none {
  object-fit: none !important;
}

.object-fit-scale-down {
  object-fit: scale-down !important;
}

.object-fit-unset {
  object-fit: unset !important;
}

.scroll-hide {
  scrollbar-width: none;
}

/*# sourceMappingURL=app.css.map */
