@charset "UTF-8";
/* Background Colors */
/* line 67, /app/app/assets/stylesheets/colors.scss */
.bg-black {
  background-color: #000;
}

/* line 70, /app/app/assets/stylesheets/colors.scss */
.bg-white {
  background-color: #fff;
}

/* line 73, /app/app/assets/stylesheets/colors.scss */
.bg-light-blue {
  background-color: #00b2ca;
}

/* line 76, /app/app/assets/stylesheets/colors.scss */
.bg-dark-blue {
  background-color: #0f2036;
}

/* line 79, /app/app/assets/stylesheets/colors.scss */
.bg-green {
  background-color: #36a367;
}

/* line 82, /app/app/assets/stylesheets/colors.scss */
.bg-light-green {
  background-color: #a9e2c2;
}

/* line 85, /app/app/assets/stylesheets/colors.scss */
.bg-red {
  background-color: #e33131;
}

/* line 88, /app/app/assets/stylesheets/colors.scss */
.bg-pink {
  background-color: #fbb;
}

/* line 91, /app/app/assets/stylesheets/colors.scss */
.bg-light-gray {
  background-color: #f0f0f0;
}

/* line 94, /app/app/assets/stylesheets/colors.scss */
.bg-lighter-gray {
  background-color: #f0f0f0;
}

/* line 97, /app/app/assets/stylesheets/colors.scss */
.bg-lightest-gray {
  background-color: #fefefe;
}

/* line 100, /app/app/assets/stylesheets/colors.scss */
.bg-dark-gray {
  background-color: #151515;
}

/* line 103, /app/app/assets/stylesheets/colors.scss */
.bg-mid-gray {
  background-color: #e5e5e5;
}

/* line 106, /app/app/assets/stylesheets/colors.scss */
.bg-soft-gray {
  background-color: #d5d5d5;
}

/* line 109, /app/app/assets/stylesheets/colors.scss */
.bg-teal {
  background-color: #00c8aa;
}

/* line 112, /app/app/assets/stylesheets/colors.scss */
.bg-cyan {
  background-color: #2fca97;
}

/* line 115, /app/app/assets/stylesheets/colors.scss */
.bg-blue {
  background-color: #1c86d6;
}

/* line 118, /app/app/assets/stylesheets/colors.scss */
.bg-soft-red {
  background-color: #ff6d6d;
}

/* line 121, /app/app/assets/stylesheets/colors.scss */
.bg-neutral-gray {
  background-color: #e9e9e9;
}

/* line 124, /app/app/assets/stylesheets/colors.scss */
.bg-muted-gray {
  background-color: #62738d;
}

/* line 127, /app/app/assets/stylesheets/colors.scss */
.bg-charcoal-gray {
  background-color: #636768;
}

/* line 130, /app/app/assets/stylesheets/colors.scss */
.bg-peach-puff {
  background-color: #fff5ee;
}

/* line 133, /app/app/assets/stylesheets/colors.scss */
.bg-dark-teal {
  background-color: #034058;
}

/* line 136, /app/app/assets/stylesheets/colors.scss */
.bg-deep-teal {
  background-color: #034550;
}

/* line 139, /app/app/assets/stylesheets/colors.scss */
.bg-grayish {
  background-color: #cacccf;
}

/* line 142, /app/app/assets/stylesheets/colors.scss */
.bg-dark-cyan {
  background-color: #0e4149;
}

/* line 145, /app/app/assets/stylesheets/colors.scss */
.bg-steel-blue {
  background-color: #1b5c67;
}

/* line 148, /app/app/assets/stylesheets/colors.scss */
.bg-pale-blue {
  background-color: #bed0d3;
}

/* line 151, /app/app/assets/stylesheets/colors.scss */
.bg-silver {
  background-color: #e0e0e0;
}

/* line 154, /app/app/assets/stylesheets/colors.scss */
.bg-sky-blue {
  background-color: #346b94;
}

/* line 157, /app/app/assets/stylesheets/colors.scss */
.bg-bright-blue {
  background-color: #059ff5;
}

/* Additional Background Colors */
/* line 162, /app/app/assets/stylesheets/colors.scss */
.bg-dark-green {
  background-color: #16a34a;
}

/* line 165, /app/app/assets/stylesheets/colors.scss */
.bg-pastel-green {
  background-color: #4fffc4a1;
}

/* line 168, /app/app/assets/stylesheets/colors.scss */
.bg-mint-cream {
  background-color: #e7fff7;
}

/* line 171, /app/app/assets/stylesheets/colors.scss */
.bg-soft-mint {
  background-color: #6fd7b4;
}

/* line 174, /app/app/assets/stylesheets/colors.scss */
.bg-neon-green {
  background-color: #1effb4;
}

/* line 177, /app/app/assets/stylesheets/colors.scss */
.bg-midnight {
  background-color: #565656;
}

/* line 180, /app/app/assets/stylesheets/colors.scss */
.bg-off-white {
  background-color: #fbfbfb;
}

/* line 183, /app/app/assets/stylesheets/colors.scss */
.bg-ash-gray {
  background-color: #aeaeae;
}

/* line 186, /app/app/assets/stylesheets/colors.scss */
.bg-gray {
  background-color: #ccc;
}

/* line 189, /app/app/assets/stylesheets/colors.scss */
.bg-shadow-gray {
  background-color: #818181;
}

/* line 192, /app/app/assets/stylesheets/colors.scss */
.bg-light-silver {
  background-color: #ddd;
}

/* New Background Colors */
/* line 197, /app/app/assets/stylesheets/colors.scss */
.bg-golden {
  background-color: #d29700;
}

/* line 200, /app/app/assets/stylesheets/colors.scss */
.bg-light-golden {
  background-color: #fff3da;
}

/* line 203, /app/app/assets/stylesheets/colors.scss */
.bg-light-gray-2 {
  background-color: #adadad;
}

/* line 206, /app/app/assets/stylesheets/colors.scss */
.bg-light-gray-3 {
  background-color: #efefef;
}

/* line 209, /app/app/assets/stylesheets/colors.scss */
.bg-light-gray-4 {
  background-color: #fff8e9;
}

/* line 212, /app/app/assets/stylesheets/colors.scss */
.bg-mint-green {
  background-color: #a5ffe1;
}

/* line 215, /app/app/assets/stylesheets/colors.scss */
.bg-pale-green {
  background-color: #d3f4ea;
}

/* line 218, /app/app/assets/stylesheets/colors.scss */
.bg-lightest-blue {
  background-color: #f5f9fa;
}

/* line 221, /app/app/assets/stylesheets/colors.scss */
.bg-lightest-green {
  background-color: #e9fff8;
}

/* line 224, /app/app/assets/stylesheets/colors.scss */
.bg-forest-green {
  background-color: #406c5d;
}

/* line 227, /app/app/assets/stylesheets/colors.scss */
.bg-dark-forest-green {
  background-color: #044550;
}

/* line 230, /app/app/assets/stylesheets/colors.scss */
.bg-light-forest-green {
  background-color: #3b7278;
}

/* line 233, /app/app/assets/stylesheets/colors.scss */
.bg-neutral-gray-2 {
  background-color: #e9e9e9;
}

/* line 236, /app/app/assets/stylesheets/colors.scss */
.bg-lightest-gray-2 {
  background-color: #f7f7f7;
}

/* line 239, /app/app/assets/stylesheets/colors.scss */
.bg-lightest-gray-3 {
  background-color: #f6f6f6;
}

/* line 242, /app/app/assets/stylesheets/colors.scss */
.bg-mid-gray-2 {
  background-color: #e5e5e5;
}

/* line 245, /app/app/assets/stylesheets/colors.scss */
.bg-mid-gray-3 {
  background-color: #ededed;
}

/* line 248, /app/app/assets/stylesheets/colors.scss */
.bg-mid-gray-4 {
  background-color: #929292;
}

/* Text Colors */
/* line 253, /app/app/assets/stylesheets/colors.scss */
.text-black {
  color: #000;
}

/* line 256, /app/app/assets/stylesheets/colors.scss */
.text-white {
  color: #fff;
}

/* line 259, /app/app/assets/stylesheets/colors.scss */
.text-light-blue {
  color: #00b2ca;
}

/* line 262, /app/app/assets/stylesheets/colors.scss */
.text-dark-blue {
  color: #0f2036;
}

/* line 265, /app/app/assets/stylesheets/colors.scss */
.text-green {
  color: #36a367;
}

/* line 268, /app/app/assets/stylesheets/colors.scss */
.text-light-green {
  color: #a9e2c2;
}

/* line 271, /app/app/assets/stylesheets/colors.scss */
.text-red {
  color: #e33131;
}

/* line 274, /app/app/assets/stylesheets/colors.scss */
.text-pink {
  color: #fbb;
}

/* line 277, /app/app/assets/stylesheets/colors.scss */
.text-light-gray {
  color: #f0f0f0;
}

/* line 280, /app/app/assets/stylesheets/colors.scss */
.text-lighter-gray {
  color: #f0f0f0;
}

/* line 283, /app/app/assets/stylesheets/colors.scss */
.text-lightest-gray {
  color: #fefefe;
}

/* line 286, /app/app/assets/stylesheets/colors.scss */
.text-dark-gray {
  color: #151515;
}

/* line 289, /app/app/assets/stylesheets/colors.scss */
.text-mid-gray {
  color: #e5e5e5;
}

/* line 292, /app/app/assets/stylesheets/colors.scss */
.text-soft-gray {
  color: #d5d5d5;
}

/* line 295, /app/app/assets/stylesheets/colors.scss */
.text-teal {
  color: #00c8aa;
}

/* line 298, /app/app/assets/stylesheets/colors.scss */
.text-cyan {
  color: #2fca97;
}

/* line 301, /app/app/assets/stylesheets/colors.scss */
.text-blue {
  color: #1c86d6;
}

/* line 304, /app/app/assets/stylesheets/colors.scss */
.text-soft-red {
  color: #ff6d6d;
}

/* line 307, /app/app/assets/stylesheets/colors.scss */
.text-neutral-gray {
  color: #e9e9e9;
}

/* line 310, /app/app/assets/stylesheets/colors.scss */
.text-muted-gray {
  color: #62738d;
}

/* line 313, /app/app/assets/stylesheets/colors.scss */
.text-charcoal-gray {
  color: #636768;
}

/* line 316, /app/app/assets/stylesheets/colors.scss */
.text-peach-puff {
  color: #fff5ee;
}

/* line 319, /app/app/assets/stylesheets/colors.scss */
.text-dark-teal {
  color: #034058;
}

/* line 322, /app/app/assets/stylesheets/colors.scss */
.text-deep-teal {
  color: #034550;
}

/* line 325, /app/app/assets/stylesheets/colors.scss */
.text-grayish {
  color: #cacccf;
}

/* line 328, /app/app/assets/stylesheets/colors.scss */
.text-dark-cyan {
  color: #0e4149;
}

/* line 331, /app/app/assets/stylesheets/colors.scss */
.text-steel-blue {
  color: #1b5c67;
}

/* line 334, /app/app/assets/stylesheets/colors.scss */
.text-pale-blue {
  color: #bed0d3;
}

/* line 337, /app/app/assets/stylesheets/colors.scss */
.text-silver {
  color: #e0e0e0;
}

/* line 340, /app/app/assets/stylesheets/colors.scss */
.text-sky-blue {
  color: #346b94;
}

/* line 343, /app/app/assets/stylesheets/colors.scss */
.text-bright-blue {
  color: #059ff5;
}

/* Additional Text Colors */
/* line 348, /app/app/assets/stylesheets/colors.scss */
.text-dark-green {
  color: #16a34a;
}

/* line 351, /app/app/assets/stylesheets/colors.scss */
.text-pastel-green {
  color: #4fffc4a1;
}

/* line 354, /app/app/assets/stylesheets/colors.scss */
.text-mint-cream {
  color: #e7fff7;
}

/* line 357, /app/app/assets/stylesheets/colors.scss */
.text-soft-mint {
  color: #6fd7b4;
}

/* line 360, /app/app/assets/stylesheets/colors.scss */
.text-neon-green {
  color: #1effb4;
}

/* line 363, /app/app/assets/stylesheets/colors.scss */
.text-midnight {
  color: #565656;
}

/* line 366, /app/app/assets/stylesheets/colors.scss */
.text-off-white {
  color: #fbfbfb;
}

/* line 369, /app/app/assets/stylesheets/colors.scss */
.text-ash-gray {
  color: #aeaeae;
}

/* line 372, /app/app/assets/stylesheets/colors.scss */
.text-gray {
  color: #ccc;
}

/* line 375, /app/app/assets/stylesheets/colors.scss */
.text-shadow-gray {
  color: #818181;
}

/* line 378, /app/app/assets/stylesheets/colors.scss */
.text-light-silver {
  color: #ddd;
}

/* New Text Colors */
/* line 383, /app/app/assets/stylesheets/colors.scss */
.text-golden {
  color: #d29700;
}

/* line 386, /app/app/assets/stylesheets/colors.scss */
.text-light-golden {
  color: #fff3da;
}

/* line 389, /app/app/assets/stylesheets/colors.scss */
.text-light-gray-2 {
  color: #adadad;
}

/* line 392, /app/app/assets/stylesheets/colors.scss */
.text-light-gray-3 {
  color: #efefef;
}

/* line 395, /app/app/assets/stylesheets/colors.scss */
.text-light-gray-4 {
  color: #fff8e9;
}

/* line 398, /app/app/assets/stylesheets/colors.scss */
.text-mint-green {
  color: #a5ffe1;
}

/* line 401, /app/app/assets/stylesheets/colors.scss */
.text-pale-green {
  color: #d3f4ea;
}

/* line 404, /app/app/assets/stylesheets/colors.scss */
.text-lightest-blue {
  color: #f5f9fa;
}

/* line 407, /app/app/assets/stylesheets/colors.scss */
.text-lightest-green {
  color: #e9fff8;
}

/* line 410, /app/app/assets/stylesheets/colors.scss */
.text-forest-green {
  color: #406c5d;
}

/* line 413, /app/app/assets/stylesheets/colors.scss */
.text-dark-forest-green {
  color: #044550;
}

/* line 416, /app/app/assets/stylesheets/colors.scss */
.text-light-forest-green {
  color: #3b7278;
}

/* line 419, /app/app/assets/stylesheets/colors.scss */
.text-neutral-gray-2 {
  color: #e9e9e9;
}

/* line 422, /app/app/assets/stylesheets/colors.scss */
.text-lightest-gray-2 {
  color: #f7f7f7;
}

/* line 425, /app/app/assets/stylesheets/colors.scss */
.text-lightest-gray-3 {
  color: #f6f6f6;
}

/* line 428, /app/app/assets/stylesheets/colors.scss */
.text-mid-gray-2 {
  color: #e5e5e5;
}

/* line 431, /app/app/assets/stylesheets/colors.scss */
.text-mid-gray-3 {
  color: #ededed;
}

/* line 434, /app/app/assets/stylesheets/colors.scss */
.text-mid-gray-4 {
  color: #929292;
}

/* Border Colors */
/* line 439, /app/app/assets/stylesheets/colors.scss */
.border-black {
  border-color: #000;
}

/* line 442, /app/app/assets/stylesheets/colors.scss */
.border-white {
  border-color: #fff;
}

/* line 445, /app/app/assets/stylesheets/colors.scss */
.border-light-blue {
  border-color: #00b2ca;
}

/* line 448, /app/app/assets/stylesheets/colors.scss */
.border-dark-blue {
  border-color: #0f2036;
}

/* line 451, /app/app/assets/stylesheets/colors.scss */
.border-green {
  border-color: #36a367;
}

/* line 454, /app/app/assets/stylesheets/colors.scss */
.border-light-green {
  border-color: #a9e2c2;
}

/* line 457, /app/app/assets/stylesheets/colors.scss */
.border-red {
  border-color: #e33131;
}

/* line 460, /app/app/assets/stylesheets/colors.scss */
.border-pink {
  border-color: #fbb;
}

/* line 463, /app/app/assets/stylesheets/colors.scss */
.border-light-gray {
  border-color: #f0f0f0;
}

/* line 466, /app/app/assets/stylesheets/colors.scss */
.border-lighter-gray {
  border-color: #f0f0f0;
}

/* line 469, /app/app/assets/stylesheets/colors.scss */
.border-lightest-gray {
  border-color: #fefefe;
}

/* line 472, /app/app/assets/stylesheets/colors.scss */
.border-dark-gray {
  border-color: #151515;
}

/* line 475, /app/app/assets/stylesheets/colors.scss */
.border-mid-gray {
  border-color: #e5e5e5;
}

/* line 478, /app/app/assets/stylesheets/colors.scss */
.border-soft-gray {
  border-color: #d5d5d5;
}

/* line 481, /app/app/assets/stylesheets/colors.scss */
.border-teal {
  border-color: #00c8aa;
}

/* line 484, /app/app/assets/stylesheets/colors.scss */
.border-cyan {
  border-color: #2fca97;
}

/* line 487, /app/app/assets/stylesheets/colors.scss */
.border-blue {
  border-color: #1c86d6;
}

/* line 490, /app/app/assets/stylesheets/colors.scss */
.border-soft-red {
  border-color: #ff6d6d;
}

/* line 493, /app/app/assets/stylesheets/colors.scss */
.border-neutral-gray {
  border-color: #e9e9e9;
}

/* line 496, /app/app/assets/stylesheets/colors.scss */
.border-muted-gray {
  border-color: #62738d;
}

/* line 499, /app/app/assets/stylesheets/colors.scss */
.border-charcoal-gray {
  border-color: #636768;
}

/* line 502, /app/app/assets/stylesheets/colors.scss */
.border-peach-puff {
  border-color: #fff5ee;
}

/* line 505, /app/app/assets/stylesheets/colors.scss */
.border-dark-teal {
  border-color: #034058;
}

/* line 508, /app/app/assets/stylesheets/colors.scss */
.border-deep-teal {
  border-color: #034550;
}

/* line 511, /app/app/assets/stylesheets/colors.scss */
.border-grayish {
  border-color: #cacccf;
}

/* line 514, /app/app/assets/stylesheets/colors.scss */
.border-dark-cyan {
  border-color: #0e4149;
}

/* line 517, /app/app/assets/stylesheets/colors.scss */
.border-steel-blue {
  border-color: #1b5c67;
}

/* line 520, /app/app/assets/stylesheets/colors.scss */
.border-pale-blue {
  border-color: #bed0d3;
}

/* line 523, /app/app/assets/stylesheets/colors.scss */
.border-silver {
  border-color: #e0e0e0;
}

/* line 526, /app/app/assets/stylesheets/colors.scss */
.border-sky-blue {
  border-color: #346b94;
}

/* line 529, /app/app/assets/stylesheets/colors.scss */
.border-bright-blue {
  border-color: #059ff5;
}

/* Additional Border Colors */
/* line 534, /app/app/assets/stylesheets/colors.scss */
.border-dark-green {
  border-color: #16a34a;
}

/* line 537, /app/app/assets/stylesheets/colors.scss */
.border-pastel-green {
  border-color: #4fffc4a1;
}

/* line 540, /app/app/assets/stylesheets/colors.scss */
.border-mint-cream {
  border-color: #e7fff7;
}

/* line 543, /app/app/assets/stylesheets/colors.scss */
.border-soft-mint {
  border-color: #6fd7b4;
}

/* line 546, /app/app/assets/stylesheets/colors.scss */
.border-neon-green {
  border-color: #1effb4;
}

/* line 549, /app/app/assets/stylesheets/colors.scss */
.border-midnight {
  border-color: #565656;
}

/* line 552, /app/app/assets/stylesheets/colors.scss */
.border-off-white {
  border-color: #fbfbfb;
}

/* line 555, /app/app/assets/stylesheets/colors.scss */
.border-ash-gray {
  border-color: #aeaeae;
}

/* line 558, /app/app/assets/stylesheets/colors.scss */
.border-gray {
  border-color: #ccc;
}

/* line 561, /app/app/assets/stylesheets/colors.scss */
.border-shadow-gray {
  border-color: #818181;
}

/* line 564, /app/app/assets/stylesheets/colors.scss */
.border-light-silver {
  border-color: #ddd;
}

/* New Border Colors */
/* line 569, /app/app/assets/stylesheets/colors.scss */
.border-golden {
  border-color: #d29700;
}

/* line 572, /app/app/assets/stylesheets/colors.scss */
.border-light-golden {
  border-color: #fff3da;
}

/* line 575, /app/app/assets/stylesheets/colors.scss */
.border-light-gray-2 {
  border-color: #adadad;
}

/* line 578, /app/app/assets/stylesheets/colors.scss */
.border-light-gray-3 {
  border-color: #efefef;
}

/* line 581, /app/app/assets/stylesheets/colors.scss */
.border-light-gray-4 {
  border-color: #fff8e9;
}

/* line 584, /app/app/assets/stylesheets/colors.scss */
.border-mint-green {
  border-color: #a5ffe1;
}

/* line 587, /app/app/assets/stylesheets/colors.scss */
.border-pale-green {
  border-color: #d3f4ea;
}

/* line 590, /app/app/assets/stylesheets/colors.scss */
.border-lightest-blue {
  border-color: #f5f9fa;
}

/* line 593, /app/app/assets/stylesheets/colors.scss */
.border-lightest-green {
  border-color: #e9fff8;
}

/* line 596, /app/app/assets/stylesheets/colors.scss */
.border-forest-green {
  border-color: #406c5d;
}

/* line 599, /app/app/assets/stylesheets/colors.scss */
.border-dark-forest-green {
  border-color: #044550;
}

/* line 602, /app/app/assets/stylesheets/colors.scss */
.border-light-forest-green {
  border-color: #3b7278;
}

/* line 605, /app/app/assets/stylesheets/colors.scss */
.border-neutral-gray-2 {
  border-color: #e9e9e9;
}

/* line 608, /app/app/assets/stylesheets/colors.scss */
.border-lightest-gray-2 {
  border-color: #f7f7f7;
}

/* line 611, /app/app/assets/stylesheets/colors.scss */
.border-lightest-gray-3 {
  border-color: #f6f6f6;
}

/* line 614, /app/app/assets/stylesheets/colors.scss */
.border-mid-gray-2 {
  border-color: #e5e5e5;
}

/* line 617, /app/app/assets/stylesheets/colors.scss */
.border-mid-gray-3 {
  border-color: #ededed;
}

/* line 620, /app/app/assets/stylesheets/colors.scss */
.border-mid-gray-4 {
  border-color: #929292;
}

/* line 1, /app/app/assets/stylesheets/typography.scss */
.font-10 {
  font-size: 10px;
  line-height: 14px;
}

/* line 5, /app/app/assets/stylesheets/typography.scss */
.font-12 {
  font-size: 12px;
  line-height: 16px;
}

