@charset "UTF-8";
/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'NucleoIcons';
  src: url(/assets/nucleo/nucleo-icons-37b12b71caeda70743d72f88b6caa23fb647688d4dc68afcd3f7a0c3bda3a0ba.eot);
  src: url(/assets/nucleo/nucleo-icons-37b12b71caeda70743d72f88b6caa23fb647688d4dc68afcd3f7a0c3bda3a0ba.eot) format("embedded-opentype"), url(/assets/nucleo/nucleo-icons-fb7eddef11c31b22bf31f12a3b59fbed5379ff636b14800f55040806cb1ad58e.woff2) format("woff2"), url(/assets/nucleo/nucleo-icons-c8f3740043bd3f4631aa970f0a624787cb745877dd365f1c989bca58462fa840.woff) format("woff"), url(/assets/nucleo/nucleo-icons-0105356cfa5e3153ba799fc7da50017a38762d2dfa2cc629bd8e5818f942842d.ttf) format("truetype"), url(/assets/nucleo/nucleo-icons-37172695c5e507f8cd9b614d26dba4e46eaa6767791a2d51351acda440805bfb.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
    base class definition
-------------------------*/
/* line 17, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni {
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------
  change icon size
-------------------------*/
/* line 28, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-2x {
  font-size: 2em;
}

/* line 36, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-3x {
  font-size: 3em;
}

/* line 39, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-4x {
  font-size: 4em;
}

/* line 42, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-5x {
  font-size: 5em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
/* line 49, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.square,
.ni.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

/* line 55, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/
/* line 61, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 66, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ul > li {
  position: relative;
}

/* line 69, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ul > li > .ni {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

/* line 75, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ul > li > .ni.lg {
  top: 0;
  left: -1.35714286em;
}

/* line 79, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ul > li > .ni.circle,
.ni-ul > li > .ni.square {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  spinning icons
-------------------------*/
/* line 87, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.spin {
  -webkit-animation: nc-spin 2s infinite linear;
  -moz-animation: nc-spin 2s infinite linear;
  animation: nc-spin 2s infinite linear;
}

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

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

@keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------
  rotated/flipped icons
-------------------------*/
/* line 127, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 135, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 143, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 151, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 159, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*------------------------
    font icons
-------------------------*/
/* line 171, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-active-40::before {
  content: "\ea02";
}

/* line 175, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-air-baloon::before {
  content: "\ea03";
}

/* line 179, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-album-2::before {
  content: "\ea04";
}

/* line 183, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-align-center::before {
  content: "\ea05";
}

/* line 187, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-align-left-2::before {
  content: "\ea06";
}

/* line 191, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ambulance::before {
  content: "\ea07";
}

/* line 195, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-app::before {
  content: "\ea08";
}

/* line 199, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-archive-2::before {
  content: "\ea09";
}

/* line 203, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-atom::before {
  content: "\ea0a";
}

/* line 207, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-badge::before {
  content: "\ea0b";
}

/* line 211, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bag-17::before {
  content: "\ea0c";
}

/* line 215, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-basket::before {
  content: "\ea0d";
}

/* line 219, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bell-55::before {
  content: "\ea0e";
}

/* line 223, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bold-down::before {
  content: "\ea0f";
}

/* line 227, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bold-left::before {
  content: "\ea10";
}

/* line 231, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bold-right::before {
  content: "\ea11";
}

/* line 235, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bold-up::before {
  content: "\ea12";
}

/* line 239, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bold::before {
  content: "\ea13";
}

/* line 243, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-book-bookmark::before {
  content: "\ea14";
}

/* line 247, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-books::before {
  content: "\ea15";
}

/* line 251, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-box-2::before {
  content: "\ea16";
}

/* line 255, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-briefcase-24::before {
  content: "\ea17";
}

/* line 259, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-building::before {
  content: "\ea18";
}

/* line 263, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bulb-61::before {
  content: "\ea19";
}

/* line 267, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bullet-list-67::before {
  content: "\ea1a";
}

/* line 271, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-bus-front-12::before {
  content: "\ea1b";
}

/* line 275, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-button-pause::before {
  content: "\ea1c";
}

/* line 279, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-button-play::before {
  content: "\ea1d";
}

/* line 283, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-button-power::before {
  content: "\ea1e";
}

/* line 287, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-calendar-grid-58::before {
  content: "\ea1f";
}

/* line 291, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-camera-compact::before {
  content: "\ea20";
}

/* line 295, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-caps-small::before {
  content: "\ea21";
}

/* line 299, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-cart::before {
  content: "\ea22";
}

/* line 303, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-chart-bar-32::before {
  content: "\ea23";
}

/* line 307, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-chart-pie-35::before {
  content: "\ea24";
}

/* line 311, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-chat-round::before {
  content: "\ea25";
}

/* line 315, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-check-bold::before {
  content: "\ea26";
}

/* line 319, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-circle-08::before {
  content: "\ea27";
}

/* line 323, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-cloud-download-95::before {
  content: "\ea28";
}

/* line 327, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-cloud-upload-96::before {
  content: "\ea29";
}

/* line 331, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-compass-04::before {
  content: "\ea2a";
}

/* line 335, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-controller::before {
  content: "\ea2b";
}

/* line 339, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-credit-card::before {
  content: "\ea2c";
}

/* line 343, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-curved-next::before {
  content: "\ea2d";
}

/* line 347, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-delivery-fast::before {
  content: "\ea2e";
}

/* line 351, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-diamond::before {
  content: "\ea2f";
}

/* line 355, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-email-83::before {
  content: "\ea30";
}

/* line 359, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-fat-add::before {
  content: "\ea31";
}

/* line 363, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-fat-delete::before {
  content: "\ea32";
}

/* line 367, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-fat-remove::before {
  content: "\ea33";
}

/* line 371, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-favourite-28::before {
  content: "\ea34";
}

/* line 375, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-folder-17::before {
  content: "\ea35";
}

/* line 379, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-glasses-2::before {
  content: "\ea36";
}

/* line 383, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-hat-3::before {
  content: "\ea37";
}

/* line 387, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-headphones::before {
  content: "\ea38";
}

/* line 391, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-html5::before {
  content: "\ea39";
}

/* line 395, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-istanbul::before {
  content: "\ea3a";
}

/* line 399, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-key-25::before {
  content: "\ea3b";
}

/* line 403, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-laptop::before {
  content: "\ea3c";
}

/* line 407, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-like-2::before {
  content: "\ea3d";
}

/* line 411, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-lock-circle-open::before {
  content: "\ea3e";
}

/* line 415, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-map-big::before {
  content: "\ea3f";
}

/* line 419, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-mobile-button::before {
  content: "\ea40";
}

/* line 423, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-money-coins::before {
  content: "\ea41";
}

/* line 427, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-note-03::before {
  content: "\ea42";
}

/* line 431, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-notification-70::before {
  content: "\ea43";
}

/* line 435, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-palette::before {
  content: "\ea44";
}

/* line 439, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-paper-diploma::before {
  content: "\ea45";
}

/* line 443, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-pin-3::before {
  content: "\ea46";
}

/* line 447, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-planet::before {
  content: "\ea47";
}

/* line 451, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ruler-pencil::before {
  content: "\ea48";
}

/* line 455, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-satisfied::before {
  content: "\ea49";
}

/* line 459, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-scissors::before {
  content: "\ea4a";
}

/* line 463, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-send::before {
  content: "\ea4b";
}

/* line 467, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-settings-gear-65::before {
  content: "\ea4c";
}

/* line 471, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-settings::before {
  content: "\ea4d";
}

/* line 475, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-single-02::before {
  content: "\ea4e";
}

/* line 479, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-single-copy-04::before {
  content: "\ea4f";
}

/* line 483, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-sound-wave::before {
  content: "\ea50";
}

/* line 487, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-spaceship::before {
  content: "\ea51";
}

/* line 491, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-square-pin::before {
  content: "\ea52";
}

/* line 495, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-support-16::before {
  content: "\ea53";
}

/* line 499, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-tablet-button::before {
  content: "\ea54";
}

/* line 503, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-tag::before {
  content: "\ea55";
}

/* line 507, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-tie-bow::before {
  content: "\ea56";
}

/* line 511, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-time-alarm::before {
  content: "\ea57";
}

/* line 515, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-trophy::before {
  content: "\ea58";
}

/* line 519, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-tv-2::before {
  content: "\ea59";
}

/* line 523, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-umbrella-13::before {
  content: "\ea5a";
}

/* line 527, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-user-run::before {
  content: "\ea5b";
}

/* line 531, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-vector::before {
  content: "\ea5c";
}

/* line 535, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-watch-time::before {
  content: "\ea5d";
}

/* line 539, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-world::before {
  content: "\ea5e";
}

/* line 543, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-zoom-split-in::before {
  content: "\ea5f";
}

/* line 547, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-collection::before {
  content: "\ea60";
}

/* line 551, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-image::before {
  content: "\ea61";
}

/* line 555, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-shop::before {
  content: "\ea62";
}

/* line 559, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ungroup::before {
  content: "\ea63";
}

/* line 563, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-world-2::before {
  content: "\ea64";
}

/* line 567, app/assets/stylesheets/vendor/nucleo/css/nucleo.css */
.ni-ui-04::before {
  content: "\ea65";
}

/* all icon font classes list here */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 125, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../.asdf/installs/ruby/3.1.0/lib/ruby/gems/3.1.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 2, app/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #fff;
  --gray: #8898aa;
  --gray-dark: #32325d;
  --light: #ced4da;
  --lighter: #e9ecef;
  --primary: #5e72e4;
  --secondary: #f7fafc;
  --success: #2dce89;
  --info: #11cdef;
  --warning: #fb6340;
  --danger: #f5365c;
  --light: #adb5bd;
  --dark: #212529;
  --default: #172b4d;
  --white: #fff;
  --neutral: #fff;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, app/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, app/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, app/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, app/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525f7f;
  text-align: left;
  background-color: #f8f9fe;
}

/* line 66, app/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, app/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, app/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, app/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, app/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, app/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, app/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, app/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 147, app/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, app/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, app/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, app/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, app/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, app/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, app/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, app/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #5e72e4;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #233dd2;
  text-decoration: none;
}

/* line 202, app/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, app/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, app/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 239, app/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 249, app/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 254, app/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 266, app/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 270, app/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #8898aa;
  text-align: left;
  caption-side: bottom;
}

/* line 278, app/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 289, app/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 298, app/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, app/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, app/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 328, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 336, app/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 344, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 357, app/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 364, app/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, app/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, app/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, app/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, app/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, app/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  /* line 412, app/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

/* line 424, app/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, app/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, app/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, app/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, app/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, app/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: #32325d;
}

/* line 16, app/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  /* line 16, app/assets/stylesheets/bootstrap/_type.scss */
  h1, .h1 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.25rem;
}

/* line 18, app/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.0625rem;
}

/* line 19, app/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 0.9375rem;
}

/* line 20, app/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 0.8125rem;
}

/* line 21, app/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.625rem;
}

/* line 23, app/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, app/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 29, app/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: calc(1.455rem + 2.46vw) ;
  }
}

/* line 34, app/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 34, app/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: calc(1.4rem + 1.8vw) ;
  }
}

/* line 39, app/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 39, app/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: calc(1.34375rem + 1.125vw) ;
  }
}

/* line 44, app/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  /* line 44, app/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: calc(1.28775rem + 0.453vw) ;
  }
}

/* line 55, app/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, app/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, app/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, app/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8898aa;
}

/* line 122, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, app/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8f9fe;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #8898aa;
}

/* line 2, app/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #f3a4b5;
  word-wrap: break-word;
}

/* line 8, app/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, app/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 22, app/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

/* line 31, app/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, app/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, app/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 53, app/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 59, app/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 63, app/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 52, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, app/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 57, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
}

/* line 11, app/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

/* line 18, app/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

/* line 23, app/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

/* line 34, app/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

/* line 45, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #e9ecef;
}

/* line 48, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

/* line 54, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, app/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(246, 249, 252, 0.3);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #525f7f;
  background-color: #f6f9fc;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2d8f7;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abb6f1;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #bcc5f3;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcc5f3;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfefe;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fbfcfd;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #ecf6f6;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ecf6f6;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f1de;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92e6c2;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #afecd2;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afecd2;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcf1fb;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #83e5f7;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #a4ecfa;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a4ecfa;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fed3ca;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdae9c;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #febeb1;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #febeb1;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc7d1;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa96aa;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #fbafbd;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbafbd;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #e8eaed;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #d4d9dd;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #dadde2;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dadde2;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-default,
.table-default > th,
.table-default > td {
  background-color: #bec4cd;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #8691a2;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-default:hover {
  background-color: #b0b7c2;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #b0b7c2;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #b8b8b8;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #7a7a7a;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-darker:hover {
  background-color: #ababab;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: #ababab;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f6f9fc;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #e3ecf6;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3ecf6;
}

/* line 114, app/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #f8f9fe;
  background-color: #172b4d;
  border-color: #1f3a68;
}

/* line 122, app/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
  border-color: #e9ecef;
}

/* line 130, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #f8f9fe;
  background-color: #172b4d;
}

/* line 134, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1f3a68;
}

/* line 140, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #f8f9fe;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, app/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, app/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.form-control:focus {
  color: #8898aa;
  background-color: #fff;
  border-color: #5e72e4;
  outline: 0;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 43, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 54, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 63, app/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 75, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 88, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 96, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 103, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* line 116, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #525f7f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 143, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* line 151, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4375rem;
}

/* line 161, app/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 167, app/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 176, app/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 180, app/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, app/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, app/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 220, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #8898aa;
}

/* line 226, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 230, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 237, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 18, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #2dce89;
}

/* line 26, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(45, 206, 137, 0.8);
  border-radius: .2rem;
}

/* line 43, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #2dce89;
}

/* line 46, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2dce89;
}

/* line 51, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 59, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2dce89;
}

/* line 63, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 71, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2dce89;
}

/* line 74, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #93e7c3;
  border-color: #93e7c3;
}

/* line 80, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 85, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #54daa1;
  border-color: #93e7c3;
}

/* line 92, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 100, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.custom-file-input {
  opacity: 1 !important;
  width: 60% !important;
  margin: 8px !important;
}

/* line 105, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2dce89;
}

/* line 108, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 111, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 116, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
}

/* line 122, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.custom-file-input:focus {
  outline: none;
}

/* line 18, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fb6340;
}

/* line 26, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(251, 99, 64, 0.8);
  border-radius: .2rem;
}

/* line 43, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fb6340;
}

/* line 46, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fb6340;
}

/* line 51, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 59, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fb6340;
}

/* line 63, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 71, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fb6340;
}

/* line 74, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fec9bd;
  border-color: #fec9bd;
}

/* line 80, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 85, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fc8c72;
  border-color: #fec9bd;
}

/* line 92, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 100, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.custom-file-input {
  opacity: 1 !important;
  width: 60% !important;
  margin: 8px !important;
}

/* line 105, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fb6340;
}

/* line 108, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 111, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 116, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
}

/* line 122, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.custom-file-input:focus {
  outline: none;
}

/* line 266, app/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 274, app/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 280, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 288, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 297, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 304, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 308, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 315, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 322, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 330, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 334, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #525f7f;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #525f7f;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 34, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 40, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
  box-shadow: none;
}

/* line 44, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 51, app/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #324cdd;
  border-color: #5e72e4;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d2e3ee;
  border-color: #f7fafc;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #24a46d;
  border-color: #2dce89;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #11cdef;
  border-color: #11cdef;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #11cdef;
  border-color: #11cdef;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #11cdef;
  border-color: #11cdef;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0da5c0;
  border-color: #11cdef;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fa3a0e;
  border-color: #fb6340;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #f5365c;
  border-color: #f5365c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #f5365c;
  border-color: #f5365c;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f5365c;
  border-color: #f5365c;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ec0c38;
  border-color: #f5365c;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #919ca6;
  border-color: #adb5bd;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #212529;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-default:hover {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-default:not(:disabled):not(.disabled):active, .btn-default.active:not(:disabled):not(.disabled), .show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #0b1526;
  border-color: #172b4d;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default.active:not(:disabled):not(.disabled):focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: white;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-neutral {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-neutral:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-neutral:focus, .btn-neutral.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-neutral.disabled, .btn-neutral:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral.active:not(:disabled):not(.disabled), .show > .btn-neutral.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: white;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral.active:not(:disabled):not(.disabled):focus, .show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 62, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-darker {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-darker:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-darker:focus, .btn-darker.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-darker.disabled, .btn-darker:disabled {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-darker:not(:disabled):not(.disabled):active, .btn-darker.active:not(:disabled):not(.disabled), .show > .btn-darker.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker.active:not(:disabled):not(.disabled):focus, .show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #5e72e4;
  background-color: transparent;
  background-image: none;
  border-color: #5e72e4;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5e72e4;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #f7fafc;
  background-color: transparent;
  background-image: none;
  border-color: #f7fafc;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f7fafc;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f7fafc;
  border-color: #f7fafc;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #2dce89;
  background-color: transparent;
  background-image: none;
  border-color: #2dce89;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2dce89;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #11cdef;
  background-color: transparent;
  background-image: none;
  border-color: #11cdef;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #11cdef;
  border-color: #11cdef;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #11cdef;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #11cdef;
  border-color: #11cdef;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #fb6340;
  background-color: transparent;
  background-image: none;
  border-color: #fb6340;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fb6340;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #fb6340;
  border-color: #fb6340;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #f5365c;
  background-color: transparent;
  background-image: none;
  border-color: #f5365c;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f5365c;
  border-color: #f5365c;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f5365c;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f5365c;
  border-color: #f5365c;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #adb5bd;
  background-color: transparent;
  background-image: none;
  border-color: #adb5bd;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #adb5bd;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-default {
  color: #172b4d;
  background-color: transparent;
  background-image: none;
  border-color: #172b4d;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-default:hover {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #172b4d;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default.active:not(:disabled):not(.disabled), .show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #172b4d;
  border-color: #172b4d;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-neutral {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-neutral:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-neutral:focus, .btn-outline-neutral.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral.active:not(:disabled):not(.disabled), .show > .btn-outline-neutral.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 68, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-darker {
  color: black;
  background-color: transparent;
  background-image: none;
  border-color: black;
}

/* line 58, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-darker:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 64, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-darker:focus, .btn-outline-darker.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 69, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-darker.disabled, .btn-outline-darker:disabled {
  color: black;
  background-color: transparent;
}

/* line 75, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker.active:not(:disabled):not(.disabled), .show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 82, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 79, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #5e72e4;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #233dd2;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 95, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #8898aa;
  pointer-events: none;
}

/* line 109, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4375rem;
}

/* line 113, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* line 122, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 127, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 136, app/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, app/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, app/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #525f7f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4375rem;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, app/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f6f9fc;
}

/* line 153, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
}

/* line 160, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8898aa;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8898aa;
  white-space: nowrap;
}

/* line 187, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
}

/* line 4, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 73, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 97, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 101, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 111, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 31, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 38, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 44, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 45, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 67, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 74, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 78, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 83, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 91, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 92, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 100, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #adb5bd;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

/* line 116, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 128, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.75rem + 2px);
}

/* line 133, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4375rem;
}

/* line 145, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 150, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* line 162, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 175, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 184, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.75rem;
}

/* line 17, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 30, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 37, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 46, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 50, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 60, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #8898aa;
}

/* line 63, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 74, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 82, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dee2e6 solid 1px;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 97, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 115, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 120, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 126, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: none;
}

/* line 131, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 137, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 140, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 151, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 157, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 163, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 174, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 178, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 186, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #dee2e6;
  border-radius: 0.5rem;
  transition: transform 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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 186, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 199, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 206, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(94, 114, 228, 0.5);
}

/* line 219, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.75rem 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8898aa;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}

/* line 236, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #5e72e4;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #5e72e4;
}

/* line 245, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #8898aa;
  background-color: #fff;
}

/* line 256, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 263, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #8898aa;
  background-color: #e9ecef;
}

/* line 269, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 274, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

/* line 280, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

/* line 288, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

/* line 301, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}

/* line 309, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 317, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5e72e4;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 323, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 329, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 334, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 339, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

/* line 356, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.75rem;
  line-height: 1.5;
  color: #8898aa;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 380, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 387, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 392, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 393, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 394, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 397, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 401, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5e72e4;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 401, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 412, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7f8fe;
}

/* line 417, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 428, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5e72e4;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 428, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 438, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #f7f8fe;
}

/* line 443, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 454, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #5e72e4;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 454, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 467, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #f7f8fe;
}

/* line 472, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 483, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 488, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 495, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 499, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 503, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 507, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 511, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 517, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 517, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #8898aa;
  pointer-events: none;
  cursor: default;
}

/* line 34, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #8898aa;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525f7f;
  background-color: #f8f9fe;
  border-color: #dee2e6 #dee2e6 #f8f9fe;
}

/* line 63, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 81, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

/* line 94, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 28, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 109, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 152, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 187, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 187, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 187, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 187, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 187, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 233, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 240, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 253, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}

/* line 258, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 264, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 276, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 285, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 292, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.65);
}

/* line 305, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
}

/* line 310, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

/* line 316, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.65);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5, app/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}

/* line 17, app/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 29, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 35, app/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 46, app/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 50, app/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}

/* line 55, app/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 73, app/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 80, app/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

/* line 85, app/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 91, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 96, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

/* line 106, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.25rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 113, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 119, app/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 128, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 135, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

/* line 140, app/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

/* line 149, app/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 148, app/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 159, app/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 177, app/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 174, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 186, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 191, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 198, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 201, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 206, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 213, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 216, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 221, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 238, app/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 237, app/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 248, app/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 261, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 264, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 269, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 273, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}

/* line 12, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item {
  display: flex;
}

/* line 16, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 19, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #8898aa;
  content: "/";
}

/* line 33, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #8898aa;
}

/* line 1, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 7, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8898aa;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #8898aa;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

/* line 25, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

/* line 34, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 40, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 45, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 52, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #8898aa;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.35rem 0.375rem;
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, app/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 10rem;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #2643e9;
  background-color: #eaecfb;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a44db;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #cfe3f1;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cadeeb;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #1aae6f;
  background-color: #b0eed3;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #229c68;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #03acca;
  background-color: #aaedf9;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0c9cb7;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #ff3709;
  background-color: #fee6e0;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f93305;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #f80031;
  background-color: #fdd1da;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e30b36;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #879cb0;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8b96a2;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #090c0e;
  background-color: #6a7783;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #060607;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-default {
  color: #091428;
  background-color: #4172c6;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #09111e;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-white {
  color: #e8e3e3;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e0e0e0;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-neutral {
  color: #e8e3e3;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-neutral[href]:hover, .badge-neutral[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e0e0e0;
}

/* line 51, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-darker {
  color: black;
  background-color: #49525a;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-darker[href]:hover, .badge-darker[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

/* line 1, app/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.4375rem;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 14, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4.5rem;
}

/* line 33, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-primary a {
  color: #1d32aa;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-primary a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #6276e4;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #324cdd;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #212529;
  border-color: #f8fbfc;
  background-color: #f8fbfc;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-secondary a {
  color: #8dbece;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-secondary a:hover {
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #e6f1f4;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #d2e3ee;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-success a {
  color: #1a724c;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-success a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #3ad190;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-success .alert-link {
  color: #24a46d;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #fff;
  border-color: #37d5f2;
  background-color: #37d5f2;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-info a {
  color: #097487;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-info a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #1fd0f0;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-info .alert-link {
  color: #0da5c0;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-warning a {
  color: #be2604;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-warning a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fc6846;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #fa3a0e;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-danger a {
  color: #ac0829;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-danger a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f63e62;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #ec0c38;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #fff;
  border-color: #bac1c8;
  background-color: #bac1c8;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-light a {
  color: #677582;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-light a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #acb4bd;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-light .alert-link {
  color: #919ca6;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #fff;
  border-color: #45484b;
  background-color: #45484b;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-dark a {
  color: black;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-dark a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #393b3e;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #0a0c0d;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-default {
  color: #fff;
  border-color: #3c4d69;
  background-color: #3c4d69;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-default a {
  color: #040608;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-default a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-default hr {
  border-top-color: #334159;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-default .alert-link {
  color: #0b1526;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-white {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-white a {
  color: #b3b3b3;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-white a:hover {
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-white .alert-link {
  color: #e6e6e6;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-neutral {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-neutral a {
  color: #b3b3b3;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-neutral a:hover {
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-neutral hr {
  border-top-color: #f2f2f2;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-neutral .alert-link {
  color: #e6e6e6;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-darker {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-darker a {
  color: black;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-darker a:hover {
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-darker hr {
  border-top-color: #1c1c1c;
}

/* line 19, app/assets/stylesheets/custom/../core/mixins/_alert.scss */
.alert-darker .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, app/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 19, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5e72e4;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 31, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 37, app/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 37, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, app/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #525f7f;
  text-align: inherit;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #525f7f;
  text-decoration: none;
  background-color: #f6f9fc;
}

/* line 33, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #525f7f;
  background-color: #e9ecef;
}

/* line 44, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
}

/* line 52, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 56, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 60, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #8898aa;
  pointer-events: none;
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 75, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 78, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 94, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 98, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 103, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 112, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 116, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 94, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 98, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 98, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 98, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 94, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 98, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 133, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 138, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 144, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #313b77;
  background-color: #d2d8f7;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #313b77;
  background-color: #bcc5f3;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #313b77;
  border-color: #313b77;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #808283;
  background-color: #fdfefe;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #808283;
  border-color: #808283;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #176b47;
  background-color: #c4f1de;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #176b47;
  background-color: #afecd2;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #176b47;
  border-color: #176b47;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #096b7c;
  background-color: #bcf1fb;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #096b7c;
  background-color: #a4ecfa;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #096b7c;
  border-color: #096b7c;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #833321;
  background-color: #fed3ca;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #833321;
  background-color: #febeb1;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #833321;
  border-color: #833321;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #7f1c30;
  background-color: #fcc7d1;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f1c30;
  background-color: #fbafbd;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f1c30;
  border-color: #7f1c30;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #5a5e62;
  background-color: #e8eaed;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-default {
  color: #0c1628;
  background-color: #bec4cd;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #0c1628;
  background-color: #b0b7c2;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-default.list-group-item-action.active {
  color: #fff;
  background-color: #0c1628;
  border-color: #0c1628;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-neutral {
  color: #858585;
  background-color: white;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-darker {
  color: black;
  background-color: #b8b8b8;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 1, app/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  opacity: .5;
}

@media (max-width: 1200px) {
  /* line 1, app/assets/stylesheets/bootstrap/_close.scss */
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, app/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

/* line 39, app/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 7, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, app/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4375rem;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  outline: 0;
}

/* line 124, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 134, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.16;
}

/* line 140, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

/* line 148, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.1;
}

/* line 163, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 172, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

/* line 185, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 223, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  }
  /* line 227, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  /* line 231, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 238, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

/* line 1, app/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.4375rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.2);
}

/* line 20, app/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.4375rem;
}

/* line 27, app/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: transparent;
}

/* line 50, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4375rem 0;
}

/* line 67, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: transparent;
}

/* line 73, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: transparent;
}

/* line 93, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

/* line 113, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.4375rem 0;
}

/* line 122, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: transparent;
}

/* line 128, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.95rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #32325d;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

/* line 162, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.95rem;
  color: #525f7f;
}

/* line 14, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-primary {
  background-color: #5e72e4 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #324cdd !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #f7fafc !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-success {
  background-color: #2dce89 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #24a46d !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-info {
  background-color: #11cdef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fb6340 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa3a0e !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f5365c !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec0c38 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-light {
  background-color: #adb5bd !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #919ca6 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-dark {
  background-color: #212529 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-default {
  background-color: #172b4d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #0b1526 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-neutral {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-neutral:hover, a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-darker {
  background-color: black !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-darker:hover, a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: black !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #e9ecef !important;
}

/* line 9, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #e9ecef !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #5e72e4 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #f7fafc !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #2dce89 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #11cdef !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #fb6340 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #f5365c !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #adb5bd !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-default {
  border-color: #172b4d !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-neutral {
  border-color: #fff !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-darker {
  border-color: black !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 46, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 56, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 61, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.4375rem !important;
}

/* line 65, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle, .avatar.rounded-circle img {
  border-radius: 50% !important;
}

/* line 69, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, app/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--9 {
  margin: -10rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--9,
.my--9 {
  margin-top: -10rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--9,
.mx--9 {
  margin-right: -10rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--9,
.my--9 {
  margin-bottom: -10rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--9,
.mx--9 {
  margin-left: -10rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--8 {
  margin: -8rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--8,
.my--8 {
  margin-top: -8rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--8,
.mx--8 {
  margin-right: -8rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--8,
.my--8 {
  margin-bottom: -8rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--8,
.mx--8 {
  margin-left: -8rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--7 {
  margin: -6rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--7,
.my--7 {
  margin-top: -6rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--7,
.mx--7 {
  margin-right: -6rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--7,
.my--7 {
  margin-bottom: -6rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--7,
.mx--7 {
  margin-left: -6rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--6 {
  margin: -4.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--6,
.my--6 {
  margin-top: -4.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--6,
.mx--6 {
  margin-right: -4.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--6,
.my--6 {
  margin-bottom: -4.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--6,
.mx--6 {
  margin-left: -4.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--5 {
  margin: -3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--5,
.my--5 {
  margin-top: -3rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--5,
.mx--5 {
  margin-right: -3rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--5,
.my--5 {
  margin-bottom: -3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--5,
.mx--5 {
  margin-left: -3rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--4 {
  margin: -1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--4,
.my--4 {
  margin-top: -1.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--4,
.mx--4 {
  margin-right: -1.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--4,
.mx--4 {
  margin-left: -1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--3 {
  margin: -1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--3,
.my--3 {
  margin-top: -1rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--3,
.mx--3 {
  margin-right: -1rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--3,
.my--3 {
  margin-bottom: -1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--3,
.mx--3 {
  margin-left: -1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--2 {
  margin: -0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--2,
.my--2 {
  margin-top: -0.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--2,
.mx--2 {
  margin-right: -0.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--2,
.my--2 {
  margin-bottom: -0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--2,
.mx--2 {
  margin-left: -0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m--1 {
  margin: -0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt--1,
.my--1 {
  margin-top: -0.25rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr--1,
.mx--1 {
  margin-right: -0.25rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb--1,
.my--1 {
  margin-bottom: -0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml--1,
.mx--1 {
  margin-left: -0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 6rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 8rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-9 {
  margin: 10rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--9 {
  padding: -10rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--9,
.py--9 {
  padding-top: -10rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--9,
.px--9 {
  padding-right: -10rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--9,
.py--9 {
  padding-bottom: -10rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--9,
.px--9 {
  padding-left: -10rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--8 {
  padding: -8rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--8,
.py--8 {
  padding-top: -8rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--8,
.px--8 {
  padding-right: -8rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--8,
.py--8 {
  padding-bottom: -8rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--8,
.px--8 {
  padding-left: -8rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--7 {
  padding: -6rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--7,
.py--7 {
  padding-top: -6rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--7,
.px--7 {
  padding-right: -6rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--7,
.py--7 {
  padding-bottom: -6rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--7,
.px--7 {
  padding-left: -6rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--6 {
  padding: -4.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--6,
.py--6 {
  padding-top: -4.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--6,
.px--6 {
  padding-right: -4.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--6,
.py--6 {
  padding-bottom: -4.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--6,
.px--6 {
  padding-left: -4.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--5 {
  padding: -3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--5,
.py--5 {
  padding-top: -3rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--5,
.px--5 {
  padding-right: -3rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--5,
.py--5 {
  padding-bottom: -3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--5,
.px--5 {
  padding-left: -3rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--4 {
  padding: -1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--4,
.py--4 {
  padding-top: -1.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--4,
.px--4 {
  padding-right: -1.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--4,
.py--4 {
  padding-bottom: -1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--4,
.px--4 {
  padding-left: -1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--3 {
  padding: -1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--3,
.py--3 {
  padding-top: -1rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--3,
.px--3 {
  padding-right: -1rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--3,
.py--3 {
  padding-bottom: -1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--3,
.px--3 {
  padding-left: -1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--2 {
  padding: -0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--2,
.py--2 {
  padding-top: -0.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--2,
.px--2 {
  padding-right: -0.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--2,
.py--2 {
  padding-bottom: -0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--2,
.px--2 {
  padding-left: -0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p--1 {
  padding: -0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt--1,
.py--1 {
  padding-top: -0.25rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr--1,
.px--1 {
  padding-right: -0.25rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb--1,
.py--1 {
  padding-bottom: -0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl--1,
.px--1 {
  padding-left: -0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 6rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 8rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-9 {
  padding: 10rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-9 {
  margin: 10rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-9,
.my-n-9 {
  margin-top: 10rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-9,
.mx-n-9 {
  margin-right: 10rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-9,
.my-n-9 {
  margin-bottom: 10rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-9,
.mx-n-9 {
  margin-left: 10rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-8 {
  margin: 8rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-8,
.my-n-8 {
  margin-top: 8rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-8,
.mx-n-8 {
  margin-right: 8rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-8,
.my-n-8 {
  margin-bottom: 8rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-8,
.mx-n-8 {
  margin-left: 8rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-7 {
  margin: 6rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-7,
.my-n-7 {
  margin-top: 6rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-7,
.mx-n-7 {
  margin-right: 6rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-7,
.my-n-7 {
  margin-bottom: 6rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-7,
.mx-n-7 {
  margin-left: 6rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-6 {
  margin: 4.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-6,
.my-n-6 {
  margin-top: 4.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-6,
.mx-n-6 {
  margin-right: 4.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-6,
.my-n-6 {
  margin-bottom: 4.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-6,
.mx-n-6 {
  margin-left: 4.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-5 {
  margin: 3rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-5,
.my-n-5 {
  margin-top: 3rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-5,
.mx-n-5 {
  margin-right: 3rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-5,
.my-n-5 {
  margin-bottom: 3rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-5,
.mx-n-5 {
  margin-left: 3rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-4 {
  margin: 1.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-4,
.my-n-4 {
  margin-top: 1.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-4,
.mx-n-4 {
  margin-right: 1.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-4,
.my-n-4 {
  margin-bottom: 1.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-4,
.mx-n-4 {
  margin-left: 1.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-3 {
  margin: 1rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-3,
.my-n-3 {
  margin-top: 1rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-3,
.mx-n-3 {
  margin-right: 1rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-3,
.my-n-3 {
  margin-bottom: 1rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-3,
.mx-n-3 {
  margin-left: 1rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-2 {
  margin: 0.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-2,
.my-n-2 {
  margin-top: 0.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-2,
.mx-n-2 {
  margin-right: 0.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-2,
.my-n-2 {
  margin-bottom: 0.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-2,
.mx-n-2 {
  margin-left: 0.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n-1 {
  margin: 0.25rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n-1,
.my-n-1 {
  margin-top: 0.25rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n-1,
.mx-n-1 {
  margin-right: 0.25rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n-1,
.my-n-1 {
  margin-bottom: 0.25rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n-1,
.mx-n-1 {
  margin-left: 0.25rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -6rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -8rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n9 {
  margin: -10rem !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--9 {
    margin: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--9,
.my-sm--9 {
    margin-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--9,
.mx-sm--9 {
    margin-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--9,
.my-sm--9 {
    margin-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--9,
.mx-sm--9 {
    margin-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--8 {
    margin: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--8,
.my-sm--8 {
    margin-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--8,
.mx-sm--8 {
    margin-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--8,
.my-sm--8 {
    margin-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--8,
.mx-sm--8 {
    margin-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--7 {
    margin: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--7,
.my-sm--7 {
    margin-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--7,
.mx-sm--7 {
    margin-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--7,
.my-sm--7 {
    margin-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--7,
.mx-sm--7 {
    margin-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--6 {
    margin: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--6,
.my-sm--6 {
    margin-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--6,
.mx-sm--6 {
    margin-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--6,
.my-sm--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--6,
.mx-sm--6 {
    margin-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--5 {
    margin: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--5,
.my-sm--5 {
    margin-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--5,
.mx-sm--5 {
    margin-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--5,
.my-sm--5 {
    margin-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--5,
.mx-sm--5 {
    margin-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--4 {
    margin: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--4,
.my-sm--4 {
    margin-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--4,
.mx-sm--4 {
    margin-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--4,
.my-sm--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--4,
.mx-sm--4 {
    margin-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--3 {
    margin: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--3,
.my-sm--3 {
    margin-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--3,
.mx-sm--3 {
    margin-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--3,
.my-sm--3 {
    margin-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--3,
.mx-sm--3 {
    margin-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--2 {
    margin: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--2,
.my-sm--2 {
    margin-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--2,
.mx-sm--2 {
    margin-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--2,
.my-sm--2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--2,
.mx-sm--2 {
    margin-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm--1 {
    margin: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm--1,
.my-sm--1 {
    margin-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm--1,
.mx-sm--1 {
    margin-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm--1,
.my-sm--1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm--1,
.mx-sm--1 {
    margin-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-9 {
    margin: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--9 {
    padding: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--9,
.py-sm--9 {
    padding-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--9,
.px-sm--9 {
    padding-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--9,
.py-sm--9 {
    padding-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--9,
.px-sm--9 {
    padding-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--8 {
    padding: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--8,
.py-sm--8 {
    padding-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--8,
.px-sm--8 {
    padding-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--8,
.py-sm--8 {
    padding-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--8,
.px-sm--8 {
    padding-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--7 {
    padding: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--7,
.py-sm--7 {
    padding-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--7,
.px-sm--7 {
    padding-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--7,
.py-sm--7 {
    padding-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--7,
.px-sm--7 {
    padding-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--6 {
    padding: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--6,
.py-sm--6 {
    padding-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--6,
.px-sm--6 {
    padding-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--6,
.py-sm--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--6,
.px-sm--6 {
    padding-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--5 {
    padding: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--5,
.py-sm--5 {
    padding-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--5,
.px-sm--5 {
    padding-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--5,
.py-sm--5 {
    padding-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--5,
.px-sm--5 {
    padding-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--4 {
    padding: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--4,
.py-sm--4 {
    padding-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--4,
.px-sm--4 {
    padding-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--4,
.py-sm--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--4,
.px-sm--4 {
    padding-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--3 {
    padding: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--3,
.py-sm--3 {
    padding-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--3,
.px-sm--3 {
    padding-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--3,
.py-sm--3 {
    padding-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--3,
.px-sm--3 {
    padding-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--2 {
    padding: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--2,
.py-sm--2 {
    padding-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--2,
.px-sm--2 {
    padding-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--2,
.py-sm--2 {
    padding-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--2,
.px-sm--2 {
    padding-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm--1 {
    padding: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm--1,
.py-sm--1 {
    padding-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm--1,
.px-sm--1 {
    padding-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm--1,
.py-sm--1 {
    padding-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm--1,
.px-sm--1 {
    padding-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-9 {
    padding: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-9 {
    margin: 10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-9,
.my-sm-n-9 {
    margin-top: 10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-9,
.mx-sm-n-9 {
    margin-right: 10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-9,
.my-sm-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-9,
.mx-sm-n-9 {
    margin-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-8 {
    margin: 8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-8,
.my-sm-n-8 {
    margin-top: 8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-8,
.mx-sm-n-8 {
    margin-right: 8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-8,
.my-sm-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-8,
.mx-sm-n-8 {
    margin-left: 8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-7 {
    margin: 6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-7,
.my-sm-n-7 {
    margin-top: 6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-7,
.mx-sm-n-7 {
    margin-right: 6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-7,
.my-sm-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-7,
.mx-sm-n-7 {
    margin-left: 6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-6 {
    margin: 4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-6,
.my-sm-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-6,
.mx-sm-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-6,
.my-sm-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-6,
.mx-sm-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-5 {
    margin: 3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-5,
.my-sm-n-5 {
    margin-top: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-5,
.mx-sm-n-5 {
    margin-right: 3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-5,
.my-sm-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-5,
.mx-sm-n-5 {
    margin-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-4 {
    margin: 1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-4,
.my-sm-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-4,
.mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-4,
.my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-4,
.mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-3 {
    margin: 1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-3,
.my-sm-n-3 {
    margin-top: 1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-3,
.mx-sm-n-3 {
    margin-right: 1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-3,
.my-sm-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-3,
.mx-sm-n-3 {
    margin-left: 1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-2 {
    margin: 0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-2,
.my-sm-n-2 {
    margin-top: 0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-2,
.mx-sm-n-2 {
    margin-right: 0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-2,
.my-sm-n-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-2,
.mx-sm-n-2 {
    margin-left: 0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n-1 {
    margin: 0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n-1,
.my-sm-n-1 {
    margin-top: 0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n-1,
.mx-sm-n-1 {
    margin-right: 0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n-1,
.my-sm-n-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n-1,
.mx-sm-n-1 {
    margin-left: 0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n9 {
    margin: -10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -10rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--9 {
    margin: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--9,
.my-md--9 {
    margin-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--9,
.mx-md--9 {
    margin-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--9,
.my-md--9 {
    margin-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--9,
.mx-md--9 {
    margin-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--8 {
    margin: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--8,
.my-md--8 {
    margin-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--8,
.mx-md--8 {
    margin-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--8,
.my-md--8 {
    margin-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--8,
.mx-md--8 {
    margin-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--7 {
    margin: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--7,
.my-md--7 {
    margin-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--7,
.mx-md--7 {
    margin-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--7,
.my-md--7 {
    margin-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--7,
.mx-md--7 {
    margin-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--6 {
    margin: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--6,
.my-md--6 {
    margin-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--6,
.mx-md--6 {
    margin-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--6,
.my-md--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--6,
.mx-md--6 {
    margin-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--5 {
    margin: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--5,
.my-md--5 {
    margin-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--5,
.mx-md--5 {
    margin-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--5,
.my-md--5 {
    margin-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--5,
.mx-md--5 {
    margin-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--4 {
    margin: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--4,
.my-md--4 {
    margin-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--4,
.mx-md--4 {
    margin-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--4,
.my-md--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--4,
.mx-md--4 {
    margin-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--3 {
    margin: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--3,
.my-md--3 {
    margin-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--3,
.mx-md--3 {
    margin-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--3,
.my-md--3 {
    margin-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--3,
.mx-md--3 {
    margin-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--2 {
    margin: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--2,
.my-md--2 {
    margin-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--2,
.mx-md--2 {
    margin-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--2,
.my-md--2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--2,
.mx-md--2 {
    margin-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md--1 {
    margin: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md--1,
.my-md--1 {
    margin-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md--1,
.mx-md--1 {
    margin-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md--1,
.my-md--1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md--1,
.mx-md--1 {
    margin-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-9 {
    margin: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--9 {
    padding: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--9,
.py-md--9 {
    padding-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--9,
.px-md--9 {
    padding-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--9,
.py-md--9 {
    padding-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--9,
.px-md--9 {
    padding-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--8 {
    padding: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--8,
.py-md--8 {
    padding-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--8,
.px-md--8 {
    padding-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--8,
.py-md--8 {
    padding-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--8,
.px-md--8 {
    padding-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--7 {
    padding: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--7,
.py-md--7 {
    padding-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--7,
.px-md--7 {
    padding-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--7,
.py-md--7 {
    padding-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--7,
.px-md--7 {
    padding-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--6 {
    padding: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--6,
.py-md--6 {
    padding-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--6,
.px-md--6 {
    padding-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--6,
.py-md--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--6,
.px-md--6 {
    padding-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--5 {
    padding: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--5,
.py-md--5 {
    padding-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--5,
.px-md--5 {
    padding-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--5,
.py-md--5 {
    padding-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--5,
.px-md--5 {
    padding-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--4 {
    padding: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--4,
.py-md--4 {
    padding-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--4,
.px-md--4 {
    padding-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--4,
.py-md--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--4,
.px-md--4 {
    padding-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--3 {
    padding: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--3,
.py-md--3 {
    padding-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--3,
.px-md--3 {
    padding-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--3,
.py-md--3 {
    padding-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--3,
.px-md--3 {
    padding-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--2 {
    padding: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--2,
.py-md--2 {
    padding-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--2,
.px-md--2 {
    padding-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--2,
.py-md--2 {
    padding-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--2,
.px-md--2 {
    padding-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md--1 {
    padding: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md--1,
.py-md--1 {
    padding-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md--1,
.px-md--1 {
    padding-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md--1,
.py-md--1 {
    padding-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md--1,
.px-md--1 {
    padding-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-9 {
    padding: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-9 {
    margin: 10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-9,
.my-md-n-9 {
    margin-top: 10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-9,
.mx-md-n-9 {
    margin-right: 10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-9,
.my-md-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-9,
.mx-md-n-9 {
    margin-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-8 {
    margin: 8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-8,
.my-md-n-8 {
    margin-top: 8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-8,
.mx-md-n-8 {
    margin-right: 8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-8,
.my-md-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-8,
.mx-md-n-8 {
    margin-left: 8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-7 {
    margin: 6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-7,
.my-md-n-7 {
    margin-top: 6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-7,
.mx-md-n-7 {
    margin-right: 6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-7,
.my-md-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-7,
.mx-md-n-7 {
    margin-left: 6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-6 {
    margin: 4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-6,
.my-md-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-6,
.mx-md-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-6,
.my-md-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-6,
.mx-md-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-5 {
    margin: 3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-5,
.my-md-n-5 {
    margin-top: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-5,
.mx-md-n-5 {
    margin-right: 3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-5,
.my-md-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-5,
.mx-md-n-5 {
    margin-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-4 {
    margin: 1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-4,
.my-md-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-4,
.mx-md-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-4,
.my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-4,
.mx-md-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-3 {
    margin: 1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-3,
.my-md-n-3 {
    margin-top: 1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-3,
.mx-md-n-3 {
    margin-right: 1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-3,
.my-md-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-3,
.mx-md-n-3 {
    margin-left: 1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-2 {
    margin: 0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-2,
.my-md-n-2 {
    margin-top: 0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-2,
.mx-md-n-2 {
    margin-right: 0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-2,
.my-md-n-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-2,
.mx-md-n-2 {
    margin-left: 0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n-1 {
    margin: 0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n-1,
.my-md-n-1 {
    margin-top: 0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n-1,
.mx-md-n-1 {
    margin-right: 0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n-1,
.my-md-n-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n-1,
.mx-md-n-1 {
    margin-left: 0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n9 {
    margin: -10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -10rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--9 {
    margin: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--9,
.my-lg--9 {
    margin-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--9,
.mx-lg--9 {
    margin-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--9,
.my-lg--9 {
    margin-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--9,
.mx-lg--9 {
    margin-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--8 {
    margin: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--8,
.my-lg--8 {
    margin-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--8,
.mx-lg--8 {
    margin-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--8,
.my-lg--8 {
    margin-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--8,
.mx-lg--8 {
    margin-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--7 {
    margin: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--7,
.my-lg--7 {
    margin-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--7,
.mx-lg--7 {
    margin-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--7,
.my-lg--7 {
    margin-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--7,
.mx-lg--7 {
    margin-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--6 {
    margin: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--6,
.my-lg--6 {
    margin-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--6,
.mx-lg--6 {
    margin-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--6,
.my-lg--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--6,
.mx-lg--6 {
    margin-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--5 {
    margin: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--5,
.my-lg--5 {
    margin-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--5,
.mx-lg--5 {
    margin-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--5,
.my-lg--5 {
    margin-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--5,
.mx-lg--5 {
    margin-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--4 {
    margin: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--4,
.my-lg--4 {
    margin-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--4,
.mx-lg--4 {
    margin-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--4,
.my-lg--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--4,
.mx-lg--4 {
    margin-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--3 {
    margin: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--3,
.my-lg--3 {
    margin-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--3,
.mx-lg--3 {
    margin-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--3,
.my-lg--3 {
    margin-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--3,
.mx-lg--3 {
    margin-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--2 {
    margin: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--2,
.my-lg--2 {
    margin-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--2,
.mx-lg--2 {
    margin-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--2,
.my-lg--2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--2,
.mx-lg--2 {
    margin-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg--1 {
    margin: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg--1,
.my-lg--1 {
    margin-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg--1,
.mx-lg--1 {
    margin-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg--1,
.my-lg--1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg--1,
.mx-lg--1 {
    margin-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-9 {
    margin: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--9 {
    padding: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--9,
.py-lg--9 {
    padding-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--9,
.px-lg--9 {
    padding-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--9,
.py-lg--9 {
    padding-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--9,
.px-lg--9 {
    padding-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--8 {
    padding: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--8,
.py-lg--8 {
    padding-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--8,
.px-lg--8 {
    padding-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--8,
.py-lg--8 {
    padding-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--8,
.px-lg--8 {
    padding-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--7 {
    padding: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--7,
.py-lg--7 {
    padding-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--7,
.px-lg--7 {
    padding-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--7,
.py-lg--7 {
    padding-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--7,
.px-lg--7 {
    padding-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--6 {
    padding: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--6,
.py-lg--6 {
    padding-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--6,
.px-lg--6 {
    padding-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--6,
.py-lg--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--6,
.px-lg--6 {
    padding-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--5 {
    padding: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--5,
.py-lg--5 {
    padding-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--5,
.px-lg--5 {
    padding-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--5,
.py-lg--5 {
    padding-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--5,
.px-lg--5 {
    padding-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--4 {
    padding: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--4,
.py-lg--4 {
    padding-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--4,
.px-lg--4 {
    padding-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--4,
.py-lg--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--4,
.px-lg--4 {
    padding-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--3 {
    padding: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--3,
.py-lg--3 {
    padding-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--3,
.px-lg--3 {
    padding-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--3,
.py-lg--3 {
    padding-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--3,
.px-lg--3 {
    padding-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--2 {
    padding: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--2,
.py-lg--2 {
    padding-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--2,
.px-lg--2 {
    padding-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--2,
.py-lg--2 {
    padding-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--2,
.px-lg--2 {
    padding-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg--1 {
    padding: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg--1,
.py-lg--1 {
    padding-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg--1,
.px-lg--1 {
    padding-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg--1,
.py-lg--1 {
    padding-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg--1,
.px-lg--1 {
    padding-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-9 {
    padding: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-9 {
    margin: 10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-9,
.my-lg-n-9 {
    margin-top: 10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-9,
.mx-lg-n-9 {
    margin-right: 10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-9,
.my-lg-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-9,
.mx-lg-n-9 {
    margin-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-8 {
    margin: 8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-8,
.my-lg-n-8 {
    margin-top: 8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-8,
.mx-lg-n-8 {
    margin-right: 8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-8,
.my-lg-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-8,
.mx-lg-n-8 {
    margin-left: 8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-7 {
    margin: 6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-7,
.my-lg-n-7 {
    margin-top: 6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-7,
.mx-lg-n-7 {
    margin-right: 6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-7,
.my-lg-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-7,
.mx-lg-n-7 {
    margin-left: 6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-6 {
    margin: 4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-6,
.my-lg-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-6,
.mx-lg-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-6,
.my-lg-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-6,
.mx-lg-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-5 {
    margin: 3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-5,
.my-lg-n-5 {
    margin-top: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-5,
.mx-lg-n-5 {
    margin-right: 3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-5,
.my-lg-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-5,
.mx-lg-n-5 {
    margin-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-4 {
    margin: 1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-4,
.my-lg-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-4,
.mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-4,
.my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-4,
.mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-3 {
    margin: 1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-3,
.my-lg-n-3 {
    margin-top: 1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-3,
.mx-lg-n-3 {
    margin-right: 1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-3,
.my-lg-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-3,
.mx-lg-n-3 {
    margin-left: 1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-2 {
    margin: 0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-2,
.my-lg-n-2 {
    margin-top: 0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-2,
.mx-lg-n-2 {
    margin-right: 0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-2,
.my-lg-n-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-2,
.mx-lg-n-2 {
    margin-left: 0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n-1 {
    margin: 0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n-1,
.my-lg-n-1 {
    margin-top: 0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n-1,
.mx-lg-n-1 {
    margin-right: 0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n-1,
.my-lg-n-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n-1,
.mx-lg-n-1 {
    margin-left: 0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n9 {
    margin: -10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -10rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--9 {
    margin: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--9,
.my-xl--9 {
    margin-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--9,
.mx-xl--9 {
    margin-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--9,
.my-xl--9 {
    margin-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--9,
.mx-xl--9 {
    margin-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--8 {
    margin: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--8,
.my-xl--8 {
    margin-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--8,
.mx-xl--8 {
    margin-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--8,
.my-xl--8 {
    margin-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--8,
.mx-xl--8 {
    margin-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--7 {
    margin: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--7,
.my-xl--7 {
    margin-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--7,
.mx-xl--7 {
    margin-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--7,
.my-xl--7 {
    margin-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--7,
.mx-xl--7 {
    margin-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--6 {
    margin: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--6,
.my-xl--6 {
    margin-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--6,
.mx-xl--6 {
    margin-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--6,
.my-xl--6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--6,
.mx-xl--6 {
    margin-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--5 {
    margin: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--5,
.my-xl--5 {
    margin-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--5,
.mx-xl--5 {
    margin-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--5,
.my-xl--5 {
    margin-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--5,
.mx-xl--5 {
    margin-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--4 {
    margin: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--4,
.my-xl--4 {
    margin-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--4,
.mx-xl--4 {
    margin-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--4,
.my-xl--4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--4,
.mx-xl--4 {
    margin-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--3 {
    margin: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--3,
.my-xl--3 {
    margin-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--3,
.mx-xl--3 {
    margin-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--3,
.my-xl--3 {
    margin-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--3,
.mx-xl--3 {
    margin-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--2 {
    margin: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--2,
.my-xl--2 {
    margin-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--2,
.mx-xl--2 {
    margin-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--2,
.my-xl--2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--2,
.mx-xl--2 {
    margin-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl--1 {
    margin: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl--1,
.my-xl--1 {
    margin-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl--1,
.mx-xl--1 {
    margin-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl--1,
.my-xl--1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl--1,
.mx-xl--1 {
    margin-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-9 {
    margin: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--9 {
    padding: -10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--9,
.py-xl--9 {
    padding-top: -10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--9,
.px-xl--9 {
    padding-right: -10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--9,
.py-xl--9 {
    padding-bottom: -10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--9,
.px-xl--9 {
    padding-left: -10rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--8 {
    padding: -8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--8,
.py-xl--8 {
    padding-top: -8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--8,
.px-xl--8 {
    padding-right: -8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--8,
.py-xl--8 {
    padding-bottom: -8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--8,
.px-xl--8 {
    padding-left: -8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--7 {
    padding: -6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--7,
.py-xl--7 {
    padding-top: -6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--7,
.px-xl--7 {
    padding-right: -6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--7,
.py-xl--7 {
    padding-bottom: -6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--7,
.px-xl--7 {
    padding-left: -6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--6 {
    padding: -4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--6,
.py-xl--6 {
    padding-top: -4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--6,
.px-xl--6 {
    padding-right: -4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--6,
.py-xl--6 {
    padding-bottom: -4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--6,
.px-xl--6 {
    padding-left: -4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--5 {
    padding: -3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--5,
.py-xl--5 {
    padding-top: -3rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--5,
.px-xl--5 {
    padding-right: -3rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--5,
.py-xl--5 {
    padding-bottom: -3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--5,
.px-xl--5 {
    padding-left: -3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--4 {
    padding: -1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--4,
.py-xl--4 {
    padding-top: -1.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--4,
.px-xl--4 {
    padding-right: -1.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--4,
.py-xl--4 {
    padding-bottom: -1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--4,
.px-xl--4 {
    padding-left: -1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--3 {
    padding: -1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--3,
.py-xl--3 {
    padding-top: -1rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--3,
.px-xl--3 {
    padding-right: -1rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--3,
.py-xl--3 {
    padding-bottom: -1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--3,
.px-xl--3 {
    padding-left: -1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--2 {
    padding: -0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--2,
.py-xl--2 {
    padding-top: -0.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--2,
.px-xl--2 {
    padding-right: -0.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--2,
.py-xl--2 {
    padding-bottom: -0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--2,
.px-xl--2 {
    padding-left: -0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl--1 {
    padding: -0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl--1,
.py-xl--1 {
    padding-top: -0.25rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl--1,
.px-xl--1 {
    padding-right: -0.25rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl--1,
.py-xl--1 {
    padding-bottom: -0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl--1,
.px-xl--1 {
    padding-left: -0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 8rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 8rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 8rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 8rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-9 {
    padding: 10rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 10rem !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 10rem !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 10rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-9 {
    margin: 10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-9,
.my-xl-n-9 {
    margin-top: 10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-9,
.mx-xl-n-9 {
    margin-right: 10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-9,
.my-xl-n-9 {
    margin-bottom: 10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-9,
.mx-xl-n-9 {
    margin-left: 10rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-8 {
    margin: 8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-8,
.my-xl-n-8 {
    margin-top: 8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-8,
.mx-xl-n-8 {
    margin-right: 8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-8,
.my-xl-n-8 {
    margin-bottom: 8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-8,
.mx-xl-n-8 {
    margin-left: 8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-7 {
    margin: 6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-7,
.my-xl-n-7 {
    margin-top: 6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-7,
.mx-xl-n-7 {
    margin-right: 6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-7,
.my-xl-n-7 {
    margin-bottom: 6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-7,
.mx-xl-n-7 {
    margin-left: 6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-6 {
    margin: 4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-6,
.my-xl-n-6 {
    margin-top: 4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-6,
.mx-xl-n-6 {
    margin-right: 4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-6,
.my-xl-n-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-6,
.mx-xl-n-6 {
    margin-left: 4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-5 {
    margin: 3rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-5,
.my-xl-n-5 {
    margin-top: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-5,
.mx-xl-n-5 {
    margin-right: 3rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-5,
.my-xl-n-5 {
    margin-bottom: 3rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-5,
.mx-xl-n-5 {
    margin-left: 3rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-4 {
    margin: 1.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-4,
.my-xl-n-4 {
    margin-top: 1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-4,
.mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-4,
.my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-4,
.mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-3 {
    margin: 1rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-3,
.my-xl-n-3 {
    margin-top: 1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-3,
.mx-xl-n-3 {
    margin-right: 1rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-3,
.my-xl-n-3 {
    margin-bottom: 1rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-3,
.mx-xl-n-3 {
    margin-left: 1rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-2 {
    margin: 0.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-2,
.my-xl-n-2 {
    margin-top: 0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-2,
.mx-xl-n-2 {
    margin-right: 0.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-2,
.my-xl-n-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-2,
.mx-xl-n-2 {
    margin-left: 0.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n-1 {
    margin: 0.25rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n-1,
.my-xl-n-1 {
    margin-top: 0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n-1,
.mx-xl-n-1 {
    margin-right: 0.25rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n-1,
.my-xl-n-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n-1,
.mx-xl-n-1 {
    margin-left: 0.25rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -8rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8rem !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n9 {
    margin: -10rem !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -10rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -10rem !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -10rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #5e72e4 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #233dd2 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #f7fafc !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #bfd7e7 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #2dce89 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1f8f5f !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #11cdef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0b90a8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #fb6340 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ea3005 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #f5365c !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #d40b33 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #adb5bd !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #838f9b !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #212529 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-default {
  color: #172b4d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-default:hover, a.text-default:focus {
  color: #050a12 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-neutral {
  color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-neutral:hover, a.text-neutral:focus {
  color: #d9d9d9 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-darker {
  color: black !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-darker:hover, a.text-darker:focus {
  color: black !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #525f7f !important;
}

/* line 52, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #8898aa !important;
}

/* line 54, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, app/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, app/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, app/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, app/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, app/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, app/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, app/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, app/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, app/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, app/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, app/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, app/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, app/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e9ecef;
  }
  /* line 134, app/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}

/* line 5, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
.alert {
  font-size: 0.875rem;
}

/* line 12, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
.alert-heading {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: .15rem;
}

/* line 21, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
.alert-icon {
  font-size: 1.25rem;
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
.alert-icon i.ni {
  position: relative;
  top: 2px;
}

/* line 36, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
.alert-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 45, app/assets/stylesheets/custom/../core/alerts/_alert.scss */
[class*="alert-"] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 6, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
  .alert-dismissible .close {
    top: 1rem;
    right: .5rem;
  }
}