/* line 9, /app/app/assets/stylesheets/typography.scss */
.font-14 {
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  /* line 9, /app/app/assets/stylesheets/typography.scss */
  .font-14 {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 18, /app/app/assets/stylesheets/typography.scss */
.font-14-l {
  font-size: 14px;
  line-height: 24px;
}

/* line 22, /app/app/assets/stylesheets/typography.scss */
.font-16 {
  font-size: 16px;
  line-height: 24px;
}

/* line 26, /app/app/assets/stylesheets/typography.scss */
.font-18 {
  font-size: 18px;
  line-height: 27px;
}

/* line 30, /app/app/assets/stylesheets/typography.scss */
.font-20 {
  font-size: 20px;
  line-height: 30px;
}

/* line 34, /app/app/assets/stylesheets/typography.scss */
.font-21 {
  font-size: 21px;
  line-height: 28px;
}

/* line 38, /app/app/assets/stylesheets/typography.scss */
.font-24 {
  font-size: 24px;
  line-height: 32px;
}

/* line 42, /app/app/assets/stylesheets/typography.scss */
.font-28 {
  font-size: 28px;
  line-height: 40px;
}

/* line 46, /app/app/assets/stylesheets/typography.scss */
.font-27 {
  font-size: 27px;
  line-height: 27px;
}

/* line 50, /app/app/assets/stylesheets/typography.scss */
.font-32 {
  font-size: 32px;
  line-height: 40px;
}

/* line 54, /app/app/assets/stylesheets/typography.scss */
.font-36 {
  font-size: 32px;
  line-height: 43px;
}

/* line 58, /app/app/assets/stylesheets/typography.scss */
.font-40 {
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  /* line 58, /app/app/assets/stylesheets/typography.scss */
  .font-40 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* line 67, /app/app/assets/stylesheets/typography.scss */
.font-48 {
  font-size: 48px;
  line-height: 56px;
}

/* line 71, /app/app/assets/stylesheets/typography.scss */
.font-56 {
  font-size: 56px;
  line-height: 64px;
}

/* line 75, /app/app/assets/stylesheets/typography.scss */
.font-64 {
  font-size: 64px;
  line-height: 72px;
}

/* line 79, /app/app/assets/stylesheets/typography.scss */
.font-72 {
  font-size: 72px;
  line-height: 81px;
}

/* line 83, /app/app/assets/stylesheets/typography.scss */
.font-88 {
  font-size: 88px;
  line-height: 96px;
}

/* line 88, /app/app/assets/stylesheets/typography.scss */
.font-extra-light {
  font-weight: 100;
}

/* line 91, /app/app/assets/stylesheets/typography.scss */
.font-light {
  font-weight: 200;
}

/* line 94, /app/app/assets/stylesheets/typography.scss */
.font-thin {
  font-weight: 300;
}

/* line 97, /app/app/assets/stylesheets/typography.scss */
.font-normal {
  font-weight: 400;
}

/* line 100, /app/app/assets/stylesheets/typography.scss */
.font-medium {
  font-weight: 500;
}

/* line 103, /app/app/assets/stylesheets/typography.scss */
.font-semibold {
  font-weight: 600;
}

/* line 106, /app/app/assets/stylesheets/typography.scss */
.font-bold {
  font-weight: 700;
}

/* line 109, /app/app/assets/stylesheets/typography.scss */
.font-extra-bold {
  font-weight: 800;
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 6, /app/app/assets/stylesheets/home/bootstrap.min.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, /app/app/assets/stylesheets/home/bootstrap.min.css */
body {
  margin: 0;
}

/* line 16, /app/app/assets/stylesheets/home/bootstrap.min.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 32, /app/app/assets/stylesheets/home/bootstrap.min.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 40, /app/app/assets/stylesheets/home/bootstrap.min.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 45, /app/app/assets/stylesheets/home/bootstrap.min.css */
[hidden],
template {
  display: none;
}

/* line 50, /app/app/assets/stylesheets/home/bootstrap.min.css */
a {
  background-color: transparent;
}

/* line 54, /app/app/assets/stylesheets/home/bootstrap.min.css */
a:active,
a:hover {
  outline: 0;
}

/* line 59, /app/app/assets/stylesheets/home/bootstrap.min.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 63, /app/app/assets/stylesheets/home/bootstrap.min.css */
b,
strong {
  font-weight: 700;
}

/* line 68, /app/app/assets/stylesheets/home/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 72, /app/app/assets/stylesheets/home/bootstrap.min.css */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* line 77, /app/app/assets/stylesheets/home/bootstrap.min.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 82, /app/app/assets/stylesheets/home/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 86, /app/app/assets/stylesheets/home/bootstrap.min.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 94, /app/app/assets/stylesheets/home/bootstrap.min.css */
sup {
  top: -0.5em;
}

/* line 98, /app/app/assets/stylesheets/home/bootstrap.min.css */
sub {
  bottom: -0.25em;
}

/* line 102, /app/app/assets/stylesheets/home/bootstrap.min.css */
img {
  border: 0;
}

/* line 106, /app/app/assets/stylesheets/home/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 110, /app/app/assets/stylesheets/home/bootstrap.min.css */
figure {
  margin: 1em 40px;
}

/* line 114, /app/app/assets/stylesheets/home/bootstrap.min.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 121, /app/app/assets/stylesheets/home/bootstrap.min.css */
pre {
  overflow: auto;
}

/* line 125, /app/app/assets/stylesheets/home/bootstrap.min.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 133, /app/app/assets/stylesheets/home/bootstrap.min.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 143, /app/app/assets/stylesheets/home/bootstrap.min.css */
button {
  overflow: visible;
}

/* line 147, /app/app/assets/stylesheets/home/bootstrap.min.css */
button,
select {
  text-transform: none;
}

/* line 152, /app/app/assets/stylesheets/home/bootstrap.min.css */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 160, /app/app/assets/stylesheets/home/bootstrap.min.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 165, /app/app/assets/stylesheets/home/bootstrap.min.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 171, /app/app/assets/stylesheets/home/bootstrap.min.css */
input {
  line-height: normal;
}

/* line 175, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 183, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 188, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 195, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 200, /app/app/assets/stylesheets/home/bootstrap.min.css */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 206, /app/app/assets/stylesheets/home/bootstrap.min.css */
legend {
  padding: 0;
  border: 0;
}

/* line 211, /app/app/assets/stylesheets/home/bootstrap.min.css */
textarea {
  overflow: auto;
}

/* line 215, /app/app/assets/stylesheets/home/bootstrap.min.css */
optgroup {
  font-weight: 700;
}

/* line 219, /app/app/assets/stylesheets/home/bootstrap.min.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 224, /app/app/assets/stylesheets/home/bootstrap.min.css */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 231, /app/app/assets/stylesheets/home/bootstrap.min.css */
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 241, /app/app/assets/stylesheets/home/bootstrap.min.css */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 246, /app/app/assets/stylesheets/home/bootstrap.min.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 250, /app/app/assets/stylesheets/home/bootstrap.min.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 254, /app/app/assets/stylesheets/home/bootstrap.min.css */
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 259, /app/app/assets/stylesheets/home/bootstrap.min.css */
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 265, /app/app/assets/stylesheets/home/bootstrap.min.css */
  thead {
    display: table-header-group;
  }

  /* line 269, /app/app/assets/stylesheets/home/bootstrap.min.css */
  img,
  tr {
    page-break-inside: avoid;
  }

  /* line 274, /app/app/assets/stylesheets/home/bootstrap.min.css */
  img {
    max-width: 100% !important;
  }

  /* line 278, /app/app/assets/stylesheets/home/bootstrap.min.css */
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  /* line 285, /app/app/assets/stylesheets/home/bootstrap.min.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 290, /app/app/assets/stylesheets/home/bootstrap.min.css */
  select {
    background: #fff !important;
  }

  /* line 294, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar {
    display: none;
  }

  /* line 298, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 303, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .label {
    border: 1px solid #000;
  }

  /* line 307, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 311, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 316, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
/* line 334, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 346, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-asterisk:before {
  content: '\2a';
}

/* line 350, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-plus:before {
  content: '\2b';
}

/* line 354, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: '\20ac';
}

/* line 359, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-minus:before {
  content: '\2212';
}

/* line 363, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cloud:before {
  content: '\2601';
}

/* line 367, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-envelope:before {
  content: '\2709';
}

/* line 371, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-pencil:before {
  content: '\270f';
}

/* line 375, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-glass:before {
  content: '\e001';
}

/* line 379, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-music:before {
  content: '\e002';
}

/* line 383, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-search:before {
  content: '\e003';
}

/* line 387, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-heart:before {
  content: '\e005';
}

/* line 391, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-star:before {
  content: '\e006';
}

/* line 395, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-star-empty:before {
  content: '\e007';
}

/* line 399, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-user:before {
  content: '\e008';
}

/* line 403, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-film:before {
  content: '\e009';
}

/* line 407, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-th-large:before {
  content: '\e010';
}

/* line 411, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-th:before {
  content: '\e011';
}

/* line 415, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-th-list:before {
  content: '\e012';
}

/* line 419, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ok:before {
  content: '\e013';
}

/* line 423, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-remove:before {
  content: '\e014';
}

/* line 427, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-zoom-in:before {
  content: '\e015';
}

/* line 431, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-zoom-out:before {
  content: '\e016';
}

/* line 435, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-off:before {
  content: '\e017';
}

/* line 439, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-signal:before {
  content: '\e018';
}

/* line 443, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cog:before {
  content: '\e019';
}

/* line 447, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-trash:before {
  content: '\e020';
}

/* line 451, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-home:before {
  content: '\e021';
}

/* line 455, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-file:before {
  content: '\e022';
}

/* line 459, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-time:before {
  content: '\e023';
}

/* line 463, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-road:before {
  content: '\e024';
}

/* line 467, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-download-alt:before {
  content: '\e025';
}

/* line 471, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-download:before {
  content: '\e026';
}

/* line 475, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-upload:before {
  content: '\e027';
}

/* line 479, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-inbox:before {
  content: '\e028';
}

/* line 483, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-play-circle:before {
  content: '\e029';
}

/* line 487, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-repeat:before {
  content: '\e030';
}

/* line 491, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-refresh:before {
  content: '\e031';
}

/* line 495, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-list-alt:before {
  content: '\e032';
}

/* line 499, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-lock:before {
  content: '\e033';
}

/* line 503, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-flag:before {
  content: '\e034';
}

/* line 507, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-headphones:before {
  content: '\e035';
}

/* line 511, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-volume-off:before {
  content: '\e036';
}

/* line 515, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-volume-down:before {
  content: '\e037';
}

/* line 519, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-volume-up:before {
  content: '\e038';
}

/* line 523, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-qrcode:before {
  content: '\e039';
}

/* line 527, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-barcode:before {
  content: '\e040';
}

/* line 531, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tag:before {
  content: '\e041';
}

/* line 535, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tags:before {
  content: '\e042';
}

/* line 539, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-book:before {
  content: '\e043';
}

/* line 543, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bookmark:before {
  content: '\e044';
}

/* line 547, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-print:before {
  content: '\e045';
}

/* line 551, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-camera:before {
  content: '\e046';
}

/* line 555, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-font:before {
  content: '\e047';
}

/* line 559, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bold:before {
  content: '\e048';
}

/* line 563, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-italic:before {
  content: '\e049';
}

/* line 567, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-text-height:before {
  content: '\e050';
}

/* line 571, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-text-width:before {
  content: '\e051';
}

/* line 575, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-align-left:before {
  content: '\e052';
}

/* line 579, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-align-center:before {
  content: '\e053';
}

/* line 583, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-align-right:before {
  content: '\e054';
}

/* line 587, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-align-justify:before {
  content: '\e055';
}

/* line 591, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-list:before {
  content: '\e056';
}

/* line 595, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-indent-left:before {
  content: '\e057';
}

/* line 599, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-indent-right:before {
  content: '\e058';
}

/* line 603, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-facetime-video:before {
  content: '\e059';
}

/* line 607, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-picture:before {
  content: '\e060';
}

/* line 611, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-map-marker:before {
  content: '\e062';
}

/* line 615, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-adjust:before {
  content: '\e063';
}

/* line 619, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tint:before {
  content: '\e064';
}

/* line 623, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-edit:before {
  content: '\e065';
}

/* line 627, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-share:before {
  content: '\e066';
}

/* line 631, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-check:before {
  content: '\e067';
}

/* line 635, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-move:before {
  content: '\e068';
}

/* line 639, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-step-backward:before {
  content: '\e069';
}

/* line 643, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-fast-backward:before {
  content: '\e070';
}

/* line 647, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-backward:before {
  content: '\e071';
}

/* line 651, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-play:before {
  content: '\e072';
}

/* line 655, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-pause:before {
  content: '\e073';
}

/* line 659, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-stop:before {
  content: '\e074';
}

/* line 663, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-forward:before {
  content: '\e075';
}

/* line 667, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-fast-forward:before {
  content: '\e076';
}

/* line 671, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-step-forward:before {
  content: '\e077';
}

/* line 675, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-eject:before {
  content: '\e078';
}

/* line 679, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-chevron-left:before {
  content: '\e079';
}

/* line 683, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-chevron-right:before {
  content: '\e080';
}

/* line 687, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-plus-sign:before {
  content: '\e081';
}

/* line 691, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-minus-sign:before {
  content: '\e082';
}

/* line 695, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-remove-sign:before {
  content: '\e083';
}

/* line 699, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ok-sign:before {
  content: '\e084';
}

/* line 703, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-question-sign:before {
  content: '\e085';
}

/* line 707, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-info-sign:before {
  content: '\e086';
}

/* line 711, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-screenshot:before {
  content: '\e087';
}

/* line 715, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-remove-circle:before {
  content: '\e088';
}

/* line 719, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ok-circle:before {
  content: '\e089';
}

/* line 723, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ban-circle:before {
  content: '\e090';
}

/* line 727, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-arrow-left:before {
  content: '\e091';
}

/* line 731, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-arrow-right:before {
  content: '\e092';
}

/* line 735, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-arrow-up:before {
  content: '\e093';
}

/* line 739, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-arrow-down:before {
  content: '\e094';
}

/* line 743, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-share-alt:before {
  content: '\e095';
}

/* line 747, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-resize-full:before {
  content: '\e096';
}

/* line 751, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-resize-small:before {
  content: '\e097';
}

/* line 755, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-exclamation-sign:before {
  content: '\e101';
}

/* line 759, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-gift:before {
  content: '\e102';
}

/* line 763, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-leaf:before {
  content: '\e103';
}

/* line 767, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-fire:before {
  content: '\e104';
}

/* line 771, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-eye-open:before {
  content: '\e105';
}

/* line 775, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-eye-close:before {
  content: '\e106';
}

/* line 779, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-warning-sign:before {
  content: '\e107';
}

/* line 783, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-plane:before {
  content: '\e108';
}

/* line 787, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-calendar:before {
  content: '\e109';
}

/* line 791, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-random:before {
  content: '\e110';
}

/* line 795, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-comment:before {
  content: '\e111';
}

/* line 799, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-magnet:before {
  content: '\e112';
}

/* line 803, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-chevron-up:before {
  content: '\e113';
}

/* line 807, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-chevron-down:before {
  content: '\e114';
}

/* line 811, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-retweet:before {
  content: '\e115';
}

/* line 815, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-shopping-cart:before {
  content: '\e116';
}

/* line 819, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-folder-close:before {
  content: '\e117';
}

/* line 823, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-folder-open:before {
  content: '\e118';
}

/* line 827, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-resize-vertical:before {
  content: '\e119';
}

/* line 831, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-resize-horizontal:before {
  content: '\e120';
}

/* line 835, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hdd:before {
  content: '\e121';
}

/* line 839, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bullhorn:before {
  content: '\e122';
}

/* line 843, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bell:before {
  content: '\e123';
}

/* line 847, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-certificate:before {
  content: '\e124';
}

/* line 851, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-thumbs-up:before {
  content: '\e125';
}

/* line 855, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-thumbs-down:before {
  content: '\e126';
}

/* line 859, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hand-right:before {
  content: '\e127';
}

/* line 863, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hand-left:before {
  content: '\e128';
}

/* line 867, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hand-up:before {
  content: '\e129';
}

/* line 871, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hand-down:before {
  content: '\e130';
}

/* line 875, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-circle-arrow-right:before {
  content: '\e131';
}

/* line 879, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-circle-arrow-left:before {
  content: '\e132';
}

/* line 883, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-circle-arrow-up:before {
  content: '\e133';
}

/* line 887, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-circle-arrow-down:before {
  content: '\e134';
}

/* line 891, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-globe:before {
  content: '\e135';
}

/* line 895, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-wrench:before {
  content: '\e136';
}

/* line 899, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tasks:before {
  content: '\e137';
}

/* line 903, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-filter:before {
  content: '\e138';
}

/* line 907, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-briefcase:before {
  content: '\e139';
}

/* line 911, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-fullscreen:before {
  content: '\e140';
}

/* line 915, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-dashboard:before {
  content: '\e141';
}

/* line 919, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-paperclip:before {
  content: '\e142';
}

/* line 923, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-heart-empty:before {
  content: '\e143';
}

/* line 927, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-link:before {
  content: '\e144';
}

/* line 931, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-phone:before {
  content: '\e145';
}

/* line 935, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-pushpin:before {
  content: '\e146';
}

/* line 939, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-usd:before {
  content: '\e148';
}

/* line 943, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-gbp:before {
  content: '\e149';
}

/* line 947, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort:before {
  content: '\e150';
}

/* line 951, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}

/* line 955, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}

/* line 959, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-order:before {
  content: '\e153';
}

/* line 963, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}

/* line 967, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-attributes:before {
  content: '\e155';
}

/* line 971, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}

/* line 975, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-unchecked:before {
  content: '\e157';
}

/* line 979, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-expand:before {
  content: '\e158';
}

/* line 983, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-collapse-down:before {
  content: '\e159';
}

/* line 987, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-collapse-up:before {
  content: '\e160';
}

/* line 991, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-log-in:before {
  content: '\e161';
}

/* line 995, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-flash:before {
  content: '\e162';
}

/* line 999, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-log-out:before {
  content: '\e163';
}

/* line 1003, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-new-window:before {
  content: '\e164';
}

/* line 1007, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-record:before {
  content: '\e165';
}

/* line 1011, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-save:before {
  content: '\e166';
}

/* line 1015, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-open:before {
  content: '\e167';
}

/* line 1019, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-saved:before {
  content: '\e168';
}

/* line 1023, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-import:before {
  content: '\e169';
}

/* line 1027, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-export:before {
  content: '\e170';
}

/* line 1031, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-send:before {
  content: '\e171';
}

/* line 1035, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-floppy-disk:before {
  content: '\e172';
}

/* line 1039, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-floppy-saved:before {
  content: '\e173';
}

/* line 1043, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-floppy-remove:before {
  content: '\e174';
}

/* line 1047, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-floppy-save:before {
  content: '\e175';
}

/* line 1051, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-floppy-open:before {
  content: '\e176';
}

/* line 1055, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-credit-card:before {
  content: '\e177';
}

/* line 1059, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-transfer:before {
  content: '\e178';
}

/* line 1063, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cutlery:before {
  content: '\e179';
}

/* line 1067, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-header:before {
  content: '\e180';
}

/* line 1071, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-compressed:before {
  content: '\e181';
}

/* line 1075, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-earphone:before {
  content: '\e182';
}

/* line 1079, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-phone-alt:before {
  content: '\e183';
}

/* line 1083, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tower:before {
  content: '\e184';
}

/* line 1087, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-stats:before {
  content: '\e185';
}

/* line 1091, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sd-video:before {
  content: '\e186';
}

/* line 1095, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hd-video:before {
  content: '\e187';
}

/* line 1099, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-subtitles:before {
  content: '\e188';
}

/* line 1103, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sound-stereo:before {
  content: '\e189';
}

/* line 1107, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sound-dolby:before {
  content: '\e190';
}

/* line 1111, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sound-5-1:before {
  content: '\e191';
}

/* line 1115, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sound-6-1:before {
  content: '\e192';
}

/* line 1119, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sound-7-1:before {
  content: '\e193';
}

/* line 1123, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-copyright-mark:before {
  content: '\e194';
}

/* line 1127, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-registration-mark:before {
  content: '\e195';
}

/* line 1131, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cloud-download:before {
  content: '\e197';
}

/* line 1135, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cloud-upload:before {
  content: '\e198';
}

/* line 1139, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tree-conifer:before {
  content: '\e199';
}

/* line 1143, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tree-deciduous:before {
  content: '\e200';
}

/* line 1147, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-cd:before {
  content: '\e201';
}

/* line 1151, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-save-file:before {
  content: '\e202';
}

/* line 1155, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-open-file:before {
  content: '\e203';
}

/* line 1159, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-level-up:before {
  content: '\e204';
}

/* line 1163, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-copy:before {
  content: '\e205';
}

/* line 1167, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-paste:before {
  content: '\e206';
}

/* line 1171, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-alert:before {
  content: '\e209';
}

/* line 1175, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-equalizer:before {
  content: '\e210';
}

/* line 1179, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-king:before {
  content: '\e211';
}

/* line 1183, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-queen:before {
  content: '\e212';
}

/* line 1187, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-pawn:before {
  content: '\e213';
}

/* line 1191, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bishop:before {
  content: '\e214';
}

/* line 1195, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-knight:before {
  content: '\e215';
}

/* line 1199, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-baby-formula:before {
  content: '\e216';
}

/* line 1203, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-tent:before {
  content: '\26fa';
}

/* line 1207, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-blackboard:before {
  content: '\e218';
}

/* line 1211, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bed:before {
  content: '\e219';
}

/* line 1215, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-apple:before {
  content: '\f8ff';
}

/* line 1219, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-erase:before {
  content: '\e221';
}

/* line 1223, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-hourglass:before {
  content: '\231b';
}

/* line 1227, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-lamp:before {
  content: '\e223';
}

/* line 1231, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-duplicate:before {
  content: '\e224';
}

/* line 1235, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-piggy-bank:before {
  content: '\e225';
}

/* line 1239, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-scissors:before {
  content: '\e226';
}

/* line 1243, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-bitcoin:before {
  content: '\e227';
}

/* line 1247, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-yen:before {
  content: '\00a5';
}

/* line 1251, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ruble:before {
  content: '\20bd';
}

/* line 1255, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-scale:before {
  content: '\e230';
}

/* line 1259, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ice-lolly:before {
  content: '\e231';
}

/* line 1263, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-ice-lolly-tasted:before {
  content: '\e232';
}

/* line 1267, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-education:before {
  content: '\e233';
}

/* line 1271, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-option-horizontal:before {
  content: '\e234';
}

/* line 1275, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-option-vertical:before {
  content: '\e235';
}

/* line 1279, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-menu-hamburger:before {
  content: '\e236';
}

/* line 1283, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-modal-window:before {
  content: '\e237';
}

/* line 1287, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-oil:before {
  content: '\e238';
}

/* line 1291, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-grain:before {
  content: '\e239';
}

/* line 1295, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-sunglasses:before {
  content: '\e240';
}

/* line 1299, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-text-size:before {
  content: '\e241';
}

/* line 1303, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-text-color:before {
  content: '\e242';
}

/* line 1307, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-text-background:before {
  content: '\e243';
}

/* line 1311, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-top:before {
  content: '\e244';
}

/* line 1315, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-bottom:before {
  content: '\e245';
}

/* line 1319, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-horizontal:before {
  content: '\e246';
}

/* line 1323, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-left:before {
  content: '\e247';
}

/* line 1327, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-vertical:before {
  content: '\e248';
}

/* line 1331, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-object-align-right:before {
  content: '\e249';
}

/* line 1335, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-triangle-right:before {
  content: '\e250';
}

/* line 1339, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-triangle-left:before {
  content: '\e251';
}

/* line 1343, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-triangle-bottom:before {
  content: '\e252';
}

/* line 1347, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-triangle-top:before {
  content: '\e253';
}

/* line 1351, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-console:before {
  content: '\e254';
}

/* line 1355, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-superscript:before {
  content: '\e255';
}

/* line 1359, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-subscript:before {
  content: '\e256';
}

/* line 1363, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-menu-left:before {
  content: '\e257';
}

/* line 1367, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-menu-right:before {
  content: '\e258';
}

/* line 1371, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-menu-down:before {
  content: '\e259';
}

/* line 1375, /app/app/assets/stylesheets/home/bootstrap.min.css */
.glyphicon-menu-up:before {
  content: '\e260';
}

/* line 1379, /app/app/assets/stylesheets/home/bootstrap.min.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1385, /app/app/assets/stylesheets/home/bootstrap.min.css */
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1392, /app/app/assets/stylesheets/home/bootstrap.min.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1397, /app/app/assets/stylesheets/home/bootstrap.min.css */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1405, /app/app/assets/stylesheets/home/bootstrap.min.css */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1414, /app/app/assets/stylesheets/home/bootstrap.min.css */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1419, /app/app/assets/stylesheets/home/bootstrap.min.css */
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* line 1425, /app/app/assets/stylesheets/home/bootstrap.min.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1431, /app/app/assets/stylesheets/home/bootstrap.min.css */
figure {
  margin: 0;
}

/* line 1435, /app/app/assets/stylesheets/home/bootstrap.min.css */
img {
  vertical-align: middle;
}

/* line 1439, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1449, /app/app/assets/stylesheets/home/bootstrap.min.css */
.img-rounded {
  border-radius: 6px;
}

/* line 1453, /app/app/assets/stylesheets/home/bootstrap.min.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1467, /app/app/assets/stylesheets/home/bootstrap.min.css */
.img-circle {
  border-radius: 50%;
}

/* line 1471, /app/app/assets/stylesheets/home/bootstrap.min.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1478, /app/app/assets/stylesheets/home/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1489, /app/app/assets/stylesheets/home/bootstrap.min.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1499, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1517, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

/* line 1546, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1556, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

/* line 1571, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1581, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

/* line 1596, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h1,
h1 {
  font-size: 36px;
}

/* line 1601, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h2,
h2 {
  font-size: 30px;
}

/* line 1606, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h3,
h3 {
  font-size: 24px;
}

/* line 1611, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h4,
h4 {
  font-size: 18px;
}

/* line 1616, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h5,
h5 {
  font-size: 14px;
}

/* line 1621, /app/app/assets/stylesheets/home/bootstrap.min.css */
.h6,
h6 {
  font-size: 12px;
}

/* line 1626, /app/app/assets/stylesheets/home/bootstrap.min.css */
p {
  margin: 0 0 10px;
}

/* line 1630, /app/app/assets/stylesheets/home/bootstrap.min.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1638, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .lead {
    font-size: 21px;
  }
}
/* line 1643, /app/app/assets/stylesheets/home/bootstrap.min.css */
.small,
small {
  font-size: 85%;
}

/* line 1648, /app/app/assets/stylesheets/home/bootstrap.min.css */
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 1654, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-left {
  text-align: left;
}

/* line 1658, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-right {
  text-align: right;
}

/* line 1662, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-center {
  text-align: center;
}

/* line 1666, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-justify {
  text-align: justify;
}

/* line 1670, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 1674, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1678, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1682, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1686, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-muted {
  color: #777;
}

/* line 1690, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-primary {
  color: #337ab7;
}

/* line 1694, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.text-primary:hover {
  color: #286090;
}

/* line 1698, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-success {
  color: #3c763d;
}

/* line 1702, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.text-success:hover {
  color: #2b542c;
}

/* line 1706, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-info {
  color: #31708f;
}

/* line 1710, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.text-info:hover {
  color: #245269;
}

/* line 1714, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-warning {
  color: #8a6d3b;
}

/* line 1718, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.text-warning:hover {
  color: #66512c;
}

/* line 1722, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-danger {
  color: #a94442;
}

/* line 1726, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.text-danger:hover {
  color: #843534;
}

/* line 1730, /app/app/assets/stylesheets/home/bootstrap.min.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1735, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 1739, /app/app/assets/stylesheets/home/bootstrap.min.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 1743, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1747, /app/app/assets/stylesheets/home/bootstrap.min.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 1751, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1755, /app/app/assets/stylesheets/home/bootstrap.min.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1759, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1763, /app/app/assets/stylesheets/home/bootstrap.min.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 1767, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 1771, /app/app/assets/stylesheets/home/bootstrap.min.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1777, /app/app/assets/stylesheets/home/bootstrap.min.css */
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1783, /app/app/assets/stylesheets/home/bootstrap.min.css */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

/* line 1790, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1795, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1801, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1807, /app/app/assets/stylesheets/home/bootstrap.min.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1812, /app/app/assets/stylesheets/home/bootstrap.min.css */
dd,
dt {
  line-height: 1.42857143;
}

/* line 1817, /app/app/assets/stylesheets/home/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 1821, /app/app/assets/stylesheets/home/bootstrap.min.css */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1826, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1836, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1841, /app/app/assets/stylesheets/home/bootstrap.min.css */
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1847, /app/app/assets/stylesheets/home/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1852, /app/app/assets/stylesheets/home/bootstrap.min.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1859, /app/app/assets/stylesheets/home/bootstrap.min.css */
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

/* line 1865, /app/app/assets/stylesheets/home/bootstrap.min.css */
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1874, /app/app/assets/stylesheets/home/bootstrap.min.css */
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 1880, /app/app/assets/stylesheets/home/bootstrap.min.css */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1889, /app/app/assets/stylesheets/home/bootstrap.min.css */
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

/* line 1898, /app/app/assets/stylesheets/home/bootstrap.min.css */
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 1907, /app/app/assets/stylesheets/home/bootstrap.min.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1913, /app/app/assets/stylesheets/home/bootstrap.min.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

/* line 1920, /app/app/assets/stylesheets/home/bootstrap.min.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1928, /app/app/assets/stylesheets/home/bootstrap.min.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1938, /app/app/assets/stylesheets/home/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1946, /app/app/assets/stylesheets/home/bootstrap.min.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1960, /app/app/assets/stylesheets/home/bootstrap.min.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1969, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1974, /app/app/assets/stylesheets/home/bootstrap.min.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1982, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1988, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1994, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .container {
    width: 1170px;
  }
}
/* line 1999, /app/app/assets/stylesheets/home/bootstrap.min.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 2006, /app/app/assets/stylesheets/home/bootstrap.min.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2011, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 2065, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

/* line 2080, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-12 {
  width: 100%;
}

/* line 2084, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 2088, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 2092, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-9 {
  width: 75%;
}

/* line 2096, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 2100, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 2104, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-6 {
  width: 50%;
}

/* line 2108, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 2112, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 2116, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-3 {
  width: 25%;
}

/* line 2120, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 2124, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 2128, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 2132, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 2136, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 2140, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 2144, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 2148, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 2152, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 2156, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 2160, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 2164, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 2168, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 2172, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 2176, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 2180, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 2184, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 2188, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 2192, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 2196, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 2200, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 2204, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 2208, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 2212, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 2216, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 2220, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 2224, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 2228, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-push-0 {
  left: auto;
}

/* line 2232, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 2236, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 2240, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 2244, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 2248, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 2252, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 2256, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 2260, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 2264, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 2268, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 2272, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 2276, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 2280, /app/app/assets/stylesheets/home/bootstrap.min.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 2285, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  /* line 2300, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-12 {
    width: 100%;
  }

  /* line 2304, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 2308, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 2312, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-9 {
    width: 75%;
  }

  /* line 2316, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 2320, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 2324, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-6 {
    width: 50%;
  }

  /* line 2328, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 2332, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 2336, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-3 {
    width: 25%;
  }

  /* line 2340, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 2344, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 2348, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 2352, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 2356, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 2360, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 2364, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 2368, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 2372, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 2376, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 2380, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 2384, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 2388, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 2392, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 2396, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 2400, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 2404, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 2408, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 2412, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 2416, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 2420, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 2424, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 2428, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 2432, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 2436, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 2440, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 2444, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 2448, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 2452, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 2456, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2460, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2464, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 2468, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2472, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2476, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 2480, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2484, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2488, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 2492, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2496, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2500, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 2506, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  /* line 2521, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-12 {
    width: 100%;
  }

  /* line 2525, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 2529, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 2533, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-9 {
    width: 75%;
  }

  /* line 2537, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 2541, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 2545, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-6 {
    width: 50%;
  }

  /* line 2549, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 2553, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 2557, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-3 {
    width: 25%;
  }

  /* line 2561, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 2565, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 2569, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 2573, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 2577, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 2581, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 2585, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 2589, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 2593, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 2597, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 2601, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2605, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2609, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2613, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2617, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2621, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2625, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2629, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2633, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2637, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2641, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2645, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2649, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2653, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2657, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2661, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2665, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2669, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2673, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2677, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2681, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2685, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2689, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2693, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2697, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2701, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2705, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2709, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2713, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2717, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2721, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 2727, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  /* line 2742, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2746, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2750, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2754, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2758, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2762, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2766, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2770, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2774, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2778, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2782, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2786, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2790, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2794, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2798, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2802, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2806, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2810, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2814, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2818, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2822, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2826, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2830, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2834, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2838, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2842, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2846, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2850, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2854, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2858, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2862, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2866, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2870, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2874, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2878, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2882, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2886, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2890, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2894, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2898, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2902, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2906, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2910, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2914, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2918, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2922, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2926, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2930, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2934, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2938, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2942, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2948, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }

  /* line 2963, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-12 {
    width: 100%;
  }

  /* line 2967, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-11 {
    width: 91.66666667%;
  }

  /* line 2971, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-10 {
    width: 83.33333333%;
  }

  /* line 2975, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-9 {
    width: 75%;
  }

  /* line 2979, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-8 {
    width: 66.66666667%;
  }

  /* line 2983, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-7 {
    width: 58.33333333%;
  }

  /* line 2987, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-6 {
    width: 50%;
  }

  /* line 2991, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-5 {
    width: 41.66666667%;
  }

  /* line 2995, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-4 {
    width: 33.33333333%;
  }

  /* line 2999, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-3 {
    width: 25%;
  }

  /* line 3003, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-2 {
    width: 16.66666667%;
  }

  /* line 3007, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-1 {
    width: 8.33333333%;
  }

  /* line 3011, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 3015, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  /* line 3019, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  /* line 3023, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 3027, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  /* line 3031, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  /* line 3035, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 3039, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  /* line 3043, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  /* line 3047, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 3051, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  /* line 3055, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  /* line 3059, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 3063, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 3067, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-11 {
    left: 91.66666667%;
  }

  /* line 3071, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-10 {
    left: 83.33333333%;
  }

  /* line 3075, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 3079, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-8 {
    left: 66.66666667%;
  }

  /* line 3083, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-7 {
    left: 58.33333333%;
  }

  /* line 3087, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 3091, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-5 {
    left: 41.66666667%;
  }

  /* line 3095, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-4 {
    left: 33.33333333%;
  }

  /* line 3099, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 3103, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-2 {
    left: 16.66666667%;
  }

  /* line 3107, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-1 {
    left: 8.33333333%;
  }

  /* line 3111, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 3115, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-12 {
    margin-left: 100%;
  }

  /* line 3119, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 3123, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 3127, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 3131, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 3135, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 3139, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 3143, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 3147, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 3151, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 3155, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 3159, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 3163, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
/* line 3168, /app/app/assets/stylesheets/home/bootstrap.min.css */
table {
  background-color: transparent;
}

/* line 3172, /app/app/assets/stylesheets/home/bootstrap.min.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 3179, /app/app/assets/stylesheets/home/bootstrap.min.css */
th {
  text-align: left;
}

/* line 3183, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 3189, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 3201, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 3206, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

/* line 3215, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 3219, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 3223, /app/app/assets/stylesheets/home/bootstrap.min.css */
.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: 5px;
}

/* line 3232, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 3236, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

/* line 3245, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

/* line 3250, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 3254, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 3258, /app/app/assets/stylesheets/home/bootstrap.min.css */
table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}

/* line 3264, /app/app/assets/stylesheets/home/bootstrap.min.css */
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 3271, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

/* line 3286, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

/* line 3294, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

/* line 3309, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

/* line 3317, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

/* line 3332, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

/* line 3340, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

/* line 3355, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

/* line 3363, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

/* line 3378, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

/* line 3386, /app/app/assets/stylesheets/home/bootstrap.min.css */
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 3392, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 3400, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 3404, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  /* line 3413, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 3417, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  /* line 3426, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  /* line 3435, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
/* line 3443, /app/app/assets/stylesheets/home/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 3450, /app/app/assets/stylesheets/home/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 3462, /app/app/assets/stylesheets/home/bootstrap.min.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 3469, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3475, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='checkbox'],
input[type='radio'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 3482, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='file'] {
  display: block;
}

/* line 3486, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='range'] {
  display: block;
  width: 100%;
}

/* line 3491, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple],
select[size] {
  height: auto;
}

/* line 3496, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='file']:focus,
input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3504, /app/app/assets/stylesheets/home/bootstrap.min.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 3512, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 3532, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 3541, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 3546, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 3550, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 3554, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 3562, /app/app/assets/stylesheets/home/bootstrap.min.css */
textarea.form-control {
  height: auto;
}

/* line 3566, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 3571, /app/app/assets/stylesheets/home/bootstrap.min.css */
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: 34px;
  }

  /* line 3578, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'],
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm {
    line-height: 30px;
  }

  /* line 3589, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'],
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg {
    line-height: 46px;
  }
}
/* line 3601, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-group {
  margin-bottom: 15px;
}

/* line 3605, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3613, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 3622, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 3631, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

/* line 3636, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 3646, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 3652, /app/app/assets/stylesheets/home/bootstrap.min.css */
fieldset[disabled] input[type='checkbox'],
fieldset[disabled] input[type='radio'],
input[type='checkbox'].disabled,
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='radio'][disabled] {
  cursor: not-allowed;
}

/* line 3661, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

/* line 3668, /app/app/assets/stylesheets/home/bootstrap.min.css */
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

/* line 3675, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 3681, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 3687, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3695, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 3700, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

/* line 3705, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3713, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 3718, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
  height: auto;
}

/* line 3723, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 3730, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3738, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 3743, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

/* line 3748, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3756, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 3761, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
  height: auto;
}

/* line 3766, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 3773, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-feedback {
  position: relative;
}

/* line 3777, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 3781, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 3794, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 3800, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 3806, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

/* line 3819, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3825, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 3831, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 3837, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 3841, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

/* line 3854, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3860, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 3866, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 3872, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 3876, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

/* line 3889, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3895, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 3901, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 3907, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 3911, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 3915, /app/app/assets/stylesheets/home/bootstrap.min.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 3919, /app/app/assets/stylesheets/home/bootstrap.min.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 3927, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3933, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3939, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 3943, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3948, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  /* line 3954, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 3958, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3963, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3971, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  /* line 3976, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .checkbox input[type='checkbox'],
  .form-inline .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }

  /* line 3982, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 3987, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3996, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

/* line 4001, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4007, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 4014, /app/app/assets/stylesheets/home/bootstrap.min.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 4019, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
}
@media (min-width: 768px) {
  /* line 4025, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/* line 4030, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4052, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 4063, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

/* line 4070, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 4078, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

/* line 4089, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 4095, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 4106, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 4112, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 4134, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 4139, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 4145, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 4156, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 4162, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 4184, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4189, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 4195, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 4206, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 4212, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 4234, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 4239, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 4245, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 4256, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 4262, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 4284, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 4289, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 4295, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 4306, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 4312, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 4334, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 4339, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4345, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 4356, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 4362, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4384, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 4389, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 4395, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4405, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

/* line 4412, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 4419, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

/* line 4427, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4435, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4443, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4451, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 4456, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 4460, /app/app/assets/stylesheets/home/bootstrap.min.css */
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}

/* line 4466, /app/app/assets/stylesheets/home/bootstrap.min.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 4473, /app/app/assets/stylesheets/home/bootstrap.min.css */
.fade.in {
  opacity: 1;
}

/* line 4477, /app/app/assets/stylesheets/home/bootstrap.min.css */
.collapse {
  display: none;
  visibility: hidden;
}

/* line 4482, /app/app/assets/stylesheets/home/bootstrap.min.css */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 4487, /app/app/assets/stylesheets/home/bootstrap.min.css */
tr.collapse.in {
  display: table-row;
}

/* line 4491, /app/app/assets/stylesheets/home/bootstrap.min.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 4495, /app/app/assets/stylesheets/home/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 4510, /app/app/assets/stylesheets/home/bootstrap.min.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 4521, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown,
.dropup {
  position: relative;
}

/* line 4526, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 4530, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 4553, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4558, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4565, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 4575, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4582, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 4591, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

/* line 4597, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4606, /app/app/assets/stylesheets/home/bootstrap.min.css */
.open > .dropdown-menu {
  display: block;
}

/* line 4610, /app/app/assets/stylesheets/home/bootstrap.min.css */
.open > a {
  outline: 0;
}

/* line 4614, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 4619, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 4624, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 4633, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 4642, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 4647, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 4px solid;
}

/* line 4654, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 4662, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 4667, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 4673, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 4680, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

/* line 4686, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

/* line 4697, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 4704, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 4708, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 4713, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 4719, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 4723, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 4727, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4732, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4738, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn-group {
  float: left;
}

/* line 4742, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4746, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4752, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4757, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 4762, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 4767, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 4772, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 4777, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4782, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn .caret {
  margin-left: 0;
}

/* line 4786, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 4791, /app/app/assets/stylesheets/home/bootstrap.min.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 4795, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 4804, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 4808, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 4816, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4820, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4826, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 4832, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4836, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
> .btn-group:first-child:not(:last-child)
> .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4844, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical
> .btn-group:last-child:not(:first-child)
> .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4851, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 4858, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 4865, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 4869, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 4873, /app/app/assets/stylesheets/home/bootstrap.min.css */
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4882, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 4888, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 4894, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 4902, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4912, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 4919, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 4928, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4938, /app/app/assets/stylesheets/home/bootstrap.min.css */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 4945, /app/app/assets/stylesheets/home/bootstrap.min.css */
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 4954, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

/* line 4960, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4966, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4973, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 4985, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 4991, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 4997, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
  margin-top: 0;
}

/* line 5002, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5013, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 5017, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5028, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 5032, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 5038, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 5042, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 5046, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

/* line 5052, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 5057, /app/app/assets/stylesheets/home/bootstrap.min.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 5062, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5068, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 5073, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 5079, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 5085, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li.disabled > a {
  color: #777;
}

/* line 5089, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 5097, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 5104, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5111, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav > li > a > img {
  max-width: none;
}

/* line 5115, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 5119, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 5124, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 5131, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 5135, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 5145, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 5150, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 5154, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5159, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5165, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 5170, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 5175, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5180, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5187, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 5192, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
/* line 5199, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-pills > li {
  float: left;
}

/* line 5203, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 5207, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 5211, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

/* line 5218, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-stacked > li {
  float: none;
}

/* line 5222, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5227, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-justified {
  width: 100%;
}

/* line 5231, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-justified > li {
  float: none;
}

/* line 5235, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5240, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5246, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 5251, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 5256, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 5260, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5265, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5272, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 5277, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
/* line 5284, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

/* line 5289, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 5294, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5300, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 5308, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 5314, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-header {
    float: left;
  }
}
/* line 5319, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 5329, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5334, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 5341, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  /* line 5349, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 5353, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 5361, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5367, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
/* line 5373, /app/app/assets/stylesheets/home/bootstrap.min.css */
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5382, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 5391, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5397, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 5402, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5411, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
/* line 5417, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5422, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5428, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5436, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

/* line 5441, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 5446, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 5452, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5465, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 5469, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5476, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5481, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-toggle {
    display: none;
  }
}
/* line 5486, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5490, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5497, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 5508, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  /* line 5513, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 5517, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 5524, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 5529, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav > li {
    float: left;
  }

  /* line 5533, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 5539, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 5554, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5560, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 5566, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 5570, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 5575, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  /* line 5581, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 5585, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5590, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5598, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  /* line 5603, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .checkbox input[type='checkbox'],
  .navbar-form .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }

  /* line 5609, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 5615, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 5619, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 5625, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 5637, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5643, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5651, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5656, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5661, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5666, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5672, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 5680, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-left {
    float: left !important;
  }

  /* line 5684, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 5689, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 5694, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 5699, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5703, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5709, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5713, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5717, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

/* line 5723, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5730, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

/* line 5737, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5741, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

/* line 5746, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 5750, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5755, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 5763, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 5767, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  /* line 5773, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 5780, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 5788, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5792, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5796, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .btn-link {
  color: #777;
}

/* line 5800, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

/* line 5805, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

/* line 5812, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 5817, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 5821, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5827, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 5831, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 5835, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

/* line 5841, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

/* line 5848, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

/* line 5855, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5859, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

/* line 5864, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5868, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5873, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 5881, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 5885, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 5889, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 5893, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  /* line 5899, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  /* line 5906, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
/* line 5914, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 5918, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 5922, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 5926, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

/* line 5931, /app/app/assets/stylesheets/home/bootstrap.min.css */
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

/* line 5938, /app/app/assets/stylesheets/home/bootstrap.min.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 5946, /app/app/assets/stylesheets/home/bootstrap.min.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 5950, /app/app/assets/stylesheets/home/bootstrap.min.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}

/* line 5956, /app/app/assets/stylesheets/home/bootstrap.min.css */
.breadcrumb > .active {
  color: #777;
}

/* line 5960, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 5967, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > li {
  display: inline;
}

/* line 5971, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5984, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5991, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5997, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 6006, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6019, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 6031, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 6037, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 6043, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 6049, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 6055, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6061, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6067, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 6074, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager li {
  display: inline;
}

/* line 6078, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 6087, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

/* line 6093, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 6098, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 6103, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 6112, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 6125, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6132, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label:empty {
  display: none;
}

/* line 6136, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 6141, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-default {
  background-color: #777;
}

/* line 6145, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

/* line 6150, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-primary {
  background-color: #337ab7;
}

/* line 6154, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

/* line 6159, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-success {
  background-color: #5cb85c;
}

/* line 6163, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

/* line 6168, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-info {
  background-color: #5bc0de;
}

/* line 6172, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 6177, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 6181, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 6186, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-danger {
  background-color: #d9534f;
}

/* line 6190, /app/app/assets/stylesheets/home/bootstrap.min.css */
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 6195, /app/app/assets/stylesheets/home/bootstrap.min.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

/* line 6210, /app/app/assets/stylesheets/home/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 6214, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6219, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 6224, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6231, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 6237, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item > .badge {
  float: right;
}

/* line 6241, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 6245, /app/app/assets/stylesheets/home/bootstrap.min.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6249, /app/app/assets/stylesheets/home/bootstrap.min.css */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 6256, /app/app/assets/stylesheets/home/bootstrap.min.css */
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

/* line 6261, /app/app/assets/stylesheets/home/bootstrap.min.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 6267, /app/app/assets/stylesheets/home/bootstrap.min.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 6271, /app/app/assets/stylesheets/home/bootstrap.min.css */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 6276, /app/app/assets/stylesheets/home/bootstrap.min.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6281, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .jumbotron {
    padding: 48px 0;
  }

  /* line 6285, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 6291, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 6297, /app/app/assets/stylesheets/home/bootstrap.min.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 6310, /app/app/assets/stylesheets/home/bootstrap.min.css */
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 6316, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

/* line 6322, /app/app/assets/stylesheets/home/bootstrap.min.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 6327, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 6334, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 6339, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert .alert-link {
  font-weight: 700;
}

/* line 6343, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 6348, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 6352, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 6357, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 6365, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 6371, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 6375, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 6379, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 6385, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 6389, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 6393, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 6399, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 6403, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 6407, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 6413, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 6417, /app/app/assets/stylesheets/home/bootstrap.min.css */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6448, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6458, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 6474, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 6510, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 6517, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 6521, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 6554, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 6558, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 6591, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 6595, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 6628, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 6632, /app/app/assets/stylesheets/home/bootstrap.min.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 6665, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media {
  margin-top: 15px;
}

/* line 6669, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media:first-child {
  margin-top: 0;
}

/* line 6673, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 6679, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-body {
  width: 10000px;
}

/* line 6683, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-object {
  display: block;
}

/* line 6687, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 6692, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 6697, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 6704, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-middle {
  vertical-align: middle;
}

/* line 6708, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 6712, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6717, /app/app/assets/stylesheets/home/bootstrap.min.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 6722, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 6727, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 6736, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 6741, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 6747, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item {
  color: #555;
}

/* line 6751, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 6755, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item:focus,
a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 6762, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 6770, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 6776, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

/* line 6782, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6791, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 6803, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

/* line 6809, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 6814, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-success {
  color: #3c763d;
}

/* line 6818, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 6822, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 6828, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 6836, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 6841, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-info {
  color: #31708f;
}

/* line 6845, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 6849, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 6855, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 6863, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 6868, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 6872, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 6876, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 6882, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 6890, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 6895, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-danger {
  color: #a94442;
}

/* line 6899, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 6903, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 6909, /app/app/assets/stylesheets/home/bootstrap.min.css */
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 6917, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6922, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 6927, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 6936, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-body {
  padding: 15px;
}

/* line 6940, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6947, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 6951, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 6958, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

/* line 6966, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6974, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 6979, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 6985, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .list-group:first-child .list-group-item:first-child,
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6995, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7002, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 7006, /app/app/assets/stylesheets/home/bootstrap.min.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 7010, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 7016, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 7023, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 7029, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 7045, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 3px;
}

/* line 7080, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 7111, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7117, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7133, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 7164, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 7195, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 7202, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

/* line 7207, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 7212, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

/* line 7227, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

/* line 7242, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

/* line 7253, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 7264, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 7269, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 7273, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 7278, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 7282, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 7286, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 7291, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 7295, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 7299, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-default {
  border-color: #ddd;
}

/* line 7303, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 7309, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 7313, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 7318, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 7322, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-primary {
  border-color: #337ab7;
}

/* line 7326, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 7332, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 7336, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 7341, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 7345, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 7349, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 7355, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 7359, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 7364, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 7368, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 7372, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 7378, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 7382, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 7387, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7391, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 7395, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 7401, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 7405, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 7410, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 7414, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 7418, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 7424, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 7428, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 7433, /app/app/assets/stylesheets/home/bootstrap.min.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 7437, /app/app/assets/stylesheets/home/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 7445, /app/app/assets/stylesheets/home/bootstrap.min.css */
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7459, /app/app/assets/stylesheets/home/bootstrap.min.css */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 7463, /app/app/assets/stylesheets/home/bootstrap.min.css */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7467, /app/app/assets/stylesheets/home/bootstrap.min.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7478, /app/app/assets/stylesheets/home/bootstrap.min.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 7483, /app/app/assets/stylesheets/home/bootstrap.min.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 7488, /app/app/assets/stylesheets/home/bootstrap.min.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 7493, /app/app/assets/stylesheets/home/bootstrap.min.css */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 7504, /app/app/assets/stylesheets/home/bootstrap.min.css */
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 7513, /app/app/assets/stylesheets/home/bootstrap.min.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 7521, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 7525, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 7538, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 7548, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 7555, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 7560, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 7566, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 7579, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

/* line 7587, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 7592, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 7597, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7603, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 7607, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 7612, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 7617, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 7623, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 7628, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 7632, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7636, /app/app/assets/stylesheets/home/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 7645, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 7650, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 7655, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 7661, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 7666, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 7679, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 7684, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 7689, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 7694, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 7699, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 7704, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 7714, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7722, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7730, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7738, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7746, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 7754, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 7762, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7770, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7778, /app/app/assets/stylesheets/home/bootstrap.min.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7786, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 7810, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.top {
  margin-top: -10px;
}

/* line 7814, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.right {
  margin-left: 10px;
}

/* line 7818, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 7822, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.left {
  margin-left: -10px;
}

/* line 7826, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 7835, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover-content {
  padding: 9px 14px;
}

/* line 7839, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7849, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 7853, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover > .arrow:after {
  content: '';
  border-width: 10px;
}

/* line 7858, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 7867, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 7875, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 7884, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: ' ';
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 7892, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 7901, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: ' ';
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 7909, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 7918, /app/app/assets/stylesheets/home/bootstrap.min.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: ' ';
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 7926, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 7930, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 7936, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 7944, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 7950, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* line 7960, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 7967, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 7974, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 7983, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 7989, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .active {
  left: 0;
}

/* line 7993, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 8000, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 8004, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 8008, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 8013, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 8017, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 8021, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 8035, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 8062, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 8091, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

/* line 8100, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 8110, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 8116, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 8122, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

/* line 8131, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 8135, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 8139, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 8151, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 8164, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 8171, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 8184, /app/app/assets/stylesheets/home/bootstrap.min.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 8189, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 8199, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 8204, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 8209, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 8215, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 8220, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}

/* line 8254, /app/app/assets/stylesheets/home/bootstrap.min.css */
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

/* line 8272, /app/app/assets/stylesheets/home/bootstrap.min.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 8278, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pull-right {
  float: right !important;
}

/* line 8282, /app/app/assets/stylesheets/home/bootstrap.min.css */
.pull-left {
  float: left !important;
}

/* line 8286, /app/app/assets/stylesheets/home/bootstrap.min.css */
.hide {
  display: none !important;
}

/* line 8290, /app/app/assets/stylesheets/home/bootstrap.min.css */
.show {
  display: block !important;
}

/* line 8294, /app/app/assets/stylesheets/home/bootstrap.min.css */
.invisible {
  visibility: hidden;
}

/* line 8298, /app/app/assets/stylesheets/home/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8306, /app/app/assets/stylesheets/home/bootstrap.min.css */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 8311, /app/app/assets/stylesheets/home/bootstrap.min.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 8319, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