/* line 18, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}

/* line 26, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
.alert-dismissible .close:hover > span:not(.sr-only), .alert-dismissible .close:focus > span:not(.sr-only) {
  background-color: transparent;
  color: white;
}

/* line 36, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
.alert-secondary .close > span:not(.sr-only) {
  color: rgba(23, 43, 77, 0.6);
}

/* line 43, app/assets/stylesheets/custom/../core/alerts/_alert-dismissible.scss */
.alert-secondary .close:hover > span:not(.sr-only), .alert-secondary .close:focus > span:not(.sr-only) {
  color: #172b4d;
}

/* line 7, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar {
  color: #fff;
  background-color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.375rem;
  height: 48px;
  width: 48px;
}

/* line 18, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar img {
  width: 100%;
  border-radius: 0.375rem;
}

/* line 29, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 38, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar-xl {
  width: 74px;
  height: 74px;
}

/* line 43, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar-lg {
  width: 58px;
  height: 58px;
  font-size: 0.875rem;
}

/* line 49, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar-sm {
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

/* line 55, app/assets/stylesheets/custom/../core/avatars/_avatar.scss */
.avatar-xs {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}

/* line 8, app/assets/stylesheets/custom/../core/avatars/_avatar-group.scss */
.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/avatars/_avatar-group.scss */
.avatar-group .avatar:hover {
  z-index: 3;
}