/* line 8326, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8342, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-xs {
    display: block !important;
  }

  /* line 8346, /app/app/assets/stylesheets/home/bootstrap.min.css */
  table.visible-xs {
    display: table;
  }

  /* line 8350, /app/app/assets/stylesheets/home/bootstrap.min.css */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 8354, /app/app/assets/stylesheets/home/bootstrap.min.css */
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 8361, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 8367, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 8373, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8379, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-sm {
    display: block !important;
  }

  /* line 8383, /app/app/assets/stylesheets/home/bootstrap.min.css */
  table.visible-sm {
    display: table;
  }

  /* line 8387, /app/app/assets/stylesheets/home/bootstrap.min.css */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 8391, /app/app/assets/stylesheets/home/bootstrap.min.css */
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8398, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8404, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8410, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8416, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-md {
    display: block !important;
  }

  /* line 8420, /app/app/assets/stylesheets/home/bootstrap.min.css */
  table.visible-md {
    display: table;
  }

  /* line 8424, /app/app/assets/stylesheets/home/bootstrap.min.css */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 8428, /app/app/assets/stylesheets/home/bootstrap.min.css */
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8435, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8441, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8447, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 8453, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-lg {
    display: block !important;
  }

  /* line 8457, /app/app/assets/stylesheets/home/bootstrap.min.css */
  table.visible-lg {
    display: table;
  }

  /* line 8461, /app/app/assets/stylesheets/home/bootstrap.min.css */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 8465, /app/app/assets/stylesheets/home/bootstrap.min.css */
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 8472, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 8478, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 8484, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 8490, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 8496, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8502, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 8508, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .hidden-lg {
    display: none !important;
  }
}
/* line 8513, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 8518, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-print {
    display: block !important;
  }

  /* line 8522, /app/app/assets/stylesheets/home/bootstrap.min.css */
  table.visible-print {
    display: table;
  }

  /* line 8526, /app/app/assets/stylesheets/home/bootstrap.min.css */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 8530, /app/app/assets/stylesheets/home/bootstrap.min.css */
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
/* line 8536, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 8541, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 8546, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 8551, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 8556, /app/app/assets/stylesheets/home/bootstrap.min.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 8561, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 8567, /app/app/assets/stylesheets/home/bootstrap.min.css */
  .hidden-print {
    display: none !important;
  }
}
/* line 1, /app/app/assets/stylesheets/grid.scss */
.container {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 6, /app/app/assets/stylesheets/grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1280px) {
  /* line 12, /app/app/assets/stylesheets/grid.scss */
  .container {
    width: 1280px;
  }

  /* line 16, /app/app/assets/stylesheets/grid.scss */
  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 27, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 35, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
/* line 9, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 84, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 22, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 26, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 30, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39 ";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\@";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "K";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "W";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\*";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "I";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "V";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "Q";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "G";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "E";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "C";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "L";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "Z";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "A";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "P";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\?";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "F";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "H";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "R";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "J";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "O";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "U";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "S";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "N";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "B";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\<";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\>";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "Y";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\+";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\+";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\=";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\%";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\%";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\#";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "T";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "M";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\!";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\$";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\$";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\$";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "X";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "D";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "";
}

/* line 5, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-ae17c16afbea216707b2203ea1cf9bdb45b9bfe47d0f4ae3258ddbc6294dd02f.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-b4990d0d0c5f5d38d62e936eea120674e584c7eea8dcee38a975c0cf9a37539b.ttf) format("truetype");
}
/* line 23, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-c27da6f833431da5aa295c44540bfac0fd8270ba6a3c4346427006d8a7b34b76.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-9174757efc83e072436e873c22be1663d3c103b0a16d7fb73569af4918d4d351.ttf) format("truetype");
}
/* line 23, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-232c6f6a7678304f9efaa26f30b1610debc2ba9f4cd636b5e6751c8d73761b92.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-e28096fa75a96ac77020155ea3a6dd7312983e84115366d4cf49a0c312ec6d51.ttf) format("truetype");
}
/* line 23, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "";
}

@font-face {
  font-family: 'et-line';
  src: url(/fonts/et-line.eot);
  src: url(/fonts/et-line.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/et-line-19d2f43d546ada73dd083f7778aa4a5cac1a8e7a3af56efccae580fce07a5e1c.woff) format("woff"), url(/fonts/et-line.svg#et-line) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 12, /app/app/assets/stylesheets/home/et-line.scss */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 31, /app/app/assets/stylesheets/home/et-line.scss */
.icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* line 142, /app/app/assets/stylesheets/home/et-line.scss */
.icon-mobile:before {
  content: '\e000';
}

/* line 145, /app/app/assets/stylesheets/home/et-line.scss */
.icon-laptop:before {
  content: '\e001';
}

/* line 148, /app/app/assets/stylesheets/home/et-line.scss */
.icon-desktop:before {
  content: '\e002';
}

/* line 151, /app/app/assets/stylesheets/home/et-line.scss */
.icon-tablet:before {
  content: '\e003';
}

/* line 154, /app/app/assets/stylesheets/home/et-line.scss */
.icon-phone:before {
  content: '\e004';
}

/* line 157, /app/app/assets/stylesheets/home/et-line.scss */
.icon-document:before {
  content: '\e005';
}

/* line 160, /app/app/assets/stylesheets/home/et-line.scss */
.icon-documents:before {
  content: '\e006';
}

/* line 163, /app/app/assets/stylesheets/home/et-line.scss */
.icon-search:before {
  content: '\e007';
}

/* line 166, /app/app/assets/stylesheets/home/et-line.scss */
.icon-clipboard:before {
  content: '\e008';
}

/* line 169, /app/app/assets/stylesheets/home/et-line.scss */
.icon-newspaper:before {
  content: '\e009';
}

/* line 172, /app/app/assets/stylesheets/home/et-line.scss */
.icon-notebook:before {
  content: '\e00a';
}

/* line 175, /app/app/assets/stylesheets/home/et-line.scss */
.icon-book-open:before {
  content: '\e00b';
}

/* line 178, /app/app/assets/stylesheets/home/et-line.scss */
.icon-browser:before {
  content: '\e00c';
}

/* line 181, /app/app/assets/stylesheets/home/et-line.scss */
.icon-calendar:before {
  content: '\e00d';
}

/* line 184, /app/app/assets/stylesheets/home/et-line.scss */
.icon-presentation:before {
  content: '\e00e';
}

/* line 187, /app/app/assets/stylesheets/home/et-line.scss */
.icon-picture:before {
  content: '\e00f';
}

/* line 190, /app/app/assets/stylesheets/home/et-line.scss */
.icon-pictures:before {
  content: '\e010';
}

/* line 193, /app/app/assets/stylesheets/home/et-line.scss */
.icon-video:before {
  content: '\e011';
}

/* line 196, /app/app/assets/stylesheets/home/et-line.scss */
.icon-camera:before {
  content: '\e012';
}

/* line 199, /app/app/assets/stylesheets/home/et-line.scss */
.icon-printer:before {
  content: '\e013';
}

/* line 202, /app/app/assets/stylesheets/home/et-line.scss */
.icon-toolbox:before {
  content: '\e014';
}

/* line 205, /app/app/assets/stylesheets/home/et-line.scss */
.icon-briefcase:before {
  content: '\e015';
}

/* line 208, /app/app/assets/stylesheets/home/et-line.scss */
.icon-wallet:before {
  content: '\e016';
}

/* line 211, /app/app/assets/stylesheets/home/et-line.scss */
.icon-gift:before {
  content: '\e017';
}

/* line 214, /app/app/assets/stylesheets/home/et-line.scss */
.icon-bargraph:before {
  content: '\e018';
}

/* line 217, /app/app/assets/stylesheets/home/et-line.scss */
.icon-grid:before {
  content: '\e019';
}

/* line 220, /app/app/assets/stylesheets/home/et-line.scss */
.icon-expand:before {
  content: '\e01a';
}

/* line 223, /app/app/assets/stylesheets/home/et-line.scss */
.icon-focus:before {
  content: '\e01b';
}

/* line 226, /app/app/assets/stylesheets/home/et-line.scss */
.icon-edit:before {
  content: '\e01c';
}

/* line 229, /app/app/assets/stylesheets/home/et-line.scss */
.icon-adjustments:before {
  content: '\e01d';
}

/* line 232, /app/app/assets/stylesheets/home/et-line.scss */
.icon-ribbon:before {
  content: '\e01e';
}

/* line 235, /app/app/assets/stylesheets/home/et-line.scss */
.icon-hourglass:before {
  content: '\e01f';
}

/* line 238, /app/app/assets/stylesheets/home/et-line.scss */
.icon-lock:before {
  content: '\e020';
}

/* line 241, /app/app/assets/stylesheets/home/et-line.scss */
.icon-megaphone:before {
  content: '\e021';
}

/* line 244, /app/app/assets/stylesheets/home/et-line.scss */
.icon-shield:before {
  content: '\e022';
}

/* line 247, /app/app/assets/stylesheets/home/et-line.scss */
.icon-trophy:before {
  content: '\e023';
}

/* line 250, /app/app/assets/stylesheets/home/et-line.scss */
.icon-flag:before {
  content: '\e024';
}

/* line 253, /app/app/assets/stylesheets/home/et-line.scss */
.icon-map:before {
  content: '\e025';
}

/* line 256, /app/app/assets/stylesheets/home/et-line.scss */
.icon-puzzle:before {
  content: '\e026';
}

/* line 259, /app/app/assets/stylesheets/home/et-line.scss */
.icon-basket:before {
  content: '\e027';
}

/* line 262, /app/app/assets/stylesheets/home/et-line.scss */
.icon-envelope:before {
  content: '\e028';
}

/* line 265, /app/app/assets/stylesheets/home/et-line.scss */
.icon-streetsign:before {
  content: '\e029';
}

/* line 268, /app/app/assets/stylesheets/home/et-line.scss */
.icon-telescope:before {
  content: '\e02a';
}

/* line 271, /app/app/assets/stylesheets/home/et-line.scss */
.icon-gears:before {
  content: '\e02b';
}

/* line 274, /app/app/assets/stylesheets/home/et-line.scss */
.icon-key:before {
  content: '\e02c';
}

/* line 277, /app/app/assets/stylesheets/home/et-line.scss */
.icon-paperclip:before {
  content: '\e02d';
}

/* line 280, /app/app/assets/stylesheets/home/et-line.scss */
.icon-attachment:before {
  content: '\e02e';
}

/* line 283, /app/app/assets/stylesheets/home/et-line.scss */
.icon-pricetags:before {
  content: '\e02f';
}

/* line 286, /app/app/assets/stylesheets/home/et-line.scss */
.icon-lightbulb:before {
  content: '\e030';
}

/* line 289, /app/app/assets/stylesheets/home/et-line.scss */
.icon-layers:before {
  content: '\e031';
}

/* line 292, /app/app/assets/stylesheets/home/et-line.scss */
.icon-pencil:before {
  content: '\e032';
}

/* line 295, /app/app/assets/stylesheets/home/et-line.scss */
.icon-tools:before {
  content: '\e033';
}

/* line 298, /app/app/assets/stylesheets/home/et-line.scss */
.icon-tools-2:before {
  content: '\e034';
}

/* line 301, /app/app/assets/stylesheets/home/et-line.scss */
.icon-scissors:before {
  content: '\e035';
}

/* line 304, /app/app/assets/stylesheets/home/et-line.scss */
.icon-paintbrush:before {
  content: '\e036';
}

/* line 307, /app/app/assets/stylesheets/home/et-line.scss */
.icon-magnifying-glass:before {
  content: '\e037';
}

/* line 310, /app/app/assets/stylesheets/home/et-line.scss */
.icon-circle-compass:before {
  content: '\e038';
}

/* line 313, /app/app/assets/stylesheets/home/et-line.scss */
.icon-linegraph:before {
  content: '\e039';
}

/* line 316, /app/app/assets/stylesheets/home/et-line.scss */
.icon-mic:before {
  content: '\e03a';
}

/* line 319, /app/app/assets/stylesheets/home/et-line.scss */
.icon-strategy:before {
  content: '\e03b';
}

/* line 322, /app/app/assets/stylesheets/home/et-line.scss */
.icon-beaker:before {
  content: '\e03c';
}

/* line 325, /app/app/assets/stylesheets/home/et-line.scss */
.icon-caution:before {
  content: '\e03d';
}

/* line 328, /app/app/assets/stylesheets/home/et-line.scss */
.icon-recycle:before {
  content: '\e03e';
}

/* line 331, /app/app/assets/stylesheets/home/et-line.scss */
.icon-anchor:before {
  content: '\e03f';
}

/* line 334, /app/app/assets/stylesheets/home/et-line.scss */
.icon-profile-male:before {
  content: '\e040';
}

/* line 337, /app/app/assets/stylesheets/home/et-line.scss */
.icon-profile-female:before {
  content: '\e041';
}

/* line 340, /app/app/assets/stylesheets/home/et-line.scss */
.icon-bike:before {
  content: '\e042';
}

/* line 343, /app/app/assets/stylesheets/home/et-line.scss */
.icon-wine:before {
  content: '\e043';
}

/* line 346, /app/app/assets/stylesheets/home/et-line.scss */
.icon-hotairballoon:before {
  content: '\e044';
}

/* line 349, /app/app/assets/stylesheets/home/et-line.scss */
.icon-globe:before {
  content: '\e045';
}

/* line 352, /app/app/assets/stylesheets/home/et-line.scss */
.icon-genius:before {
  content: '\e046';
}

/* line 355, /app/app/assets/stylesheets/home/et-line.scss */
.icon-map-pin:before {
  content: '\e047';
}

/* line 358, /app/app/assets/stylesheets/home/et-line.scss */
.icon-dial:before {
  content: '\e048';
}

/* line 361, /app/app/assets/stylesheets/home/et-line.scss */
.icon-chat:before {
  content: '\e049';
}

/* line 364, /app/app/assets/stylesheets/home/et-line.scss */
.icon-heart:before {
  content: '\e04a';
}

/* line 367, /app/app/assets/stylesheets/home/et-line.scss */
.icon-cloud:before {
  content: '\e04b';
}

/* line 370, /app/app/assets/stylesheets/home/et-line.scss */
.icon-upload:before {
  content: '\e04c';
}

/* line 373, /app/app/assets/stylesheets/home/et-line.scss */
.icon-download:before {
  content: '\e04d';
}

/* line 376, /app/app/assets/stylesheets/home/et-line.scss */
.icon-target:before {
  content: '\e04e';
}

/* line 379, /app/app/assets/stylesheets/home/et-line.scss */
.icon-hazardous:before {
  content: '\e04f';
}

/* line 382, /app/app/assets/stylesheets/home/et-line.scss */
.icon-piechart:before {
  content: '\e050';
}

/* line 385, /app/app/assets/stylesheets/home/et-line.scss */
.icon-speedometer:before {
  content: '\e051';
}

/* line 388, /app/app/assets/stylesheets/home/et-line.scss */
.icon-global:before {
  content: '\e052';
}

/* line 391, /app/app/assets/stylesheets/home/et-line.scss */
.icon-compass:before {
  content: '\e053';
}

/* line 394, /app/app/assets/stylesheets/home/et-line.scss */
.icon-lifesaver:before {
  content: '\e054';
}

/* line 397, /app/app/assets/stylesheets/home/et-line.scss */
.icon-clock:before {
  content: '\e055';
}

/* line 400, /app/app/assets/stylesheets/home/et-line.scss */
.icon-aperture:before {
  content: '\e056';
}

/* line 403, /app/app/assets/stylesheets/home/et-line.scss */
.icon-quote:before {
  content: '\e057';
}

/* line 406, /app/app/assets/stylesheets/home/et-line.scss */
.icon-scope:before {
  content: '\e058';
}

/* line 409, /app/app/assets/stylesheets/home/et-line.scss */
.icon-alarmclock:before {
  content: '\e059';
}

/* line 412, /app/app/assets/stylesheets/home/et-line.scss */
.icon-refresh:before {
  content: '\e05a';
}

/* line 415, /app/app/assets/stylesheets/home/et-line.scss */
.icon-happy:before {
  content: '\e05b';
}

/* line 418, /app/app/assets/stylesheets/home/et-line.scss */
.icon-sad:before {
  content: '\e05c';
}

/* line 421, /app/app/assets/stylesheets/home/et-line.scss */
.icon-facebook:before {
  content: '\e05d';
}

/* line 424, /app/app/assets/stylesheets/home/et-line.scss */
.icon-twitter:before {
  content: '\e05e';
}

/* line 427, /app/app/assets/stylesheets/home/et-line.scss */
.icon-googleplus:before {
  content: '\e05f';
}

/* line 430, /app/app/assets/stylesheets/home/et-line.scss */
.icon-rss:before {
  content: '\e060';
}

/* line 433, /app/app/assets/stylesheets/home/et-line.scss */
.icon-tumblr:before {
  content: '\e061';
}

/* line 436, /app/app/assets/stylesheets/home/et-line.scss */
.icon-linkedin:before {
  content: '\e062';
}

/* line 439, /app/app/assets/stylesheets/home/et-line.scss */
.icon-dribbble:before {
  content: '\e063';
}

@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-Regular-c9ac4eaa445ac27eac5a5918e3883fd0c522352c41306f80c98053e42535fa9d.eot);
  src: url(/assets/Montserrat-Regular-c9ac4eaa445ac27eac5a5918e3883fd0c522352c41306f80c98053e42535fa9d.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat-Regular-0e9b0d97dd537b2083811703fcb778491b8471702145153e68ff5b1f20500c90.woff) format("woff"), url(/assets/Montserrat-Regular-68e122aa4354f9c47d423776ccdcdbd037076da62a81c10aa23cad46a41395b4.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-Medium-45ea5d6599c0d94ec39b3aa95ee71b387ff3fea15ab4a49041e2d339d554d7d6.eot);
  src: url(/assets/Montserrat-Medium-45ea5d6599c0d94ec39b3aa95ee71b387ff3fea15ab4a49041e2d339d554d7d6.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat-Medium-5d93f0fd080319fb39c75864ba8c39857e708ca46549d3f28de0e80862d24401.woff) format("woff"), url(/assets/Montserrat-Medium-25a379e402504d9099fd443d7c77547af4aa04ac2966da0897279feab8e1af8a.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-Bold-18589a25e50e3826c77d8b3ef81f5faa6b182182b6b2bf8ec574e5c279eb8c00.eot);
  src: url(/assets/Montserrat-Bold-18589a25e50e3826c77d8b3ef81f5faa6b182182b6b2bf8ec574e5c279eb8c00.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat-Bold-788ae49855e57a463dbf1ae11cd9cf3e218e3c8ec0e67ffb46fdb53bfb871428.woff) format("woff"), url(/assets/Montserrat-Bold-f2cdd70ecd9d7cf1f22c62aa47bfce11b3a1f55c6f03a856c3a9f54910428c8b.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-Italic-7d5731feaa8e70cf7b0bcc3aaae1b1650b4246c82a4c904aab36138eda16f980.eot);
  src: url(/assets/Montserrat-Italic-7d5731feaa8e70cf7b0bcc3aaae1b1650b4246c82a4c904aab36138eda16f980.eot?#iefix) format("embedded-opentype"), url(/assets/Montserrat-Italic-a41ae288a85b677e5aa72cb2724c436cc70e3380e13f16c26c1f86e0c2670d34.woff) format("woff"), url(/assets/Montserrat-Italic-32b359d64ae34d7f75552f113e339acae9cca026cdcf2fc5860cccffdd0a57d3.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-SemiBold-d26efb0dcc5b153bb38c8600fe0e5c3ed3ee2c8be163e73d30fd99ad691cf010.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/assets/Montserrat-Light-f13abb259dcc4abd8726fb32e9fbb624a99fec6f0ebc2fdb52309692e06c8dcf.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dosis';
  src: url(/assets/Dosis-Medium-7cc6a26f3a584047bc97bcc16c968f1054f14c0121067e0a378d51edd53e8e03.otf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Dosis';
  src: url(/assets/Dosis-Regular-39ce08d8df7c9181e44a39d390be321bf5b1db4fc5d8cb1abf03e48f154c7642.otf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito-Regular-96a2bf793dd663407f49bcd219fe5abca8d52ce98d47b6063e3843db5d17bcdd.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito-Medium-5cb845fbf16e0b5b2926d99892edf40b987b3917f2e69d35b7434d6718014cbd.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito-SemiBold-e42b3f1e64e615cec178fee5121189849e45063b8b7bea811b0814af8e1cea75.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url(/assets/Nunito-Bold-f82add5c2ff09c835a8a60d8fb6d6a7f2d6f712d2e98d65a3744053c9bcc8bbf.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url(/assets/SFPRODISPLAYREGULAR-a7f8604bc9572a5c012cbfcb1e8f4f155eed3ef80e058dfa01f7b1731e45cf33.woff);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Georgia-Bold;
  src: url(/../fonts/Georgia-Bold.otf);
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url(/assets/ProximaNova-Regular-36b59421bdc34fd9869a7541c47d5f157ff19eb183032efff759c4d5be5d9cae.otf);
  font-style: normal;
  font-stretch: normal;
}
/* line 118, /app/app/assets/stylesheets/fonts.scss */
.font-montserrat {
  font-family: 'montserrat', sans-serif;
}

/* line 122, /app/app/assets/stylesheets/fonts.scss */
.font-dosis {
  font-family: 'dosis', sans-serif;
}

/* line 126, /app/app/assets/stylesheets/fonts.scss */
.font-nunito {
  font-family: 'Nunito', sans-serif;
}

/* line 130, /app/app/assets/stylesheets/fonts.scss */
.font-sf-pro-display {
  font-family: 'SFProDisplay', sans-serif;
}

/* line 134, /app/app/assets/stylesheets/fonts.scss */
.font-georgia {
  font-family: 'Georgia', sans-serif;
}

/* line 138, /app/app/assets/stylesheets/fonts.scss */
.font-proxima-nova {
  font-family: 'ProximaNova', sans-serif;
}

/* Magnific Popup CSS */
/* line 2, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 15, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 26, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 46, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 50, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 59, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 65, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 69, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 76, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 83, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 87, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 96, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 100, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 104, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-preloader {
  color: var(--gray);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 115, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-preloader a {
  color: var(--gray);
}

/* line 118, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-preloader a:hover {
  color: white;
}

/* line 122, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 126, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 130, /app/app/assets/stylesheets/home/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 144, /app/app/assets/stylesheets/home/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 149, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 166, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 171, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 175, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 179, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 188, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gray);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 198, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 210, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 213, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 218, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 233, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 239, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 246, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 249, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 254, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 260, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 263, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 268, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 273, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 277, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 282, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 286, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 292, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 304, /app/app/assets/stylesheets/home/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 318, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 321, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 335, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 341, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 345, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 354, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 362, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 366, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 375, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 379, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 382, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 386, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 390, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 401, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 404, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 408, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 422, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 427, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 432, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 437, /app/app/assets/stylesheets/home/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 443, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 446, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 453, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 456, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 459, /app/app/assets/stylesheets/home/magnific-popup.css */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ==============================
   MAIN COLOR
   ----- green #00c8aa ----------

   ALL COLORS
   green - #00c8aa
   blue - #00b2ca
   dark - #171724
   red-1 - #ff0030
   red-2 - #FF4C05
   dark-blue - #3446FF
   purle - #A182D2
   orange - #E48400
   pink - #FF4C83

   default - #222
   ============================== */
/* line 18, /app/app/assets/stylesheets/home/theme-green.css */
body ::-moz-selection {
  background: var(--teal);
}

/* line 21, /app/app/assets/stylesheets/home/theme-green.css */
body ::selection {
  background: var(--teal);
}

/* line 24, /app/app/assets/stylesheets/home/theme-green.css */
.progress-box .progress-bar {
  background-color: var(--teal);
}

/* line 27, /app/app/assets/stylesheets/home/theme-green.css */
.service-item i {
  color: var(--teal);
}

/* line 30, /app/app/assets/stylesheets/home/theme-green.css */
.service-item:hover {
  border-color: var(--teal);
}

/* line 33, /app/app/assets/stylesheets/home/theme-green.css */
.filter li a:hover {
  border-bottom: 1px solid var(--teal);
}

/* line 36, /app/app/assets/stylesheets/home/theme-green.css */
.filter li.active a {
  border-bottom: 1px solid var(--teal);
}

/* line 39, /app/app/assets/stylesheets/home/theme-green.css */
.team-item figcaption small {
  color: var(--teal);
}

/* line 42, /app/app/assets/stylesheets/home/theme-green.css */
.pricing-inner:hover {
  border-color: var(--teal);
}

/* line 45, /app/app/assets/stylesheets/home/theme-green.css */
.pricing-inner:hover .pricing-icon,
.pricing-inner:hover .pricing-title {
  color: var(--teal);
}

/* line 49, /app/app/assets/stylesheets/home/theme-green.css */
.pricing-main .pricing-inner {
  border-color: var(--teal);
}

/* line 52, /app/app/assets/stylesheets/home/theme-green.css */
.pricing-main .pricing-icon,
.pricing-main .pricing-title {
  color: var(--teal);
}

/* line 56, /app/app/assets/stylesheets/home/theme-green.css */
.pricing-main .pricing-button .btn {
  background: var(--teal);
}

/* line 59, /app/app/assets/stylesheets/home/theme-green.css */
.contact-item span,
.contact-item i {
  color: var(--teal);
}

/* line 63, /app/app/assets/stylesheets/home/theme-green.css */
.btn-continue-reading {
  color: var(--teal);
}

/* line 66, /app/app/assets/stylesheets/home/theme-green.css */
.btn-continue-reading:hover {
  color: var(--teal);
}

/* line 69, /app/app/assets/stylesheets/home/theme-green.css */
.pagination > li.active a,
.pagination > li.active span {
  border-color: var(--teal);
  color: var(--teal);
}

/* line 74, /app/app/assets/stylesheets/home/theme-green.css */
.features-icon {
  color: var(--teal);
}

/* line 77, /app/app/assets/stylesheets/home/theme-green.css */
.btn-coffee.btn-color {
  background: var(--teal);
}

/* line 80, /app/app/assets/stylesheets/home/theme-green.css */
.btn-coffee.btn-color-w {
  border: 2px solid var(--teal);
  background: var(--teal);
}

/* line 84, /app/app/assets/stylesheets/home/theme-green.css */
span.higl {
  color: var(--teal) !important;
}

/* line 87, /app/app/assets/stylesheets/home/theme-green.css */
.team-slider .owl-page span {
  border: 1px solid var(--teal);
}

/* line 90, /app/app/assets/stylesheets/home/theme-green.css */
.team-slider .owl-page.active span {
  background: var(--teal);
}

@media only screen and (max-width: 768px) {
  /* line 94, /app/app/assets/stylesheets/home/theme-green.css */
  .overlay-left {
    width: 100%;
    background: var(--teal);
  }

  /* line 98, /app/app/assets/stylesheets/home/theme-green.css */
  .overlay-left div,
  .overlay-left h1 {
    color: white;
  }

  /* line 102, /app/app/assets/stylesheets/home/theme-green.css */
  .overlay-right {
    display: none;
  }

  /* line 105, /app/app/assets/stylesheets/home/theme-green.css */
  .btn-scroll-alt:before,
  .btn-scroll-alt:after {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 57, /app/app/assets/stylesheets/home/owl.carousel.css */
.grabbing {
  cursor: url(/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
/* line 78, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 88, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 94, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 100, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 105, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 111, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 116, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 122, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 128, /app/app/assets/stylesheets/home/owl.carousel.css */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* ==============================
   Global styles
   ============================== */
/* line 4, /app/app/assets/stylesheets/home/style.scss */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

/* line 8, /app/app/assets/stylesheets/home/style.scss */
html,
body {
  height: 100% !important;
}

/* line 12, /app/app/assets/stylesheets/home/style.scss */
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, /app/app/assets/stylesheets/home/style.scss */
body ::-moz-selection {
  background: #00b2ca;
  color: #fff;
}

/* line 27, /app/app/assets/stylesheets/home/style.scss */
body ::selection {
  background: #00b2ca;
  color: #fff;
}

/* line 31, /app/app/assets/stylesheets/home/style.scss */
a,
a:hover,
a:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}

/* line 38, /app/app/assets/stylesheets/home/style.scss */
ul {
  list-style-type: none;
}

/* line 43, /app/app/assets/stylesheets/home/style.scss */
.wrap-job ul {
  list-style-type: disc;
}

/* ==============================
   Typography
   ============================== */
/* line 50, /app/app/assets/stylesheets/home/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: 400;
  color: #444;
}

/* line 61, /app/app/assets/stylesheets/home/style.scss */
p {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  font-weight: 300;
}

/* line 67, /app/app/assets/stylesheets/home/style.scss */
b {
  font-weight: 700;
}

/* line 70, /app/app/assets/stylesheets/home/style.scss */
blockquote {
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}

/* line 78, /app/app/assets/stylesheets/home/style.scss */
blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

/* line 85, /app/app/assets/stylesheets/home/style.scss */
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 91, /app/app/assets/stylesheets/home/style.scss */
.alt-font {
  font-family: 'Dosis', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 96, /app/app/assets/stylesheets/home/style.scss */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eeeef7;
}

/* ==============================
   Helper clases
   ============================== */
/* line 106, /app/app/assets/stylesheets/home/style.scss */
.clearlist:not(ol > li),
.clearlist li:not(ol > li) {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

/* line 113, /app/app/assets/stylesheets/home/style.scss */
img.resp {
  width: 100%;
  height: auto;
}

/* line 117, /app/app/assets/stylesheets/home/style.scss */
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 131, /app/app/assets/stylesheets/home/style.scss */
.valign-wrapper .valign {
  display: block;
}

/* line 134, /app/app/assets/stylesheets/home/style.scss */
.relative {
  position: relative;
}

/* line 137, /app/app/assets/stylesheets/home/style.scss */
.table {
  display: table;
}

/* line 140, /app/app/assets/stylesheets/home/style.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 145, /app/app/assets/stylesheets/home/style.scss */
.right {
  float: right;
}

/* line 148, /app/app/assets/stylesheets/home/style.scss */
.left {
  float: left;
}

/* line 151, /app/app/assets/stylesheets/home/style.scss */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 155, /app/app/assets/stylesheets/home/style.scss */
.info-message {
  margin: 25px 0 0px;
}

/* line 158, /app/app/assets/stylesheets/home/style.scss */
.success {
  border-color: #a9e2c2;
  color: #36a367;
}

/* line 162, /app/app/assets/stylesheets/home/style.scss */
.error {
  border-color: #fbb;
  color: #e33131;
}

/* line 166, /app/app/assets/stylesheets/home/style.scss */
.black {
  color: #111 !important;
}

/* line 169, /app/app/assets/stylesheets/home/style.scss */
.weight-color {
  color: #00b2ca !important;
  font-weight: 500;
}

/* line 173, /app/app/assets/stylesheets/home/style.scss */
.visibile-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/* ==============================
   Backgrounds and sections
   ============================== */
/* line 182, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-10,
.bg-dark-50,
.bg-dark-80,
.bg-dark-90,
.bg-light-90 {
  color: #fff;
}

/* line 189, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-10 *,
.bg-dark-50 *,
.bg-dark-80 *,
.bg-dark-90 *,
.bg-light-90 * {
  color: #fff;
}

/* line 196, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-10:before,
.bg-dark-50:before,
.bg-dark-80:before,
.bg-dark-90:before,
.bg-light-90:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 208, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-10:before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 211, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-50:before {
  background: rgba(0, 0, 0, 0.5);
}

/* line 214, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-80:before {
  background: rgba(0, 0, 0, 0.8);
}

/* line 217, /app/app/assets/stylesheets/home/style.scss */
.bg-dark-90:before {
  background: rgba(0, 0, 0, 0.9);
}

/* line 220, /app/app/assets/stylesheets/home/style.scss */
.bg-light-90:before {
  background: rgba(255, 255, 255, 0.8);
}

/* line 223, /app/app/assets/stylesheets/home/style.scss */
.bg-light {
  background: #f0f0f0;
}

/* line 226, /app/app/assets/stylesheets/home/style.scss */
.bg-light-2 {
  background: #f8f8f8;
}

/* line 229, /app/app/assets/stylesheets/home/style.scss */
.bg-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* line 239, /app/app/assets/stylesheets/home/style.scss */
section {
  position: relative;
  padding: 0;
  min-height: 100px;
  overflow: hidden;
}

/* line 245, /app/app/assets/stylesheets/home/style.scss */
.page {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  z-index: 999;
}

/* line 252, /app/app/assets/stylesheets/home/style.scss */
.page-2 {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}

/* line 258, /app/app/assets/stylesheets/home/style.scss */
.small-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* line 263, /app/app/assets/stylesheets/home/style.scss */
.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}

/* line 268, /app/app/assets/stylesheets/home/style.scss */
.min-height {
  min-height: 400px;
}

/* line 271, /app/app/assets/stylesheets/home/style.scss */
.half-height {
  padding: 0 !important;
  margin: 0 !important;
  height: 90vh;
  width: 100%;
}

/* line 277, /app/app/assets/stylesheets/home/style.scss */
.full-screen {
  height: 100vh;
  width: 100%;
}

/*
 * Background slider
 */
/* line 285, /app/app/assets/stylesheets/home/style.scss */
.bg-slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 291, /app/app/assets/stylesheets/home/style.scss */
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -ms-animation: slideShow 24s linear infinite 0s;
  animation: slideShow 24s linear infinite 0s;
}

/* line 306, /app/app/assets/stylesheets/home/style.scss */
.slide-1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 311, /app/app/assets/stylesheets/home/style.scss */
.slide-2 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
}

/* line 318, /app/app/assets/stylesheets/home/style.scss */
.slide-3 {
  -webkit-animation-delay: 16s;
  -moz-animation-delay: 16s;
  -o-animation-delay: 16s;
  -ms-animation-delay: 16s;
  animation-delay: 16s;
}

/*
 * Parallax
 */
/* line 328, /app/app/assets/stylesheets/home/style.scss */
.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* line 338, /app/app/assets/stylesheets/home/style.scss */
.parallax-fixed {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

/* line 346, /app/app/assets/stylesheets/home/style.scss */
.parallax-section-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* line 360, /app/app/assets/stylesheets/home/style.scss */
.mobile .parallax-section-bg {
  height: 100% !important;
}

/*
 *BG VIdeo
 */
/* line 366, /app/app/assets/stylesheets/home/style.scss */
.youtube-bg,
.bg-video-wrapper,
.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 375, /app/app/assets/stylesheets/home/style.scss */
.youtube-bg:before {
  z-index: 2;
}

/* line 378, /app/app/assets/stylesheets/home/style.scss */
.bg-video-wrapper {
  z-index: 0;
}

/* line 381, /app/app/assets/stylesheets/home/style.scss */
.bg-video-wrapper video {
  max-width: inherit;
  height: inherit;
  z-index: 0;
}

/* line 386, /app/app/assets/stylesheets/home/style.scss */
.animate-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 396, /app/app/assets/stylesheets/home/style.scss */
.animate-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

/* ==============================
   Page loaders
   ============================== */
/* line 408, /app/app/assets/stylesheets/home/style.scss */
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}

/* line 418, /app/app/assets/stylesheets/home/style.scss */
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

/* line 440, /app/app/assets/stylesheets/home/style.scss */
.loader-text {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

/* line 453, /app/app/assets/stylesheets/home/style.scss */
.mfp-preloader {
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50% !important;
  left: 50% !important;
  right: 0;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid #fff;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================
   Buttons
   ============================== */
/* line 542, /app/app/assets/stylesheets/home/style.scss */
.social-links {
  font-size: 16px;
}

/* line 545, /app/app/assets/stylesheets/home/style.scss */
.social-links a {
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #111;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 557, /app/app/assets/stylesheets/home/style.scss */
.social-links a a i,
.social-links a a span {
  position: relative;
  top: 0;
  left: 0;
}

/* line 563, /app/app/assets/stylesheets/home/style.scss */
.social-links a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #111;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 580, /app/app/assets/stylesheets/home/style.scss */
.social-links a:hover {
  color: #fff;
  background: #111;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 591, /app/app/assets/stylesheets/home/style.scss */
.icon-big-round {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.97);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 609, /app/app/assets/stylesheets/home/style.scss */
.icon-big-round .fa-play {
  position: relative;
  left: 4px;
}

/* line 613, /app/app/assets/stylesheets/home/style.scss */
.btn-read-more {
  border-bottom: 1px solid #111;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
}

/* line 621, /app/app/assets/stylesheets/home/style.scss */
.btn-scroll-down {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: display 0.5s easy-in-out;
  -moz-transition: display 0.5s easy-in-out;
  -o-transition: display 0.5s easy-in-out;
  -ms-transition: display 0.5s easy-in-out;
  transition: display 0.5s easy-in-out;
}

/* line 636, /app/app/assets/stylesheets/home/style.scss */
.btn-scroll-down:before,
.btn-scroll-down:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 652, /app/app/assets/stylesheets/home/style.scss */
.btn-scroll-down:before {
  bottom: 20px;
  width: 60px;
  height: 60px;
}

/* line 657, /app/app/assets/stylesheets/home/style.scss */
.btn-scroll-down:after {
  width: 30px;
  height: 30px;
  bottom: 35px;
  -webkit-animation: sc-down-a 0.3s infinite alternate;
  -moz-animation: sc-down-a 0.3s infinite alternate;
  -o-animation: sc-down-a 0.3s infinite alternate;
  -ms-animation: sc-down-a 0.3s infinite alternate;
  animation: sc-down-a 0.3s infinite alternate;
}

/* line 667, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee {
  font-family: 'Dosis', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

/* line 691, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee:hover,
.btn-coffee:focus {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 702, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee:active {
  cursor: pointer !important;
  outline: none !important;
}

/* line 706, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}

/* line 712, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-medium {
  height: auto;
  padding: 8px 37px;
  font-size: 12px;
}

/* line 717, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-large {
  height: auto;
  padding: 12px 45px;
  font-size: 13px;
}

/* line 722, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-glass {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.4);
}

/* line 726, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-glass:hover,
.btn-coffee.btn-glass:focus {
  color: #fff;
  background: #000;
}

/* line 731, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}

/* line 736, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-border:hover,
.btn-coffee.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}

/* line 742, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-color {
  color: #fff;
  background: #00b2ca;
}

/* line 746, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-color:hover,
.btn-coffee.btn-color:focus {
  color: #fff;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
}

/* line 753, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-color-w {
  color: #fff;
  border: 2px solid #00b2ca;
  background: #00b2ca;
  opacity: 0.85;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
  filter: alpha(opacity=85);
}

/* line 761, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-color-w:hover,
.btn-coffee.btn-color-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

/* line 767, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

/* line 772, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-border-w:hover,
.btn-coffee.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

/* line 778, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-border-1px {
  border: 1px solid;
}

/* line 781, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-w {
  color: #111;
  background: rgba(255, 255, 255, 0.8);
}

/* line 785, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-w:hover,
.btn-coffee.btn-w:focus {
  color: #111;
  background: #fff;
}

/* line 790, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-gray {
  color: #777;
  background: #e5e5e5;
}

/* line 794, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-gray:hover,
.btn-coffee.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}

/* line 799, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-circle {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/* line 803, /app/app/assets/stylesheets/home/style.scss */
.btn-coffee.btn-round {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 807, /app/app/assets/stylesheets/home/style.scss */
.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}

/* line 812, /app/app/assets/stylesheets/home/style.scss */
.btn-icon.btn-small {
  overflow: hidden;
}

/* line 815, /app/app/assets/stylesheets/home/style.scss */
.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: 0.2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

/* line 834, /app/app/assets/stylesheets/home/style.scss */
.btn-icon:hover > span {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

/* line 844, /app/app/assets/stylesheets/home/style.scss */
.btn-icon > span.white {
  color: #fff;
}

/* line 847, /app/app/assets/stylesheets/home/style.scss */
.btn-icon > span.black {
  color: #000;
}

/* line 850, /app/app/assets/stylesheets/home/style.scss */
.btn-full {
  width: 100%;
}

@-moz-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
@-webkit-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
@-o-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
@keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -o-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
/* ==============================
   Form Field
   ============================== */
/* line 920, /app/app/assets/stylesheets/home/style.scss */
.form input,
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

/* line 946, /app/app/assets/stylesheets/home/style.scss */
.form select {
  font-size: 12px;
}

/* line 949, /app/app/assets/stylesheets/home/style.scss */
.form select[multiple] {
  height: auto;
}

/* line 952, /app/app/assets/stylesheets/home/style.scss */
.form input:hover,
.form select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 956, /app/app/assets/stylesheets/home/style.scss */
.form input:focus,
.form select:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

/* line 964, /app/app/assets/stylesheets/home/style.scss */
.form input.input-lg,
.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

/* line 971, /app/app/assets/stylesheets/home/style.scss */
.form input.input-md,
.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

/* line 978, /app/app/assets/stylesheets/home/style.scss */
.form input.input-sm,
.form select.input-md {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 984, /app/app/assets/stylesheets/home/style.scss */
.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 997, /app/app/assets/stylesheets/home/style.scss */
.form textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 1000, /app/app/assets/stylesheets/home/style.scss */
.form textarea:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
  box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
}

/* line 1006, /app/app/assets/stylesheets/home/style.scss */
.form-contact input {
  margin-bottom: 15px;
}

/* line 1009, /app/app/assets/stylesheets/home/style.scss */
.form-contact textarea {
  height: 90px;
}

/* line 1012, /app/app/assets/stylesheets/home/style.scss */
.form-contact button {
  margin-top: 15px;
  float: right;
}

/* ==============================
   Owl carousel
   ============================== */
/* line 1019, /app/app/assets/stylesheets/home/style.scss */
.owl-carousel {
  overflow: hidden;
}

/* line 1022, /app/app/assets/stylesheets/home/style.scss */
.owl-buttons {
  position: static;
}

/* line 1025, /app/app/assets/stylesheets/home/style.scss */
.owl-prev,
.owl-next {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  z-index: 6;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 1047, /app/app/assets/stylesheets/home/style.scss */
.owl-prev {
  left: -20px;
}

/* line 1050, /app/app/assets/stylesheets/home/style.scss */
.owl-next {
  right: -20px;
}

/* line 1053, /app/app/assets/stylesheets/home/style.scss */
.owl-prev span.angle,
.owl-next span.angle {
  display: block;
  width: 40px;
  height: 40px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

/* line 1064, /app/app/assets/stylesheets/home/style.scss */
.owl-prev span.angle {
  right: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1072, /app/app/assets/stylesheets/home/style.scss */
.owl-next span.angle {
  left: 40px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 1080, /app/app/assets/stylesheets/home/style.scss */
.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -o-transition: 0 none !important;
  -ms-transition: 0 none !important;
  transition: 0 none !important;
}

/* line 1088, /app/app/assets/stylesheets/home/style.scss */
.owl-carousel:hover .owl-prev {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 5px;
}

/* line 1094, /app/app/assets/stylesheets/home/style.scss */
.owl-carousel:hover .owl-next {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 5px;
}

/* line 1100, /app/app/assets/stylesheets/home/style.scss */
.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

/* line 1108, /app/app/assets/stylesheets/home/style.scss */
.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

/* line 1113, /app/app/assets/stylesheets/home/style.scss */
.owl-page span {
  width: 15px;
  height: 5px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1000 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 1130, /app/app/assets/stylesheets/home/style.scss */
.owl-page:hover span {
  background: #fff;
}

/* line 1133, /app/app/assets/stylesheets/home/style.scss */
.owl-page.active span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.3333333);
  -moz-transform: scale(1.3333333);
  -o-transform: scale(1.3333333);
  -ms-transform: scale(1.3333333);
  transform: scale(1.3333333);
}

/* line 1142, /app/app/assets/stylesheets/home/style.scss */
.team-slider .owl-pagination {
  bottom: 0px;
}

/* line 1145, /app/app/assets/stylesheets/home/style.scss */
.team-slider .owl-page span {
  border: 1px solid #00b2ca;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}

/* line 1150, /app/app/assets/stylesheets/home/style.scss */
.team-slider .owl-page.active span {
  background: #00b2ca;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 1158, /app/app/assets/stylesheets/home/style.scss */
.owl-high-pagination .owl-pagination {
  left: 40px;
  text-align: left;
}

/* ==============================
   Headers
   ============================== */
/* line 1165, /app/app/assets/stylesheets/home/style.scss */
span.hs {
  font-weight: 400;
}

/* line 1168, /app/app/assets/stylesheets/home/style.scss */
.hs-line-1,
.hs-line-2,
.hs-line-3,
.hs-line-4,
.hs-line-5,
.hs-line-6,
.hs-line-8,
.hs-line-9,
.hs-line-first,
.hs-line-second {
  color: #fff;
}

/* line 1180, /app/app/assets/stylesheets/home/style.scss */
.hs-line-1 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 1187, /app/app/assets/stylesheets/home/style.scss */
.hs-line-2 {
  letter-spacing: 5px;
  font-family: 'Dosis', sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
}

/* line 1193, /app/app/assets/stylesheets/home/style.scss */
.hs-line-3 {
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
}

/* line 1201, /app/app/assets/stylesheets/home/style.scss */
.hs-line-4 {
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

/* line 1209, /app/app/assets/stylesheets/home/style.scss */
.hs-line-5 {
  text-transform: capitalize;
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

/* line 1216, /app/app/assets/stylesheets/home/style.scss */
.hs-line-6 {
  text-transform: uppercase;
  font-size: 4.5em;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 10px;
}

/* line 1223, /app/app/assets/stylesheets/home/style.scss */
.hs-line-7 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: 15px;
}

/* line 1231, /app/app/assets/stylesheets/home/style.scss */
.hs-line-8 {
  font-size: 2.5em;
  font-weight: 100;
  margin-bottom: 10px;
  letter-spacing: 5px;
}

/* line 1237, /app/app/assets/stylesheets/home/style.scss */
.hs-line-9 {
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

/* line 1244, /app/app/assets/stylesheets/home/style.scss */
.hs-line-first {
  margin-top: 0;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}

/* line 1256, /app/app/assets/stylesheets/home/style.scss */
.hs-line-second {
  margin-top: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85);
}

/* line 1265, /app/app/assets/stylesheets/home/style.scss */
.breadcrumbs {
  margin-top: -5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 1278, /app/app/assets/stylesheets/home/style.scss */
.breadcrumbs.breadcrumbs-white a {
  color: #fff;
}

/* line 1281, /app/app/assets/stylesheets/home/style.scss */
.breadcrumbs span {
  opacity: 0.65;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  filter: alpha(opacity=65);
}

/* line 1286, /app/app/assets/stylesheets/home/style.scss */
.breadcrumbs a {
  text-decoration: none;
}

/* line 1289, /app/app/assets/stylesheets/home/style.scss */
.breadcrumbs a:hover {
  text-decoration: none;
}

/* ==============================
   Banner section
   ============================== */
/* line 1351, /app/app/assets/stylesheets/home/style.scss */
.title-section span {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  border-bottom: 5px solid #00c8aa;
}

/* line 1358, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs {
  padding-top: 60px;
}
/* line 1362, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .header-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1366, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .header-box img {
  width: 100%;
  height: 379px;
}
/* line 1372, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .title {
  width: 100%;
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 60px;
  color: #0f2036;
}
/* line 1380, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .title span {
  color: #2fca97;
}
/* line 1385, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .body-box {
  font-family: 'SFProDisplay';
  font-size: 24px;
  color: #0f2036;
}
/* line 1391, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 1394, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login .login {
  cursor: pointer;
  display: flex;
  text-align: center;
  margin: 50px 0 20px 0;
  width: 230px;
  height: 70px;
  padding: 24px 29px 25px 30px;
  border-radius: 6px;
}
/* line 1404, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login .login span {
  margin-top: 1px;
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #fff;
}
/* line 1411, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login .login .icon {
  margin: 0 12px 0 0;
}
/* line 1416, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login .login-facebook {
  margin: 50px 10px 0 0;
  background-color: #1c86d6;
}
/* line 1421, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-login .login-google {
  background-color: #ff6d6d;
}
/* line 1426, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor {
  max-width: 470px;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 30px;
  border-radius: 6px;
  border: solid 1px #e9e9e9;
}
/* line 1435, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor input {
  border: none;
}
/* line 1439, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor input:focus {
  outline: none !important;
}
/* line 1443, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor ::placeholder {
  font-family: SFProDisplay;
  font-size: 16px;
  color: #62738d;
}
/* line 1449, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor .content {
  display: flex;
  width: 100%;
  padding: 25px 0 21px 0;
  border-right: solid 1px #e9e9e9;
}
/* line 1455, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor .content .icon {
  margin: 0 10px 0 0;
}
/* line 1459, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .box .box-infor .content > a {
  cursor: pointer;
  font-family: SFProDisplay;
  font-size: 16px;
  color: #62738d;
  margin: 0 auto;
}
/* line 1470, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .btn-more-jobs,
#featured-jobs .btn-less-jobs {
  border: 2px solid #666;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12.5px 36px;
  color: #999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1479, /app/app/assets/stylesheets/home/style.scss */
#featured-jobs .btn-more-jobs:hover,
#featured-jobs .btn-less-jobs:hover {
  border-color: #00c8aa;
  color: #00c8aa;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* ==============================
   Contacts section
   ============================== */
/* line 1491, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax {
  width: 100%;
  height: auto;
  padding: 150px 0px 245px;
  color: #0f2036;
  background: #faf3ee url(/assets/home/bottom-curves-8f2e41c79eb633fd0e2c10afb6dd5d01d3ca47d831e4deb4d541521632f8888c.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw;
}
/* line 1501, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-inner {
  text-align: center;
}
/* line 1504, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-inner .title {
  margin: 0 auto;
  font-family: 'Nunito';
  font-size: 42px;
  font-weight: bold;
  color: #0f2036;
}
/* line 1512, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-inner .content {
  font-family: 'SFProDisplay';
  font-size: 18px;
  color: #636768;
  margin: 20px 0 0 0;
}
/* line 1520, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body {
  margin: 60px 0 0 0;
}
/* line 1522, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body .body {
  text-align: center;
  margin: 0 auto;
}
/* line 1526, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body .body .image {
  margin: 0 auto;
}
/* line 1529, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body .body .image img {
  width: 110px;
  height: 110px;
}
/* line 1535, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body .body .title {
  margin: 30px 0 14px 0;
  font-family: 'SFProDisplay';
  font-weight: bold;
  font-size: 32px;
  color: #0f2036;
}
/* line 1543, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .content.parallax .content-body .body .content {
  font-family: 'SFProDisplay';
  font-size: 18px;
  color: #0f2036;
}
/* line 1552, /app/app/assets/stylesheets/home/style.scss */
#jobs-easy .top-curves {
  height: 137px;
  background: #faf3ee url(/assets/home/top-curves-8a6d98220ef2b6d8316415a86df0d73097f67edfa7e209bdaf3d406b0366f429.png);
  background-repeat: no-repeat;
  background-size: 100vw;
}

/* line 1561, /app/app/assets/stylesheets/home/style.scss */
#banner .container {
  width: 80%;
}
/* line 1564, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner {
  background: #fff;
  padding: 10px;
}
/* line 1568, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .question {
  padding-top: 10px;
  padding-left: 10px;
}
/* line 1572, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .question img {
  height: 100px;
}
/* line 1577, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .introduce {
  padding-left: 50px;
}
/* line 1580, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .introduce .title {
  font-family: Georgia-Bold;
  font-size: 23px;
}
/* line 1585, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .introduce .content {
  font-family: ProximaNova-Regular;
  font-size: 14px;
}
/* line 1591, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .more-information {
  border-radius: 30px;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  color: #fff;
  background: #034058;
  padding: 10px 28px;
  border: none;
}
/* line 1601, /app/app/assets/stylesheets/home/style.scss */
#banner .container .content-inner .personality-test {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
}

/* line 1610, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help {
  padding: 0 135px 0 135px;
}
/* line 1614, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-inner .title {
  font-family: 'Nunito';
  font-size: 42px;
  font-weight: bold;
  color: #0f2036;
}
/* line 1621, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-inner .content {
  font-family: 'SFProDisplay';
  font-size: 18px;
  color: #636768;
  margin: 20px 0 30px 0;
}
/* line 1630, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin: 30px 30px 0 0;
  max-width: 370px;
  height: 189px;
}
/* line 1640, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body .image {
  margin: 0px 0 10px 0;
}
/* line 1643, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body .image img {
  width: 29px;
  height: 30px;
}
/* line 1649, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body .title {
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: bold;
  color: #0f2036;
}
/* line 1656, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body .content {
  font-family: 'SFProDisplay';
  font-size: 14px;
  color: #636768;
}
/* line 1663, /app/app/assets/stylesheets/home/style.scss */
#all4hr-help .content-body .body-mid {
  padding: 15.5%;
}

/* line 1670, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax {
  width: 100%;
  height: 1550px;
  padding: 150px 0px 215px;
  background-color: #034550;
}
/* line 1676, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .container {
  padding-left: 30px;
}
/* line 1680, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-inner .title {
  font-family: 'Nunito';
  font-size: 42px;
  font-weight: bold;
  color: #cacccf;
}
/* line 1686, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-inner .title span {
  color: #2fca97;
}
/* line 1691, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-inner .content {
  font-family: 'SFProDisplay';
  font-size: 18px;
  color: #fff;
  margin: 20px 0 0 0;
}
/* line 1699, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px 0 0 0;
  max-width: 1170px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 10px 50px 10px #0e4149;
  background-color: #fff;
}
/* line 1709, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .left-side {
  border-radius: 29px 0px 80px 29px;
  max-width: 670px;
  height: 100%;
  background-color: #1b5c67;
  padding: 50px 0px 48px 48px;
  margin-left: -1px;
}
/* line 1717, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .left-side .content {
  margin: 30px 0 0 0;
  width: 100%;
  font-family: 'SFProDisplay';
  font-size: 24px;
  color: #fff;
}
/* line 1725, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .left-side .infor {
  font-family: SFProDisplay;
  font-size: 16px;
  color: #fff;
  margin: 100px 0 0 0;
}
/* line 1730, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .left-side .infor span {
  color: #bed0d3;
}
/* line 1736, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side {
  height: 100%;
  background-color: #fff;
  font-weight: bold;
  color: #1b5c67;
  font-family: 'SFProDisplay';
  padding: 40px 0 0 50px;
  border-radius: 30px;
  width: 41%;
}
/* line 1745, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .title {
  font-size: 50px;
}
/* line 1749, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .content {
  font-size: 24px;
}
/* line 1753, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .more {
  margin: 160px 0 0 0;
}
/* line 1756, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .more .line {
  margin-top: 10px;
  max-width: 280px;
  height: 1px;
  background-color: #e0e0e0;
}
/* line 1763, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .more .read {
  text-align: center;
}
/* line 1765, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-body .right-side .more .read a {
  margin-right: 10px;
  font-family: SFProDisplay;
  font-size: 16px;
  color: #1b5c67;
}
/* line 1776, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-logo {
  margin: 72px 0 0 0;
}
/* line 1779, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .content-logo img {
  max-width: 114px;
  max-height: 40px;
}
/* line 1786, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .carousel .container {
  padding: 0;
  width: 100%;
  max-width: 1335px;
  position: relative;
}
/* line 1791, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .carousel .container .left-carousel {
  position: absolute;
  bottom: 100%;
}
/* line 1796, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .carousel .container .right-carousel {
  position: absolute;
  right: 60px;
  bottom: 100%;
}
/* line 1805, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .img-customer {
  height: 32px;
}
/* line 1809, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .img-customer-enlarge {
  height: 40px;
}
/* line 1813, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .customer-arrow {
  color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #1b5c67;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1824, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .customer-arrow.left-arrow {
  margin-right: 0;
}
/* line 1828, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .customer-arrow.right-arrow {
  margin-left: 0;
}
/* line 1832, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .customer-list .customer-arrow .img-left-arrow,
#trust-companies .content.parallax .customer-list .customer-arrow .img-right-arrow {
  width: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(72deg) brightness(105%) contrast(103%);
}
/* line 1842, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .quotes-title {
  display: flex;
  margin: 0 auto;
  max-width: 970px;
  height: 50px;
  border-radius: 25px;
  background-color: #1b5c67;
  text-align: center;
  color: #cacccf;
}
/* line 1852, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .quotes-title .title {
  cursor: pointer;
  padding: 9px 0 0 9px;
  font-family: 'Nunito';
  font-size: 24px;
  text-align: center;
}
/* line 1860, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .quotes-title .active {
  color: #034550;
  border-radius: 25px;
  background-color: #fff;
}
/* line 1868, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .wrap-content .quotes-content {
  display: flex;
  max-width: 763px;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 1873, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .wrap-content .quotes-content img {
  margin-right: 20px;
  width: 80px;
  object-fit: contain;
}
/* line 1879, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .wrap-content .quotes-content .content {
  font-family: 'SFProDisplay';
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
}
/* line 1887, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .content.parallax .quotes .wrap-content .hide {
  display: none;
}
/* line 1894, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .top-curves {
  height: 149px;
  background: url(/assets/home/top-curves-green-9736c28eda31a0d1790f0a1c7f90034c2153307c4c28df46118a3f6404f8c173.png);
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: bottom;
}
/* line 1902, /app/app/assets/stylesheets/home/style.scss */
#trust-companies .bottom-curves {
  height: 200px;
  background: url(/assets/home/bottom-curves-green-8e7d5d09e09cace3017ae795b65b30de4f75948db831489f68877d82392f77a0.png);
  background-repeat: no-repeat;
  background-size: 100vw;
}

/* line 1911, /app/app/assets/stylesheets/home/style.scss */
#about-us .content-inner {
  text-align: center;
}
/* line 1914, /app/app/assets/stylesheets/home/style.scss */
#about-us .content-inner .title {
  font-family: 'Nunito';
  font-size: 42px;
  font-weight: bold;
  color: #0f2036;
}
/* line 1921, /app/app/assets/stylesheets/home/style.scss */
#about-us .content-inner .content {
  margin: 20px 0 20px 0;
  font-family: SFProDisplay;
  font-size: 18px;
  color: #636768;
}
/* line 1928, /app/app/assets/stylesheets/home/style.scss */
#about-us .content-inner a {
  font-family: SFProDisplay;
  font-size: 18px;
  color: #2fca97;
  text-decoration: underline;
}
/* line 1936, /app/app/assets/stylesheets/home/style.scss */
#about-us .line {
  height: 147px;
  background: url(/assets/home/curves-footer-448aaa6a549680bbaf7aac55569e4166a0fc0adbf1c319faf171b29b08e0d193.png);
  background-repeat: no-repeat;
  background-size: 100vw;
}

/* line 1945, /app/app/assets/stylesheets/home/style.scss */
#login .container {
  width: 570px;
}
/* line 1949, /app/app/assets/stylesheets/home/style.scss */
#login .custom {
  height: auto;
  padding: 60px 45px;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'SFProDisplay';
}
/* line 1955, /app/app/assets/stylesheets/home/style.scss */
#login .custom .title {
  font-size: 30px;
  color: #0f2036;
}
/* line 1960, /app/app/assets/stylesheets/home/style.scss */
#login .custom .describe {
  margin: 10px 0 40px 0;
  font-size: 16px;
  color: #636768;
}
/* line 1966, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social {
  display: flex;
  justify-content: center;
}
/* line 1970, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-social {
  display: flex;
  max-width: 209px;
  height: 70px;
  margin: 0 10px 15px 0;
  padding: 25px;
  border-radius: 6px;
  background-color: #1c86d6;
}
/* line 1982, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-social span {
  font-size: 16px;
  color: #fff;
  padding: 1px 0 0 10px;
}
/* line 1989, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-facebook {
  background-color: #1c86d6;
}
/* line 1993, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-google {
  background-color: #ff6d6d;
}
/* line 1997, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-linkedin {
  background-color: #346b94;
}
/* line 2000, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-linkedin img {
  margin: 0 0 4px 2px;
}
/* line 2005, /app/app/assets/stylesheets/home/style.scss */
#login .custom .wrap-social .btn-twi {
  background-color: #059ff5;
}
/* line 2010, /app/app/assets/stylesheets/home/style.scss */
#login .custom .remember-me {
  margin: 5px 0 5px 0;
}
/* line 2012, /app/app/assets/stylesheets/home/style.scss */
#login .custom .remember-me span {
  margin-left: 10px;
}
/* line 2018, /app/app/assets/stylesheets/home/style.scss */
#login .custom .login button {
  font-size: 17px;
  border: none;
  padding: 14px 30px 15px 31px;
  border-radius: 6px;
}
/* line 2026, /app/app/assets/stylesheets/home/style.scss */
#login .custom .footer {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #636768;
}
/* line 2031, /app/app/assets/stylesheets/home/style.scss */
#login .custom .footer a {
  cursor: pointer;
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #2fca97;
  text-decoration: underline;
  font-weight: 500;
}
/* line 2042, /app/app/assets/stylesheets/home/style.scss */
#login .form-field {
  display: flex;
  width: 98%;
  padding: 25px 0 21px 0;
  border: solid 1px #e9e9e9;
  padding-left: 30px;
  margin: 0 0 20px 0;
  border-radius: 6px;
}
/* line 2051, /app/app/assets/stylesheets/home/style.scss */
#login .form-field .icon {
  margin: 0 10px 0 0;
}
/* line 2055, /app/app/assets/stylesheets/home/style.scss */
#login .form-field .input {
  width: 100%;
}
/* line 2059, /app/app/assets/stylesheets/home/style.scss */
#login .form-field input {
  width: 100%;
  outline: none;
  border: none;
}

/* ==============================
   List Users section
   ============================== */
/* line 2069, /app/app/assets/stylesheets/home/style.scss */
#list-users {
  padding-top: 60px;
}
/* line 2072, /app/app/assets/stylesheets/home/style.scss */
#list-users .avatar {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2.5px solid #eee;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 2084, /app/app/assets/stylesheets/home/style.scss */
#list-users .avatar .inner-avatar {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  position: relative;
}
/* line 2095, /app/app/assets/stylesheets/home/style.scss */
#list-users .avatar .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 2105, /app/app/assets/stylesheets/home/style.scss */
#list-users .avatar:hover {
  cursor: pointer;
  border-color: #00c8aa;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 2110, /app/app/assets/stylesheets/home/style.scss */
#list-users .avatar:hover .overlay {
  opacity: 1;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 2117, /app/app/assets/stylesheets/home/style.scss */
#list-users .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
  margin: 0 auto;
  font-size: 15px;
  color: #111;
}
/* line 2127, /app/app/assets/stylesheets/home/style.scss */
#list-users .info {
  font-size: 13px;
  max-width: 180px;
  margin: 5px auto 0;
}
/* line 2132, /app/app/assets/stylesheets/home/style.scss */
#list-users .info .job {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 12px 0 10px;
}
/* line 2140, /app/app/assets/stylesheets/home/style.scss */
#list-users .info .location {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 22px 0 20px;
  margin-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 2151, /app/app/assets/stylesheets/home/style.scss */
#list-users .info .location .icon {
  background-image: url(/assets/home/users/icon-location-59f6e01b1d3934747022a5a1e58800369a6cd630f6aedcec90dbf98fc1a3dc86.png);
  background-size: cover;
  width: 16px;
  height: 20px;
  margin-right: 5px;
}
/* line 2161, /app/app/assets/stylesheets/home/style.scss */
#list-users .btn-see-more-users,
#list-users .btn-see-less-users {
  border: 2px solid #666;
  border-radius: 5px;
  color: #999;
  font-size: 15px;
  padding: 12.5px 26px;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 2171, /app/app/assets/stylesheets/home/style.scss */
#list-users .btn-see-more-users:hover,
#list-users .btn-see-less-users:hover {
  border-color: #00c8aa;
  color: #00c8aa;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* ==============================
   Blog section
   ============================== */
/* line 2183, /app/app/assets/stylesheets/home/style.scss */
#blog {
  background-color: #fbfbfb;
  font-family: 'Nunito', sans-serif;
}
/* line 2187, /app/app/assets/stylesheets/home/style.scss */
#blog .header {
  max-width: 892px;
  margin: 0 auto;
}
/* line 2191, /app/app/assets/stylesheets/home/style.scss */
#blog .header .wow {
  width: 100%;
  margin-top: 76px;
}
@media only screen and (max-width: 657px) {
  /* line 2191, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .wow {
    margin-top: 20px;
  }
}
/* line 2200, /app/app/assets/stylesheets/home/style.scss */
#blog .header .service-quote {
  font-family: 'Nunito', serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
/* line 2206, /app/app/assets/stylesheets/home/style.scss */
#blog .header .service-quote .title {
  font-size: 55px;
  font-weight: 700;
  color: #0f2036;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 1px;
}
/* line 2215, /app/app/assets/stylesheets/home/style.scss */
#blog .header .service-quote .title .highlight {
  border-radius: 14px;
  background: #4fffc4a1;
  line-height: 82px;
  padding: 0px 6px;
  letter-spacing: 1px;
  margin: 0 10px;
}
@media only screen and (max-width: 1000px) {
  /* line 2206, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .title {
    font-size: 32px;
  }
}
/* line 2229, /app/app/assets/stylesheets/home/style.scss */
#blog .header .service-quote .content {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  /* line 2237, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .content {
    font-size: 14px;
  }
  /* line 2241, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 567px) {
  /* line 2247, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .content {
    font-size: 10px;
  }
  /* line 2251, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .title {
    font-size: 24px;
  }
  /* line 2254, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .title .highlight {
    line-height: 42px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 2261, /app/app/assets/stylesheets/home/style.scss */
  #blog .header .service-quote .title {
    font-size: 14px;
  }
}
/* line 2267, /app/app/assets/stylesheets/home/style.scss */
#blog .header form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 4px;
}
/* line 2274, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .wrap-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50px;
  margin: 0 -1px 0 0;
  padding: 10px 14px 10px 20px;
  border: none;
  border-radius: 20px;
  background: #e7fff7;
  gap: 8px;
  flex-shrink: 0;
}
/* line 2288, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .wrap-input img {
  width: 16px;
  padding-right: 0;
}
/* line 2293, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .wrap-input input {
  margin-left: 15px;
  background: transparent;
}
/* line 2298, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .wrap-input:nth-child(3) {
  flex: 1;
}
/* line 2301, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .wrap-input:nth-child(3) input {
  width: 100%;
}
/* line 2307, /app/app/assets/stylesheets/home/style.scss */
#blog .header form select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  outline: none;
  color: #6fd7b4;
  min-width: 200px;
}
/* line 2318, /app/app/assets/stylesheets/home/style.scss */
#blog .header form input:focus {
  outline: none;
}
/* line 2321, /app/app/assets/stylesheets/home/style.scss */
#blog .header form input::placeholder {
  font-family: 'Nunito', serif;
  font-size: 16px;
  color: #6fd7b4;
}
/* line 2327, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .search-form {
  border: none;
}
/* line 2331, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .search-left {
  width: 100%;
  border-radius: 5px 0px 0px 5px;
}
/* line 2336, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .search-right {
  border-radius: 0px 5px 5px 0px;
  max-width: 250px;
}
/* line 2341, /app/app/assets/stylesheets/home/style.scss */
#blog .header form .btn-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 46px;
  padding: 10px 40px;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  background: #1effb4;
}
/* line 2357, /app/app/assets/stylesheets/home/style.scss */
#blog .showing {
  color: #565656;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (max-width: 657px) {
  /* line 2357, /app/app/assets/stylesheets/home/style.scss */
  #blog .showing {
    font-size: 14px;
  }
}
/* line 2368, /app/app/assets/stylesheets/home/style.scss */
#blog .header::before,
#blog .header::after {
  display: none;
}
/* line 2373, /app/app/assets/stylesheets/home/style.scss */
#blog .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  font-family: 'Nunito', serif;
  font-size: 18px;
  color: #0f2036;
}
/* line 2380, /app/app/assets/stylesheets/home/style.scss */
#blog .header .filter {
  padding-right: 38px;
  font-size: 16px;
  margin-left: auto;
  display: flex;
}
/* line 2386, /app/app/assets/stylesheets/home/style.scss */
#blog .header .filter input {
  border: none;
  outline: none;
  background-color: #fbfbfb;
  color: #0f2036;
  font-weight: bold;
}
/* line 2396, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies {
  margin: 20px 0 0px 0;
}
/* line 2399, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 24px;
  height: 241px;
}
/* line 2403, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
/* line 2409, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .content {
  font-family: 'SFProDisplay';
}
/* line 2412, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .content .name {
  margin: 15px 0px 0px 0;
}
/* line 2414, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .content .name a {
  font-size: 16px;
  font-weight: bold;
  color: #0f2036;
}
/* line 2421, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .content .description {
  font-size: 14px;
  line-height: 1.43;
  color: #636768;
}
/* line 2428, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .list-jobs {
  margin: 19px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 2433, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .list-jobs span {
  font-family: 'SFProDisplay';
  font-size: 12px;
  color: #ff6d6d;
  width: auto;
  margin: 0 5px 10px 0;
  height: 22px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #ffeaea;
}
/* line 2445, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .single-company .list-jobs .single-job {
  width: fit-content;
}
/* line 2452, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .btn-wrap .btn {
  max-width: 127px;
  height: 34px;
  margin: 0 6px 0 0;
  border-radius: 4px;
  font-family: 'SFProDisplay';
  font-size: 14px;
}
/* line 2461, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .btn-wrap .btn-details {
  color: #0f2036;
  padding: 9px 29px 27px 27px;
  background-color: #f9f9f9;
}
/* line 2466, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .btn-wrap .btn-details a {
  color: #0f2036;
}
/* line 2471, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies .btn-wrap .btn-applies {
  padding: 9px 29px 27px 27px;
  background-color: #2fca97;
  color: #fff;
}
/* line 2478, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies li {
  min-width: 300px;
  margin: 20px;
  height: 314px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
/* line 2487, /app/app/assets/stylesheets/home/style.scss */
#blog .list-companies li .company-container {
  padding: 20px 0 0 20px;
}
/* line 2494, /app/app/assets/stylesheets/home/style.scss */
#blog .container .h3,
#blog .container .h4,
#blog .container label {
  margin: 0px !important;
}
/* line 2500, /app/app/assets/stylesheets/home/style.scss */
#blog .container .h4 {
  color: #565656 !important;
  font-size: 16px !important;
}

/* ==============================
   Contacts section
   ============================== */
/* line 2510, /app/app/assets/stylesheets/home/style.scss */
.newsletter-res {
  margin-top: 30px;
}

/* line 2513, /app/app/assets/stylesheets/home/style.scss */
.form input.newsletter-input {
  font-family: 'Raleway', sans-serif;
  width: 293px;
  background: transparent;
  color: #fff;
  border: 0px;
  font-size: 13px;
  border-bottom: 1px solid #777;
}

/* line 2522, /app/app/assets/stylesheets/home/style.scss */
.form input.newsletter-input:focus {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-color: #f0f0f0;
}

/* line 2527, /app/app/assets/stylesheets/home/style.scss */
.contact-item a,
.contact-item h5 {
  color: #777;
}

/* line 2531, /app/app/assets/stylesheets/home/style.scss */
.contact-item p,
.contact-item a {
  font-family: 'Dosis';
  letter-spacing: 2px;
}

/* line 2536, /app/app/assets/stylesheets/home/style.scss */
.contact-item span,
.contact-item i {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  color: #00b2ca;
}

/* line 2543, /app/app/assets/stylesheets/home/style.scss */
.form-contact input {
  border: 0px;
  border-bottom: 1px solid #aeaeae;
}

/* line 2547, /app/app/assets/stylesheets/home/style.scss */
.form-contact input:focus {
  border: 1px solid #aeaeae;
}

/* line 2550, /app/app/assets/stylesheets/home/style.scss */
.form-contact textarea {
  border: 1px solid #aeaeae;
  margin-top: 25px;
}

/* line 2554, /app/app/assets/stylesheets/home/style.scss */
.google-map {
  margin-top: 60px;
  position: relative;
  background: #111;
  height: 80px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* line 2565, /app/app/assets/stylesheets/home/style.scss */
#map-canvas {
  height: 410px;
  position: relative;
  background-color: #ccc !important;
  z-index: 1;
}

/* line 2571, /app/app/assets/stylesheets/home/style.scss */
.js-active {
  height: 410px;
}

/* line 2574, /app/app/assets/stylesheets/home/style.scss */
.map-section {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(11, 11, 18, 0.8);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 2590, /app/app/assets/stylesheets/home/style.scss */
.map-toggle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  color: #fff;
  text-align: center;
}

/* line 2599, /app/app/assets/stylesheets/home/style.scss */
.toggle-text {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 2611, /app/app/assets/stylesheets/home/style.scss */
.map-section:hover {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
}

/* line 2616, /app/app/assets/stylesheets/home/style.scss */
.toggle-close {
  display: none;
}

/* ==============================
   Footer
   ============================== */
/* line 2622, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
/* line 2631, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .left-side .logo a {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Nunito';
  color: #2fca97;
}
/* line 2639, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .left-side .download {
  display: flex;
}
/* line 2642, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .left-side .download img {
  margin: 0 10px 0 0;
  max-width: 142px;
}
/* line 2648, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .left-side span {
  font-family: SFProDisplay;
  font-size: 18px;
  color: #636768;
}
/* line 2656, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .right-side .title {
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-weight: bold;
  color: #112640;
}
/* line 2663, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .right-side a:hover {
  color: #2fca97;
}
/* line 2667, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .main .right-side .content {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #636768;
  margin: 10px 0 10px 0;
}
/* line 2676, /app/app/assets/stylesheets/home/style.scss */
footer.page-footer .content-text {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #818181;
}

/* line 2683, /app/app/assets/stylesheets/home/style.scss */
.copy-right a {
  font-family: 'SFProDisplay';
  font-size: 14px;
  color: #818181;
}

/* line 2689, /app/app/assets/stylesheets/home/style.scss */
.copy-right a:hover {
  text-decoration: underline;
}

/* line 2692, /app/app/assets/stylesheets/home/style.scss */
.copy-right p {
  color: #777;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

/* line 2699, /app/app/assets/stylesheets/home/style.scss */
a.scroll-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 48px;
}

/*
 * Pagination
 */
/* line 2713, /app/app/assets/stylesheets/home/style.scss */
.pagination > li > a,
.pagination > li > span {
  color: #444;
  padding: 8px 13px;
  margin-right: 4px;
  border-color: #999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 2725, /app/app/assets/stylesheets/home/style.scss */
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #444;
  background: inherit;
  border-color: #ddd;
}

/* line 2731, /app/app/assets/stylesheets/home/style.scss */
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: inherit;
  border-color: #111;
  color: #111;
}

/* line 2737, /app/app/assets/stylesheets/home/style.scss */
.pagination > li:first-child a,
.pagination > li:first-child span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 2742, /app/app/assets/stylesheets/home/style.scss */
.pagination > li:last-child a,
.pagination > li:last-child span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 2747, /app/app/assets/stylesheets/home/style.scss */
.pagination > li.active a,
.pagination > li.active span {
  background: inherit;
  border-color: #00b2ca;
  color: #00b2ca;
}

/* line 2753, /app/app/assets/stylesheets/home/style.scss */
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
  background: inherit;
  border-color: #111;
  color: #111;
}

/*
 * Comments
 */
/* line 2764, /app/app/assets/stylesheets/home/style.scss */
.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted #e9e9e9;
  font-size: 14px;
  overflow: hidden;
}

/* line 2770, /app/app/assets/stylesheets/home/style.scss */
.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}

/* line 2774, /app/app/assets/stylesheets/home/style.scss */
.comment-avatar {
  width: 50px;
  margin-right: 10px;
}

/* line 2778, /app/app/assets/stylesheets/home/style.scss */
.comment-data {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}

/* line 2784, /app/app/assets/stylesheets/home/style.scss */
.comment-data a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 2793, /app/app/assets/stylesheets/home/style.scss */
.comment-data a:hover {
  color: #000;
  text-decoration: none;
}

/* line 2797, /app/app/assets/stylesheets/home/style.scss */
.comment-author {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}

/* line 2803, /app/app/assets/stylesheets/home/style.scss */
.comment-author a {
  color: #999;
}

/*
 * Sidebar
 */
/* line 2809, /app/app/assets/stylesheets/home/style.scss */
.sidebar {
  margin-top: 10px;
}

/* line 2812, /app/app/assets/stylesheets/home/style.scss */
.widget {
  margin-bottom: 30px;
}

/* line 2815, /app/app/assets/stylesheets/home/style.scss */
.widget .img-left {
  margin: 0 10px 10px 0;
}

/* line 2818, /app/app/assets/stylesheets/home/style.scss */
.widget .img-right {
  margin: 0 0 10px 10px;
}

/* line 2821, /app/app/assets/stylesheets/home/style.scss */
.widget-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #ccc;
}

/* line 2830, /app/app/assets/stylesheets/home/style.scss */
.widget-body {
  font-size: 13px;
  color: #777;
}

/* line 2834, /app/app/assets/stylesheets/home/style.scss */
.widget-text {
  line-height: 1.7;
}

/* Search widget */
/* line 2838, /app/app/assets/stylesheets/home/style.scss */
.search-wrap {
  position: relative;
}

/* line 2841, /app/app/assets/stylesheets/home/style.scss */
.search-input {
  width: 100% !important;
  height: 40px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2848, /app/app/assets/stylesheets/home/style.scss */
.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}

/* line 2863, /app/app/assets/stylesheets/home/style.scss */
.search-button:hover {
  color: #111;
}

/* line 2866, /app/app/assets/stylesheets/home/style.scss */
.search-button:hover + .search-field {
  border-color: #ccc;
}

/* Widget tags */
/* line 2870, /app/app/assets/stylesheets/home/style.scss */
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* line 2887, /app/app/assets/stylesheets/home/style.scss */
.tags a:hover {
  color: #111;
  border: 1px solid #111;
}

/* Widget list */
/* line 2892, /app/app/assets/stylesheets/home/style.scss */
.widget-list li {
  font-size: 13px;
  padding: 8px 0;
  /* Widget post */
}