/* line 18, app/assets/stylesheets/custom/../core/avatars/_avatar-group.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

/* line 8, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge {
  text-transform: uppercase;
}

/* line 11, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge a {
  color: #fff;
}

/* line 19, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-md {
  padding: .65em 1em;
}

/* line 23, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-lg {
  padding: .85em 1.375em;
}

/* line 30, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-inline {
  margin-right: .625rem;
}

/* line 33, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-inline + span {
  top: 2px;
  position: relative;
}

/* line 37, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-inline + span > a {
  text-decoration: underline;
}

/* line 46, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-default {
  color: #fff;
}

/* line 50, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.badge-secondary {
  background-color: #f7fafc;
  color: #212529;
}

/* line 60, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.btn .badge:not(:first-child) {
  margin-left: .5rem;
}

/* line 63, app/assets/stylesheets/custom/../core/badges/_badge.scss */
.btn .badge:not(:last-child) {
  margin-right: .5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/badges/_badge-circle.scss */
.badge-circle {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 !important;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .75rem;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/custom/../core/badges/_badge-circle.scss */
.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 25, app/assets/stylesheets/custom/../core/badges/_badge-circle.scss */
.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

/* line 8, app/assets/stylesheets/custom/../core/badges/_badge-dot.scss */
.badge-dot {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: none;
}

/* line 16, app/assets/stylesheets/custom/../core/badges/_badge-dot.scss */
.badge-dot strong {
  color: #32325d;
}

/* line 20, app/assets/stylesheets/custom/../core/badges/_badge-dot.scss */
.badge-dot i {
  display: inline-block;
  vertical-align: middle;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  margin-right: .375rem;
}

/* line 30, app/assets/stylesheets/custom/../core/badges/_badge-dot.scss */
.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

/* line 37, app/assets/stylesheets/custom/../core/badges/_badge-dot.scss */
.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

/* line 7, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn {
  position: relative;
  text-transform: none;
  transition: all 0.15s ease;
  letter-spacing: 0.025em;
  font-size: 0.875rem;
  will-change: transform;
}

/* line 15, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* line 20, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn:not(:last-child) {
  margin-right: .5rem;
}

/* line 26, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn i:not(:first-child),
.btn svg:not(:first-child) {
  margin-left: .5rem;
}

/* line 31, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn i:not(:last-child),
.btn svg:not(:last-child) {
  margin-right: .5rem;
}

/* line 42, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-group .btn,
.input-group .btn {
  margin-right: 0;
  transform: translateY(0);
}

/* line 51, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
}

/* line 55, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-lg, .btn-group-lg > .btn {
  font-size: 0.875rem;
}

/* line 63, app/assets/stylesheets/custom/../core/buttons/_button.scss */
[class*="btn-outline-"] {
  border-width: 1px;
}

/* line 67, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-outline-secondary {
  color: #4385b1;
}

/* line 72, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-inner--icon i:not(.fas):not(.fab) {
  position: relative;
  top: 2px;
}

/* line 78, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-link {
  font-weight: 600;
  box-shadow: none;
}

/* line 82, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-link:hover {
  box-shadow: none;
  transform: none;
}

/* line 88, app/assets/stylesheets/custom/../core/buttons/_button.scss */
.btn-neutral {
  color: #5e72e4;
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled), .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4474;
  border-color: #3b5999;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled), .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #1da1f2;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus.active:not(:disabled):not(.disabled), .show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #dd4b39;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus.active:not(:disabled):not(.disabled):focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-instagram {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram.active:not(:disabled):not(.disabled), .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #d31e40;
  border-color: #e4405f;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest.active:not(:disabled):not(.disabled), .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #8c0615;
  border-color: #bd081c;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest.active:not(:disabled):not(.disabled):focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-youtube {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube.active:not(:disabled):not(.disabled), .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #cd201f;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube.active:not(:disabled):not(.disabled):focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-slack {
  color: #fff;
  background-color: #3aaf85;
  border-color: #3aaf85;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-slack:hover {
  color: #fff;
  background-color: #3aaf85;
  border-color: #3aaf85;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-slack:focus, .btn-slack.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-slack.disabled, .btn-slack:disabled {
  color: #fff;
  background-color: #3aaf85;
  border-color: #3aaf85;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-slack:not(:disabled):not(.disabled):active, .btn-slack.active:not(:disabled):not(.disabled), .show > .btn-slack.dropdown-toggle {
  color: #fff;
  background-color: #2d8968;
  border-color: #3aaf85;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-slack:not(:disabled):not(.disabled):active:focus, .btn-slack.active:not(:disabled):not(.disabled):focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble.active:not(:disabled):not(.disabled), .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #ea4c89;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble.active:not(:disabled):not(.disabled):focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-github {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-github:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled), .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #222222;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/buttons/_button-brand.scss */
.btn-vimeo {
  color: #fff;
  background-color: #04A0F0;
  border-color: #04A0F0;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-vimeo:hover {
  color: #fff;
  background-color: #04a0f0;
  border-color: #04a0f0;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #fff;
  background-color: #04A0F0;
  border-color: #04A0F0;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo.active:not(:disabled):not(.disabled), .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #037fbe;
  border-color: #04a0f0;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo.active:not(:disabled):not(.disabled):focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 7, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon .btn-inner--icon img {
  width: 20px;
}

/* line 12, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}

/* line 16, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}

/* line 24, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

/* line 30, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
a.btn-icon-only {
  line-height: 2.5;
}

/* line 34, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}

/* line 45, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-clipboard {
  margin: 0;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #32325d;
  background-color: #f6f9fc;
  border-radius: 0.375rem;
  border: 0;
  text-align: left;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
  margin: .5rem 0;
}

/* line 65, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-clipboard:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

/* line 70, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-clipboard > div {
  align-items: center;
  display: flex;
}

/* line 75, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-clipboard i {
  box-sizing: content-box;
  color: #5e72e4;
  vertical-align: middle;
  font-size: 1.5rem;
}

/* line 82, app/assets/stylesheets/custom/../core/buttons/_button-icon.scss */
.btn-icon-clipboard span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/custom/../core/cards/_card.scss */
.card {
  margin-bottom: 30px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  border: 0;
}

/* line 14, app/assets/stylesheets/custom/../core/cards/_card.scss */
.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

/* line 37, app/assets/stylesheets/custom/../core/cards/_card.scss */
.card-deck .card {
  margin-bottom: 30px;
}

/* line 46, app/assets/stylesheets/custom/../core/cards/_card.scss */
.card.shadow {
  border: 0 !important;
}

@media (min-width: 576px) {
  /* line 56, app/assets/stylesheets/custom/../core/cards/_card.scss */
  .card-columns {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/custom/../core/cards/_card.scss */
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  /* line 56, app/assets/stylesheets/custom/../core/cards/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
}

/* line 6, app/assets/stylesheets/custom/../core/cards/_card-animations.scss */
.card-lift--hover:hover {
  transform: translateY(-20px);
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/custom/../core/cards/_card-animations.scss */
  .card-lift--hover:hover {
    transition: none;
  }
}

/* line 5, app/assets/stylesheets/custom/../core/cards/_card-blockquote.scss */
.card-blockquote {
  padding: 2rem;
  position: relative;
}

/* line 9, app/assets/stylesheets/custom/../core/cards/_card-blockquote.scss */
.card-blockquote .svg-bg {
  display: block;
  width: 100%;
  height: 95px;
  position: absolute;
  top: -94px;
  left: 0;
}

/* line 5, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
#profile-header {
  min-height: 500px;
  background-size: cover;
  background-position: center top;
}

/* line 12, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-image {
  position: relative;
}

/* line 15, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-image img {
  max-width: 140px;
  border-radius: 0.375rem;
  border: 3px solid #fff;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  left: 50%;
  transition: all 0.15s ease;
}

/* line 24, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-image img:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

/* line 30, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-stats {
  padding: 1rem 0;
}

/* line 33, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-stats > div {
  text-align: center;
  margin-right: 1rem;
  padding: .875rem;
}

/* line 38, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-stats > div:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-stats > div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

/* line 47, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-stats > div .description {
  font-size: .875rem;
  color: #adb5bd;
}

/* line 54, app/assets/stylesheets/custom/../core/cards/_card-profile.scss */
.card-profile-actions {
  padding: .875rem;
}

/* line 6, app/assets/stylesheets/custom/../core/cards/_card-stats.scss */
.card-stats .card-body {
  padding: 1rem 1.5rem;
}

/* line 10, app/assets/stylesheets/custom/../core/cards/_card-stats.scss */
.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/* line 5, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart {
  position: relative;
  height: 350px;
}

/* line 13, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-sm {
  height: 230px;
}

/* line 20, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-legend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: #8898aa;
}

/* line 29, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 33, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 38, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-legend-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 49, app/assets/stylesheets/custom/../core/charts/_chart.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 52, app/assets/stylesheets/custom/../core/charts/_chart.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 62, app/assets/stylesheets/custom/../core/charts/_chart.scss */
.chart-info-overlay {
  position: absolute;
  top: 0;
  left: 5%;
  max-width: 350px;
  padding: 20px;
  z-index: 1;
}

/* line 5, app/assets/stylesheets/custom/../core/close/_close.scss */
.close {
  transition: all 0.15s ease;
}

/* line 10, app/assets/stylesheets/custom/../core/close/_close.scss */
.close > span:not(.sr-only) {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  font-size: 1.25rem;
  display: block;
  transition: all 0.15s ease;
}

/* line 24, app/assets/stylesheets/custom/../core/close/_close.scss */
.close:hover, .close:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.9);
  outline: none;
}

/* line 30, app/assets/stylesheets/custom/../core/close/_close.scss */
.close:hover span:not(.sr-only), .close:focus span:not(.sr-only) {
  background-color: transparent;
}

/* line 37, app/assets/stylesheets/custom/../core/close/_close.scss */
.close-dark > span:not(.sr-only) {
  color: rgba(255, 255, 255, 0.8);
}

/* line 43, app/assets/stylesheets/custom/../core/close/_close.scss */
.close-dark:hover > span:not(.sr-only), .close-dark:focus > span:not(.sr-only) {
  color: white;
}

/* line 7, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
.accordion .card-header {
  position: relative;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
.accordion .card-header:after {
  content: "\ea0f";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font: normal normal normal 14px/1 NucleoIcons;
  line-height: 0;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
  .accordion .card-header:after {
    transition: none;
  }
}

/* line 24, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
.accordion .card-header[aria-expanded="false"]:after {
  content: "\ea0f";
}

/* line 30, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
.accordion .card-header[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

/* line 34, app/assets/stylesheets/custom/../core/collapse/_accordion.scss */
.accordion .card-header[aria-expanded="true"] .heading {
  color: #5e72e4;
}

/* line 1, app/assets/stylesheets/custom/../core/content/_main-content.scss */
.main-content {
  position: relative;
}

/* line 5, app/assets/stylesheets/custom/../core/content/_main-content.scss */
.main-content .navbar-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/custom/../core/content/_main-content.scss */
  .main-content .container-fluid, .main-content .container-sm, .main-content .container-md, .main-content .container-lg, .main-content .container-xl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* line 6, app/assets/stylesheets/custom/../core/custom-forms/_custom-form.scss */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
}

/* line 14, app/assets/stylesheets/custom/../core/custom-forms/_custom-form.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 17, app/assets/stylesheets/custom/../core/custom-forms/_custom-form.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

/* line 25, app/assets/stylesheets/custom/../core/custom-forms/_custom-form.scss */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 31, app/assets/stylesheets/custom/../core/custom-forms/_custom-form.scss */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 8, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-label::before {
  border: 1px solid #dee2e6;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 0.25rem;
  left: -1.75rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
  .custom-control-label::before {
    transition: none;
  }
}

/* line 16, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-label::after {
  top: 0.25rem;
  left: -1.75rem;
}

/* line 22, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-label span {
  position: relative;
  top: 2px;
}

/* line 28, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-label {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 47, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 53, app/assets/stylesheets/custom/../core/custom-forms/_custom-control.scss */
.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before, .custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 6, app/assets/stylesheets/custom/../core/custom-forms/_custom-checkbox.scss */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  height: 1rem;
}

/* line 15, app/assets/stylesheets/custom/../core/custom-forms/_custom-checkbox.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 18, app/assets/stylesheets/custom/../core/custom-forms/_custom-checkbox.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

/* line 26, app/assets/stylesheets/custom/../core/custom-forms/_custom-checkbox.scss */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 32, app/assets/stylesheets/custom/../core/custom-forms/_custom-checkbox.scss */
.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
  background-color: #5e72e4;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #5e72e4;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f7fafc;
  background-color: #f7fafc;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f7fafc;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2dce89;
  background-color: #2dce89;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #2dce89;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #11cdef;
  background-color: #11cdef;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #11cdef;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fb6340;
  background-color: #fb6340;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fb6340;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f5365c;
  background-color: #f5365c;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f5365c;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #adb5bd;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #212529;
  background-color: #212529;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #212529;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #172b4d;
  background-color: #172b4d;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #172b4d;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::before {
  border-color: black;
  background-color: black;
}

/* line 9, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::after {
  background-image: black;
}

/* line 6, app/assets/stylesheets/custom/../core/custom-forms/_custom-radio.scss */
.custom-radio .custom-control-input ~ .custom-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  height: 1rem;
}

/* line 15, app/assets/stylesheets/custom/../core/custom-forms/_custom-radio.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5e72e4;
}

/* line 18, app/assets/stylesheets/custom/../core/custom-forms/_custom-radio.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
}

/* line 26, app/assets/stylesheets/custom/../core/custom-forms/_custom-radio.scss */
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

/* line 32, app/assets/stylesheets/custom/../core/custom-forms/_custom-radio.scss */
.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

/* line 5, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle {
  position: relative;
  display: inherit;
  width: 52px;
  height: 1.5rem;
  margin: 0;
  display: inline-block;
}

/* line 13, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input {
  display: none;
}

/* line 17, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #5e72e4;
}

/* line 20, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:checked + .custom-toggle-slider:before {
  background: #5e72e4;
  transform: translateX(28px);
}

/* line 28, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:disabled + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 33, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:disabled:checked + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

/* line 36, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 45, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ced4da;
  border-radius: 34px !important;
  background-color: transparent;
}

/* line 57, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  border-radius: 50% !important;
  background-color: #e9ecef;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 71, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle-wrapper .custom-toggle + .custom-toggle {
  margin-left: 1rem !important;
}

/* line 84, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle input:checked + .custom-toggle-slider:after {
  content: attr(data-label-on);
  color: #5e72e4;
  right: auto;
  left: 0;
}

/* line 96, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
.custom-toggle-slider:after {
  color: #ced4da;
  content: attr(data-label-off);
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: .75rem;
  line-height: 24px;
  position: absolute;
  right: 0;
  margin: 0 .21667rem;
  top: 0;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 96, app/assets/stylesheets/custom/../core/custom-forms/_custom-toggle.scss */
  .custom-toggle-slider:after {
    transition: none;
  }
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-primary input:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-primary input:checked + .custom-toggle-slider:before {
  background: #5e72e4;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-primary input:checked + .custom-toggle-slider:after {
  color: #5e72e4;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider {
  border-color: #5e72e4;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-primary input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-secondary input:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-secondary input:checked + .custom-toggle-slider:before {
  background: #f7fafc;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-secondary input:checked + .custom-toggle-slider:after {
  color: #f7fafc;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-success input:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-success input:checked + .custom-toggle-slider:before {
  background: #2dce89;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-success input:checked + .custom-toggle-slider:after {
  color: #2dce89;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-success input:disabled:checked + .custom-toggle-slider:before {
  background-color: #54daa1;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-info input:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-info input:checked + .custom-toggle-slider:before {
  background: #11cdef;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-info input:checked + .custom-toggle-slider:after {
  color: #11cdef;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-info input:disabled:checked + .custom-toggle-slider:before {
  background-color: #41d7f2;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-warning input:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-warning input:checked + .custom-toggle-slider:before {
  background: #fb6340;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-warning input:checked + .custom-toggle-slider:after {
  color: #fb6340;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider {
  border-color: #fb6340;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-warning input:disabled:checked + .custom-toggle-slider:before {
  background-color: #fc8c72;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-danger input:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-danger input:checked + .custom-toggle-slider:before {
  background: #f5365c;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-danger input:checked + .custom-toggle-slider:after {
  color: #f5365c;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-danger input:disabled:checked + .custom-toggle-slider:before {
  background-color: #f76783;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-light input:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-light input:checked + .custom-toggle-slider:before {
  background: #adb5bd;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-light input:checked + .custom-toggle-slider:after {
  color: #adb5bd;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-light input:disabled:checked + .custom-toggle-slider:before {
  background-color: #c9cfd4;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-dark input:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-dark input:checked + .custom-toggle-slider:before {
  background: #212529;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-dark input:checked + .custom-toggle-slider:after {
  color: #212529;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider {
  border-color: #212529;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-dark input:disabled:checked + .custom-toggle-slider:before {
  background-color: #383f45;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-default input:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-default input:checked + .custom-toggle-slider:before {
  background: #172b4d;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-default input:checked + .custom-toggle-slider:after {
  color: #172b4d;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-default input:disabled:checked + .custom-toggle-slider:before {
  background-color: #234174;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-white input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-white input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-white input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-white input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-neutral input:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-neutral input:checked + .custom-toggle-slider:before {
  background: #fff;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-neutral input:checked + .custom-toggle-slider:after {
  color: #fff;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-darker input:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 24, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-darker input:checked + .custom-toggle-slider:before {
  background: black;
}

/* line 29, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-darker input:checked + .custom-toggle-slider:after {
  color: black;
}

/* line 37, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider {
  border-color: black;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_custom-forms.scss */
.custom-toggle-darker input:disabled:checked + .custom-toggle-slider:before {
  background-color: #171a1c;
}

/* line 7, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu {
  min-width: 12rem;
}

/* line 17, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 0.875rem;
}

/* line 21, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  margin-right: 1rem;
  font-size: 1rem;
  vertical-align: -17%;
}

/* line 28, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu .dropdown-item img {
  margin-right: .5rem;
}

/* line 34, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-header {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 50, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu a.media > div:first-child {
  line-height: 1;
}

/* line 55, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu a.media p {
  color: #8898aa;
}

/* line 60, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

/* line 69, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu-dark .h1, .dropdown-menu-dark .h2, .dropdown-menu-dark .h3, .dropdown-menu-dark .h4, .dropdown-menu-dark .h5, .dropdown-menu-dark .h6, .dropdown-menu-dark a {
  color: white;
}

/* line 76, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu-sm {
  min-width: 100px;
  border: 0.4375rem;
}

/* line 81, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu-lg {
  min-width: 320px;
  border-radius: 0.4375rem;
}

/* line 86, app/assets/stylesheets/custom/../core/dropdowns/_dropdown.scss */
.dropdown-menu-xl {
  min-width: 420px;
  border-radius: 0.4375rem;
}