/* line 2897, /app/app/assets/stylesheets/home/style.scss */
.widget-list li a {
  color: #555;
  padding: 2px 0;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

/* line 2906, /app/app/assets/stylesheets/home/style.scss */
.widget-list li a:hover {
  color: #999;
}

/* line 2909, /app/app/assets/stylesheets/home/style.scss */
.widget-post li {
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}

/* line 2914, /app/app/assets/stylesheets/home/style.scss */
.widget-post li a {
  color: #555;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

/* line 2922, /app/app/assets/stylesheets/home/style.scss */
.widget-post li a:hover {
  color: #999;
}

/* line 2925, /app/app/assets/stylesheets/home/style.scss */
.widget-post-thumb {
  float: left;
  height: 70px;
  width: 70px;
  margin: 0 7px 0 0;
}

/* line 2931, /app/app/assets/stylesheets/home/style.scss */
.widget-post-description {
  overflow: hidden;
}

/* line 2934, /app/app/assets/stylesheets/home/style.scss */
.widget-post-description p {
  font-size: 13px;
}

/* line 2937, /app/app/assets/stylesheets/home/style.scss */
.first-letter::first-letter {
  display: block;
  float: left;
  text-align: center;
  margin: 5px 10px 8px 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2947, /app/app/assets/stylesheets/home/style.scss */
.post-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 2953, /app/app/assets/stylesheets/home/style.scss */
.post-navigation .nav-prev {
  width: 33.3333%;
  float: left;
}

/* line 2957, /app/app/assets/stylesheets/home/style.scss */
.post-navigation .nav-close {
  width: 33.3333%;
  float: right;
  text-align: center;
}

/* line 2962, /app/app/assets/stylesheets/home/style.scss */
.post-navigation .nav-next {
  width: 33.3333%;
  float: right;
  text-align: right;
}

/* line 2967, /app/app/assets/stylesheets/home/style.scss */
.post-navigation p {
  font-family: 'Dosis', Arial;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #000;
}

/* line 2975, /app/app/assets/stylesheets/home/style.scss */
span.icon-close {
  display: inline-block;
  margin-top: -10px;
  font-size: 24px;
  vertical-align: middle;
}

/* ==============================
   Magnific popup custom style
   ============================== */
/* line 2984, /app/app/assets/stylesheets/home/style.scss */
.mfp-container {
  padding: 0 !important;
}

/* line 2987, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal .mfp-anim {
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 3002, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal .mfp-opacity {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 3012, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

/* line 3022, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
}

/* line 3027, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal.mfp-removing .mfp-anim {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 3037, /app/app/assets/stylesheets/home/style.scss */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

/* ==============================
   Portfolio page
   ============================== */
/* line 3045, /app/app/assets/stylesheets/home/style.scss */
.overlay-left,
.overlay-right {
  width: 50%;
  height: 100%;
  margin: 0 !important;
  position: absolute;
  top: 0;
}

/* line 3053, /app/app/assets/stylesheets/home/style.scss */
.overlay-left {
  left: 0;
  background: transparent;
}

/* line 3057, /app/app/assets/stylesheets/home/style.scss */
.overlay-left div,
.overlay-left h1 {
  color: #777;
}

/* line 3061, /app/app/assets/stylesheets/home/style.scss */
.overlay-right {
  right: 0;
  background: transparent;
  color: #fff;
}

/* line 3066, /app/app/assets/stylesheets/home/style.scss */
.btn-scroll-alt:before,
.btn-scroll-alt:after {
  border-bottom: 1px solid #777;
  border-right: 1px solid #fff;
}

/* ==============================
   Service
   ============================== */
/* line 3074, /app/app/assets/stylesheets/home/style.scss */
.features-item {
  margin-top: 70px;
}

/* line 3077, /app/app/assets/stylesheets/home/style.scss */
.features-icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #00b2ca;
}

/* line 3083, /app/app/assets/stylesheets/home/style.scss */
.features-icon img {
  width: 100%;
}

/* line 3086, /app/app/assets/stylesheets/home/style.scss */
.features-title {
  color: #777;
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 3094, /app/app/assets/stylesheets/home/style.scss */
.features-descr {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}

/* line 3100, /app/app/assets/stylesheets/home/style.scss */
.service-quote p {
  font-size: 20px;
}

/* ==============================
  Intro page
   ============================== */
/* line 3106, /app/app/assets/stylesheets/home/style.scss */
.intro-box .intro-prev {
  margin-bottom: 25px;
}

/* line 3109, /app/app/assets/stylesheets/home/style.scss */
.intro-box .intro-prev a {
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/* line 3116, /app/app/assets/stylesheets/home/style.scss */
.intro-box .intro-prev a:hover {
  opacity: 0.85;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
  filter: alpha(opacity=85);
}

/* line 3121, /app/app/assets/stylesheets/home/style.scss */
.intro-box .intro-prev img {
  width: 100%;
}

/* line 3124, /app/app/assets/stylesheets/home/style.scss */
.intro-desc {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  /* line 3133, /app/app/assets/stylesheets/home/style.scss */
  .team-social {
    margin-top: -35px;
    margin-left: 5px;
  }

  /* line 3137, /app/app/assets/stylesheets/home/style.scss */
  .team-social a {
    margin-top: 5px;
    display: block;
  }

  /* line 3141, /app/app/assets/stylesheets/home/style.scss */
  #trust-companies .content.parallax .content-body .right-side {
    padding: 40px 0 0 26px;
  }

  /* line 3146, /app/app/assets/stylesheets/home/style.scss */
  #all4hr-help .content-body .body-mid {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 3153, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-5,
  .hs-line-1 {
    font-size: 3.5em;
  }

  /* line 3157, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-4 {
    font-size: 3em;
  }

  /* line 3160, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-6 {
    font-size: 4em;
    letter-spacing: 8px;
  }

  /* line 3164, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-7 {
    font-size: 1.5em;
    letter-spacing: 12px;
  }

  /* line 3168, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-8 {
    font-size: 2.3em;
  }

  /* line 3171, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-first {
    font-size: 24px;
    letter-spacing: 0.4em;
  }

  /* line 3175, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-second {
    letter-spacing: 2px;
  }

  /* line 3178, /app/app/assets/stylesheets/home/style.scss */
  .owl-pagination {
    bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 3183, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-first,
  .hs-line-second,
  .breadcrumbs:not(.align-center) {
    text-align: center !important;
  }

  /* line 3188, /app/app/assets/stylesheets/home/style.scss */
  .breadcrumbs {
    margin-top: 40px;
  }

  /* line 3191, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-first {
    margin-bottom: 10px;
  }

  /* line 3194, /app/app/assets/stylesheets/home/style.scss */
  .service-item i {
    font-size: 36px;
  }

  /* line 3197, /app/app/assets/stylesheets/home/style.scss */
  .service-item .service-desc p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 3202, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-5,
  .hs-line-1 {
    font-size: 3em;
  }

  /* line 3206, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-2 {
    font-size: 0.9em;
  }

  /* line 3209, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-4 {
    font-size: 2.8em;
    letter-spacing: 4px;
  }

  /* line 3213, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-6 {
    font-size: 3em;
    letter-spacing: 6px;
  }

  /* line 3217, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-7 {
    font-size: 1em;
    letter-spacing: 12px;
  }

  /* line 3221, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-8 {
    font-size: 1.8em;
    letter-spacing: 4px;
  }

  /* line 3225, /app/app/assets/stylesheets/home/style.scss */
  .owl-buttons {
    display: none;
  }

  /* line 3228, /app/app/assets/stylesheets/home/style.scss */
  .about-quote p {
    font-size: 16px;
  }

  /* line 3231, /app/app/assets/stylesheets/home/style.scss */
  .filter li {
    display: block;
    margin: 20px 0;
  }

  /* line 3235, /app/app/assets/stylesheets/home/style.scss */
  .work-item figure {
    overflow: hidden;
  }

  /* line 3238, /app/app/assets/stylesheets/home/style.scss */
  .overlay-left {
    width: 100%;
    background: #00b2ca;
  }

  /* line 3242, /app/app/assets/stylesheets/home/style.scss */
  .overlay-left div,
  .overlay-left h1 {
    color: #fff;
  }

  /* line 3246, /app/app/assets/stylesheets/home/style.scss */
  .overlay-right {
    display: none;
  }

  /* line 3249, /app/app/assets/stylesheets/home/style.scss */
  .btn-scroll-alt:before,
  .btn-scroll-alt:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  /* line 3254, /app/app/assets/stylesheets/home/style.scss */
  .owl-pagination {
    bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3259, /app/app/assets/stylesheets/home/style.scss */
  .call-to-action h4,
  .call-to-action h5 {
    text-align: center;
  }

  /* line 3263, /app/app/assets/stylesheets/home/style.scss */
  .service-item {
    margin: 60px 0;
    border: none;
    height: auto;
  }

  /* line 3268, /app/app/assets/stylesheets/home/style.scss */
  .service-item:hover {
    border: none;
  }

  /* line 3271, /app/app/assets/stylesheets/home/style.scss */
  .service-item i {
    top: -30px;
    font-size: 36px;
    margin-bottom: 0;
  }

  /* line 3276, /app/app/assets/stylesheets/home/style.scss */
  .service-item h5 {
    top: -30px;
    margin-bottom: 0;
  }

  /* line 3280, /app/app/assets/stylesheets/home/style.scss */
  .service-item .service-desc {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* line 3290, /app/app/assets/stylesheets/home/style.scss */
  .service-item .service-desc p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 3295, /app/app/assets/stylesheets/home/style.scss */
  .container {
    padding: 0;
  }

  /* line 3298, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-5,
  .hs-line-1 {
    font-size: 2.5em;
  }

  /* line 3302, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-2 {
    font-size: 0.8em;
  }

  /* line 3305, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-4 {
    font-size: 2.2em;
    letter-spacing: 3px;
  }

  /* line 3309, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-6 {
    font-size: 2.5em;
    letter-spacing: 4px;
  }

  /* line 3313, /app/app/assets/stylesheets/home/style.scss */
  .hs-line-7 {
    font-size: 1em;
    letter-spacing: 8px;
  }

  /* line 3317, /app/app/assets/stylesheets/home/style.scss */
  .btn-coffee.btn-large {
    padding: 8px 15px;
    font-size: 13px;
  }

  /* line 3321, /app/app/assets/stylesheets/home/style.scss */
  .form select.input-lg {
    height: 38px;
  }

  /* line 3324, /app/app/assets/stylesheets/home/style.scss */
  .owl-pagination {
    bottom: 10px;
  }

  /* line 3327, /app/app/assets/stylesheets/home/style.scss */
  #all4hr-help {
    padding: 0;
  }

  /* line 3330, /app/app/assets/stylesheets/home/style.scss */
  #trust-companies .content.parallax .quotes .quotes-title .title {
    font-size: 18px;
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  41% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  41% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  41% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  33% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  41% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 3503, /app/app/assets/stylesheets/home/style.scss */
.img-team {
  width: 200px !important;
  height: 200px !important;
}

/* line 1, /app/app/assets/stylesheets/home/job-listing.scss */
.job_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 34px 20px;
  gap: 14px;
  background: #f5f9fa;
}
/* line 8, /app/app/assets/stylesheets/home/job-listing.scss */
.job_container .category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  gap: 4px;
  border-radius: 20px;
  border: 1px solid #d3f4ea;
  background: #a5ffe1;
  color: #151515;
  margin: 0px;
}
/* line 21, /app/app/assets/stylesheets/home/job-listing.scss */
.job_container .category select {
  font-weight: 500;
  background: transparent;
  color: #151515;
  outline: none;
  flex: 1;
  max-width: 120px;
  border: none;
}

/* line 33, /app/app/assets/stylesheets/home/job-listing.scss */
.job_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
/* line 42, /app/app/assets/stylesheets/home/job-listing.scss */
.job_info__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
/* line 47, /app/app/assets/stylesheets/home/job-listing.scss */
.job_info__left .h3 {
  font-weight: 700;
  font-size: 24px;
}
/* line 52, /app/app/assets/stylesheets/home/job-listing.scss */
.job_info__left .h4 {
  font-size: 16px;
}
/* line 57, /app/app/assets/stylesheets/home/job-listing.scss */
.job_info .select2 {
  width: 140px !important;
}

/* line 62, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
/* line 67, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing #job_listing-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
/* line 73, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
/* line 78, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter {
  cursor: pointer;
  border-radius: 20px;
  background: white;
  padding: 0px 20px 20px 20px;
  height: 62px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
/* line 87, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter.active {
  height: auto;
  max-height: 414px;
}
/* line 91, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter.active .show {
  transform: rotate(0deg);
}
/* line 96, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 101, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-header h3 {
  font-size: 16px;
  font-weight: 700;
}
/* line 107, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 14px;
  gap: 4px;
  min-height: 40px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 20px;
}
/* line 120, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-search input {
  outline: none;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 16px;
}
/* line 128, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-search img {
  width: 16px;
  height: 16px;
}
/* line 134, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-tag_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  gap: 4px;
}
/* line 140, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-tag_item:last-child {
  flex-shrink: 0;
}
/* line 144, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-tag_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  height: 24px;
  background: #fff3da;
  border-radius: 20px;
}
/* line 156, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-tag_item span {
  font-size: 14px;
  font-weight: 500;
  color: #d29700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 167, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-tag_item img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* line 174, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
/* line 180, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_container {
  overflow-y: auto;
  height: 270px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
/* line 188, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
/* line 193, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  object-fit: cover;
}
/* line 200, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item label {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  margin: 0px;
  text-transform: capitalize;
}
/* line 209, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input {
  width: 24px;
  height: 14px;
  margin: 0 auto;
  accent-color: black;
  margin-top: 0px !important;
  border: 1px solid #adadad;
  border-radius: 4px;
}
/* line 219, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input:checked ~ label span {
  font-weight: 600;
}
/* line 223, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio'] ~ label {
  padding: 8px 6px;
}
/* line 226, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio'] ~ label span {
  text-transform: capitalize;
}
/* line 231, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio']:checked ~ label {
  background: #fff3da;
  border-radius: 12px;
}
/* line 235, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio']:checked ~ label span {
  color: #d29700;
}
/* line 239, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio']:checked ~ label .active {
  display: none !important;
}
/* line 243, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item input[type='radio']:checked ~ label .inactive {
  display: block !important;
}
/* line 248, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__left .job_filter-checklist_item span {
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  text-transform: capitalize;
}
/* line 259, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing__no-data {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #151515;
  grid-column: span 2;
  margin-top: 60px;
}
/* line 268, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-left: 20px;
}
/* line 274, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  gap: 34px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
}
/* line 283, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company {
  height: 100%;
  gap: 14px !important;
}
/* line 287, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company h2 {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #151515;
  display: block;
}
/* line 297, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 303, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .bottom span {
  font-weight: 500;
}
/* line 308, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company span.mt-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 317, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .avatar ~ div h3 {
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: inline;
  color: #151515;
}
/* line 327, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .avatar ~ div span {
  margin-top: 3px;
}
/* line 332, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  gap: 10px;
  border-radius: 14px !important;
  background: #f8f8f8;
}
/* line 344, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .job_info-company .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
/* line 352, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .list-jobs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 359, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .list-jobs_item:first-child {
  background: #e9fff8;
  color: #406c5d;
}
/* line 364, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_listing__right-item .list-jobs_item {
  text-align: center;
  padding: 4px 8px;
  background: #fff8e9;
  border-radius: 20px;
  color: #d29700;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
/* line 378, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-left: 20px;
}
/* line 384, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right .item_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 34px 20px;
  gap: 14px;
  background: #f5f9fa;
  overflow-y: auto;
}
/* line 400, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right .item_container {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
/* line 406, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  gap: 34px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  gap: 34px;
  background: #fff;
  border-radius: 20px;
}
/* line 424, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item h3 {
  font-size: 16px;
  font-weight: 700;
}
/* line 429, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item span.mt-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 437, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item .avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  gap: 10px;
  border-radius: 14px !important;
  background: #f8f8f8;
}
/* line 449, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
/* line 456, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item .job_seeker_connect {
  padding-left: 14px;
  padding-right: 14px;
}
/* line 461, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .job_seeker_listing__right-item .btn-connect {
  padding: 5px 10px;
  text-align: center;
  background: #1effb4;
  outline: none;
  border: none;
  border-radius: 20px;
  font-weight: 600;
}
/* line 473, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .btn-filter {
  margin-top: 10px;
  padding: 10px 14px;
  text-align: center;
  background: #1effb4;
  outline: none;
  border: none;
  border-radius: 20px;
}
/* line 484, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .btn-clear {
  padding: 10px 14px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 20px;
}
/* line 493, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .show {
  transition: all 0.3s linear;
  transform: rotate(180deg);
}
/* line 498, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .active {
  display: block;
}
/* line 502, /app/app/assets/stylesheets/home/job-listing.scss */
.job_listing .inactive {
  display: none;
}

/* line 1, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  box-sizing: initial;
  margin-top: 20px;
  background: transparent;
}
/* line 12, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* line 18, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item span {
  font-size: 14px;
}
/* line 22, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item.disabled {
  opacity: 0.5;
  cursor: none;
}
/* line 27, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item:nth-last-child(2) {
  border-right: 1px solid #c7d4d0;
  padding-right: 20px;
}
/* line 32, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item:last-child {
  padding-left: 20px;
}
/* line 37, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item.active a {
  background: #92fcda;
  border-radius: 12px;
}
/* line 43, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item a {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #151515;
  border-radius: 12px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
/* line 58, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item .page-link .page-size-img {
  width: 16px;
  height: 16px;
}
/* line 64, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item .page-input {
  outline: none;
  border: 1px solid #2eca96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  background: transparent;
}
/* line 78, /app/app/assets/stylesheets/home/pagination.scss */
.table-pagination .pagination .page-item .page-input::-webkit-inner-spin-button, .table-pagination .pagination .page-item .page-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 1, /app/app/assets/stylesheets/home/style.changer.css */
.mobile .theme-changer {
  display: none;
}

/* line 5, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer {
  background: white;
  border-radius: 0 0 5px;
  margin-top: -150px;
  min-height: 110px;
  padding: 10px 10px 20px 10px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 216px;
  z-index: 99999;
  left: -217px;
  transition: all 0.2s;
  border: 1px solid var(--gray);
}

/* line 21, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer.open {
  left: 0;
}

/* line 25, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer .btn-changer {
  background: white;
  color: #443;
  display: block;
  font-size: 24px;
  height: 40px;
  width: 40px;
  left: 100%;
  position: absolute;
  text-align: center;
  top: -1px;
  cursor: pointer;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px dashed var(--gray);
}

/* line 43, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer .btn-changer i {
  vertical-align: middle;
  line-height: 1.5;
}

/* line 48, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer ul.color-changer li {
  display: inline-block;
}

/* line 52, /app/app/assets/stylesheets/home/style.changer.css */
.theme-changer ul.color-changer a {
  background: #111;
  border: none;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 3px;
  text-decoration: none;
}

/* line 1, /app/app/assets/stylesheets/home/header.scss */
nav {
  min-height: 115px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 5, /app/app/assets/stylesheets/home/header.scss */
nav .container {
  border-bottom: 1px solid #e9e9e9;
  max-width: 1240px !important;
  width: 100% !important;
  font-family: 'Nunito', serif;
}
/* line 12, /app/app/assets/stylesheets/home/header.scss */
nav .slash {
  margin: 0 0.25em;
  padding: 0;
}
/* line 17, /app/app/assets/stylesheets/home/header.scss */
nav .open > a,
nav .open > a:focus,
nav .open > a:hover {
  background-color: transparent !important;
}
/* line 23, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-brand {
  height: auto;
  margin-right: 154px;
  padding: 53px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 30, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-brand .logo {
  font-family: 'Nunito';
  font-size: 4.2rem;
  font-weight: 700;
  color: #2fca97;
}
/* line 37, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-brand i {
  margin-right: 15px;
  font-size: 16px;
}
/* line 42, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-brand .logo-back {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #0f2036;
}
/* line 48, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-brand .nav-company {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #0f2036;
}
/* line 55, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-toggle {
  margin-top: 43px;
  padding: 9px 10px !important;
}
/* line 60, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav {
  padding-top: 53px !important;
  gap: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 66, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav::before, nav .navbar-nav::after {
  display: none !important;
}
/* line 71, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav > li > a {
  font-size: 2rem !important;
  margin: 0px !important;
  font-weight: 400 !important;
}
/* line 78, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li {
  margin: 0 10px;
}
/* line 81, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.ml-0 {
  margin-left: 0;
}
/* line 85, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.mr-0 {
  margin-right: 0;
}
/* line 89, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.slash span {
  font-size: 18px;
}
/* line 93, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li > a {
  margin: 0;
  line-height: 20px;
  color: #666;
}
/* line 99, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li > a:hover, nav .navbar-nav.navbar-right > li > a:focus {
  border-bottom: 0 !important;
  background: transparent;
}
/* line 106, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up, nav .navbar-nav.navbar-right > li.sign-signed-in, nav .navbar-nav.navbar-right > li.user-signed-in > a {
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 114, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.user-signed-in > a {
  text-transform: capitalize;
}
/* line 117, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.user-signed-in > a .username {
  margin-left: 15px;
  margin-right: 0.25em;
}
/* line 122, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.user-signed-in > a .fa {
  font-size: 16px;
}
/* line 127, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up {
  margin: -14px 0 0 0;
  display: flex;
  gap: 40px;
  align-items: center;
}
/* line 133, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up > a.sign-up,
nav .navbar-nav.navbar-right > li.sign-in-up a.sign-in {
  cursor: pointer;
  font-size: 16px;
  color: black;
  font-weight: 400 !important;
}
/* line 140, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up > a.sign-up:hover,
nav .navbar-nav.navbar-right > li.sign-in-up a.sign-in:hover {
  color: #1feea9;
}
/* line 145, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up > a.sign-in {
  font-size: 1.6rem;
  font-weight: 400 !important;
  color: black;
}
/* line 150, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up > a.sign-in:hover {
  color: #ff6d6d;
}
/* line 155, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right > li.sign-in-up > a.employee {
  padding: 10px 34px;
  border-radius: 20px;
  background: #1effb4;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  color: #151515;
  font-family: Nunito;
  line-height: 24px;
}
/* line 167, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right .dropdown-menu {
  top: 70px;
  min-width: 250px;
  background: rgba(51, 51, 51, 0.8);
  padding-top: 0;
  padding-bottom: 0;
}
/* line 174, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right .dropdown-menu > li > a {
  height: 60px;
  padding: 0 12px;
  line-height: 60px;
  color: #fff;
  border-bottom: 2px solid #999;
}
/* line 182, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
/* line 186, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right .dropdown-menu > li > a:hover {
  background-color: #111;
}
/* line 190, /app/app/assets/stylesheets/home/header.scss */
nav .navbar-nav.navbar-right .dropdown-menu > li > a > span {
  padding-left: 20px;
  color: #fff;
}
/* line 198, /app/app/assets/stylesheets/home/header.scss */
nav .search-icon {
  display: inline-block;
  background-image: url(/assets/header/search-5d1bb7c7724b08563b768b2feda5d14533f4a264ba7df78c94983ecd8bbf1a5b.png);
  background-position: 0 0;
  width: 18px;
  height: 18px !important;
  vertical-align: middle;
}
/* line 206, /app/app/assets/stylesheets/home/header.scss */
nav .search-icon:hover {
  background-position: 18px 18px;
}
/* line 211, /app/app/assets/stylesheets/home/header.scss */
nav .inbox-icon {
  display: inline-block;
  background-image: url(/assets/header/inbox-09a7945298504bdf7c2dbd469c6d77bee4b3c8fc784bd790dea753faef92ade7.png);
  background-position: 0 0;
  width: 33px;
  height: 18px !important;
  vertical-align: middle;
}
/* line 219, /app/app/assets/stylesheets/home/header.scss */
nav .inbox-icon:hover {
  background-position: 33px 18px;
}
/* line 224, /app/app/assets/stylesheets/home/header.scss */
nav .notification-icon {
  display: inline-block;
  background-image: url(/assets/header/notification-547aa3a591887a3895e7eed90d964096c44d03b5ee130e4d5c0dee6f801baaa9.png);
  background-position: 0 0;
  width: 16px;
  height: 18px !important;
  vertical-align: middle;
}
/* line 232, /app/app/assets/stylesheets/home/header.scss */
nav .notification-icon:hover {
  background-position: 16px 18px;
}
/* line 237, /app/app/assets/stylesheets/home/header.scss */
nav .user-icon {
  display: inline-block;
  background-image: url(/assets/header/user-72d586691b441585db2acb566cdab2f022c105501c4846aec28161d25fc658dc.png);
  background-position: 0 0;
  width: 16px;
  height: 18px !important;
  vertical-align: middle;
}
/* line 245, /app/app/assets/stylesheets/home/header.scss */
nav .user-icon:hover {
  background-position: 16px 18px;
}

@media (min-width: 1025px) {
  /* line 252, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav {
    padding-top: 45px;
    padding-bottom: 0;
  }
  /* line 256, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav span {
    font-family: 'SFProDisplay';
    font-size: 16px;
    font-weight: bold;
    color: #0f2036;
  }

  /* line 264, /app/app/assets/stylesheets/home/header.scss */
  .logo-company {
    width: 60px;
    border-radius: 10px;
    height: 60px;
    margin: 23px 0 14px 0;
  }

  /* line 271, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li.active {
    color: #2fca97;
    border-bottom: 1px solid #2fca97;
    padding-bottom: 31px;
  }
  /* line 276, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li.active a {
    color: #2fca97;
  }

  /* line 281, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li > a {
    font-size: 16px;
    font-family: 'SFProDisplay';
    color: #62738d;
    font-weight: bold;
    padding: 0;
    margin: 0 20px;
  }
  /* line 289, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #2fca97;
    background: transparent;
  }

  /* line 296, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li {
    margin-right: 25px;
    padding-bottom: 31px;
  }

  /* line 301, /app/app/assets/stylesheets/home/header.scss */
  .navbar-right {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 307, /app/app/assets/stylesheets/home/header.scss */
  .navbar-header {
    float: none;
  }

  /* line 311, /app/app/assets/stylesheets/home/header.scss */
  .nav.navbar-nav {
    padding-top: 10px !important;
    gap: 10px !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 317, /app/app/assets/stylesheets/home/header.scss */
  .nav.navbar-nav .sign-in-up {
    gap: 10px !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 322, /app/app/assets/stylesheets/home/header.scss */
  .navbar-toggle {
    display: block;
    background-color: #00c8aa;
  }
  /* line 326, /app/app/assets/stylesheets/home/header.scss */
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  /* line 331, /app/app/assets/stylesheets/home/header.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 336, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  /* line 341, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 345, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 350, /app/app/assets/stylesheets/home/header.scss */
  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* line 355, /app/app/assets/stylesheets/home/header.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 359, /app/app/assets/stylesheets/home/header.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 363, /app/app/assets/stylesheets/home/header.scss */
  .collapsing {
    overflow: hidden !important;
  }

  /* line 367, /app/app/assets/stylesheets/home/header.scss */
  .navbar-nav.navbar-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  /* line 372, /app/app/assets/stylesheets/home/header.scss */
  nav .navbar-brand {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 378, /app/app/assets/stylesheets/home/header.scss */
  .navbar > .container .navbar-brand {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 200px) {
  /* line 384, /app/app/assets/stylesheets/home/header.scss */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  /* line 391, /app/app/assets/stylesheets/home/header.scss */
  .navbar-header {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-10 {
  margin-top: 10px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-20 {
  margin-top: 20px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-30 {
  margin-top: 30px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-40 {
  margin-top: 40px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-50 {
  margin-top: 50px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-60 {
  margin-top: 60px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-70 {
  margin-top: 70px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-80 {
  margin-top: 80px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-90 {
  margin-top: 90px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-100 {
  margin-top: 100px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-110 {
  margin-top: 110px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-120 {
  margin-top: 120px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-130 {
  margin-top: 130px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mt-140 {
  margin-top: 140px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-10 {
  margin-bottom: 10px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-20 {
  margin-bottom: 20px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-40 {
  margin-bottom: 40px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-50 {
  margin-bottom: 50px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-60 {
  margin-bottom: 60px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-70 {
  margin-bottom: 70px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-80 {
  margin-bottom: 80px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-90 {
  margin-bottom: 90px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-100 {
  margin-bottom: 100px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-110 {
  margin-bottom: 110px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-120 {
  margin-bottom: 120px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-130 {
  margin-bottom: 130px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.mb-140 {
  margin-bottom: 140px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-10 {
  padding-top: 10px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-20 {
  padding-top: 20px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-30 {
  padding-top: 30px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-40 {
  padding-top: 40px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-50 {
  padding-top: 50px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-60 {
  padding-top: 60px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-70 {
  padding-top: 70px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-80 {
  padding-top: 80px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-90 {
  padding-top: 90px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-100 {
  padding-top: 100px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-110 {
  padding-top: 110px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-120 {
  padding-top: 120px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-130 {
  padding-top: 130px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pt-140 {
  padding-top: 140px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-10 {
  padding-bottom: 10px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-20 {
  padding-bottom: 20px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-30 {
  padding-bottom: 30px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-40 {
  padding-bottom: 40px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-50 {
  padding-bottom: 50px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-60 {
  padding-bottom: 60px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-70 {
  padding-bottom: 70px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-80 {
  padding-bottom: 80px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-90 {
  padding-bottom: 90px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-100 {
  padding-bottom: 100px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-110 {
  padding-bottom: 110px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-120 {
  padding-bottom: 120px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-130 {
  padding-bottom: 130px;
}

/* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
.pb-140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1200px) {
  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-10 {
    margin-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-20 {
    margin-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-30 {
    margin-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-40 {
    margin-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-50 {
    margin-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-60 {
    margin-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-70 {
    margin-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-80 {
    margin-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-90 {
    margin-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-100 {
    margin-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-110 {
    margin-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-120 {
    margin-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-130 {
    margin-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-lg-140 {
    margin-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-10 {
    margin-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-20 {
    margin-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-30 {
    margin-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-40 {
    margin-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-50 {
    margin-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-60 {
    margin-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-70 {
    margin-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-80 {
    margin-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-90 {
    margin-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-100 {
    margin-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-110 {
    margin-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-120 {
    margin-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-130 {
    margin-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-lg-140 {
    margin-bottom: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-10 {
    padding-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-20 {
    padding-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-30 {
    padding-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-40 {
    padding-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-50 {
    padding-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-60 {
    padding-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-70 {
    padding-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-80 {
    padding-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-90 {
    padding-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-100 {
    padding-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-110 {
    padding-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-120 {
    padding-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-130 {
    padding-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-lg-140 {
    padding-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-10 {
    padding-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-20 {
    padding-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-30 {
    padding-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-40 {
    padding-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-50 {
    padding-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-60 {
    padding-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-70 {
    padding-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-80 {
    padding-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-90 {
    padding-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-100 {
    padding-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-110 {
    padding-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-120 {
    padding-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-130 {
    padding-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-lg-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-10 {
    margin-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-20 {
    margin-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-30 {
    margin-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-40 {
    margin-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-50 {
    margin-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-60 {
    margin-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-70 {
    margin-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-80 {
    margin-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-90 {
    margin-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-100 {
    margin-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-110 {
    margin-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-120 {
    margin-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-130 {
    margin-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-md-140 {
    margin-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-10 {
    margin-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-20 {
    margin-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-30 {
    margin-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-40 {
    margin-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-50 {
    margin-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-60 {
    margin-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-70 {
    margin-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-80 {
    margin-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-90 {
    margin-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-100 {
    margin-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-110 {
    margin-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-120 {
    margin-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-130 {
    margin-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-md-140 {
    margin-bottom: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-10 {
    padding-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-20 {
    padding-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-30 {
    padding-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-40 {
    padding-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-50 {
    padding-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-60 {
    padding-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-70 {
    padding-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-80 {
    padding-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-90 {
    padding-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-100 {
    padding-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-110 {
    padding-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-120 {
    padding-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-130 {
    padding-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-md-140 {
    padding-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-10 {
    padding-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-20 {
    padding-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-30 {
    padding-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-40 {
    padding-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-50 {
    padding-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-60 {
    padding-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-70 {
    padding-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-80 {
    padding-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-90 {
    padding-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-100 {
    padding-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-110 {
    padding-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-120 {
    padding-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-130 {
    padding-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-10 {
    margin-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-20 {
    margin-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-30 {
    margin-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-40 {
    margin-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-50 {
    margin-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-60 {
    margin-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-70 {
    margin-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-80 {
    margin-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-90 {
    margin-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-100 {
    margin-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-110 {
    margin-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-120 {
    margin-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-130 {
    margin-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-sm-140 {
    margin-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-10 {
    margin-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-20 {
    margin-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-30 {
    margin-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-40 {
    margin-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-50 {
    margin-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-60 {
    margin-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-70 {
    margin-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-80 {
    margin-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-90 {
    margin-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-100 {
    margin-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-110 {
    margin-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-120 {
    margin-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-130 {
    margin-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-sm-140 {
    margin-bottom: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-10 {
    padding-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-20 {
    padding-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-30 {
    padding-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-40 {
    padding-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-50 {
    padding-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-60 {
    padding-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-70 {
    padding-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-80 {
    padding-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-90 {
    padding-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-100 {
    padding-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-110 {
    padding-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-120 {
    padding-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-130 {
    padding-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-sm-140 {
    padding-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-10 {
    padding-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-20 {
    padding-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-30 {
    padding-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-40 {
    padding-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-50 {
    padding-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-60 {
    padding-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-70 {
    padding-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-80 {
    padding-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-90 {
    padding-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-100 {
    padding-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-110 {
    padding-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-120 {
    padding-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-130 {
    padding-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-sm-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-0 {
    margin-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-10 {
    margin-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-20 {
    margin-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-30 {
    margin-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-40 {
    margin-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-50 {
    margin-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-60 {
    margin-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-70 {
    margin-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-80 {
    margin-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-90 {
    margin-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-100 {
    margin-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-110 {
    margin-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-120 {
    margin-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-130 {
    margin-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xs-140 {
    margin-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-10 {
    margin-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-20 {
    margin-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-30 {
    margin-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-40 {
    margin-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-50 {
    margin-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-60 {
    margin-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-70 {
    margin-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-80 {
    margin-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-90 {
    margin-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-100 {
    margin-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-110 {
    margin-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-120 {
    margin-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-130 {
    margin-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xs-140 {
    margin-bottom: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-0 {
    padding-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-10 {
    padding-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-20 {
    padding-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-30 {
    padding-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-40 {
    padding-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-50 {
    padding-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-60 {
    padding-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-70 {
    padding-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-80 {
    padding-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-90 {
    padding-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-100 {
    padding-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-110 {
    padding-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-120 {
    padding-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-130 {
    padding-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xs-140 {
    padding-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-10 {
    padding-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-20 {
    padding-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-30 {
    padding-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-40 {
    padding-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-50 {
    padding-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-60 {
    padding-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-70 {
    padding-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-80 {
    padding-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-90 {
    padding-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-100 {
    padding-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-110 {
    padding-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-120 {
    padding-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-130 {
    padding-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xs-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-0 {
    margin-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-10 {
    margin-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-20 {
    margin-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-30 {
    margin-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-40 {
    margin-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-50 {
    margin-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-60 {
    margin-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-70 {
    margin-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-80 {
    margin-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-90 {
    margin-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-100 {
    margin-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-110 {
    margin-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-120 {
    margin-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-130 {
    margin-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mt-xxs-140 {
    margin-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-10 {
    margin-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-20 {
    margin-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-30 {
    margin-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-40 {
    margin-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-50 {
    margin-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-60 {
    margin-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-70 {
    margin-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-80 {
    margin-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-90 {
    margin-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-100 {
    margin-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-110 {
    margin-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-120 {
    margin-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-130 {
    margin-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .mb-xxs-140 {
    margin-bottom: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-0 {
    padding-top: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-10 {
    padding-top: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-20 {
    padding-top: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-30 {
    padding-top: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-40 {
    padding-top: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-50 {
    padding-top: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-60 {
    padding-top: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-70 {
    padding-top: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-80 {
    padding-top: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-90 {
    padding-top: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-100 {
    padding-top: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-110 {
    padding-top: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-120 {
    padding-top: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-130 {
    padding-top: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pt-xxs-140 {
    padding-top: 140px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-10 {
    padding-bottom: 10px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-20 {
    padding-bottom: 20px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-30 {
    padding-bottom: 30px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-40 {
    padding-bottom: 40px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-50 {
    padding-bottom: 50px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-60 {
    padding-bottom: 60px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-70 {
    padding-bottom: 70px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-80 {
    padding-bottom: 80px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-90 {
    padding-bottom: 90px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-100 {
    padding-bottom: 100px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-110 {
    padding-bottom: 110px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-120 {
    padding-bottom: 120px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-130 {
    padding-bottom: 130px;
  }

  /* line 1, /app/app/assets/stylesheets/home/vertical.min.css */
  .pb-xxs-140 {
    padding-bottom: 140px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, /app/app/assets/stylesheets/home/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, /app/app/assets/stylesheets/home/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, /app/app/assets/stylesheets/home/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, /app/app/assets/stylesheets/home/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, /app/app/assets/stylesheets/home/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, /app/app/assets/stylesheets/home/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, /app/app/assets/stylesheets/home/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 269, /app/app/assets/stylesheets/home/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, /app/app/assets/stylesheets/home/animate.css */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, /app/app/assets/stylesheets/home/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, /app/app/assets/stylesheets/home/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, /app/app/assets/stylesheets/home/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, /app/app/assets/stylesheets/home/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, /app/app/assets/stylesheets/home/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, /app/app/assets/stylesheets/home/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, /app/app/assets/stylesheets/home/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, /app/app/assets/stylesheets/home/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, /app/app/assets/stylesheets/home/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, /app/app/assets/stylesheets/home/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, /app/app/assets/stylesheets/home/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, /app/app/assets/stylesheets/home/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, /app/app/assets/stylesheets/home/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, /app/app/assets/stylesheets/home/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, /app/app/assets/stylesheets/home/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, /app/app/assets/stylesheets/home/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, /app/app/assets/stylesheets/home/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, /app/app/assets/stylesheets/home/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, /app/app/assets/stylesheets/home/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, /app/app/assets/stylesheets/home/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, /app/app/assets/stylesheets/home/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1341, /app/app/assets/stylesheets/home/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1370, /app/app/assets/stylesheets/home/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1399, /app/app/assets/stylesheets/home/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1428, /app/app/assets/stylesheets/home/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1457, /app/app/assets/stylesheets/home/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1486, /app/app/assets/stylesheets/home/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1515, /app/app/assets/stylesheets/home/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1544, /app/app/assets/stylesheets/home/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1573, /app/app/assets/stylesheets/home/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1652, /app/app/assets/stylesheets/home/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1725, /app/app/assets/stylesheets/home/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1798, /app/app/assets/stylesheets/home/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1843, /app/app/assets/stylesheets/home/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1890, /app/app/assets/stylesheets/home/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1951, /app/app/assets/stylesheets/home/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1982, /app/app/assets/stylesheets/home/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2025, /app/app/assets/stylesheets/home/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2066, /app/app/assets/stylesheets/home/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, /app/app/assets/stylesheets/home/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2148, /app/app/assets/stylesheets/home/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2189, /app/app/assets/stylesheets/home/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2226, /app/app/assets/stylesheets/home/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2263, /app/app/assets/stylesheets/home/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2300, /app/app/assets/stylesheets/home/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2337, /app/app/assets/stylesheets/home/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2374, /app/app/assets/stylesheets/home/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2447, /app/app/assets/stylesheets/home/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2482, /app/app/assets/stylesheets/home/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2513, /app/app/assets/stylesheets/home/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2542, /app/app/assets/stylesheets/home/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2583, /app/app/assets/stylesheets/home/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2624, /app/app/assets/stylesheets/home/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2665, /app/app/assets/stylesheets/home/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2706, /app/app/assets/stylesheets/home/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2743, /app/app/assets/stylesheets/home/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2788, /app/app/assets/stylesheets/home/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2825, /app/app/assets/stylesheets/home/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2862, /app/app/assets/stylesheets/home/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2907, /app/app/assets/stylesheets/home/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 2938, /app/app/assets/stylesheets/home/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 2969, /app/app/assets/stylesheets/home/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3000, /app/app/assets/stylesheets/home/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3031, /app/app/assets/stylesheets/home/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3062, /app/app/assets/stylesheets/home/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3093, /app/app/assets/stylesheets/home/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3124, /app/app/assets/stylesheets/home/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3155, /app/app/assets/stylesheets/home/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, /app/app/assets/stylesheets/home/public/index.scss */
body.home.companies {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
/* line 5, /app/app/assets/stylesheets/home/public/index.scss */
body.home.companies .push-100-b {
  margin-bottom: 100px;
}
/* line 8, /app/app/assets/stylesheets/home/public/index.scss */
body.home.companies .media-body {
  word-break: break-word;
}
/* line 11, /app/app/assets/stylesheets/home/public/index.scss */
body.home.companies .comment-author {
  font-size: 12px;
}

/* line 16, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show.modal-open {
  padding: 0 !important;
}

/* line 21, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show .navbar.navbar-fixed-top {
  padding: 0 !important;
}
/* line 25, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply {
  height: 100%;
  position: fixed;
  padding: 0 !important;
  font-family: 'Nunito', sans-serif !important;
  background: rgba(0, 0, 0, 0.32);
}
/* line 32, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 !important;
}
/* line 39, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content {
  padding: 14px;
  border-radius: 20px;
}
/* line 43, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content h3 {
  margin: 0px;
  font-weight: 800;
  color: #000;
}
/* line 50, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content #drop-zone label {
  margin: 0px;
}
/* line 54, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content #drop-zone .form-control {
  border: 1px solid #ededed !important;
  border-radius: 8px;
  padding: 10px 14px !important;
  font-weight: 500;
  height: auto !important;
  color: #000;
}
/* line 63, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content #drop-zone .container ~ label {
  font-weight: 500;
}
/* line 65, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content #drop-zone .container ~ label span {
  font-weight: 700;
}
/* line 71, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content h4 {
  margin: 0px;
  font-weight: 700;
  color: #000;
}
/* line 77, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .avatar {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
/* line 84, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .block-header {
  margin-bottom: 4px;
}
/* line 88, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .container {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ededed;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 104, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .container input:checked ~ span {
  display: block;
}
/* line 108, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .container span {
  display: none;
}
/* line 112, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 121, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .block-header .btn {
  background: transparent !important;
}
/* line 125, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-content .term-label {
  color: #929292;
}
/* line 130, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-footer {
  padding: 0 !important;
  border: none !important;
}
/* line 134, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .modal-footer .btn-primary {
  width: 100%;
  padding: 10px 14px;
  height: 44px;
  background-color: #1effb4;
  border-radius: 20px;
  color: #000;
  font-weight: 700;
  border: none;
  outline: none;
}
/* line 147, /app/app/assets/stylesheets/home/public/index.scss */
body.home.jobs.show #modal-apply .required {
  color: red;
}

/* line 1, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail {
  margin-top: 114px;
  font-family: 'Nunito', sans-serif;
}
/* line 5, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header {
  background: #044550;
}
/* line 8, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 34px 4px;
}
/* line 15, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
/* line 21, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info h2 {
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/* line 27, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .level_tag {
  padding: 4px 8px;
  background: #3b7278;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 4px;
}
/* line 37, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info-more .mb-5 {
  margin-bottom: 14px;
}
/* line 42, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .list-jobs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 49, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .list-jobs_item {
  text-align: center;
  padding: 4px 8px;
  background: #fff8e9;
  border-radius: 20px;
  color: #d29700;
  font-weight: 700;
  text-transform: capitalize;
}
/* line 59, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .list-jobs_item:first-child {
  background: #e9fff8;
  color: #406c5d;
}
/* line 65, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
/* line 72, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info img {
  width: 16px;
  height: 16px;
}
/* line 78, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .apply-now a {
  padding: 6px 8px !important;
}
/* line 82, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-header_info .apply-now img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px;
  object-fit: cover;
  cursor: pointer;
}
/* line 93, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content {
  background: #f5f9fa;
}
/* line 96, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 4px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(12, 1fr);
}
/* line 105, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_container .btn-apply {
  width: 100%;
  gap: 10px;
}
/* line 111, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left {
  grid-column: span 8;
}
/* line 113, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-item {
  border-radius: 20px;
  background: #fff;
  padding: 16px;
}
/* line 118, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-item:last-child {
  display: none;
}
/* line 123, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-title {
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
/* line 131, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-description ul {
  list-style-type: disc;
  padding-left: 24px;
}
/* line 136, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-description span,
.job_detail-content_left-description p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
/* line 143, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_left-description > span {
  padding-left: 4px;
  display: block;
}
/* line 150, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  grid-column: span 4;
}
/* line 156, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-container {
  max-height: 100vh;
  height: auto;
  overflow-y: auto;
}
/* line 162, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-item {
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  gap: 14px;
}
/* line 169, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-title {
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
}
/* line 175, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right h3,
.job_detail-content_right h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
/* line 182, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right .avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  gap: 10px;
  border-radius: 14px !important;
  background: #f8f8f8;
}
/* line 194, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
/* line 201, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
/* line 206, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-grid-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
/* line 211, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-grid-item h6 {
  color: #929292;
  font-weight: 400;
}
/* line 216, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-grid-item span {
  font-weight: 500;
}
/* line 221, /app/app/assets/stylesheets/home/public/job-details.scss */
.job_detail-content_right-grid-item:last-child {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  /* line 1, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail {
    margin-top: 88px;
  }
  /* line 231, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-header_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 238, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-header_info-more > div:last-child {
    margin-top: 14px;
  }
  /* line 242, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-header_info-more .apply-now {
    display: none !important;
  }
  /* line 249, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 254, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_left {
    order: 2;
  }
  /* line 257, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_left-item:last-child {
    display: block;
  }
  /* line 262, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_right {
    order: 1;
  }
  /* line 265, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_right-item:last-child {
    display: none;
  }
  /* line 269, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_right .job_detail-content_right-container {
    display: none;
  }
  /* line 274, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_left, .job_detail-content_right {
    grid-column: span 12;
  }
}
@media screen and (max-width: 567px) {
  /* line 283, /app/app/assets/stylesheets/home/public/job-details.scss */
  .job_detail-content_right-grid-item {
    grid-column: span 2;
  }
}

/* line 290, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 14px;
  gap: 34px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  display: block;
}
/* line 299, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company {
  height: 100%;
}
/* line 302, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #151515;
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 312, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 318, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .bottom span {
  font-weight: 500;
}
/* line 323, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .avatar ~ div {
  flex: 1;
  width: 100%;
}
/* line 327, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .avatar ~ div h3 {
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #151515;
}
/* line 336, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .avatar ~ div span {
  margin-top: 3px;
}
/* line 341, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  gap: 10px;
  border-radius: 14px !important;
  background: #f8f8f8;
}
/* line 353, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .job_info-company .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
/* line 361, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .list-jobs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
/* line 368, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .list-jobs_item:first-child {
  background: #e9fff8;
  color: #406c5d;
}
/* line 373, /app/app/assets/stylesheets/home/public/job-details.scss */
.jobs .job_listing__right-item .list-jobs_item {
  text-align: center;
  padding: 4px 8px;
  background: #fff8e9;
  border-radius: 20px;
  color: #d29700;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 1, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show,
body.home.jobs.index {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
}
/* line 6, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show #page,
body.home.jobs.index #page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fbfbfb;
}
/* line 11, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-content,
body.home.jobs.index .wrap-content {
  margin-top: 8%;
  padding: 0 117px 0 117px;
}
@media (max-width: 425px) {
  /* line 11, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .wrap-content,
  body.home.jobs.index .wrap-content {
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* line 22, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .left-content,
body.home.jobs.index .left-content {
  max-width: 100%;
}
/* line 26, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-about,
body.home.jobs.index .company-about {
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: white;
}
/* line 32, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-content,
body.home.jobs.index .company-content {
  padding: 0 46px 0 46px;
}
@media (max-width: 425px) {
  /* line 32, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .company-content,
  body.home.jobs.index .company-content {
    padding: 0px 15px;
  }
}
/* line 40, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-background img,
body.home.jobs.index .company-background img {
  border-radius: 10px;
  width: 100%;
  height: 170px;
}
@media (max-width: 425px) {
  /* line 40, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .company-background img,
  body.home.jobs.index .company-background img {
    height: auto;
  }
}
/* line 50, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-avatar,
body.home.jobs.index .wrap-avatar {
  width: 80px;
  height: 50px;
  margin: 0 auto;
}
/* line 54, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-avatar .company-avatar,
body.home.jobs.index .wrap-avatar .company-avatar {
  position: absolute;
  top: 135px;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 1.1px #e9e9e9;
}
/* line 60, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-avatar .company-avatar img,
body.home.jobs.index .wrap-avatar .company-avatar img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
@media (max-width: 425px) {
  /* line 54, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .wrap-avatar .company-avatar,
  body.home.jobs.index .wrap-avatar .company-avatar {
    top: 275px;
  }
}
/* line 71, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-name,
body.home.jobs.index .company-name {
  font-family: 'SFProDisplay';
  font-size: 30px;
  font-weight: bold;
  color: #0f2036;
  margin-bottom: 5px;
}
/* line 79, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-location,
body.home.jobs.index .company-location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 8px 12px 8px 13px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
/* line 84, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-location span,
body.home.jobs.index .company-location span {
  font-family: 'SFProDisplay';
  font-size: 14px;
  color: #636768;
  margin-left: 10px;
}
/* line 95, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-country,
body.home.jobs.index .company-country {
  padding: 15px 0 10px 0;
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #0f2036;
}
/* line 102, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-employeers,
body.home.jobs.index .company-employeers {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #636768;
  margin-bottom: 18px;
}
/* line 108, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-employeers .amount,
body.home.jobs.index .company-employeers .amount {
  color: #0f2036;
}
/* line 113, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-social,
body.home.jobs.index .company-social {
  margin-bottom: 30px;
}
/* line 116, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-social .wrap-social,
body.home.jobs.index .company-social .wrap-social {
  width: fit-content;
  margin: 0 auto;
}
/* line 121, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-social img,
body.home.jobs.index .company-social img {
  margin: 0 10px 0 0;
}
/* line 126, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact,
body.home.jobs.index .company-contact {
  max-width: 620px;
  padding: 20px;
  margin: 20px 0 20px 0;
  background-color: white;
  font-family: 'SFProDisplay';
  color: #0f2036;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
}
@media (max-width: 425px) {
  /* line 126, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .company-contact,
  body.home.jobs.index .company-contact {
    max-width: 420px;
  }
}
/* line 139, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .title,
body.home.jobs.index .company-contact .title {
  font-weight: bold;
  font-size: 18px;
}
/* line 144, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .content,
body.home.jobs.index .company-contact .content {
  font-size: 16px;
  margin-top: 10px;
}
/* line 148, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .content .mail,
body.home.jobs.index .company-contact .content .mail {
  color: #2fca97;
}
/* line 153, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .content-right,
body.home.jobs.index .company-contact .content-right {
  margin-top: 10px;
}
/* line 156, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .content-right span,
body.home.jobs.index .company-contact .content-right span {
  font-family: 'SFProDisplay';
  font-size: 16px !important;
  color: #636768;
}
/* line 163, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .content-right *,
body.home.jobs.index .company-contact .content-right * {
  max-width: 100%;
}
@media (max-width: 425px) {
  /* line 163, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .company-contact .content-right *,
  body.home.jobs.index .company-contact .content-right * {
    max-width: 90%;
  }
}
/* line 170, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .wrap-info,
body.home.jobs.index .company-contact .wrap-info {
  margin: 11px 0 0 0;
}
/* line 174, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .wrap-info .left-info p,
body.home.jobs.index .company-contact .wrap-info .left-info p {
  font-weight: 500;
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #0f2036;
}
/* line 183, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .wrap-info .right-info p,
body.home.jobs.index .company-contact .wrap-info .right-info p {
  font-size: 16px;
}
/* line 188, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .wrap-info a,
body.home.jobs.index .company-contact .wrap-info a {
  color: #2fca97;
}
/* line 194, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-contact .background img,
body.home.jobs.index .company-contact .background img {
  width: 100%;
  height: 320px;
}
/* line 201, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .hide,
body.home.jobs.index .hide {
  overflow: hidden;
}
/* line 205, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-address,
body.home.jobs.index .company-address {
  padding: 20px;
  margin: 20px 0 20px 0;
  background-color: white;
  font-family: 'SFProDisplay';
  color: #0f2036;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
}
/* line 214, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-address .title,
body.home.jobs.index .company-address .title {
  font-weight: bold;
  font-size: 18px;
}
/* line 220, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content,
body.home.jobs.index .right-content {
  padding: 0 0 0 21px;
}
@media (max-width: 425px) {
  /* line 220, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.companies.show .right-content,
  body.home.jobs.index .right-content {
    padding: 0 15px;
  }
}
/* line 227, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-title,
body.home.jobs.index .wrap-title {
  border-radius: 10px;
  background-color: #f6f6f6;
  max-width: 620px;
}
/* line 231, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-title .overview,
body.home.jobs.index .wrap-title .overview {
  padding: 4px;
  border-radius: 5px;
}
/* line 235, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-title .overview .title,
body.home.jobs.index .wrap-title .overview .title {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #0f2036;
  padding: 10px 0 9px 1px;
}
/* line 242, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-title .overview .active,
body.home.jobs.index .wrap-title .overview .active {
  border-radius: 5px;
  background-color: #fff;
}
/* line 249, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job-list,
body.home.jobs.index .job-list {
  max-width: 620px;
  display: flex;
  font-family: 'SFProDisplay';
  font-size: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
}
/* line 258, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job-list .title,
body.home.jobs.index .job-list .title {
  font-family: 'SFProDisplay';
  font-size: 18px;
  font-weight: bold;
  color: #0f2036;
}
/* line 265, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job-list .filter,
body.home.jobs.index .job-list .filter {
  font-size: 16px;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #636768;
}
/* line 270, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job-list .filter input,
body.home.jobs.index .job-list .filter input {
  border: none;
  background-color: none;
  outline: none;
  background-color: #fbfbfb;
  color: #0f2036;
  font-weight: bold;
}
/* line 281, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs,
body.home.jobs.index .wrap-jobs {
  padding-top: 20px;
  font-family: 'SFProDisplay';
}
/* line 285, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job,
body.home.jobs.index .wrap-jobs .single-job {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 18px 20px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 295, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .job-require,
body.home.jobs.index .wrap-jobs .single-job .job-require {
  color: #636768;
}
/* line 299, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .job-status,
body.home.jobs.index .wrap-jobs .single-job .job-status {
  color: #2fca97;
}
/* line 303, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .job-name,
body.home.jobs.index .wrap-jobs .single-job .job-name {
  font-size: 16px;
  font-weight: bold;
  color: #0f2036;
}
/* line 309, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .btn-job,
body.home.jobs.index .wrap-jobs .single-job .btn-job {
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 13px;
  width: 100%;
  text-align: center;
  padding: 10px 6px;
}
/* line 318, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .btn-applies,
body.home.jobs.index .wrap-jobs .single-job .btn-applies {
  padding: 10px 6px;
  background-color: #2fca97;
}
/* line 321, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .btn-applies a,
body.home.jobs.index .wrap-jobs .single-job .btn-applies a {
  color: white;
}
/* line 326, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .single-job .btn-detail,
body.home.jobs.index .wrap-jobs .single-job .btn-detail {
  padding: 9px 0 9px 9px;
}
/* line 331, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .wrap-jobs .job-mark,
body.home.jobs.index .wrap-jobs .job-mark {
  padding: 27px 20px;
}
/* line 336, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .icon-email,
body.home.jobs.index .icon-email {
  background-image: url(/assets/email-6b3a1425e2cac8fe934628fc81299bb7af3e1b514e546396f47ec34416b9579e.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 344, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .icon-view,
body.home.jobs.index .icon-view {
  background-image: url(/assets/view-02c0b1952211299974473ac64673ef7462a5b44546ce15b98a351bffd495baca.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 352, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .icon-post,
body.home.jobs.index .icon-post {
  background-image: url(/assets/post-8bf40b7f1901cc1230a565e04149d0de566d660001e15bced8cbd67e15a3533f.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 360, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-cover,
body.home.jobs.index .company-cover {
  width: 100%;
}
/* line 364, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-data,
body.home.jobs.index .company-data {
  position: absolute;
  max-width: 940px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 371, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-data .company-info,
body.home.jobs.index .company-data .company-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 378, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content,
body.home.jobs.index .right-content {
  height: 150px;
  display: table;
}
/* line 382, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content .company-name,
body.home.jobs.index .right-content .company-name {
  text-transform: uppercase;
  font-size: 22px;
  display: table-row;
}
/* line 387, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content .company-name h3,
body.home.jobs.index .right-content .company-name h3 {
  margin: 20px 10px;
  color: #fff;
}
/* line 393, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content .meta,
body.home.jobs.index .right-content .meta {
  padding-left: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 399, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content .meta .separator,
body.home.jobs.index .right-content .meta .separator {
  padding: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 404, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .right-content .meta .separator span,
body.home.jobs.index .right-content .meta .separator span {
  padding-left: 15px;
}
/* line 411, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-logo,
body.home.jobs.index .company-logo {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 2.5px solid #eee;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 424, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-logo .company-logo-inner,
body.home.jobs.index .company-logo .company-logo-inner {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  border: 2.5px solid #e5e5e5;
}
/* line 437, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .company-description *,
body.home.jobs.index .company-description * {
  width: 100% !important;
  font-size: 15px !important;
  line-height: 27px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  color: #666 !important;
}
/* line 446, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show section.small-section,
body.home.jobs.index section.small-section {
  height: 300px;
}
/* line 450, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .post-title, body.home.companies.show body.home.jobs.show .post-sub-title, body.home.jobs.show body.home.companies.show .post-sub-title,
body.home.jobs.index .post-title,
body.home.jobs.index body.home.jobs.show .post-sub-title,
body.home.jobs.show body.home.jobs.index .post-sub-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
}
/* line 456, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .post-meta,
body.home.jobs.index .post-meta {
  font-size: 16px;
}
/* line 460, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job,
body.home.jobs.index .job {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
/* line 469, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-list,
body.home.jobs.index .job .job-post-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
/* line 475, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-item,
body.home.jobs.index .job .job-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  gap: 24px;
  border: 2px solid transparent;
  padding: 16px;
  border-radius: 20px;
  transition: all 0.2s linear;
  box-shadow: none;
}
/* line 486, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-item:hover,
body.home.jobs.index .job .job-post-item:hover {
  border-color: #2fca97;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background: #f0fdf4;
}
/* line 494, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-icon,
body.home.jobs.index .job .job-post-icon {
  margin: 0 auto;
}
/* line 497, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-icon .avatar,
body.home.jobs.index .job .job-post-icon .avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  gap: 10px;
  border-radius: 14px !important;
  background: #f8f8f8;
}
/* line 509, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-icon .avatar img,
body.home.jobs.index .job .job-post-icon .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
/* line 518, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-name span,
body.home.jobs.index .job .job-post-name span {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 529, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-name span:hover,
body.home.jobs.index .job .job-post-name span:hover {
  color: #1effb4;
}
/* line 534, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-name .created-at,
body.home.jobs.index .job .job-post-name .created-at {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
/* line 542, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-company,
body.home.jobs.index .job .job-post-company {
  margin-bottom: 14px;
}
/* line 547, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .job-post-address span,
body.home.jobs.index .job .job-post-address span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 557, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job .bottom,
body.home.jobs.index .job .bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 564, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .job-data,
body.home.jobs.index .job-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
/* line 571, /app/app/assets/stylesheets/home/public/show.scss */
body.home.companies.show .visibile-hidden,
body.home.jobs.index .visibile-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/* line 579, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
}
/* line 583, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show b {
  font-weight: 300;
}
/* line 587, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show #job-detail {
  background-color: #fbfbfb;
}
/* line 590, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show #job-detail .wrap-content {
  margin-top: 2%;
}
/* line 595, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-content {
  margin-top: 10%;
  padding: 0 117px 40px 117px;
}
/* line 600, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-side {
  padding-left: 20px;
}
/* line 604, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-name {
  font-family: 'SFProDisplay';
  font-size: 30px;
  font-weight: bold;
  color: #0f2036;
  margin: 20px;
}
/* line 612, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-location {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #636768;
  margin: 20px;
}
/* line 618, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-location img {
  padding-bottom: 4px;
}
/* line 621, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-location span {
  margin: 5px 0 0 10px;
}
/* line 626, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-about {
  border-radius: 10px;
  border: solid 1px #e9e9e9;
}
/* line 630, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-about .about-box {
  padding: 16px 20px 16px 20px;
  border-right: solid 1px #e9e9e9;
  background-color: #fff;
}
/* line 635, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-about .about-box p {
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #636768;
}
/* line 641, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-about .about-box p:last-child {
  color: #0f2036;
}
/* line 646, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-about .about-box:last-child {
  border: none;
}
/* line 651, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-title {
  font-family: 'SFProDisplay';
  font-size: 20px;
  font-weight: bold;
  color: #0f2036;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
/* line 660, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-left {
  margin: 15px 0 20px 0;
  font-family: 'SFProDisplay';
  line-height: 1.5;
  color: #636768;
}
/* line 667, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-job {
  font-family: 'SFProDisplay';
  font-size: 16px;
  line-height: 1.5;
  color: #636768;
  margin-top: 15px;
  padding: 20px 30px 10px 30px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
/* line 678, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-job .title {
  font-size: 18px;
  font-weight: bold;
  color: #0f2036;
}
/* line 685, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-job .description span {
  font-family: 'SFProDisplay';
  line-height: 1.5;
  color: #636768;
  font-size: 16px !important;
}
/* line 692, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-job .description * {
  max-width: 100%;
}
/* line 698, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-right {
  margin: 15px 0 20px 0;
  padding: 0px 0px 0px 20px;
}
/* line 702, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-right .wrap-job {
  padding: 15px 15px 15px 20px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
/* line 710, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-contact {
  max-width: 620px;
  padding: 20px;
  margin: 20px 0 20px 0;
  background-color: white;
  font-family: 'SFProDisplay';
  color: #0f2036;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
}
@media (max-width: 425px) {
  /* line 710, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.jobs.show .company-contact {
    max-width: 420px;
  }
}
/* line 724, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-contact .title {
  font-weight: bold;
  font-size: 18px;
}
/* line 729, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-contact .content {
  font-size: 16px;
  margin-top: 10px;
}
/* line 733, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-contact .content .mail {
  color: #2fca97;
}
/* line 740, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply .btn {
  width: 100%;
  border-radius: 6px;
  border: none;
  margin: 0 0 12px 0;
  font-family: 'SFProDisplay';
  font-size: 16px;
  color: #fff;
  text-transform: none;
}
/* line 751, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply .btn:hover {
  opacity: 0.7;
}
/* line 754, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply a:hover {
  color: #fff;
}
/* line 758, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply .btn-apply {
  padding: 26px 0 25px 0;
  background-color: #2fca97;
}
/* line 763, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply .btn-linkedin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px 0 25px 0;
  border-radius: 6px;
  background-color: #346b94;
  justify-content: center;
}
/* line 770, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .wrap-apply .btn-linkedin span {
  margin-top: 1.367rem;
  line-height: 1.4;
}
/* line 777, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .icon-email {
  background-image: url(/assets/email-6b3a1425e2cac8fe934628fc81299bb7af3e1b514e546396f47ec34416b9579e.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 785, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .icon-view {
  background-image: url(/assets/view-02c0b1952211299974473ac64673ef7462a5b44546ce15b98a351bffd495baca.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 793, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .icon-post {
  background-image: url(/assets/post-8bf40b7f1901cc1230a565e04149d0de566d660001e15bced8cbd67e15a3533f.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}
/* line 801, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-cover {
  width: 100%;
}
/* line 805, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-data {
  position: absolute;
  max-width: 940px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 812, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-data .company-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 819, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content {
  height: 150px;
  display: table;
}
/* line 823, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content .company-name {
  text-transform: uppercase;
  font-size: 22px;
  display: table-row;
}
/* line 828, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content .company-name h3 {
  margin: 20px 10px;
  color: #fff;
}
/* line 834, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content .meta {
  padding-left: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 840, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content .meta .separator {
  padding: 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 845, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .right-content .meta .separator span {
  padding-left: 15px;
}
/* line 852, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-logo {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 2.5px solid #eee;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 865, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .company-logo .company-logo-inner {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  border: 2.5px solid #e5e5e5;
}
/* line 878, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .icon-salary {
  background-image: url(/assets/salary-139e9b686bbdb6afd5f564a6b78cf16ba62e5e27f2a0e501704dc45a5ff43a46.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}
/* line 886, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .post-title, body.home.jobs.show .post-sub-title {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 500;
}
/* line 892, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .post-sub-title {
  font-size: 22px;
  margin: 20px 0;
}
/* line 898, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .post-meta {
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 903, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .post-meta span {
  padding-left: 15px;
}
/* line 908, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .post-description,
body.home.jobs.show .apply {
  border-top: 1px solid #ddd;
}
/* line 913, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .media-body * {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 27px;
  color: #333 !important;
}
/* line 919, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .media-body * p {
  margin-left: 0pt !important;
}
/* line 924, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail * {
  font-family: 'Montserrat', sans-serif !important;
  color: #666 !important;
  line-height: 27px;
}
/* line 931, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .job-requirement,
body.home.jobs.show .job-detail .job-responsibility,
body.home.jobs.show .job-detail .job-offer {
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}
/* line 938, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .job-requirement > .icon,
body.home.jobs.show .job-detail .job-responsibility > .icon,
body.home.jobs.show .job-detail .job-offer > .icon {
  float: left;
  width: calc(100% * 97 / 940);
}
/* line 943, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .job-requirement > .wrapper-content,
body.home.jobs.show .job-detail .job-responsibility > .wrapper-content,
body.home.jobs.show .job-detail .job-offer > .wrapper-content {
  margin-left: 30px;
  padding-bottom: 30px;
  float: left;
  width: calc(100% * 813 / 940);
  min-height: 100px;
}
/* line 950, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .job-requirement > .wrapper-content h4,
body.home.jobs.show .job-detail .job-responsibility > .wrapper-content h4,
body.home.jobs.show .job-detail .job-offer > .wrapper-content h4 {
  text-transform: uppercase;
  color: #111;
}
/* line 955, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .job-requirement > .wrapper-content p:last-child,
body.home.jobs.show .job-detail .job-responsibility > .wrapper-content p:last-child,
body.home.jobs.show .job-detail .job-offer > .wrapper-content p:last-child {
  margin-bottom: 0;
}
/* line 966, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .icon-requirement {
  background-image: url(/assets/requirement-08b28a341930180d2f73c673fc0fe74af3ff8a17f5a985de392583d06e8c8557.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 97px;
  width: 97px;
}
/* line 974, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .icon-responsibility {
  background-image: url(/assets/responsibility-43cc856b786692a53aed3e20eb351bbba74f55b2effd6bb063cfd9f7c694f564.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 97px;
  width: 97px;
}
/* line 982, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .job-detail .icon-offer {
  background-image: url(/assets/offer-3c579a493f18fcdb211586e57f3f39db341e72290d5bca610dd74f63ba8d1ed1.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 97px;
  width: 97px;
}
/* line 991, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form.form-apply {
  text-transform: initial;
}
/* line 995, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form input,
body.home.jobs.show .form textarea {
  text-transform: initial !important;
  font-size: 13px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1001, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form input:focus,
body.home.jobs.show .form textarea:focus {
  border: 1px solid #00c8aa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1008, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .col-centered {
  float: none;
  margin: 0 auto;
}
/* line 1013, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .text-center {
  text-align: center;
}
/* line 1017, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form input.input-md {
  height: 40px;
}
/* line 1021, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form input[type='email'] {
  margin-top: 16px;
}
/* line 1025, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form input[type='file'] {
  border: 0;
  display: none;
}
/* line 1030, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .form textarea {
  height: 96px;
  padding: 10px 12px;
}
/* line 1035, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-linkedin {
  background-color: transparent;
  border: 2px solid #666;
  text-transform: uppercase;
  font-size: 15px;
  padding: 12.5px 36px;
  color: #999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1044, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-linkedin:hover {
  border-color: #00c8aa;
  color: #00c8aa;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1051, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-apply {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  gap: 4px;
  background: #1effb4;
  border-radius: 20px;
  border-color: #1effb4;
  color: #000;
  font-weight: 700;
}
/* line 1064, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-apply img {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  object-fit: cover;
}
/* line 1071, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-apply:hover {
  filter: brightness(1.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 1077, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-linkedin {
  background-color: #0077b5;
  color: #fff;
}
/* line 1080, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show .btn-linkedin:hover {
  border-color: #0077b5;
  color: #00c8aa;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

@media (min-width: 1280px) {
  /* line 1089, /app/app/assets/stylesheets/home/public/show.scss */
  section .container {
    width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 1095, /app/app/assets/stylesheets/home/public/show.scss */
  section [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 1101, /app/app/assets/stylesheets/home/public/show.scss */
body.home.jobs.show.modal-open {
  overflow: visible !important;
}

@media (max-width: 767px) {
  /* line 1107, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.jobs.show .wrap-content {
    padding: 0 !important;
    margin-top: 10rem;
  }
  /* line 1112, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.jobs.show .job-about {
    margin: 20px;
  }
  /* line 1114, /app/app/assets/stylesheets/home/public/show.scss */
  body.home.jobs.show .job-about .about-box {
    margin: 20px;
    padding: 0 2rem !important;
    border-right: unset;
    background-color: unset;
  }
}
/* line 1, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload-name {
  display: inline-block;
  margin-top: 10px;
  font-size: 1em;
  color: #888;
}

/* line 8, /app/app/assets/stylesheets/home/_file-upload.scss */
input[type='file'] {
  display: none;
}

/* line 12, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload_item {
  display: flex;
  align-items: start;
  border: 1px solid #a5d1c2;
  border-radius: 10px;
  padding: 10px;
}

/* line 20, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}

/* line 31, /app/app/assets/stylesheets/home/_file-upload.scss */
.loading-circle {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-top: 2px solid #4caf50;
  border-radius: 50%;
  animation: spin 3s linear forwards;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
/* line 59, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-icon .loading-circle img {
  width: 26px;
  height: 26px;
}

/* line 64, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-details {
  flex-grow: 1;
}

/* line 68, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-details p {
  margin: 0;
  color: black;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 79, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-details .file-size {
  color: #918ea4;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 90, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload {
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 95, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload .custom-file-upload {
  color: #888;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  border: 2px dashed #eaeaea;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 110, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload .custom-file-upload:hover, .file-upload .custom-file-upload:focus {
  background-color: #e5e5e5;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* line 116, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload .custom-file-upload p {
  color: #000;
  font-weight: 600;
}
/* line 119, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload .custom-file-upload p span {
  text-decoration: underline;
  font-weight: 800;
}
/* line 126, /app/app/assets/stylesheets/home/_file-upload.scss */
.file-upload .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

/* line 1, /app/app/assets/stylesheets/home/_modal.scss */
.modal-custom {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1, /app/app/assets/stylesheets/home/_map.scss */
.preview_map_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 34px 20px;
  background-color: #efefef;
}
/* line 6, /app/app/assets/stylesheets/home/_map.scss */
.preview_map_container .map {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
/* line 12, /app/app/assets/stylesheets/home/_map.scss */
.preview_map_container .text-cyan {
  color: #2fca97;
}

/* line 1, /app/app/assets/stylesheets/map/application.scss */
.map_container {
  overflow: hidden;
}

/* line 5, /app/app/assets/stylesheets/map/application.scss */
html.map {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* line 9, /app/app/assets/stylesheets/map/application.scss */
html.map::-webkit-scrollbar {
  display: none;
}

/* line 14, /app/app/assets/stylesheets/map/application.scss */
iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
}

/* line 21, /app/app/assets/stylesheets/map/application.scss */
#map {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 27, /app/app/assets/stylesheets/map/application.scss */
#zoom-helper-container {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

/* line 36, /app/app/assets/stylesheets/map/application.scss */
#zoom-helper {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3rem;
}

/* line 48, /app/app/assets/stylesheets/map/application.scss */
.olControlScaleLine {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 1, /app/app/assets/stylesheets/_auto-fill.scss */
.suggest-field-container {
  position: relative;
}

/* line 5, /app/app/assets/stylesheets/_auto-fill.scss */
.results-box {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  border: solid 1px #e9e9e9;
  border-radius: 6px;
  z-index: 1032;
  background-color: #fff;
}
/* line 15, /app/app/assets/stylesheets/_auto-fill.scss */
.results-box ul {
  padding: 5px 0px;
  margin: 0;
}
/* line 19, /app/app/assets/stylesheets/_auto-fill.scss */
.results-box ul li {
  padding: 5px;
}
/* line 22, /app/app/assets/stylesheets/_auto-fill.scss */
.results-box ul li:hover {
  background-color: #efefef;
  cursor: pointer;
}

/* line 1, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 10, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-twitter {
  background-image: url(/assets/social-share-button/twitter-7b64ce0117a85c5d52ed45c27707af61d9b0e0d590284baa287cfe87867b9ae1.svg);
}

/* line 14, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-facebook {
  background-image: url(/assets/social-share-button/facebook-03210e1663ee772e93ed5d344cdb36657b68342821aaebe982f2f984915990b3.svg);
}

/* line 18, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-google_bookmark {
  background-image: url(/assets/social-share-button/google_bookmark-bb4c960c0421cb7dce602d10e744692bcc1c54f323410f4965d508f96e2255ce.svg);
}

/* line 22, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-weibo {
  background-image: url(/assets/social-share-button/weibo-a345a6ca554e6f388da9eb35746bb0425cb018c16408ba82852c66d375245d6f.svg);
}

/* line 26, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-qq {
  background-image: url(/assets/social-share-button/qq-4dbae8223fc7823f6d73bc7fbe113eb894f4c174ec3ae93103ca382c78a2bf67.svg);
}

/* line 30, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-delicious {
  background-image: url(/assets/social-share-button/delicious-0c55f72f821aae5352691f13eb64bf3435573e2169d0720477ed367b2f1ed28e.svg);
}

/* line 34, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-linkedin {
  background-image: url(/assets/social-share-button/linkedin-b7fd42895b291003c444a9c2acf867ea813671e0b725a5d7c05dbb13f5c0fdd3.svg);
}

/* line 38, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-tumblr {
  background-image: url(/assets/social-share-button/tumblr-330a37f93cce7c27a750188d0bfdbed3a22f566b807e64d21131dcdc94e08ec3.svg);
}

/* line 42, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-pinterest {
  background-image: url(/assets/social-share-button/pinterest-86203d156197cce4087fee058b920d275c535df5fd59d8caa83da0ef41d1ec7f.svg);
}

/* line 46, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-douban {
  background-image: url(/assets/social-share-button/douban-46298c27e3bc6d59951c0bbc464339a5ba1b44e3b25b571874f1baacd7af2495.svg);
}

/* line 50, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-wechat {
  background-image: url(/assets/social-share-button/wechat-d8852cc3396a7a53eba39595d2e9f638c93a34ab1a0f41bae4ff391b63815f56.svg);
}

/* line 54, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-vkontakte {
  background-image: url(/assets/social-share-button/vkontakte-0c2b68277fade991d74efcbdb6f7b359a35e65156cbada9625a3fe8f73151c14.svg);
}

/* line 58, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-odnoklassniki {
  background-image: url(/assets/social-share-button/odnoklassniki-579bf782bd70fe94748254cac2c8c3dc150cceb0d2a143399e3062246b5ecb39.svg);
}

/* line 62, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-xing {
  background-image: url(/assets/social-share-button/xing-0ebccb4042c8c7220e471c4f569df2bf27da227db425525819b6848c86a1603e.svg);
}

/* line 66, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-email {
  background-image: url(/assets/social-share-button/email-7067143cbe69d9d8cf25e67fda1a315d133c2b79074a09088bd712cc5c81135d.svg);
}

/* line 70, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-reddit {
  background-image: url(/assets/social-share-button/reddit-730429c239b6990b67d0d4aaaeb6e9fe48c62267f889a412e81f5f1066ec625f.svg);
}

/* line 74, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-hacker_news {
  background-image: url(/assets/social-share-button/hacker_news-d89b13fec49355a787389a776f2e03a0a38314abf93777b8865f8c5f146eaf8d.svg);
}

/* line 78, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-telegram {
  background-image: url(/assets/social-share-button/telegram-a6b5607917f3e3efbcf35c3ed43356b05622fcfc533d2fbf5066621b78c1dbe4.svg);
}

/* line 82, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/assets/social-share-button/whatsapp-766099d1a3ea095e9c8a8628e0505159b7f336b8036a8f70ad5fe60c29233959.svg);
}

/* line 87, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

/* line 99, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

/* line 103, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

/* line 108, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

/* line 119, /usr/local/bundle/gems/social-share-button-1.2.4/app/assets/stylesheets/social-share-button.css.erb */
.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

/* line 1, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/* Flex Container */
/* line 2, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.d-flex {
  display: flex;
}

/* line 6, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.d-inline-flex {
  display: inline-flex;
}

/* Flex Direction */
/* line 11, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-row {
  flex-direction: row;
}

/* line 14, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 17, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-column {
  flex-direction: column;
}

/* line 20, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-column-reverse {
  flex-direction: column-reverse;
}

/* Flex Wrap */
/* line 25, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 28, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-nowrap {
  flex-wrap: nowrap;
}

/* line 31, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* Justify Content */
/* line 36, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.justify-content-start {
  justify-content: flex-start;
}

/* line 39, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.justify-content-end {
  justify-content: flex-end;
}

/* line 42, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.justify-content-center {
  justify-content: center;
}

/* line 45, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.justify-content-between {
  justify-content: space-between;
}

/* line 48, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.justify-content-around {
  justify-content: space-around;
}

/* Align Items */
/* line 53, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-items-start {
  align-items: flex-start;
}

/* line 56, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-items-end {
  align-items: flex-end;
}

/* line 59, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-items-center {
  align-items: center;
}

/* line 62, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-items-baseline {
  align-items: baseline;
}

/* line 65, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-items-stretch {
  align-items: stretch;
}

/* Align Content */
/* line 70, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-start {
  align-content: flex-start;
}

/* line 73, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-end {
  align-content: flex-end;
}

/* line 76, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-center {
  align-content: center;
}

/* line 79, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-between {
  align-content: space-between;
}

/* line 82, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-around {
  align-content: space-around;
}

/* line 85, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.align-content-stretch {
  align-content: stretch;
}

/* line 89, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-1 {
  gap: 0.25rem;
  /* Adjust the size of the gap as needed */
}

/* line 92, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-2 {
  gap: 0.5rem;
}

/* line 95, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-3 {
  gap: 1rem;
}

/* line 98, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-4 {
  gap: 1.5rem;
}

/* line 101, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-5 {
  gap: 3rem;
}

/* line 105, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.gap-14 {
  gap: 14px;
}

/* line 109, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 113, /app/app/assets/stylesheets/home/flex-layout-bootstrap.scss */
.flex-1 {
  flex: 1;
}

/* line 4, /app/app/assets/stylesheets/home/notifications.scss */
.notification {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
/* line 10, /app/app/assets/stylesheets/home/notifications.scss */
.notification:hover #notifications-dropdown {
  display: block;
  background: #fcfcfc;
}

/* line 17, /app/app/assets/stylesheets/home/notifications.scss */
.notification-badge {
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 1000px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
  line-height: 20px;
  top: -50%;
  transform: translateY(calc(100% + 4px));
  right: -50%;
}

/* line 34, /app/app/assets/stylesheets/home/notifications.scss */
#notifications-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 300px;
  right: 0;
  padding: 10px;
  border-radius: 10px;
  overflow-y: auto;
}
/* line 47, /app/app/assets/stylesheets/home/notifications.scss */
#notifications-dropdown li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}
/* line 50, /app/app/assets/stylesheets/home/notifications.scss */
#notifications-dropdown li span {
  font-weight: 400 !important;
}
/* line 54, /app/app/assets/stylesheets/home/notifications.scss */
#notifications-dropdown li:last-child {
  border-bottom: none;
}

/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor table {
  border-collapse: collapse;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol {
  padding-left: 1.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '\2022';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: '\2611';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: '\2610';
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0,decimal) ". ";
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1,lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2,lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3,decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4,lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5,lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6,decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7,lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8,lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9,decimal) ". ";
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor table td {
  outline: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-code-block-container {
  font-family: monospace;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: .75em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-ui {
  position: absolute;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  /* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow {
  box-sizing: border-box;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow * {
  box-sizing: border-box;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: .4;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h5 {
  font-size: .83em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h6 {
  font-size: .67em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-code-block-container {
  position: relative;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
  padding: 8px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 8, /app/vendor/assets/stylesheets/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*# sourceMappingURL=quill.snow.css.map*/
/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-10 {
  opacity: 0.1;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-20 {
  opacity: 0.2;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-30 {
  opacity: 0.3;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-40 {
  opacity: 0.4;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-50 {
  opacity: 0.5;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-60 {
  opacity: 0.6;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-70 {
  opacity: 0.7;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-80 {
  opacity: 0.8;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-90 {
  opacity: 0.9;
}

/* line 7, /app/app/assets/stylesheets/opacity.scss */
.opacity-100 {
  opacity: 1;
}

/* line 11, /app/app/assets/stylesheets/components.scss */
label {
  display: inline;
}

/* line 15, /app/app/assets/stylesheets/components.scss */
.regular-checkbox {
  display: none;
}

/* line 19, /app/app/assets/stylesheets/components.scss */
.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

/* line 30, /app/app/assets/stylesheets/components.scss */
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 36, /app/app/assets/stylesheets/components.scss */
.regular-checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

/* line 45, /app/app/assets/stylesheets/components.scss */
.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #09ad7e;
}

/* line 54, /app/app/assets/stylesheets/components.scss */
.big-checkbox + label {
  padding: 18px;
}

/* line 58, /app/app/assets/stylesheets/components.scss */
.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px;
}

/* line 63, /app/app/assets/stylesheets/components.scss */
.tag {
  font-family: Arial, sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
}

/* line 74, /app/app/assets/stylesheets/components.scss */
.radio-1 {
  width: 193px;
}

/* line 78, /app/app/assets/stylesheets/components.scss */
.button-holder {
  float: left;
}

/* RADIO */
/* line 84, /app/app/assets/stylesheets/components.scss */
.regular-radio {
  display: none;
}

/* line 88, /app/app/assets/stylesheets/components.scss */
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

/* line 100, /app/app/assets/stylesheets/components.scss */
.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

/* line 114, /app/app/assets/stylesheets/components.scss */
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 124, /app/app/assets/stylesheets/components.scss */
.regular-radio + label:active,
.regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 130, /app/app/assets/stylesheets/components.scss */
.big-radio + label {
  padding: 16px;
}

/* line 134, /app/app/assets/stylesheets/components.scss */
.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

/* line 144, /app/app/assets/stylesheets/components.scss */
.td-center {
  text-align: center;
  position: relative;
}

/* line 149, /app/app/assets/stylesheets/components.scss */
.tr-fw-bold {
  font-weight: bold;
}

/* line 155, /app/app/assets/stylesheets/components.scss */
div.dataTables_scrollBody table thead {
  visibility: hidden;
}

/* line 163, /app/app/assets/stylesheets/components.scss */
.btn-group-tbl {
  width: 100px;
  margin-top: 10%;
}
/* line 166, /app/app/assets/stylesheets/components.scss */
.btn-group-tbl .btn-group-common {
  padding: 3px 9px;
  display: inline-block;
  color: #fff;
  background-color: #337ab7;
}
/* line 172, /app/app/assets/stylesheets/components.scss */
.btn-group-tbl .btn-group-left {
  border-radius: 3px 0px 0px 3px;
  background-color: #5cb85c;
}
/* line 176, /app/app/assets/stylesheets/components.scss */
.btn-group-tbl .btn-group-right {
  border-radius: 0px 3px 3px 0px;
  background-color: #d9534f;
}

/* line 184, /app/app/assets/stylesheets/components.scss */
.btn-mark-all-as-read {
  background: transparent;
  border: none;
  outline: none;
}

/* line 192, /app/app/assets/stylesheets/components.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
  /* Hide default HTML checkbox */
  /* The slider */
}
/* line 199, /app/app/assets/stylesheets/components.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 206, /app/app/assets/stylesheets/components.scss */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}
/* line 218, /app/app/assets/stylesheets/components.scss */
.switch .slider::before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
/* line 233, /app/app/assets/stylesheets/components.scss */
.switch input:checked + .slider {
  background-color: #1effb4;
}
/* line 237, /app/app/assets/stylesheets/components.scss */
.switch input:checked + .slider::before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
/* line 243, /app/app/assets/stylesheets/components.scss */
.switch input:checked .switch input:focus + .slider {
  box-shadow: 0 0 1px #1effb4;
}

/* line 250, /app/app/assets/stylesheets/components.scss */
.custom-switch label {
  margin-bottom: 0;
}
/* line 254, /app/app/assets/stylesheets/components.scss */
.custom-switch > label, .custom-switch > span {
  margin-right: 1rem;
}

/* line 261, /app/app/assets/stylesheets/components.scss */
.evaluation p {
  margin: 5px !important;
}

/* line 2, /app/app/assets/stylesheets/_shared.scss */
.shared-btn {
  color: #0f2036;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
/* line 8, /app/app/assets/stylesheets/_shared.scss */
.shared-i {
  color: inherit;
}
/* line 12, /app/app/assets/stylesheets/_shared.scss */
.shared-btn-primary {
  background-color: #1effb4;
  border: none;
}
/* line 17, /app/app/assets/stylesheets/_shared.scss */
.shared-btn, .shared-a {
  padding: 10px 40px;
}
/* line 21, /app/app/assets/stylesheets/_shared.scss */
.shared-btn-small {
  padding: 5px 10px;
}
/* line 25, /app/app/assets/stylesheets/_shared.scss */
.shared-icon {
  margin-right: 10px;
}

/* line 1, /app/app/assets/stylesheets/_custom.scss */
.min-vh-100 {
  min-height: 100vh;
}

/* line 5, /app/app/assets/stylesheets/_custom.scss */
.max-vh-100 {
  max-height: 100vh;
}

/* line 9, /app/app/assets/stylesheets/_custom.scss */
.vh-100 {
  height: 100vh;
}

/* line 2, /app/app/assets/stylesheets/after_signup/_application.scss */
.after_signup .text-primary {
  color: #2fca97;
}
/* line 8, /app/app/assets/stylesheets/after_signup/_application.scss */
.after_signup .js-wizard-validation .indicators li {
  margin: 20px 0px;
}
/* line 11, /app/app/assets/stylesheets/after_signup/_application.scss */
.after_signup .js-wizard-validation .indicators li i {
  color: #36a367;
  display: none;
}
/* line 19, /app/app/assets/stylesheets/after_signup/_application.scss */
.after_signup .after-signup-container {
  padding: 0 25px 25px 25px;
  margin: 0 auto;
  background-color: #fff;
}

/* line 26, /app/app/assets/stylesheets/after_signup/_application.scss */
.after-signup-modal-container {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1031;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
}
/* line 37, /app/app/assets/stylesheets/after_signup/_application.scss */
.after-signup-modal-container .after-signup-modal {
  max-width: 1284px;
  margin: 0 auto;
}

/* line 2, /app/app/assets/stylesheets/users/_registrations.scss */
.registrations i {
  color: #2fca97;
}
/* line 6, /app/app/assets/stylesheets/users/_registrations.scss */
.registrations .role-button {
  margin-bottom: 40px;
}

/* line 1, /app/app/assets/stylesheets/users/_terms-and-policies.scss */
.block-header, .block-content {
  padding: 20px;
}

/* line 5, /app/app/assets/stylesheets/users/_terms-and-policies.scss */
.block-header {
  color: #fff;
  background-color: #2fca97;
}
/* line 9, /app/app/assets/stylesheets/users/_terms-and-policies.scss */
.block-header button {
  background-color: inherit;
  color: #fff;
}
/* line 13, /app/app/assets/stylesheets/users/_terms-and-policies.scss */
.block-header button i {
  color: #fff;
}

/* line 5, /app/app/assets/stylesheets/users/_application.scss */
.user-form-container {
  padding: 40px;
}

/* line 9, /app/app/assets/stylesheets/users/_application.scss */
.user-form {
  margin-bottom: 10px;
}

/* line 13, /app/app/assets/stylesheets/users/_application.scss */
.logo {
  font-family: 'Nunito';
  font-size: 8rem;
  font-weight: 700;
  color: #2fca97;
}

/* line 20, /app/app/assets/stylesheets/users/_application.scss */
.form-field {
  margin-bottom: 10px;
}

/* line 24, /app/app/assets/stylesheets/users/_application.scss */
.label {
  color: inherit;
}

/* line 28, /app/app/assets/stylesheets/users/_application.scss */
.divider {
  margin: 10px 0;
}

/* line 32, /app/app/assets/stylesheets/users/_application.scss */
a.reset {
  text-decoration: underline;
  color: blue;
}

/* line 37, /app/app/assets/stylesheets/users/_application.scss */
.label {
  color: inherit;
}

/* line 41, /app/app/assets/stylesheets/users/_application.scss */
.divider {
  margin: 10px 0;
}

/* line 45, /app/app/assets/stylesheets/users/_application.scss */
a.reset {
  text-decoration: underline;
  color: blue;
}

/* line 50, /app/app/assets/stylesheets/users/_application.scss */
i.fa-facebook {
  color: #316FF6;
}

/* line 54, /app/app/assets/stylesheets/users/_application.scss */
i.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* line 62, /app/app/assets/stylesheets/users/_application.scss */
.custom-input {
  width: 100%;
  height: 35px;
  padding: 5px;
  border-radius: 6px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
/* line 70, /app/app/assets/stylesheets/users/_application.scss */
.custom-input:focus {
  outline: none !important;
}
/* line 74, /app/app/assets/stylesheets/users/_application.scss */
.custom-input::placeholder {
  font-family: SFProDisplay;
  font-size: 16px;
  color: #62738d;
}
/* line 80, /app/app/assets/stylesheets/users/_application.scss */
.custom-input:disabled {
  background-color: #efefef;
}

/* line 86, /app/app/assets/stylesheets/users/_application.scss */
.has-error .custom-input, .has-error .note-editor {
  border-color: #e33131;
}
/* line 90, /app/app/assets/stylesheets/users/_application.scss */
.has-error .custom-label, .has-error .help-block {
  color: #e33131;
}
/* line 94, /app/app/assets/stylesheets/users/_application.scss */
.has-error .note-editor.note-frame {
  border-color: #e33131;
}

/* line 99, /app/app/assets/stylesheets/users/_application.scss */
.d-inline-block {
  display: inline-block;
  width: auto;
}

/* line 104, /app/app/assets/stylesheets/users/_application.scss */
.mr-1 {
  margin-right: 1rem;
}

/* line 108, /app/app/assets/stylesheets/users/_application.scss */
.m-0 {
  margin: 0;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/summernote-edd368ac484524fb5e2ddb34887df1fc585d8c626f1b37684790f17808be8d47.eot);
  src: url(/assets/summernote-edd368ac484524fb5e2ddb34887df1fc585d8c626f1b37684790f17808be8d47.eot?#iefix) format("embedded-opentype"), url(/assets/summernote-68282f2b3296b4842fd67f8a80665686a08aad35b7283c52730f0a12f00b6d23.woff) format("woff"), url(/assets/summernote-2eeca7400913b10e892c1fc25479a3ac2163f9be42fbe0772f0e27eb88e5e3bd.ttf) format("truetype");
}
/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-float-left:before, .note-icon-float-none:before, .note-icon-float-right:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-rollback:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-caret:before {
  content: "\f110";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-circle:before {
  content: "\f112";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-close:before {
  content: "\f113";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-code:before {
  content: "\f114";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-left:before {
  content: "\f119";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-none:before {
  content: "\f11a";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-right:before {
  content: "\f11b";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-font:before {
  content: "\f11c";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-frame:before {
  content: "\f11d";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-italic:before {
  content: "\f11e";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-link:before {
  content: "\f11f";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-magic:before {
  content: "\f120";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-menu-check:before {
  content: "\f121";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-minus:before {
  content: "\f122";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-orderedlist:before {
  content: "\f123";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-pencil:before {
  content: "\f124";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-picture:before {
  content: "\f125";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-question:before {
  content: "\f126";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-redo:before {
  content: "\f127";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-rollback:before {
  content: "\f128";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-above:before {
  content: "\f129";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-below:before {
  content: "\f12a";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-remove:before {
  content: "\f12b";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-special-character:before {
  content: "\f12c";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-square:before {
  content: "\f12d";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-strikethrough:before {
  content: "\f12e";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-subscript:before {
  content: "\f12f";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-summernote:before {
  content: "\f130";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-superscript:before {
  content: "\f131";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-table:before {
  content: "\f132";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-text-height:before {
  content: "\f133";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-trash:before {
  content: "\f134";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-underline:before {
  content: "\f135";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-undo:before {
  content: "\f136";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-unorderedlist:before {
  content: "\f137";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-video:before {
  content: "\f138";
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor {
  position: relative;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover {
  max-width: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .panel-heading.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style h1, .panel-heading.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .panel-heading.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .panel-heading.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .panel-heading.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .panel-heading.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .panel-heading.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-all .dropdown-menu, .panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog > div {
  display: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
  .note-image-input {
    height: auto;
  }
}
/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 1, /usr/local/bundle/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/* line 40, /app/app/assets/stylesheets/home/application.scss */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

/* line 45, /app/app/assets/stylesheets/home/application.scss */
html,
body {
  height: 100% !important;
}

/* line 50, /app/app/assets/stylesheets/home/application.scss */
body ::-moz-selection {
  background: #00b2ca;
  color: #fff;
}

/* line 55, /app/app/assets/stylesheets/home/application.scss */
body ::selection {
  background: #00b2ca;
  color: #fff;
}

/* line 60, /app/app/assets/stylesheets/home/application.scss */
.select2-selection {
  background: transparent !important;
  border: none !important;
}

/* line 65, /app/app/assets/stylesheets/home/application.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #151515 transparent transparent transparent !important;
}

/* line 72, /app/app/assets/stylesheets/home/application.scss */
::-webkit-scrollbar {
  width: 8px;
}

/* background of scrollbar track */
/* line 77, /app/app/assets/stylesheets/home/application.scss */
::-webkit-scrollbar-track {
  background: #e7fff7;
}

/* Thumb color of scrollbar */
/* line 82, /app/app/assets/stylesheets/home/application.scss */
::-webkit-scrollbar-thumb {
  background: #6fd7b4;
  border-radius: 8px;
}

/* When hover scrollbar */
/* line 88, /app/app/assets/stylesheets/home/application.scss */
::-webkit-scrollbar-thumb:hover {
  background: #4fffc4a1;
}

/* line 92, /app/app/assets/stylesheets/home/application.scss */
::selection {
  background: #6fd7b4 !important;
  color: #fff !important;
}