/* line 8, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer {
  background: #f8f9fe;
  padding: 30px 0;
}

/* line 13, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .col-footer .heading {
  color: #8898aa;
  letter-spacing: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 23, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .nav .nav-item .nav-link,
.footer .footer-link {
  color: #8898aa !important;
}

/* line 27, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .nav .nav-item .nav-link:hover,
.footer .footer-link:hover {
  color: #525f7f !important;
}

/* line 32, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .list-unstyled li a {
  display: inline-block;
  padding: .125rem 0;
  color: #8898aa;
  font-size: 0.85rem;
}

/* line 38, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .list-unstyled li a:hover {
  color: #525f7f;
}

/* line 43, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer .copyright {
  font-size: 0.875rem;
}

/* line 52, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer-dark .col-footer .heading {
  color: #fff;
}

/* line 61, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.nav-footer .nav-link {
  font-size: 0.875rem;
}

/* line 66, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* line 75, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer.has-cards {
  overflow: hidden;
  padding-top: 500px;
  margin-top: -420px;
  position: relative;
  background: transparent;
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer.has-cards:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  height: 2000px;
  background: #f7fafc;
  transform: skew(0, -8deg);
}

/* line 94, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer.has-cards .container {
  pointer-events: auto;
  position: relative;
}

/* line 103, app/assets/stylesheets/custom/../core/footers/_footer.scss */
.footer-auto-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 8, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-label {
  color: #525f7f;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control {
  font-size: 0.875rem;
  transition: all 0.15s ease-in-out;
  height: calc(1.5em + 1.25rem + 5px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 17, app/assets/stylesheets/custom/../core/forms/_form.scss */
  .form-control {
    transition: none;
  }
}

/* line 23, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control:focus::placeholder {
  color: #adb5bd;
}

/* line 31, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-lg {
  height: calc(2.25em + 1.25rem + 5px);
}

/* line 36, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-sm {
  height: calc(0.45em + 1.25rem + 5px);
}

/* line 44, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 50, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-flush:focus {
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}

/* line 59, app/assets/stylesheets/custom/../core/forms/_form.scss */
textarea[resize="none"] {
  resize: none !important;
}

/* line 63, app/assets/stylesheets/custom/../core/forms/_form.scss */
textarea[resize="both"] {
  resize: both !important;
}

/* line 67, app/assets/stylesheets/custom/../core/forms/_form.scss */
textarea[resize="vertical"] {
  resize: vertical !important;
}

/* line 71, app/assets/stylesheets/custom/../core/forms/_form.scss */
textarea[resize="horizontal"] {
  resize: horizontal !important;
}

/* line 80, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-muted {
  background-color: #F7FAFE;
  border-color: #F7FAFE;
  box-shadow: none;
}

/* line 85, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-muted:focus {
  background-color: #fcfdff;
}

/* line 93, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-alternative {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  transition: box-shadow .15s ease;
}

/* line 98, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 105, app/assets/stylesheets/custom/../core/forms/_form.scss */
.form-control-lg,
.input-group-lg .form-control,
.input-group-text {
  font-size: 1rem !important;
}

/* line 5, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.custom-control {
  padding-left: 1.75rem;
}

/* line 10, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group {
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
  .input-group {
    transition: none;
  }
}

/* line 15, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group .form-control {
  box-shadow: none;
}

/* line 18, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group .form-control:focus {
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-text {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
  .input-group-text {
    transition: none;
  }
}

/* line 27, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-text i {
  font-size: 0.875rem;
}

/* line 31, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-text .custom-control {
  line-height: 1;
}

/* line 40, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-prepend .input-group-text {
  border-right: 0;
}

/* line 48, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-append .input-group-text {
  border-left: 0;
}

/* line 58, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-merge .form-control:not(:first-child) {
  border-left: 0;
  padding-left: 0;
}

/* line 63, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-merge .form-control:not(:last-child) {
  border-right: 0;
  padding-right: 0;
}

/* line 72, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-alternative {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  border: 0;
  transition: box-shadow .15s ease;
}

/* line 77, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

/* line 85, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* line 93, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-flush {
  box-shadow: none;
}

/* line 96, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  padding-right: 1rem;
  border-width: 0;
  background-color: transparent;
}

/* line 119, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.focused .input-group {
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 123, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.focused .input-group-text {
  color: #8898aa;
  background-color: #fff;
  border-color: #5e72e4;
}

/* line 129, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.focused .form-control {
  border-color: #5e72e4;
}

/* line 133, app/assets/stylesheets/custom/../core/forms/_input-group.scss */
.focused .input-group-flush {
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success,
.has-danger {
  position: relative;
}

/* line 11, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success:after,
.has-danger:after {
  display: none;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-family: 'NucleoIcons';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 9px;
  opacity: 1;
}

/* line 29, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success .input-group-prepend .input-group-text,
.has-danger .input-group-prepend .input-group-text {
  border-color: red;
}

/* line 36, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success:after {
  content: "\ea26";
  color: #1d8357;
  background-color: #69deac;
}

/* line 42, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success .form-control {
  background-color: #fff;
}

/* line 52, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-success .form-control::placeholder {
  color: #2dce89;
}

/* line 59, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-danger:after {
  content: "\ea53";
  color: #db2d05;
  background-color: #fda08b;
}

/* line 65, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-danger .form-control {
  background-color: #fff;
}

/* line 74, app/assets/stylesheets/custom/../core/forms/_form-validation.scss */
.has-danger .form-control::placeholder {
  color: #fb6340;
}

/* line 11, app/assets/stylesheets/custom/../core/grid/_grid.scss */
.row-example > .col span,
.row-example > [class^="col-"] span {
  display: block;
  padding: .75rem;
  color: #393f49;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 4px 16px;
  font-size: 0.875rem;
  border-radius: .25rem;
  margin: 1rem 0;
}

/* line 27, app/assets/stylesheets/custom/../core/grid/_grid.scss */
.no-gutters > .col span,
.no-gutters > [class^="col-"] span {
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/custom/../core/headers/_header.scss */
.header {
  position: relative;
}

/* line 5, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon {
  width: 3rem;
  height: 3rem;
}

/* line 9, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon i, .icon svg {
  font-size: 2.25rem;
}

/* line 13, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon + .icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1);
}

/* line 22, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xl {
  width: 5rem;
  height: 5rem;
}

/* line 26, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xl i, .icon-xl svg {
  font-size: 4.25rem;
}

/* line 30, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

/* line 38, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-lg {
  width: 4rem;
  height: 4rem;
}

/* line 42, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-lg i, .icon-lg svg {
  font-size: 3.25rem;
}

/* line 46, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-lg + .icon-text {
  width: calc(100% - $icon-size-lg - 1);
}

/* line 54, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-sm {
  width: 2rem;
  height: 2rem;
}

/* line 58, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-sm i, .icon-sm svg {
  font-size: 1.25rem;
}

/* line 62, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-sm + .icon-text {
  width: calc(100% - $icon-size-sm - 1);
}

/* line 69, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 73, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xs i, .icon-xs svg {
  font-size: 0.5rem;
}

/* line 77, app/assets/stylesheets/custom/../core/icons/_icon.scss */
.icon-xs + .icon-text {
  width: calc(100% - $icon-size-xs - 1);
}

/* line 6, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape {
  padding: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 15, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape i, .icon-shape svg {
  font-size: 1.25rem;
}

/* line 20, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape.icon-lg i, .icon-shape.icon-lg svg {
  font-size: 1.625rem;
}

/* line 26, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape.icon-sm i, .icon-shape.icon-sm svg {
  font-size: .875rem;
}

/* line 32, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape.icon-xs i, .icon-shape.icon-xs svg {
  font-size: .6rem;
}

/* line 37, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape svg {
  width: 30px;
  height: 30px;
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-primary {
  color: #2643e9;
  background-color: rgba(138, 152, 235, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-success {
  color: #1aae6f;
  background-color: rgba(84, 218, 161, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-info {
  color: #03acca;
  background-color: rgba(65, 215, 242, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-warning {
  color: #ff3709;
  background-color: rgba(252, 140, 114, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-danger {
  color: #f80031;
  background-color: rgba(247, 103, 131, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-light {
  color: #879cb0;
  background-color: rgba(201, 207, 212, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-dark {
  color: #090c0e;
  background-color: rgba(56, 63, 69, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-default {
  color: #091428;
  background-color: rgba(35, 65, 116, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 45, app/assets/stylesheets/custom/../core/icons/_icon-shape.scss */
.icon-shape-darker {
  color: black;
  background-color: rgba(23, 26, 28, 0.5);
}

/* line 9, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}

/* line 18, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -.1rem 1.2rem 0 -.2rem;
}

/* line 26, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-content {
  flex: 1;
  min-width: 0;
}

/* line 30, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-content > p {
  color: #adb5bd;
  line-height: 1.5;
  margin: .2rem 0 0;
}

/* line 37, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-heading {
  font-size: 1rem;
  color: #32325d;
}

/* line 41, app/assets/stylesheets/custom/../core/list-groups/_list-group.scss */
.list-group-heading > small {
  float: right;
  color: #adb5bd;
  font-weight: 500;
}

/* line 5, app/assets/stylesheets/custom/../core/maps/_map.scss */
.map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 0.375rem;
}

/* line 5, app/assets/stylesheets/custom/../core/masks/_mask.scss */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/custom/../core/masks/_mask.scss */
  .mask {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/custom/../core/masks/_mask.scss */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1040;
}

/* line 27, app/assets/stylesheets/custom/../core/masks/_mask.scss */
.backdrop-dark {
  background: rgba(0, 0, 0, 0.3);
}

/* line 31, app/assets/stylesheets/custom/../core/masks/_mask.scss */
.backdrop-light {
  background: rgba(255, 255, 255, 0.3);
}

/* line 6, app/assets/stylesheets/custom/../core/modals/_modal.scss */
.modal-title {
  font-size: 1.0625rem;
}

/* line 14, app/assets/stylesheets/custom/../core/modals/_modal.scss */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/custom/../core/modals/_modal.scss */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-primary .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-primary .modal-content {
  background-color: #5e72e4;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-primary .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-secondary .modal-title {
  color: #212529;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-secondary .modal-content {
  background-color: #f7fafc;
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-secondary .modal-content .heading {
  color: #212529;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-success .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-success .modal-content {
  background-color: #2dce89;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-success .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-info .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-info .modal-content {
  background-color: #11cdef;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-info .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-warning .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-warning .modal-content {
  background-color: #fb6340;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-warning .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-danger .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-danger .modal-content {
  background-color: #f5365c;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-danger .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-light .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-light .modal-content {
  background-color: #adb5bd;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-light .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-dark .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-dark .modal-content {
  background-color: #212529;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-dark .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-default .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-default .modal-header,
.modal-default .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-default .modal-content {
  background-color: #172b4d;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-default .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-default .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-white .modal-title {
  color: #212529;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-white .modal-content {
  background-color: #fff;
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-white .modal-content .heading {
  color: #212529;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-neutral .modal-title {
  color: #212529;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-neutral .modal-content {
  background-color: #fff;
  color: #212529;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-neutral .modal-content .heading {
  color: #212529;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-darker .modal-title {
  color: #fff;
}

/* line 6, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-darker .modal-header,
.modal-darker .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 11, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-darker .modal-content {
  background-color: black;
  color: #fff;
}

/* line 15, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-darker .modal-content .heading {
  color: #fff;
}

/* line 21, app/assets/stylesheets/custom/../core/mixins/_modals.scss */
.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: normal;
  letter-spacing: 0;
}

/* line 17, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
  margin-left: .25rem;
}

/* line 23, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-brand {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .05px;
}

/* line 30, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-brand img {
  height: 30px;
}

/* line 36, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 42, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-light .navbar-brand {
  color: #32325d;
}

/* line 49, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  /* line 61, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  /* line 64, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-item [data-toggle="dropdown"]::after {
    transition: all 0.15s ease;
  }
  /* line 69, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-item.show [data-toggle="dropdown"]::after {
    transform: rotate(180deg);
  }
  /* line 74, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.375rem;
  }
  /* line 79, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: .625rem;
  }
  /* line 84, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-link-icon {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    font-size: 1rem;
    border-radius: 0.375rem;
  }
  /* line 90, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 96, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    margin: 0;
  }
  /* line 101, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu:before {
    background: #fff;
    box-shadow: none;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(1rem);
    z-index: -5;
    border-radius: 0.25rem;
  }
  /* line 118, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  /* line 126, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
    opacity: 1;
    pointer-events: auto;
    animation: show-navbar-dropdown .25s ease forwards;
  }
  /* line 132, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    animation: hide-navbar-dropdown .15s ease backwards;
  }
  /* line 140, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .dropdown-menu {
    opacity: 0;
    display: block;
    pointer-events: none;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  }
  /* line 148, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(0, 0);
    animation: none;
  }
  /* line 158, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1rem;
  }
}

/* line 166, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal.navbar-transparent {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

/* line 175, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal.navbar-transparent .navbar-brand {
  color: white;
}

/* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal.navbar-transparent .navbar-toggler {
  color: white;
}

/* line 183, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal.navbar-transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (min-width: 768px) {
  /* line 191, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }
  /* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:hover, .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.65);
  }
  /* line 198, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  /* line 203, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal.navbar-transparent .navbar-nav .show > .nav-link,
.navbar-horizontal.navbar-transparent .navbar-nav .active > .nav-link,
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link.show,
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.65);
  }
  /* line 211, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal.navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
  }
  /* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
  .navbar-horizontal.navbar-transparent .navbar-brand:hover, .navbar-horizontal.navbar-transparent .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.95);
  }
}

/* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
.navbar-horizontal .navbar-collapse-header {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 229, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .nav-link {
    padding: .625rem 0;
    color: #172b4d !important;
  }
  /* line 234, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 239, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 246, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse {
    width: calc(100% - 1.4rem);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    margin: .7rem;
    overflow-y: auto;
    height: auto !important;
    opacity: 0;
  }
  /* line 258, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0;
  }
  /* line 266, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .navbar-toggler span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    background: #283448;
  }
  /* line 276, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
  }
  /* line 280, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
  }
  /* line 285, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .navbar-collapse-header {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 293, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .collapse-brand img {
    height: 36px;
  }
  /* line 298, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse .collapse-close {
    text-align: right;
  }
  /* line 303, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse.collapsing,
.navbar-horizontal .navbar-collapse.show {
    padding: 1.5rem;
    border-radius: 0.375rem;
    background: #FFF;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: show-navbar-collapse .2s ease forwards;
  }
  /* line 312, app/assets/stylesheets/custom/../core/navbars/_navbar.scss */
  .navbar-horizontal .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse .2s ease forwards;
  }
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: scale(0.95);
    transform-origin: 100% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hide-navbar-collapse {
  from {
    opacity: 1;
    transform: scale(1);
    transform-origin: 100% 0;
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes show-navbar-dropdown {
  0% {
    opacity: 0;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(0, 10px);
  }
}

/* line 6, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

/* line 16, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-light {
  background-color: #f6f9fc;
  border-color: rgba(0, 0, 0, 0.05);
}

/* line 24, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 32, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-brand {
  text-align: center;
  margin-right: 0;
  width: 100%;
}

/* line 38, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
  max-height: 2rem;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 52, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical .navbar-collapse:before {
    content: '';
    display: block;
    margin: 0.5rem;
  }
}

/* line 63, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 70, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

/* line 84, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link > i {
  min-width: 2rem;
  font-size: .9375rem;
  line-height: 1.5rem;
}

/* line 93, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

/* line 96, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
}

/* line 103, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 112, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 119, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\f105";
  margin-left: auto;
  color: #ced4da;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 119, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
    transition: none;
  }
}

/* line 135, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  color: #5e72e4;
  transform: rotate(90deg);
}

/* line 143, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

/* line 148, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

/* line 154, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 167, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 199, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 206, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 213, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 231, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 237, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.675rem 1.5rem;
}

/* line 241, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

/* line 245, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  background: #f6f9fc;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

/* line 256, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  background: #5e72e4;
  color: #fff;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

/* line 268, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 15px;
}

/* line 272, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link span.sidenav-normal {
  padding-left: 8px;
  transition: all .1s ease 0s;
}

/* line 277, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link span.sidenav-mini-icon {
  width: 34px;
  text-align: center;
  transition: all .1s ease 0s;
}

/* line 286, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  /* line 167, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 199, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 206, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 213, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 231, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 237, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  /* line 241, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 245, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    background: #f6f9fc;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 256, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #5e72e4;
    color: #fff;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 268, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 15px;
  }
  /* line 272, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link span.sidenav-normal {
    padding-left: 8px;
    transition: all .1s ease 0s;
  }
  /* line 277, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link span.sidenav-mini-icon {
    width: 34px;
    text-align: center;
    transition: all .1s ease 0s;
  }
  /* line 286, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 768px) {
  /* line 167, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 199, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 206, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 213, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 231, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 237, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  /* line 241, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 245, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    background: #f6f9fc;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 256, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #5e72e4;
    color: #fff;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 268, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 15px;
  }
  /* line 272, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link span.sidenav-normal {
    padding-left: 8px;
    transition: all .1s ease 0s;
  }
  /* line 277, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link span.sidenav-mini-icon {
    width: 34px;
    text-align: center;
    transition: all .1s ease 0s;
  }
  /* line 286, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 992px) {
  /* line 167, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 199, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 206, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 213, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 231, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 237, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  /* line 241, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 245, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    background: #f6f9fc;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 256, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #5e72e4;
    color: #fff;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 268, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 15px;
  }
  /* line 272, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link span.sidenav-normal {
    padding-left: 8px;
    transition: all .1s ease 0s;
  }
  /* line 277, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link span.sidenav-mini-icon {
    width: 34px;
    text-align: center;
    transition: all .1s ease 0s;
  }
  /* line 286, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 1200px) {
  /* line 167, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 179, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 185, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 199, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 206, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 213, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 223, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 231, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 237, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  /* line 241, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 245, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    background: #f6f9fc;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 256, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    background: #5e72e4;
    color: #fff;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 268, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 15px;
  }
  /* line 272, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link span.sidenav-normal {
    padding-left: 8px;
    transition: all .1s ease 0s;
  }
  /* line 277, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link span.sidenav-mini-icon {
    width: 34px;
    text-align: center;
    transition: all .1s ease 0s;
  }
  /* line 286, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

/* line 305, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
  margin-left: 250px;
}

/* line 308, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 305, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 308, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 305, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 308, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 305, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 308, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 305, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 308, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
    margin-right: 250px;
  }
}

/* line 317, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav.fixed-left + .main-content {
  margin-left: 250px;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 317, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav.fixed-left + .main-content {
    transition: none;
  }
}

/* line 321, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav.fixed-right + .main-content {
  margin-right: 250px;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 321, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav.fixed-right + .main-content {
    transition: none;
  }
}

@media (min-width: 1200px) {
  /* line 330, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px;
  }
  /* line 333, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px;
  }
}

/* line 345, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav {
  z-index: 1050;
  transition: all 0.4s ease;
}

@media (min-width: 1200px) {
  /* line 350, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav:hover {
    max-width: 250px;
  }
  /* line 354, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}

/* line 359, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav .navbar-heading .docs-mini {
  padding-left: 3px;
}

/* line 363, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav .navbar-heading {
  transition: all .1s ease;
}

/* line 367, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav .navbar-brand {
  padding: 1.5rem;
}

/* line 372, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-header {
  height: 78px;
}

/* line 381, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading .docs-normal {
  display: block;
}

/* line 385, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-show .sidenav .navbar-heading .docs-mini {
  display: none;
}

/* line 390, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 390, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .g-sidenav-show .sidenav .nav-item .collapse {
    transition: none;
  }
}

/* line 395, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-show .sidenav .nav-link-text {
  transition: 0.3s ease;
  opacity: 1;
}

/* line 400, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-show .sidenav .nav-item .sidenav-mini-icon {
  opacity: 0;
}

/* line 407, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}

/* line 410, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

/* line 421, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

/* line 427, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse .sidenav-normal {
  display: none !important;
}

/* line 431, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
  opacity: 0;
}

/* line 441, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hide .sidenav .navbar-nav > .nav-item > .nav-link:after {
  content: '';
}

/* line 447, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hide .sidenav .nav-item .collapse .sidenav-normal {
  display: none !important;
}

/* line 451, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.g-sidenav-hide .sidenav .nav-link-text {
  opacity: 0;
}

@media (max-width: 1199.98px) {
  /* line 461, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav {
    transform: translateX(-250px);
  }
  /* line 464, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav.fixed-left + .main-content {
    margin-left: 0 !important;
  }
  /* line 470, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .g-sidenav-pinned .sidenav {
    transform: translateX(0);
  }
}

/* line 478, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 478, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav-toggler-inner,
.sidenav-toggler-line {
    transition: none;
  }
}

/* line 484, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-inner {
  position: relative;
}

/* line 487, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-inner:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: -11px;
  top: -14px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 487, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
  .sidenav-toggler-inner:before {
    transition: none;
  }
}

/* line 501, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-line {
  height: 2px;
  background-color: #172b4d;
  display: block;
  position: relative;
}

/* line 507, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

/* line 513, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler-dark .sidenav-toggler-line {
  background-color: #fff;
}

/* line 518, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler {
  cursor: pointer;
}

/* line 523, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}

/* line 531, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 536, app/assets/stylesheets/custom/../core/navbars/_navbar-vertical.scss */
.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 6, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search .input-group {
  border-radius: 2rem;
  border: 0 solid;
  transition: background-color 0.3s linear;
  transition-delay: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .input-group {
    transition: none;
  }
}

/* line 12, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search .input-group .input-group-text {
  background-color: transparent;
  padding-left: 1rem;
  border: 0;
}

/* line 19, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search .form-control {
  width: 250px;
  background-color: transparent;
  border: 0;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .form-control {
    transition: none;
  }
}

/* line 28, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search .focused .input-group .form-control {
  width: 380px;
}

/* line 34, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search .close {
  display: none;
}

/* line 43, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-dark .input-group {
  background-color: rgba(23, 43, 77, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 48, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

/* line 52, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

/* line 55, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 61, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-dark .focused .input-group {
  background-color: rgba(23, 43, 77, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 69, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-light .input-group {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 74, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

/* line 78, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

/* line 81, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 87, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
.navbar-search-light .focused .input-group {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 575.98px) {
  /* line 96, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search {
    display: none;
    width: 100%;
    transform: translateX(-150%);
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 96, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 102, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .form-group {
    width: 100%;
  }
  /* line 106, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .form-control {
    width: auto;
  }
  /* line 112, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .focused .input-group .form-control {
    width: auto;
  }
  /* line 118, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .close {
    display: none;
    opacity: 0;
  }
  /* line 122, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-search .close span {
    width: auto;
    height: auto;
  }
  /* line 130, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-top .navbar-nav {
    transition: all 0.15s ease;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 130, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .navbar-top .navbar-nav {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 137, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-showing .navbar-search .close {
    display: block;
  }
  /* line 143, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-showing .navbar-top .navbar-nav {
    display: flex;
    opacity: 1;
    transform: translateX(150%);
  }
  /* line 153, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-show .navbar-search {
    display: block;
  }
  /* line 156, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-show .navbar-search .form-control {
    width: auto;
  }
  /* line 160, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-show .navbar-search .close {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
  }
  /* line 175, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-show .navbar-top .navbar-nav {
    display: none;
  }
  /* line 180, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-show .navbar-top .navbar-collapse {
    width: 100%;
  }
  /* line 187, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-shown .navbar-search {
    transform: translateX(0);
  }
  /* line 190, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-shown .navbar-search .close {
    display: block;
    opacity: 1;
  }
  /* line 200, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-hiding .navbar-top .navbar-nav {
    display: flex;
    opacity: 0;
    transform: translateX(150%);
  }
  /* line 210, app/assets/stylesheets/custom/../core/navbars/_navbar-search.scss */
  .g-navbar-search-hidden .navbar-top .navbar-nav {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 7, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar .dropdown-menu {
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

/* line 14, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar .dropdown-menu-arrow:before {
  background: #fff;
  box-shadow: none;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  left: 20px;
  position: absolute;
  bottom: 100%;
  transform: rotate(-45deg) translateY(12px);
  z-index: -5;
  border-radius: 2px;
}

/* line 31, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar .dropdown-menu-right:before {
  right: 20px;
  left: auto;
}

/* line 39, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  animation: show-navbar-dropdown .25s ease forwards;
}

/* line 45, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar:not(.navbar-nav-hover) .dropdown-menu.close {
  display: block;
  animation: hide-navbar-dropdown .15s ease backwards;
}

/* line 53, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar.navbar-nav-hover .dropdown-menu {
  opacity: 0;
  display: block;
  pointer-events: none;
  transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
  transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
}

/* line 61, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(0, 0);
  animation: none;
}

/* line 71, app/assets/stylesheets/custom/../core/navbars/_navbar-dropdown.scss */
.navbar .dropdown-menu-inner {
  position: relative;
  padding: 1rem;
}

@keyframes show-navbar-dropdown {
  0% {
    opacity: 0;
    transform: translate(0, 10px) perspective(200px);
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(0, 10px);
  }
}

/* line 7, app/assets/stylesheets/custom/../core/navbars/_navbar-collapse.scss */
.navbar-collapse-header {
  display: none;
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: scale(0.95);
    transform-origin: 100% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hide-navbar-collapse {
  from {
    opacity: 1;
    transform: scale(1);
    transform-origin: 100% 0;
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

/* line 6, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
.navbar-top {
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 11, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
.navbar-top .container,
.navbar-top .container-fluid,
.navbar-top .container-sm,
.navbar-top .container-md,
.navbar-top .container-lg,
.navbar-top .container-xl {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  /* line 18, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
  .navbar-top .navbar-brand {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 24, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
  .navbar-top .navbar-collapse {
    width: 100%;
  }
  /* line 28, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
  .navbar-top .nav-item {
    position: static;
  }
  /* line 31, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
  .navbar-top .nav-item .dropdown-menu {
    position: absolute;
    width: 94%;
    min-width: auto;
    left: 3%;
    right: auto;
  }
}

/* line 42, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
.navbar-top.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 46, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
.navbar-top.border-bottom.navbar-light {
  border-color: rgba(0, 0, 0, 0.04) !important;
}

/* line 54, app/assets/stylesheets/custom/../core/navbars/_navbar-top.scss */
.sidenav-pinned .navbar-top .navbar-brand {
  display: none;
}

/* line 9, app/assets/stylesheets/custom/../core/navs/_nav.scss */
.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 13, app/assets/stylesheets/custom/../core/navs/_nav.scss */
.nav-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 22, app/assets/stylesheets/custom/../core/navs/_nav.scss */
.nav-link {
  color: #525f7f;
}

/* line 25, app/assets/stylesheets/custom/../core/navs/_nav.scss */
.nav-link:hover {
  color: #5e72e4;
}

/* line 29, app/assets/stylesheets/custom/../core/navs/_nav.scss */
.nav-link i.ni {
  position: relative;
  top: 2px;
}

/* line 9, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

/* line 13, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills .nav-link {
  padding: 0.75rem 1rem;
  color: #5e72e4;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 0.15s ease;
}

/* line 22, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills .nav-link:hover {
  color: #485fe0;
}

/* line 27, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5e72e4;
}

@media (max-width: 575.98px) {
  /* line 34, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 42, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}

/* line 52, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills-circle .nav-link {
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 0;
  line-height: 60px;
  border-radius: 50%;
}

/* line 62, app/assets/stylesheets/custom/../core/navs/_nav-pills.scss */
.nav-pills-circle .nav-link-icon i, .nav-pills-circle .nav-link-icon svg {
  font-size: 1rem;
}

/* line 7, app/assets/stylesheets/custom/../core/paginations/_pagination.scss */
.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 11, app/assets/stylesheets/custom/../core/paginations/_pagination.scss */
.page-item .page-link,
.page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

/* line 30, app/assets/stylesheets/custom/../core/paginations/_pagination.scss */
.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 41, app/assets/stylesheets/custom/../core/paginations/_pagination.scss */
.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 6, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover {
  border: 0;
}

/* line 10, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-header {
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-primary {
  background-color: #5e72e4;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary .popover-header {
  background-color: #5e72e4;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #5e72e4;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #5e72e4;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #5e72e4;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #5e72e4;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-secondary {
  background-color: #f7fafc;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary .popover-header {
  background-color: #f7fafc;
  color: #212529;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary .popover-body {
  color: #212529;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f7fafc;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #f7fafc;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #f7fafc;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #f7fafc;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-success {
  background-color: #2dce89;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success .popover-header {
  background-color: #2dce89;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success.bs-popover-top .arrow::after, .popover-success.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #2dce89;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success.bs-popover-right .arrow::after, .popover-success.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #2dce89;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success.bs-popover-bottom .arrow::after, .popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #2dce89;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-success.bs-popover-left .arrow::after, .popover-success.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #2dce89;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-info {
  background-color: #11cdef;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info .popover-header {
  background-color: #11cdef;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info.bs-popover-top .arrow::after, .popover-info.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #11cdef;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info.bs-popover-right .arrow::after, .popover-info.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #11cdef;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info.bs-popover-bottom .arrow::after, .popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #11cdef;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-info.bs-popover-left .arrow::after, .popover-info.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #11cdef;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-warning {
  background-color: #fb6340;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning .popover-header {
  background-color: #fb6340;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning.bs-popover-top .arrow::after, .popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fb6340;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning.bs-popover-right .arrow::after, .popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fb6340;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fb6340;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-warning.bs-popover-left .arrow::after, .popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fb6340;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-danger {
  background-color: #f5365c;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger .popover-header {
  background-color: #f5365c;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger.bs-popover-top .arrow::after, .popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f5365c;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger.bs-popover-right .arrow::after, .popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #f5365c;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #f5365c;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-danger.bs-popover-left .arrow::after, .popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #f5365c;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-light {
  background-color: #adb5bd;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light .popover-header {
  background-color: #adb5bd;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light.bs-popover-top .arrow::after, .popover-light.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #adb5bd;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light.bs-popover-right .arrow::after, .popover-light.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #adb5bd;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light.bs-popover-bottom .arrow::after, .popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #adb5bd;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-light.bs-popover-left .arrow::after, .popover-light.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #adb5bd;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-dark {
  background-color: #212529;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark .popover-header {
  background-color: #212529;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark.bs-popover-top .arrow::after, .popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #212529;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark.bs-popover-right .arrow::after, .popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #212529;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark.bs-popover-bottom .arrow::after, .popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #212529;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-dark.bs-popover-left .arrow::after, .popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #212529;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-default {
  background-color: #172b4d;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default .popover-header {
  background-color: #172b4d;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default.bs-popover-top .arrow::after, .popover-default.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #172b4d;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default.bs-popover-right .arrow::after, .popover-default.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #172b4d;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default.bs-popover-bottom .arrow::after, .popover-default.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #172b4d;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-default.bs-popover-left .arrow::after, .popover-default.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #172b4d;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-white {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white .popover-header {
  background-color: #fff;
  color: #212529;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white .popover-body {
  color: #212529;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white.bs-popover-top .arrow::after, .popover-white.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fff;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white.bs-popover-right .arrow::after, .popover-white.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fff;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white.bs-popover-bottom .arrow::after, .popover-white.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-white.bs-popover-left .arrow::after, .popover-white.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fff;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-neutral {
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral .popover-header {
  background-color: #fff;
  color: #212529;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral .popover-body {
  color: #212529;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral.bs-popover-top .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #fff;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral.bs-popover-right .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #fff;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral.bs-popover-bottom .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-neutral.bs-popover-left .arrow::after, .popover-neutral.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #fff;
}

/* line 18, app/assets/stylesheets/custom/../core/popovers/_popover.scss */
.popover-darker {
  background-color: black;
}

/* line 5, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker .popover-header {
  background-color: black;
  color: #fff;
}

/* line 10, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker .popover-body {
  color: #fff;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 17, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker.bs-popover-top .arrow::after, .popover-darker.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: black;
}

/* line 22, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker.bs-popover-right .arrow::after, .popover-darker.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: black;
}

/* line 27, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker.bs-popover-bottom .arrow::after, .popover-darker.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: black;
}

/* line 32, app/assets/stylesheets/custom/../core/mixins/_popover.scss */
.popover-darker.bs-popover-left .arrow::after, .popover-darker.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: black;
}

/* line 8, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 16, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress {
  height: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 24, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress .sr-only {
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
  left: 0;
  clip: auto;
  line-height: 20px;
  font-size: 13px;
}

/* line 38, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-sm {
  height: 5px;
}

/* line 42, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-xs {
  height: 3px;
}

/* line 48, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

/* line 55, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-bar {
  box-shadow: none;
  border-radius: 0;
  height: auto;
}

/* line 61, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-info {
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 69, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-label span {
  display: inline-block;
  color: #5e72e4;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(94, 114, 228, 0.1);
  padding: .25rem 1rem;
  border-radius: 30px;
}

/* line 81, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-percentage {
  text-align: right;
}

/* line 83, app/assets/stylesheets/custom/../core/progresses/_progress.scss */
.progress-percentage span {
  display: inline-block;
  color: #8898aa;
  font-size: .875rem;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  overflow: hidden;
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator svg {
  position: absolute;
  pointer-events: none;
}

/* line 24, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-top {
  top: 0;
  bottom: auto;
}

/* line 28, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-top svg {
  top: 0;
}

/* line 33, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-bottom {
  top: auto;
  bottom: 0;
}

/* line 37, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-bottom svg {
  bottom: 0;
}

/* line 42, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-inverse {
  transform: rotate(180deg);
}

/* line 48, app/assets/stylesheets/custom/../core/separators/_separator.scss */
.separator-skew {
  height: 60px;
}

@media (min-width: 1200px) {
  /* line 48, app/assets/stylesheets/custom/../core/separators/_separator.scss */
  .separator-skew {
    height: 70px;
  }
}

/* line 1, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

/* line 7, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container {
  position: relative;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
  z-index: 1;
}

/* line 14, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
}

/* line 26, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i.icon {
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: 1.7em;
}

/* line 32, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i.icon-sm {
  width: var(--icon-sm-size);
  height: var(--icon-sm-size);
  font-size: 1.5em;
}

/* line 38, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  color: #fb6340;
  z-index: 2;
}

/* line 45, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i {
  opacity: 1;
}

/* line 48, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(1) {
  left: 50%;
  top: 50%;
  font-size: 42px;
  color: #fb6340;
}

/* line 55, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(2) {
  left: calc(50% + (var(--gutter) * 1.7));
  top: 50%;
}

/* line 60, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(3) {
  left: calc(50% + var(--gutter));
  top: calc(50% + var(--gutter));
}

/* line 65, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(4) {
  left: calc(50% + var(--gutter));
  top: calc(50% - var(--gutter));
}

/* line 70, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(5) {
  left: calc(50% + (var(--gutter) * 4));
  top: 50%;
}

/* line 75, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(6) {
  left: calc(50% + (var(--gutter) * 2.7));
  top: calc(50% + (var(--gutter) * 1.5));
}

/* line 80, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(7) {
  left: calc(50% + (var(--gutter) * 2.7));
  top: calc(50% - (var(--gutter) * 1.5));
}

/* line 85, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(8) {
  left: calc(50% - (var(--gutter) * 1.7));
  top: 50%;
}

/* line 90, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(9) {
  left: calc(50% - var(--gutter));
  top: calc(50% + var(--gutter));
}

/* line 95, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(10) {
  left: calc(50% - var(--gutter));
  top: calc(50% - var(--gutter));
}

/* line 100, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(11) {
  left: calc(50% - (var(--gutter) * 4));
  top: 50%;
}

/* line 105, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(12) {
  left: calc(50% - (var(--gutter) * 2.7));
  top: calc(50% + (var(--gutter) * 1.5));
}

/* line 110, app/assets/stylesheets/custom/../core/sections/_nucleo-icons.scss */
.section-nucleo-icons .icons-container i:nth-child(13) {
  left: calc(50% - (var(--gutter) * 2.7));
  top: calc(50% - (var(--gutter) * 1.5));
}

/* line 9, app/assets/stylesheets/custom/../core/shortcuts/_shortcut.scss */
.shortcut-media {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, app/assets/stylesheets/custom/../core/shortcuts/_shortcut.scss */
  .shortcut-media {
    transition: none;
  }
}

/* line 13, app/assets/stylesheets/custom/../core/shortcuts/_shortcut.scss */
.shortcut-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* line 18, app/assets/stylesheets/custom/../core/shortcuts/_shortcut.scss */
.shortcut-item small {
  display: block;
  margin-top: .75rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/custom/../core/shortcuts/_shortcut.scss */
.shortcut-item:hover .shortcut-media {
  transform: scale(1.1);
}

/* line 9, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e9ecef;
}

/* line 18, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table th {
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}

/* line 30, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table .thead-dark th {
  background-color: #1c345d;
  color: #4d7bca;
}

/* line 54, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table .thead-dark th a {
  color: #4d7bca;
}

/* line 64, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table .thead-light th {
  background-color: #f6f9fc;
  color: #8898aa;
}

/* line 68, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table .thead-light th a {
  color: #8898aa;
}

/* line 79, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table-hover tr {
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 79, app/assets/stylesheets/custom/../core/tables/_table.scss */
  .table-hover tr {
    transition: none;
  }
}

/* line 88, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table-flush td,
.table-flush th {
  border-left: 0;
  border-right: 0;
}

/* line 97, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

/* line 104, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

/* line 117, app/assets/stylesheets/custom/../core/tables/_table.scss */
.card .table {
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/custom/../core/tables/_table.scss */
.card .table td,
.card .table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 132, app/assets/stylesheets/custom/../core/tables/_table.scss */
.table .custom-toggle {
  display: block;
}

/* line 8, app/assets/stylesheets/custom/../core/type/_type.scss */
p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

/* line 14, app/assets/stylesheets/custom/../core/type/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5rem;
}

/* line 20, app/assets/stylesheets/custom/../core/type/_type.scss */
.lead + .btn-wrapper {
  margin-top: 3rem;
}

/* line 25, app/assets/stylesheets/custom/../core/type/_type.scss */
.description {
  font-size: 0.875rem;
}

/* line 6, app/assets/stylesheets/custom/../core/type/_article.scss */
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 11, app/assets/stylesheets/custom/../core/type/_article.scss */
article h4, article h5 {
  margin-bottom: 1.5rem;
}

/* line 15, app/assets/stylesheets/custom/../core/type/_article.scss */
article figure {
  margin: 3rem 0;
}

/* line 19, app/assets/stylesheets/custom/../core/type/_article.scss */
article h5 + figure {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/custom/../core/type/_display.scss */
.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
  display: block;
  font-weight: 300;
}

/* line 8, app/assets/stylesheets/custom/../core/type/_heading.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

/* line 12, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading {
  letter-spacing: 0.025em;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 22, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading-small {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 30, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading-title {
  letter-spacing: 0.025em;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 37, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading-section {
  letter-spacing: 0.025em;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading-section img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}

/* line 51, app/assets/stylesheets/custom/../core/type/_heading.scss */
.heading-section.text-center img {
  margin-left: auto;
  margin-right: auto;
}

/* line 60, app/assets/stylesheets/custom/../core/type/_heading.scss */
.surtitle {
  text-transform: uppercase;
  color: #8898aa;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-blue {
  background-color: #5e72e4 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #324cdd !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-indigo {
  background-color: #5603ad !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3d027b !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-purple {
  background-color: #8965e0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #683bd7 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-pink {
  background-color: #f3a4b5 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ed7790 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-red {
  background-color: #f5365c !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ec0c38 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-orange {
  background-color: #fb6340 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fa3a0e !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-yellow {
  background-color: #ffd600 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-green {
  background-color: #2dce89 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #24a46d !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-teal {
  background-color: #11cdef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0da5c0 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-cyan {
  background-color: #2bffc6 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #00f7b5 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gray {
  background-color: #8898aa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6a7e95 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gray-dark {
  background-color: #32325d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #20203c !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-light {
  background-color: #ced4da !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-lighter {
  background-color: #e9ecef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lighter:hover, a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #cbd3da !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-blue {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-indigo {
  background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-purple {
  background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-pink {
  background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-orange {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-yellow {
  background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-green {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-teal {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-cyan {
  background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-gray {
  background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-gray-dark {
  background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-light {
  background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-lighter {
  background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-primary {
  background-color: rgba(63, 87, 223, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-primary:hover, a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(42, 68, 219, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-secondary {
  background-color: rgba(221, 234, 242, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-secondary:hover, a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(202, 222, 235, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-success {
  background-color: rgba(39, 177, 118, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-success:hover, a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(34, 156, 104, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-info {
  background-color: rgba(14, 177, 206, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-info:hover, a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(12, 156, 183, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-warning {
  background-color: rgba(250, 70, 29, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-warning:hover, a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(249, 51, 5, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-danger {
  background-color: rgba(243, 20, 64, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-danger:hover, a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(227, 11, 54, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-light {
  background-color: rgba(153, 163, 173, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-light:hover, a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(139, 150, 162, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-dark {
  background-color: rgba(17, 19, 21, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-dark:hover, a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(6, 6, 7, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-default {
  background-color: rgba(15, 28, 50, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-default:hover, a.bg-translucent-default:focus,
button.bg-translucent-default:hover,
button.bg-translucent-default:focus {
  background-color: rgba(9, 17, 30, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-white:hover, a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-neutral:hover, a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 20, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-translucent-darker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-translucent-darker:hover, a.bg-translucent-darker:focus,
button.bg-translucent-darker:hover,
button.bg-translucent-darker:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.section-primary {
  background-color: #f8f9fe !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.section-primary:hover, a.section-primary:focus,
button.section-primary:hover,
button.section-primary:focus {
  background-color: #cbd3f8 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.section-secondary {
  background-color: #f7fafc !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.section-secondary:hover, a.section-secondary:focus,
button.section-secondary:hover,
button.section-secondary:focus {
  background-color: #d2e3ee !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.section-light {
  background-color: #ced4da !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.section-light:hover, a.section-light:focus,
button.section-light:hover,
button.section-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.section-dark {
  background-color: #212529 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.section-dark:hover, a.section-dark:focus,
button.section-dark:hover,
button.section-dark:focus {
  background-color: #0a0c0d !important;
}

/* line 3, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.section-darker {
  background-color: black !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.section-darker:hover, a.section-darker:focus,
button.section-darker:hover,
button.section-darker:focus {
  background-color: black !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-primary {
  background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-warning {
  background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

/* line 14, app/assets/stylesheets/custom/../core/mixins/_background-variant.scss */
.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-primary {
  fill: #5e72e4;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-primary {
  stroke: #5e72e4;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-secondary {
  fill: #f7fafc;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-secondary {
  stroke: #f7fafc;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-success {
  fill: #2dce89;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-success {
  stroke: #2dce89;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-info {
  fill: #11cdef;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-info {
  stroke: #11cdef;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-warning {
  fill: #fb6340;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-warning {
  stroke: #fb6340;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-danger {
  fill: #f5365c;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-danger {
  stroke: #f5365c;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-light {
  fill: #adb5bd;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-light {
  stroke: #adb5bd;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-dark {
  fill: #212529;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-dark {
  stroke: #212529;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-default {
  fill: #172b4d;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-default {
  stroke: #172b4d;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-white {
  fill: #fff;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-white {
  stroke: #fff;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-neutral {
  fill: #fff;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-neutral {
  stroke: #fff;
}

/* line 40, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-darker {
  fill: black;
}

/* line 44, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.stroke-darker {
  stroke: black;
}

/* line 49, app/assets/stylesheets/custom/../core/utilities/_backgrounds.scss */
.fill-opacity-8 {
  fill-opacity: .8;
}

/* line 6, app/assets/stylesheets/custom/../core/utilities/_blurable.scss */
.blur--hover {
  position: relative;
}

/* line 9, app/assets/stylesheets/custom/../core/utilities/_blurable.scss */
.blur--hover .blur-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  filter: blur(0);
  opacity: 1;
}

/* line 16, app/assets/stylesheets/custom/../core/utilities/_blurable.scss */
.blur--hover .blur-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.15s ease;
  z-index: 100;
}

/* line 26, app/assets/stylesheets/custom/../core/utilities/_blurable.scss */
.blur--hover:hover .blur-item {
  opacity: .8;
  filter: blur(10px);
  transform: scale(0.95);
  z-index: 1;
}

/* line 32, app/assets/stylesheets/custom/../core/utilities/_blurable.scss */
.blur--hover:hover .blur-hidden {
  opacity: 1;
  top: 50%;
}

/* line 7, app/assets/stylesheets/custom/../core/utilities/_floating.scss */
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_floating.scss */
.floating:hover {
  animation-play-state: paused;
}

/* line 19, app/assets/stylesheets/custom/../core/utilities/_floating.scss */
.floating-lg {
  animation: floating-lg 3s ease infinite;
}

/* line 23, app/assets/stylesheets/custom/../core/utilities/_floating.scss */
.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 10, app/assets/stylesheets/custom/../core/utilities/_helper.scss */
.floatfix:before, .floatfix:after {
  content: '';
  display: table;
}

/* line 15, app/assets/stylesheets/custom/../core/utilities/_helper.scss */
.floatfix:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/custom/../core/utilities/_image.scss */
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-1 {
  opacity: .1 !important;
}

/* line 9, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-2 {
  opacity: .2 !important;
}

/* line 12, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-3 {
  opacity: .3 !important;
}

/* line 15, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-4 {
  opacity: .4 !important;
}

/* line 18, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-5 {
  opacity: .5 !important;
}

/* line 21, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-6 {
  opacity: .6 !important;
}

/* line 24, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-7 {
  opacity: .7 !important;
}

/* line 27, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-8 {
  opacity: .8 !important;
}

/* line 30, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-8 {
  opacity: .9 !important;
}

/* line 33, app/assets/stylesheets/custom/../core/utilities/_opacity.scss */
.opacity-10 {
  opacity: 1 !important;
}

/* line 5, app/assets/stylesheets/custom/../core/utilities/_overflow.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 9, app/assets/stylesheets/custom/../core/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-0 {
  top: 0;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-0 {
  right: 0;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-0 {
  bottom: 0;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-0 {
  left: 0;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-1 {
  top: 0.25rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-1 {
  right: 0.25rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-1 {
  bottom: 0.25rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-1 {
  left: 0.25rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-2 {
  top: 0.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-2 {
  right: 0.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-2 {
  bottom: 0.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-2 {
  left: 0.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-3 {
  top: 1rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-3 {
  right: 1rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-3 {
  bottom: 1rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-3 {
  left: 1rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-4 {
  top: 1.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-4 {
  right: 1.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-4 {
  bottom: 1.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-4 {
  left: 1.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-5 {
  top: 3rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-5 {
  right: 3rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-5 {
  bottom: 3rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-5 {
  left: 3rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--9 {
  top: -10rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--9 {
  right: -10rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--9 {
  bottom: -10rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--9 {
  left: -10rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--8 {
  top: -8rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--8 {
  right: -8rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--8 {
  bottom: -8rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--8 {
  left: -8rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--7 {
  top: -6rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--7 {
  right: -6rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--7 {
  bottom: -6rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--7 {
  left: -6rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--6 {
  top: -4.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--6 {
  right: -4.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--6 {
  bottom: -4.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--6 {
  left: -4.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--5 {
  top: -3rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--5 {
  right: -3rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--5 {
  bottom: -3rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--5 {
  left: -3rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--4 {
  top: -1.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--4 {
  right: -1.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--4 {
  bottom: -1.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--4 {
  left: -1.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--3 {
  top: -1rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--3 {
  right: -1rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--3 {
  bottom: -1rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--3 {
  left: -1rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--2 {
  top: -0.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--2 {
  right: -0.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--2 {
  bottom: -0.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--2 {
  left: -0.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top--1 {
  top: -0.25rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right--1 {
  right: -0.25rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom--1 {
  bottom: -0.25rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left--1 {
  left: -0.25rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-6 {
  top: 4.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-6 {
  right: 4.5rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-6 {
  bottom: 4.5rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-6 {
  left: 4.5rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-7 {
  top: 6rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-7 {
  right: 6rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-7 {
  bottom: 6rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-7 {
  left: 6rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-8 {
  top: 8rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-8 {
  right: 8rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-8 {
  bottom: 8rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-8 {
  left: 8rem;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.top-9 {
  top: 10rem;
}

/* line 11, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.right-9 {
  right: 10rem;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.bottom-9 {
  bottom: 10rem;
}

/* line 17, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.left-9 {
  left: 10rem;
}

/* line 22, app/assets/stylesheets/custom/../core/utilities/_position.scss */
.center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 6, app/assets/stylesheets/custom/../core/utilities/_shadows.scss */
[class*="shadow"] {
  transition: all 0.15s ease;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_shadows.scss */
.shadow-sm--hover:hover {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

/* line 18, app/assets/stylesheets/custom/../core/utilities/_shadows.scss */
.shadow--hover:hover {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

/* line 22, app/assets/stylesheets/custom/../core/utilities/_shadows.scss */
.shadow-lg--hover:hover {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

/* line 26, app/assets/stylesheets/custom/../core/utilities/_shadows.scss */
.shadow-none--hover:hover {
  box-shadow: none !important;
}

/* line 5, app/assets/stylesheets/custom/../core/utilities/_sizing.scss */
.h-100vh {
  height: 100vh !important;
}

/* line 5, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
.row.row-grid > [class*="col-"] + [class*="col-"] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 10, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .row.row-grid > [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}

/* line 25, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
.row-grid + .row-grid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 43, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mt--100 {
    margin-top: -100px !important;
  }
  /* line 46, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mr--100 {
    margin-right: -100px !important;
  }
  /* line 49, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mb--100 {
    margin-bottom: -100px !important;
  }
  /* line 52, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .ml--100 {
    margin-left: -100px !important;
  }
  /* line 55, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mt--150 {
    margin-top: -150px !important;
  }
  /* line 58, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mb--150 {
    margin-bottom: -150px !important;
  }
  /* line 61, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mt--200 {
    margin-top: -200px !important;
  }
  /* line 64, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mb--200 {
    margin-bottom: -200px !important;
  }
  /* line 67, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mt--300 {
    margin-top: -300px !important;
  }
  /* line 70, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .mb--300 {
    margin-bottom: -300px !important;
  }
  /* line 77, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pt-100 {
    padding-top: 100px !important;
  }
  /* line 80, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pb-100 {
    padding-bottom: 100px !important;
  }
  /* line 83, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pt-150 {
    padding-top: 150px !important;
  }
  /* line 86, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pb-150 {
    padding-bottom: 150px !important;
  }
  /* line 89, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pt-200 {
    padding-top: 200px !important;
  }
  /* line 92, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pb-200 {
    padding-bottom: 200px !important;
  }
  /* line 95, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pt-250 {
    padding-top: 250px !important;
  }
  /* line 98, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pb-250 {
    padding-bottom: 250px !important;
  }
  /* line 101, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pt-300 {
    padding-top: 300px !important;
  }
  /* line 104, app/assets/stylesheets/custom/../core/utilities/_spacing.scss */
  .pb-300 {
    padding-bottom: 300px !important;
  }
}

/* line 3, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 4, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 5, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 6, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 7, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 8, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 9, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 14, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-underline {
  text-decoration: underline;
}

/* line 15, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-through {
  text-decoration: line-through;
}

/* line 20, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 21, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-sm {
  font-size: 0.875rem !important;
}

/* line 22, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 23, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 28, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-100 {
  line-height: 1;
}

/* line 29, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-110 {
  line-height: 1.1;
}

/* line 30, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-120 {
  line-height: 1.2;
}

/* line 31, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-130 {
  line-height: 1.3;
}

/* line 32, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-140 {
  line-height: 1.4;
}

/* line 33, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-150 {
  line-height: 1.5;
}

/* line 34, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-160 {
  line-height: 1.6;
}

/* line 35, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-170 {
  line-height: 1.7;
}

/* line 36, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.lh-180 {
  line-height: 1.8;
}

/* line 41, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.ls-1 {
  letter-spacing: .0625rem;
}

/* line 42, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.ls-15 {
  letter-spacing: .09375rem;
}

/* line 43, app/assets/stylesheets/custom/../core/utilities/_text.scss */
.ls-2 {
  letter-spacing: 0.125rem;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-blue {
  color: #5e72e4 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-blue:hover, a.text-blue:focus {
  color: #233dd2 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-indigo {
  color: #5603ad !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-indigo:hover, a.text-indigo:focus {
  color: #310262 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-purple {
  color: #8965e0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-purple:hover, a.text-purple:focus {
  color: #5a2acf !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-pink {
  color: #f3a4b5 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-pink:hover, a.text-pink:focus {
  color: #ea607e !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-red {
  color: #f5365c !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-red:hover, a.text-red:focus {
  color: #d40b33 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-orange {
  color: #fb6340 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-orange:hover, a.text-orange:focus {
  color: #ea3005 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-yellow {
  color: #ffd600 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-yellow:hover, a.text-yellow:focus {
  color: #b39600 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-green {
  color: #2dce89 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-green:hover, a.text-green:focus {
  color: #1f8f5f !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-teal {
  color: #11cdef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-teal:hover, a.text-teal:focus {
  color: #0b90a8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-cyan {
  color: #2bffc6 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-cyan:hover, a.text-cyan:focus {
  color: #00dea2 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray {
  color: #8898aa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #607286 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray-dark {
  color: #32325d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #17172b !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #ced4da !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #a2aeb9 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-lighter {
  color: #e9ecef !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-lighter:hover, a.text-lighter:focus {
  color: #bdc6cf !important;
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/custom/../core/utilities/_transform.scss */
  .transform-perspective-right {
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  }
  /* line 10, app/assets/stylesheets/custom/../core/utilities/_transform.scss */
  .transform-perspective-left {
    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
  }
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker {
  border-radius: 0.375rem;
  direction: ltr;
}

/* line 9, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 15, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 17, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 20, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 25, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 31, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 34, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 37, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 40, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 43, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 46, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 50, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid white;
}

/* line 56, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 63, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 69, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td {
  border-radius: 50%;
}

/* line 73, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr th {
  border-radius: 0.375rem;
  font-weight: 500;
}

/* line 78, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td,
.datepicker table tr th {
  transition: all 0.15s ease;
  width: 36px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 0.875rem;
}

/* line 93, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #adb5bd;
}

/* line 105, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: white;
  cursor: pointer;
}

/* line 111, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: default;
}

/* line 118, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted {
  border-radius: 0;
}

/* line 121, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.focused {
  background: #5e72e4;
}

/* line 125, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #5e72e4;
  color: #ced4da;
}

/* line 132, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.today {
  background: white;
}

/* line 134, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.today.focused {
  background: white;
}

/* line 138, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: white;
  color: #8898aa;
}

/* line 146, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range {
  background: #5e72e4;
  color: #fff;
  border-radius: 0;
}

/* line 151, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range.focused {
  background: #3b53de;
}

/* line 155, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
  background: #324cdd;
  color: #8a98eb;
}

/* line 164, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

/* line 168, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e9ecef;
  color: #dee2e6;
}

/* line 176, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #5e72e4;
  color: #fff;
}

/* line 183, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 188, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

/* line 197, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
  background: #5e72e4;
  color: #fff;
}

/* line 206, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  background: #5e72e4;
  color: #fff;
  box-shadow: none;
}

/* line 215, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 225, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #e9ecef;
}

/* line 230, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: default;
}

/* line 237, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 244, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #8898aa;
}

/* line 251, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 255, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 260, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}

/* line 267, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 273, app/assets/stylesheets/custom/../core/vendors/_bootstrap-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 0 solid transparent;
  display: inline-block;
  padding: .25rem;
  color: #8898aa;
  vertical-align: middle;
  border-radius: 0.25rem;
  max-width: 100%;
  cursor: text;
}

/* line 17, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 27, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput input::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 32, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .badge {
  position: relative;
  padding: .625rem .625rem .5rem;
  margin: .125rem;
  border-radius: 0.25rem;
  background: #172b4d;
  color: #fff;
  line-height: 1.5;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.25);
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
  .bootstrap-tagsinput .badge {
    transition: none;
  }
}

/* line 49, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .badge:hover {
  padding-right: 1.5rem;
}

/* line 54, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput [data-role="remove"] {
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 62, app/assets/stylesheets/custom/../core/vendors/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput [data-role="remove"]:after {
  content: "×";
  font-size: 16px;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_chartjs.scss */
#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  transition: all .1s ease;
  pointer-events: none;
  transform: translate(-50%, 0);
}

/* line 17, app/assets/stylesheets/custom/../core/vendors/_chartjs.scss */
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

/* line 5, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
.dataTables_wrapper {
  font-size: 0.875rem;
}

/* line 9, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
table.dataTable {
  margin-bottom: 1.25rem !important;
  border-bottom: 1px solid #e9ecef;
}

/* line 14, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
table.dataTable tbody > tr.selected {
  background-color: #5e72e4;
}

/* line 20, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
.dataTables_length,
.dataTables_info,
.dt-buttons {
  padding-left: 1.5rem;
}

/* line 27, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
.dataTables_length .form-control {
  margin: 0 .375rem;
}

/* line 32, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
.dataTables_filter {
  padding-right: 1.5rem;
  display: inline-block;
  float: right;
}

/* line 38, app/assets/stylesheets/custom/../core/vendors/_datatables.scss */
.dataTables_paginate {
  padding-right: 1.5rem;
}

/* line 5, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 11, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #fff;
  border: 1px dashed #dee2e6;
  border-radius: 0.375rem;
  text-align: center;
  color: #8898aa;
  transition: all 0.15s ease;
  order: -1;
  cursor: pointer;
  z-index: 999;
}

/* line 23, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-message:hover {
  border-color: #8898aa;
  color: #525f7f;
}

/* line 29, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-drag-hover .dz-message {
  border-color: #5e72e4;
  color: #5e72e4;
}

/* line 34, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 39, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  opacity: 0;
}

/* line 44, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 49, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 55, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 61, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-preview-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

/* line 67, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 72, app/assets/stylesheets/custom/../core/vendors/_dropzone.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-header-toolbar {
  display: none;
}

/* line 10, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-scroller {
  height: auto !important;
}

/* line 15, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc th {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8898aa;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc div.fc-row {
  margin-right: 0;
  border: 0;
}

/* line 31, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc button .fc-icon {
  top: -5px;
}

/* line 38, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-unthemed td.fc-today {
  background-color: transparent;
}

/* line 41, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-unthemed td.fc-today span {
  color: #fb6340;
}

/* line 47, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-event {
  padding: 0;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  border: 0;
}

/* line 53, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-event .fc-title {
  padding: .4rem .5rem;
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

/* line 61, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}

/* line 70, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-view, .fc-view > table {
  border: 0;
  overflow: hidden;
}

/* line 77, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-view > table > tbody > tr .ui-widget-content {
  border-top: 0;
}

/* line 85, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-body {
  border: 0;
}

/* line 89, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-icon {
  font-family: NucleoIcons, sans-serif;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
}

/* line 97, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-icon:hover {
  color: #5e72e4;
}

/* line 102, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 107, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.fc-button:focus, .fc-button:active {
  outline: 0;
}

/* line 116, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar {
  z-index: 0;
}

/* line 118, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar td, .calendar th {
  border-color: #eff1f3;
}

/* line 122, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar .fc-toolbar {
  height: 250px;
  background-color: #fff;
  border-radius: 0.375rem 0.375rem 0 0;
  position: relative;
  margin-bottom: -2px;
  z-index: 2;
}

@media (max-width: 575.98px) {
  /* line 122, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
  .calendar .fc-toolbar {
    height: 135px;
  }
}

/* line 134, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar .fc-day-number {
  padding: .5rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  /* line 134, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
  .calendar .fc-day-number {
    font-size: 0.875rem;
    font-weight: 600;
    color: #67779d;
  }
}

/* line 144, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar .fc-day-header {
  text-align: left;
}

/* line 147, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.calendar .fc-day-grid-event {
  margin: 1px 9px;
}

/* line 155, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month] {
  background-size: contain;
  transition: background-image 300ms;
}

@media (prefers-reduced-motion: reduce) {
  /* line 155, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
  [data-calendar-month] {
    transition: none;
  }
}

/* line 160, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="0"] {
  background-image: url(/../img/calendar/january.jpg);
}

/* line 163, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="1"] {
  background-image: url(/../img/calendar/february.jpg);
}

/* line 166, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="2"] {
  background-image: url(/../img/calendar/march.jpg);
}

/* line 169, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="3"] {
  background-image: url(/../img/calendar/april.jpg);
}

/* line 172, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="4"] {
  background-image: url(/../img/calendar/may.jpg);
}

/* line 175, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="5"] {
  background-image: url(/../img/calendar/june.jpg);
}

/* line 178, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="6"] {
  background-image: url(/../img/calendar/july.jpg);
}

/* line 181, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="7"] {
  background-image: url(/../img/calendar/august.jpg);
}

/* line 184, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="8"] {
  background-image: url(/../img/calendar/september.jpg);
}

/* line 187, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="9"] {
  background-image: url(/../img/calendar/october.jpg);
}

/* line 190, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="10"] {
  background-image: url(/../img/calendar/november.jpg);
}

/* line 193, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
[data-calendar-month="11"] {
  background-image: url(/../img/calendar/december.jpg);
}

/* line 201, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.card-calendar .card-header {
  border-bottom: 0;
}

/* line 205, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.card-calendar table {
  background: transparent;
}

/* line 209, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.card-calendar table tr > td:first-child {
  border-left-width: 0;
}

/* line 212, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.card-calendar table tr > td:last-child {
  border-right-width: 0;
}

/* line 222, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar {
  position: relative;
  z-index: 0;
}

/* line 226, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar td, .widget-calendar th {
  border-color: transparent;
  text-align: center;
}

/* line 231, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar .fc-toolbar {
  margin-top: 1.25rem;
}

/* line 234, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar .fc-toolbar h2 {
  font-size: 1rem;
}

/* line 239, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar .fc-day-number {
  text-align: center;
  width: 100%;
  padding: 0;
}

/* line 246, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar .fc table {
  font-size: 0.875rem;
}

/* line 249, app/assets/stylesheets/custom/../core/vendors/_fullcalendar.scss */
.widget-calendar .fc th {
  padding: .75rem .5rem;
  font-size: 0.75rem;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.vector-map {
  position: relative;
  height: 600px;
}

/* line 14, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.vector-map-sm {
  height: 280px;
}

/* line 21, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/* line 26, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 33, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.jvectormap-zoomin {
  bottom: 4.25rem;
}

/* line 37, app/assets/stylesheets/custom/../core/vendors/_jvectormap.scss */
.jvectormap-zoomout {
  bottom: 2rem;
}

/*!
 * Lavalamp
 * http://lavalamp.magicmediamuse.com/
 */
/* line 11, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp {
  position: relative;
}

/* line 14, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp-item {
  z-index: 5;
  position: relative;
}

/* line 18, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
}

/* Custom easing transitions */
/* line 26, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object {
  transition-property: transform, width, height;
}

/* line 29, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.ease {
  transition-timing-function: ease;
}

/* line 32, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.ease-in {
  transition-timing-function: ease-in;
}

/* line 35, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.ease-out {
  transition-timing-function: ease-out;
}

/* line 38, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 41, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.linear {
  transition-timing-function: linear;
}

/* line 44, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 47, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 50, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 53, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* line 56, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 59, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

/* line 62, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 65, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 68, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 71, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 74, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 80, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 86, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 92, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 98, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 104, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 110, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 116, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 122, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 128, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 134, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 140, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* line 146, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 152, app/assets/stylesheets/custom/../core/vendors/_lavalamp.scss */
.lavalamp .lavalamp-object.easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 8, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 23, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

/* line 39, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* line 52, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* line 57, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 61, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 65, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-handle {
  position: absolute;
}

/* line 69, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

/* line 74, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 78, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal {
  height: 5px;
}

/* line 82, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

/* line 89, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical {
  width: 5px;
}

/* line 93, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* line 100, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* line 105, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-connects {
  border-radius: 3px;
}

/* line 109, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-connect {
  background: #5e72e4;
}

/* line 113, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 117, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 121, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  outline: none;
}

/* line 130, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-active {
  outline: none;
}

/* Disabled state;
 */
/* line 138, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 142, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-target[disabled],
.noUi-handle[disabled],
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
/* line 153, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 159, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
/* line 169, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 175, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
/* line 185, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

/* line 190, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-sub {
  background: #AAA;
}

/* line 194, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
/* line 203, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

/* line 211, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

/* line 215, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

/* line 219, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

/* line 225, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 229, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
/* line 238, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

/* line 245, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

/* line 251, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

/* line 256, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 262, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 266, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 270, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 282, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

/* line 289, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* line 299, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-target {
  background: #eceeef;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
  margin: 15px 0;
  cursor: pointer;
}

/* line 308, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal {
  height: 5px;
}

/* line 312, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
}

/* line 316, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-vertical {
  width: 5px;
}

/* line 320, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-connect {
  background: #5e72e4;
  box-shadow: none;
}

/* line 329, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #5e72e4;
  border: 0;
  transition: box-shadow .15s, transform .15s;
}

/* line 342, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  box-shadow: 0px 0px 0px 2px #5e72e4;
}

/* line 347, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.input-slider--cyan .noUi-connect {
  background: #2bffc6;
}

/* Disabled state */
/* line 354, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
[disabled] .noUi-connect,
.noUi-connect[disabled] {
  background: #b2b2b2;
}

/* line 359, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
[disabled] .noUi-handle,
.noUi-origin[disabled] {
  cursor: not-allowed;
}

/* Range slider value labels */
/* line 366, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.range-slider-value {
  font-size: 0.75rem;
  font-weight: 500;
  background-color: rgba(33, 37, 41, 0.7);
  color: #fff;
  border-radius: 10px;
  padding: .4em .8em .3em .85em;
}

/* line 375, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 380, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.input-slider-value-output {
  background: #333;
  color: #fff;
  padding: 4px 8px;
  position: relative;
  top: 12px;
  font-size: 11px;
  border-radius: 2px;
}

/* line 390, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.input-slider-value-output:after {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
  border-width: 4px;
  margin-left: -4px;
}

/* line 405, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.input-slider-value-output.left:after {
  left: 10px;
  right: auto;
}

/* line 410, app/assets/stylesheets/custom/../core/vendors/_nouislider.scss */
.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

/* line 5, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-container {
  font-family: Open Sans, sans-serif;
}

/* line 9, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar {
  position: relative;
  padding: 0.625rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #8898aa;
}

/* line 18, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 22, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 27, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor {
  min-height: 6rem;
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
  .ql-editor {
    transition: none;
  }
}

/* line 52, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.ql-editor:focus {
  color: #8898aa;
  background-color: #fff;
  border-color: #5e72e4;
  outline: 0;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 60, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor:focus {
  border-color: #dee2e6;
}

/* line 65, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 73, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor.ql-blank::before {
  top: 0.625rem;
  left: 0.75rem;
  font-style: normal;
  color: #adb5bd;
}

/* line 79, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 86, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 90, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 94, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 99, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar button {
  padding: 0 .25rem;
  background: none;
  border: none;
  color: #525f7f;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 106, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar button:hover {
  color: #5e72e4;
}

/* line 110, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 115, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar .ql-active {
  color: #5e72e4;
}

/* line 119, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar button svg {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 123, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 131, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 135, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 139, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 147, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.4375rem;
  padding: 0.625rem 0.75rem;
  margin-top: .6rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(0, 0, 0, 0.2);
}

/* line 161, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip:before, .ql-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

/* line 168, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
}

/* line 174, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip:after {
  border-bottom: 0.5rem solid #fff;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

/* line 181, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 185, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 185, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 191, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 195, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  border: none;
  color: #8898aa;
}

/* line 206, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip input:focus {
  outline: none;
}

/* line 211, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 216, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 221, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 221, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover, .ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 239, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 246, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-action.disabled::before, .ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  background-color: #324cdd;
  border-color: #5e72e4;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

/* line 251, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 255, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 259, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip .ql-remove::before {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  content: 'Remove';
  border-color: #dee2e6;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}

/* line 13, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:focus, .ql-tooltip .ql-remove.focus::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 23, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-remove.disabled::before, .ql-tooltip .ql-remove::before:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 30, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #212529;
  background-color: #e6e6e6;
  border-color: white;
}

/* line 40, app/assets/stylesheets/custom/../core/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 265, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 272, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 277, app/assets/stylesheets/custom/../core/vendors/_quill.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 11, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 25, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 29, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

/* line 33, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-element {
  box-sizing: content-box;
  display: none;
}

/* line 37, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-element div {
  box-sizing: content-box;
}

/* line 40, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 44, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 48, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 52, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 55, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 69, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 75, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 84, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 92, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 99, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 106, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 118, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 125, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 129, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 133, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 137, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 142, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 146, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 150, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 154, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 159, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 168, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 172, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 180, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 187, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 194, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 199, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 204, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 208, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 212, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 220, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 224, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 228, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 233, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 238, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 243, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 247, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 252, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 256, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 260, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 264, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 269, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 279, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 287, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 291, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 307, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 314, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

/* line 323, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
/* line 332, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

/* line 338, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

/* line 344, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 348, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 352, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 356, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 361, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 365, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 370, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 380, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

/* line 384, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 392, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 398, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 412, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 420, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

/* line 428, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
/* line 444, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 449, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 454, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

/* line 460, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

/* line 466, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

/* line 472, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 476, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 482, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 487, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 491, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 495, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 499, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 504, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 514, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

/* line 518, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 526, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 531, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 536, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

/* line 545, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 554, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 562, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 567, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 572, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

/* line 577, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

/* line 583, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

/* line 589, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

/* line 594, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

/* line 600, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 605, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 612, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 616, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 620, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 624, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 629, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 639, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 647, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 655, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

/* line 663, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 670, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 683, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
/* line 691, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

/* line 698, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

/* line 705, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

/* line 716, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

/* line 727, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 731, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 736, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 740, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 745, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 753, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 758, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 767, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 773, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 780, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 790, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

/* line 794, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 802, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

/* line 807, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 815, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

/* line 823, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 832, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

/* line 837, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
/* line 843, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 848, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 853, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

/* line 859, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

/* line 865, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 869, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

/* line 874, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

/* line 879, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 883, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 888, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 894, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 898, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 902, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 906, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* line 915, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner {
  height: 100%;
}

/* line 918, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 922, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element {
  transition: opacity 300ms;
  margin-right: 2px;
}

/* line 926, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

/* line 931, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 935, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

/* line 940, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element.scroll-y {
  width: 3px;
  right: 0;
}

/* line 945, app/assets/stylesheets/custom/../core/vendors/_scrollbar.scss */
.scrollbar-inner .scroll-element.scroll-x {
  height: 3px;
  bottom: 0;
}

/* line 6, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-selection__arrow {
  display: none;
}

/* line 10, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2.select2-container {
  width: 100% !important;
}

/* line 14, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 42, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2, app/assets/stylesheets/custom/../core/mixins/_forms.scss */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #8898aa;
  background-color: #fff;
  border-color: #5e72e4;
  outline: 0;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

/* line 51, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 70, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* line 77, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

/* line 82, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-dropdown {
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4375rem;
}

/* line 89, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-results__option {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  color: #212529;
  font-size: 0.875rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.select2-results__option:hover, .select2-results__option:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f6f9fc;
}

/* line 102, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #16181b;
}

/* line 108, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #8898aa;
}

/* line 112, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.25rem + 2px);
}

/* line 118, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 124, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  padding: 0 .5rem;
  margin: 0 0 .25rem .25rem;
  background-color: #adb5bd;
  border: none;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #8898aa;
}

/* line 136, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  margin-left: .5rem;
  color: #8898aa;
}

/* line 141, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #525f7f;
}

/* line 146, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container .select2-search--inline {
  display: none;
}

/* line 150, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 157, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-search--dropdown {
  padding: 0.5rem 0.75rem;
}

/* line 161, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* line 174, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* line 184, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 189, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

/* line 193, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4375rem;
}

/* line 203, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1.75rem + 2px);
}

/* line 208, app/assets/stylesheets/custom/../core/vendors/_select2.scss */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

/* line 7, app/assets/stylesheets/custom/../core/vendors/_sweet-alert-2.scss */
.swal2-popup {
  padding: 1.5rem;
}

/* line 11, app/assets/stylesheets/custom/../core/vendors/_sweet-alert-2.scss */
.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

/* line 15, app/assets/stylesheets/custom/../core/vendors/_sweet-alert-2.scss */
.swal2-popup .swal2-content {
  font-size: 0.875rem;
}

/* line 19, app/assets/stylesheets/custom/../core/vendors/_sweet-alert-2.scss */
.swal2-popup .swal2-image {
  max-width: 200px;
}

/* line 1, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 24, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 27, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent;
}

/* line 30, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 8px 6px;
  width: 254px;
  max-width: 254px;
}

/* line 34, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .tim-icons {
  opacity: 1;
}

/* line 40, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch .table-condensed:hover {
  background: #eee;
  border-radius: 3px;
}

/* line 48, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 52, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .btn[data-action="togglePeriod"]:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .separator {
  color: #9A9A9A !important;
}

/* line 59, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade {
  color: #9A9A9A;
}

/* line 64, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade.active {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 71, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 81, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 85, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  right: auto;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

/* line 100, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none;
}

/* line 104, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: auto;
  bottom: -6px;
  right: auto;
  left: 10px;
  color: #fff;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

/* line 120, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
}

/* line 123, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
}

/* line 126, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 130, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 134, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 137, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  border-width: 0;
  color: #fff;
}

/* line 142, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action="togglePicker"],
.bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover {
  color: #5e72e4;
}

/* line 146, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 149, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 1.5em;
  margin: 3px;
  border-radius: 50%;
  color: #9A9A9A;
}

/* line 161, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  padding: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

/* line 168, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn {
  margin: 0 !important;
}

/* line 171, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 174, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 177, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 180, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 183, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 186, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 189, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 192, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 195, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 198, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 3px;
  color: #5e72e4;
}

/* line 203, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 206, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 213, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 3px;
  margin: 2px 0px !important;
}

/* line 220, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  text-align: center;
}

/* line 225, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center;
}

/* line 228, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: 300;
}

/* line 234, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 237, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed;
}

/* line 242, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  border-radius: 4px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  color: #5e72e4;
}

/* line 252, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 255, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 258, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  color: #5e72e4;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* line 264, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 267, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eee;
}

/* line 271, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #cfcfca;
}

/* line 277, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day > div,
.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
  height: 30px;
  line-height: 2.2;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: -1;
  color: #9A9A9A;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

/* line 300, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: #eee;
  cursor: pointer;
}

/* line 304, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old > div, .bootstrap-datetimepicker-widget table td.new > div {
  color: #172b4d;
}

/* line 308, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today, .bootstrap-datetimepicker-widget table td.day {
  background: transparent !important;
}

/* line 312, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today > div:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #68B3C8;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 322, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #5e72e4;
  color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

/* line 327, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff;
}

/* line 330, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled > div, .bootstrap-datetimepicker-widget table td.disabled:hover > div {
  background: none;
  color: #cfcfca;
  cursor: not-allowed;
}

/* line 335, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}

/* line 346, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5e72e4;
  color: #FFFFFF;
}

/* line 350, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #cfcfca;
}

/* line 353, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed;
}

/* line 358, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important;
}

/* line 363, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 368, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 372, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 1px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

/* line 384, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget .separator {
  position: relative;
  color: red;
  width: auto;
  height: auto;
}

/* line 393, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .picker-switch,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.prev span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.next span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.day > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action="togglePicker"],
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-hours span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-minutes span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .separator,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour > div {
  color: #9A9A9A;
}

/* line 410, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.dow {
  color: rgba(255, 255, 255, 0.8);
}

/* line 414, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.old > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.new > div {
  color: rgba(255, 255, 255, 0.4);
}

/* line 419, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget button[data-action] {
  background-color: #fff;
}

/* line 423, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #fff;
}

/* line 428, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.day:not(.active):hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.second:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 436, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 443, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget {
  background-color: #5e72e4;
}

/* line 446, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="orange"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #5e72e4;
}

/* line 455, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget {
  background-color: #11cdef;
}

/* line 458, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="blue"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #11cdef;
}

/* line 467, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget {
  background-color: #2dce89;
}

/* line 470, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="green"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #2dce89;
}

/* line 479, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget {
  background-color: #f5365c;
}

/* line 482, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="red"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #f5365c;
}

/* line 491, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget {
  background-color: #fb6340;
}

/* line 494, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget button[data-action], input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after, input.datetimepicker[data-color="yellow"] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #fb6340;
}

/* line 507, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day, .bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute {
  color: rgba(255, 255, 255, 0.7);
}

/* line 510, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day:hover, .bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute:hover {
  color: #212529;
}

/* line 516, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black table td span, .bootstrap-datetimepicker-widget.dropdown-black table td.minute, .bootstrap-datetimepicker-widget.dropdown-black table td.hour {
  color: rgba(255, 255, 255, 0.7);
}

/* line 519, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black table td span:hover, .bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover, .bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
}

/* line 523, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black table td span:hover div, .bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover div, .bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover div {
  background: transparent;
}

/* line 529, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action] {
  color: #fff;
}

/* line 533, app/assets/stylesheets/custom/../core/vendors/_plugin-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action="togglePeriod"] {
  background: transparent;
}

/* line 4, app/assets/stylesheets/landing.scss */
.landing-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* line 32, app/assets/stylesheets/landing.scss */
.hero-content {
  animation: fadeInUp 1s ease-out;
}

/* line 36, app/assets/stylesheets/landing.scss */
.feature-card {
  animation: fadeInUp 0.6s ease-out;
}

/* line 39, app/assets/stylesheets/landing.scss */
.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 43, app/assets/stylesheets/landing.scss */
.feature-card:nth-child(3) {
  animation-delay: 0.4s;
}

/* line 47, app/assets/stylesheets/landing.scss */
.feature-card:hover .feature-icon {
  animation: pulse 0.6s ease-in-out;
}

/* line 53, app/assets/stylesheets/landing.scss */
.btn-gradient {
  position: relative;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/landing.scss */
.btn-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

/* line 68, app/assets/stylesheets/landing.scss */
.btn-gradient:hover::before {
  left: 100%;
}

@media (max-width: 992px) {
  /* line 75, app/assets/stylesheets/landing.scss */
  .hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /* line 80, app/assets/stylesheets/landing.scss */
  .hero-content {
    text-align: center;
    margin-bottom: 2rem;
  }
  /* line 85, app/assets/stylesheets/landing.scss */
  .feature-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  /* line 91, app/assets/stylesheets/landing.scss */
  .hero-section h1 {
    font-size: 2rem !important;
  }
  /* line 95, app/assets/stylesheets/landing.scss */
  .hero-section .lead {
    font-size: 1.1rem;
  }
  /* line 99, app/assets/stylesheets/landing.scss */
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  /* line 104, app/assets/stylesheets/landing.scss */
  .display-4 {
    font-size: 2rem !important;
  }
}

/* line 110, app/assets/stylesheets/landing.scss */
.newsletter-form {
  transition: all 0.3s ease;
}

/* line 113, app/assets/stylesheets/landing.scss */
.newsletter-form:focus-within {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(94, 114, 228, 0.3);
}

/* line 118, app/assets/stylesheets/landing.scss */
.newsletter-form input:focus {
  outline: none;
}

/* line 124, app/assets/stylesheets/landing.scss */
.btn-gradient.loading {
  position: relative;
  color: transparent;
}

/* line 128, app/assets/stylesheets/landing.scss */
.btn-gradient.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* line 150, app/assets/stylesheets/landing.scss */
.navbar-landing {
  transition: all 0.3s ease;
}

/* line 153, app/assets/stylesheets/landing.scss */
.navbar-landing .navbar-brand {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

/* line 157, app/assets/stylesheets/landing.scss */
.navbar-landing .navbar-brand:hover {
  transform: scale(1.05);
}

/* line 162, app/assets/stylesheets/landing.scss */
.navbar-landing .nav-link {
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

/* line 167, app/assets/stylesheets/landing.scss */
.navbar-landing .nav-link:hover {
  color: var(--primary-color) !important;
}

/* line 171, app/assets/stylesheets/landing.scss */
.navbar-landing .nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* line 183, app/assets/stylesheets/landing.scss */
.navbar-landing .nav-link:hover::after {
  width: 100%;
}

/* line 191, app/assets/stylesheets/landing.scss */
.footer-section .social-links a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

/* line 201, app/assets/stylesheets/landing.scss */
.footer-section .social-links a:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
}

/* line 209, app/assets/stylesheets/landing.scss */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}

/* line 218, app/assets/stylesheets/landing.scss */
.scroll-indicator .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  width: 0%;
  transition: width 0.3s ease;
}

/* line 59, app/assets/stylesheets/application.scss */
hidden_hidden {
  visibility: hidden;
}

@media (max-width: 991.98px) {
  /* line 65, app/assets/stylesheets/application.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 70, app/assets/stylesheets/application.scss */
  .card {
    border-radius: 0.75rem;
  }
  /* line 74, app/assets/stylesheets/application.scss */
  .card-body {
    padding: 1.25rem;
  }
  /* line 78, app/assets/stylesheets/application.scss */
  .progress {
    border-radius: 0.5rem;
  }
  /* line 82, app/assets/stylesheets/application.scss */
  .badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
  /* line 87, app/assets/stylesheets/application.scss */
  .btn {
    border-radius: 0.5rem;
    font-weight: 500;
  }
  /* line 92, app/assets/stylesheets/application.scss */
  .btn-block {
    padding: 0.75rem 1rem;
  }
  /* line 96, app/assets/stylesheets/application.scss */
  .table-responsive {
    border-radius: 0.75rem;
    overflow: hidden;
  }
  /* line 101, app/assets/stylesheets/application.scss */
  .avatar img {
    border: 2px solid #e9ecef;
  }
  /* line 105, app/assets/stylesheets/application.scss */
  .flex-grow-1 {
    min-width: 0;
  }
  /* line 109, app/assets/stylesheets/application.scss */
  .text-center {
    text-align: center !important;
  }
  /* line 113, app/assets/stylesheets/application.scss */
  .border-right {
    border-right: none !important;
  }
  /* line 117, app/assets/stylesheets/application.scss */
  .col-6 {
    padding: 0.5rem;
  }
  /* line 121, app/assets/stylesheets/application.scss */
  .col-6:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 128, app/assets/stylesheets/application.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 133, app/assets/stylesheets/application.scss */
  .card-body {
    padding: 1rem;
  }
  /* line 137, app/assets/stylesheets/application.scss */
  .h3 {
    font-size: 1.5rem;
  }
  /* line 141, app/assets/stylesheets/application.scss */
  .btn {
    font-size: 0.875rem;
  }
  /* line 145, app/assets/stylesheets/application.scss */
  .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
  /* line 150, app/assets/stylesheets/application.scss */
  .progress {
    height: 6px !important;
  }
  /* line 154, app/assets/stylesheets/application.scss */
  .avatar img {
    width: 50px !important;
    height: 50px !important;
  }
  /* line 159, app/assets/stylesheets/application.scss */
  .d-flex.flex-wrap {
    gap: 0.25rem;
  }
  /* line 163, app/assets/stylesheets/application.scss */
  .badge.mr-1.mb-1 {
    margin-right: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (max-width: 991.98px) {
  /* line 171, app/assets/stylesheets/application.scss */
  .sidenav {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  /* line 176, app/assets/stylesheets/application.scss */
  .sidenav.show {
    transform: translateX(0);
  }
  /* line 180, app/assets/stylesheets/application.scss */
  .sidenav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  /* line 193, app/assets/stylesheets/application.scss */
  .sidenav-backdrop.show {
    opacity: 1;
    visibility: visible;
  }
  /* line 198, app/assets/stylesheets/application.scss */
  .main-content {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 206, app/assets/stylesheets/application.scss */
  .table-responsive {
    font-size: 0.875rem;
  }
  /* line 210, app/assets/stylesheets/application.scss */
  .table th,
.table td {
    padding: 0.5rem;
  }
  /* line 215, app/assets/stylesheets/application.scss */
  .table th {
    font-size: 0.8rem;
    font-weight: 600;
  }
}

/* line 222, app/assets/stylesheets/application.scss */
.card.shadow-sm {
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* line 226, app/assets/stylesheets/application.scss */
.card.shadow-sm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px);
}

/* line 232, app/assets/stylesheets/application.scss */
.progress {
  background-color: #e9ecef;
  overflow: hidden;
}

/* line 237, app/assets/stylesheets/application.scss */
.progress-bar {
  transition: width 0.6s ease;
}

/* line 242, app/assets/stylesheets/application.scss */
.btn {
  transition: all 0.2s ease-in-out;
}

/* line 246, app/assets/stylesheets/application.scss */
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* line 252, app/assets/stylesheets/application.scss */
.badge {
  font-weight: 500;
  letter-spacing: 0.025em;
}

/* line 258, app/assets/stylesheets/application.scss */
.avatar img {
  transition: transform 0.2s ease-in-out;
}

/* line 262, app/assets/stylesheets/application.scss */
.avatar:hover img {
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  /* line 268, app/assets/stylesheets/application.scss */
  .form-control-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  /* line 273, app/assets/stylesheets/application.scss */
  .card-header h5 {
    font-size: 1.1rem;
  }
  /* line 277, app/assets/stylesheets/application.scss */
  .card-header small {
    font-size: 0.8rem;
  }
  /* line 281, app/assets/stylesheets/application.scss */
  .badge-lg {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  /* line 286, app/assets/stylesheets/application.scss */
  .progress {
    height: 18px !important;
  }
  /* line 290, app/assets/stylesheets/application.scss */
  .modal-dialog {
    margin: 0.5rem;
  }
  /* line 294, app/assets/stylesheets/application.scss */
  .modal-body {
    padding: 1rem;
  }
  /* line 298, app/assets/stylesheets/application.scss */
  .modal-body .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 303, app/assets/stylesheets/application.scss */
  .modal-body .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 308, app/assets/stylesheets/application.scss */
  .btn-block {
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-weight: 500;
  }
  /* line 314, app/assets/stylesheets/application.scss */
  .card.h-100 {
    height: auto !important;
  }
  /* line 318, app/assets/stylesheets/application.scss */
  .d-flex.flex-column {
    min-height: 200px;
  }
  /* line 322, app/assets/stylesheets/application.scss */
  .mt-auto {
    margin-top: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  /* line 328, app/assets/stylesheets/application.scss */
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 333, app/assets/stylesheets/application.scss */
  .card-body {
    padding: 1rem;
  }
  /* line 337, app/assets/stylesheets/application.scss */
  .card-header {
    padding: 0.75rem 1rem;
  }
  /* line 341, app/assets/stylesheets/application.scss */
  .form-control-lg {
    font-size: 0.9rem;
    padding: 0.625rem 0.875rem;
  }
  /* line 346, app/assets/stylesheets/application.scss */
  .btn {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
  /* line 351, app/assets/stylesheets/application.scss */
  .btn-block {
    padding: 0.75rem 1rem;
  }
  /* line 355, app/assets/stylesheets/application.scss */
  .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
  /* line 360, app/assets/stylesheets/application.scss */
  .badge-lg {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
  }
  /* line 365, app/assets/stylesheets/application.scss */
  .progress {
    height: 16px !important;
  }
  /* line 369, app/assets/stylesheets/application.scss */
  .modal-dialog {
    margin: 0.25rem;
  }
  /* line 373, app/assets/stylesheets/application.scss */
  .modal-body {
    padding: 0.75rem;
  }
  /* line 377, app/assets/stylesheets/application.scss */
  .d-flex.align-items-center {
    flex-direction: column;
    text-align: center;
  }
  /* line 382, app/assets/stylesheets/application.scss */
  .d-flex.align-items-center .flex-grow-1 {
    margin-left: 0 !important;
    margin-top: 1rem;
  }
  /* line 387, app/assets/stylesheets/application.scss */
  .avatar img {
    width: 60px !important;
    height: 60px !important;
  }
  /* line 392, app/assets/stylesheets/application.scss */
  .card.h-100 .card-body {
    padding: 1rem;
  }
  /* line 396, app/assets/stylesheets/application.scss */
  .d-flex.flex-column {
    min-height: 180px;
  }
}

/* line 402, app/assets/stylesheets/application.scss */
.form-control:focus {
  border-color: #5e72e4;
  box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
}

/* line 407, app/assets/stylesheets/application.scss */
.form-control-lg:focus {
  box-shadow: 0 0 0 0.3rem rgba(94, 114, 228, 0.25);
}

/* line 412, app/assets/stylesheets/application.scss */
.card.shadow-sm {
  border: none;
  transition: all 0.3s ease;
}

/* line 417, app/assets/stylesheets/application.scss */
.card.shadow-sm:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

/* line 422, app/assets/stylesheets/application.scss */
.card-header.bg-info {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%) !important;
}

/* line 426, app/assets/stylesheets/application.scss */
.card-header.bg-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

/* line 430, app/assets/stylesheets/application.scss */
.card-header.bg-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
}

/* line 435, app/assets/stylesheets/application.scss */
.btn-info {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  border: none;
  transition: all 0.3s ease;
}

/* line 441, app/assets/stylesheets/application.scss */
.btn-info:hover {
  background: linear-gradient(135deg, #138496 0%, #117a8b 100%);
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(23, 162, 184, 0.3);
}

/* line 447, app/assets/stylesheets/application.scss */
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
  transition: all 0.3s ease;
}

/* line 453, app/assets/stylesheets/application.scss */
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  transform: translateY(-1px);
}

/* line 460, app/assets/stylesheets/application.scss */
.progress {
  background-color: #e9ecef;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* line 466, app/assets/stylesheets/application.scss */
.progress-bar {
  transition: width 0.8s ease;
  border-radius: 0.5rem;
}

/* line 472, app/assets/stylesheets/application.scss */
.badge {
  font-weight: 500;
  letter-spacing: 0.025em;
  border-radius: 0.375rem;
}

/* line 478, app/assets/stylesheets/application.scss */
.badge-lg {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* line 485, app/assets/stylesheets/application.scss */
.modal-content {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 491, app/assets/stylesheets/application.scss */
.modal-header {
  border-bottom: 1px solid #e9ecef;
  border-radius: 0.75rem 0.75rem 0 0;
}

/* line 496, app/assets/stylesheets/application.scss */
.modal-footer {
  border-top: 1px solid #e9ecef;
  border-radius: 0 0 0.75rem 0.75rem;
}

/* line 502, app/assets/stylesheets/application.scss */
.avatar img {
  border: 3px solid #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* line 508, app/assets/stylesheets/application.scss */
.avatar:hover img {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 514, app/assets/stylesheets/application.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 518, app/assets/stylesheets/application.scss */
h6.text-muted {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* line 524, app/assets/stylesheets/application.scss */
.d-flex.flex-wrap {
  gap: 0.5rem;
}

@media (max-width: 575.98px) {
  /* line 529, app/assets/stylesheets/application.scss */
  .d-flex.flex-wrap {
    gap: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  /* line 536, app/assets/stylesheets/application.scss */
  .btn-outline-danger {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-width: 2px;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
    transition: all 0.3s ease;
  }
  /* line 546, app/assets/stylesheets/application.scss */
  .btn-outline-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
  }
  /* line 551, app/assets/stylesheets/application.scss */
  .btn-outline-danger:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
  }
  /* line 556, app/assets/stylesheets/application.scss */
  .btn-outline-danger i {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 562, app/assets/stylesheets/application.scss */
  .btn-outline-danger {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
  }
  /* line 567, app/assets/stylesheets/application.scss */
  .btn-outline-danger i {
    font-size: 1rem;
  }
  /* line 571, app/assets/stylesheets/application.scss */
  .d-flex.justify-content-end {
    justify-content: center !important;
  }
  /* line 575, app/assets/stylesheets/application.scss */
  .d-flex.justify-content-end .btn {
    width: 100%;
    max-width: 200px;
  }
}

/* line 582, app/assets/stylesheets/application.scss */
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
  transition: all 0.3s ease;
}

/* line 588, app/assets/stylesheets/application.scss */
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(220, 53, 69, 0.3);
}

/* line 596, app/assets/stylesheets/application.scss */
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 601, app/assets/stylesheets/application.scss */
.nav-link.text-danger {
  color: #dc3545 !important;
  transition: all 0.3s ease;
}

/* line 606, app/assets/stylesheets/application.scss */
.nav-link.text-danger:hover {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545 !important;
}

/* line 611, app/assets/stylesheets/application.scss */
.nav-link.text-danger i {
  transition: transform 0.3s ease;
}

/* line 615, app/assets/stylesheets/application.scss */
.nav-link.text-danger:hover i {
  transform: scale(1.1);
}

/*# sourceMappingURL=application.css-e44a8c1310bb7549fafaa7e955a33c43ea0a126dcf86a959427ac4c912ba18c1.map */
