@charset "UTF-8";
/*!
 * Font Awesome Free 5.14.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)
 */
/* line 5, styles/designs/___external.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, styles/designs/___external.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, styles/designs/___external.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, styles/designs/___external.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, styles/designs/___external.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, styles/designs/___external.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, styles/designs/___external.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, styles/designs/___external.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, styles/designs/___external.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, styles/designs/___external.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, styles/designs/___external.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, styles/designs/___external.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, styles/designs/___external.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, styles/designs/___external.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, styles/designs/___external.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, styles/designs/___external.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, styles/designs/___external.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, styles/designs/___external.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, styles/designs/___external.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, styles/designs/___external.scss */
.fa-pull-left {
  float: left;
}

/* line 86, styles/designs/___external.scss */
.fa-pull-right {
  float: right;
}

/* line 89, styles/designs/___external.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, styles/designs/___external.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, styles/designs/___external.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, styles/designs/___external.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 127, styles/designs/___external.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, styles/designs/___external.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, styles/designs/___external.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, styles/designs/___external.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, styles/designs/___external.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, styles/designs/___external.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 157, styles/designs/___external.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 166, styles/designs/___external.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, styles/designs/___external.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, styles/designs/___external.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, styles/designs/___external.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, styles/designs/___external.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 195, styles/designs/___external.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, styles/designs/___external.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, styles/designs/___external.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, styles/designs/___external.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, styles/designs/___external.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, styles/designs/___external.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, styles/designs/___external.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, styles/designs/___external.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, styles/designs/___external.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 222, styles/designs/___external.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 225, styles/designs/___external.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 228, styles/designs/___external.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 231, styles/designs/___external.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 234, styles/designs/___external.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 237, styles/designs/___external.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 240, styles/designs/___external.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 243, styles/designs/___external.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 246, styles/designs/___external.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 249, styles/designs/___external.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 252, styles/designs/___external.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 255, styles/designs/___external.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 258, styles/designs/___external.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 261, styles/designs/___external.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 264, styles/designs/___external.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 267, styles/designs/___external.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 270, styles/designs/___external.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 273, styles/designs/___external.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 276, styles/designs/___external.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 279, styles/designs/___external.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 282, styles/designs/___external.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 285, styles/designs/___external.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 288, styles/designs/___external.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 291, styles/designs/___external.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 294, styles/designs/___external.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 297, styles/designs/___external.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 300, styles/designs/___external.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 303, styles/designs/___external.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 306, styles/designs/___external.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 309, styles/designs/___external.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 312, styles/designs/___external.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 315, styles/designs/___external.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 318, styles/designs/___external.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 321, styles/designs/___external.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 324, styles/designs/___external.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 327, styles/designs/___external.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 330, styles/designs/___external.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 333, styles/designs/___external.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 336, styles/designs/___external.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 339, styles/designs/___external.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 342, styles/designs/___external.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 345, styles/designs/___external.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 348, styles/designs/___external.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 351, styles/designs/___external.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 354, styles/designs/___external.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 357, styles/designs/___external.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 360, styles/designs/___external.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 363, styles/designs/___external.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 366, styles/designs/___external.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 369, styles/designs/___external.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 372, styles/designs/___external.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 375, styles/designs/___external.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 378, styles/designs/___external.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 381, styles/designs/___external.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 384, styles/designs/___external.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 387, styles/designs/___external.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 390, styles/designs/___external.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 393, styles/designs/___external.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 396, styles/designs/___external.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 399, styles/designs/___external.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 402, styles/designs/___external.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 405, styles/designs/___external.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 408, styles/designs/___external.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 411, styles/designs/___external.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 414, styles/designs/___external.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 417, styles/designs/___external.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 420, styles/designs/___external.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 423, styles/designs/___external.scss */
.fa-award:before {
  content: "\f559";
}

/* line 426, styles/designs/___external.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 429, styles/designs/___external.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 432, styles/designs/___external.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 435, styles/designs/___external.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 438, styles/designs/___external.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 441, styles/designs/___external.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 444, styles/designs/___external.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 447, styles/designs/___external.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 450, styles/designs/___external.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 453, styles/designs/___external.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 456, styles/designs/___external.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 459, styles/designs/___external.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 462, styles/designs/___external.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, styles/designs/___external.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 468, styles/designs/___external.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 471, styles/designs/___external.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 474, styles/designs/___external.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 477, styles/designs/___external.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 480, styles/designs/___external.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 483, styles/designs/___external.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 486, styles/designs/___external.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 489, styles/designs/___external.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 492, styles/designs/___external.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 495, styles/designs/___external.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 498, styles/designs/___external.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 501, styles/designs/___external.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 504, styles/designs/___external.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 507, styles/designs/___external.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 510, styles/designs/___external.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 513, styles/designs/___external.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 516, styles/designs/___external.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 519, styles/designs/___external.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 522, styles/designs/___external.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 525, styles/designs/___external.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 528, styles/designs/___external.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 531, styles/designs/___external.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 534, styles/designs/___external.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 537, styles/designs/___external.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 540, styles/designs/___external.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 543, styles/designs/___external.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 546, styles/designs/___external.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 549, styles/designs/___external.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 552, styles/designs/___external.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 555, styles/designs/___external.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 558, styles/designs/___external.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 561, styles/designs/___external.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 564, styles/designs/___external.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 567, styles/designs/___external.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 570, styles/designs/___external.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 573, styles/designs/___external.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 576, styles/designs/___external.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 579, styles/designs/___external.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 582, styles/designs/___external.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 585, styles/designs/___external.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 588, styles/designs/___external.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 591, styles/designs/___external.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 594, styles/designs/___external.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 597, styles/designs/___external.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 600, styles/designs/___external.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 603, styles/designs/___external.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 606, styles/designs/___external.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 609, styles/designs/___external.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 612, styles/designs/___external.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 615, styles/designs/___external.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 618, styles/designs/___external.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 621, styles/designs/___external.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 624, styles/designs/___external.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 627, styles/designs/___external.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 630, styles/designs/___external.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 633, styles/designs/___external.scss */
.fa-box:before {
  content: "\f466";
}

/* line 636, styles/designs/___external.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 639, styles/designs/___external.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 642, styles/designs/___external.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 645, styles/designs/___external.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 648, styles/designs/___external.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 651, styles/designs/___external.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 654, styles/designs/___external.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 657, styles/designs/___external.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 660, styles/designs/___external.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 663, styles/designs/___external.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 666, styles/designs/___external.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 669, styles/designs/___external.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 672, styles/designs/___external.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 675, styles/designs/___external.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 678, styles/designs/___external.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 681, styles/designs/___external.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 684, styles/designs/___external.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 687, styles/designs/___external.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 690, styles/designs/___external.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 693, styles/designs/___external.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 696, styles/designs/___external.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 699, styles/designs/___external.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 702, styles/designs/___external.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 705, styles/designs/___external.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 708, styles/designs/___external.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 711, styles/designs/___external.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 714, styles/designs/___external.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 717, styles/designs/___external.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 720, styles/designs/___external.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 723, styles/designs/___external.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 726, styles/designs/___external.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 729, styles/designs/___external.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 732, styles/designs/___external.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 735, styles/designs/___external.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 738, styles/designs/___external.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 741, styles/designs/___external.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 744, styles/designs/___external.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 747, styles/designs/___external.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 750, styles/designs/___external.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 753, styles/designs/___external.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 756, styles/designs/___external.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 759, styles/designs/___external.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 762, styles/designs/___external.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 765, styles/designs/___external.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 768, styles/designs/___external.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 771, styles/designs/___external.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 774, styles/designs/___external.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, styles/designs/___external.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 780, styles/designs/___external.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 783, styles/designs/___external.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 786, styles/designs/___external.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 789, styles/designs/___external.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 792, styles/designs/___external.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 795, styles/designs/___external.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 798, styles/designs/___external.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 801, styles/designs/___external.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 804, styles/designs/___external.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 807, styles/designs/___external.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 810, styles/designs/___external.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 813, styles/designs/___external.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 816, styles/designs/___external.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 819, styles/designs/___external.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 822, styles/designs/___external.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 825, styles/designs/___external.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 828, styles/designs/___external.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 831, styles/designs/___external.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 834, styles/designs/___external.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 837, styles/designs/___external.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 840, styles/designs/___external.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 843, styles/designs/___external.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 846, styles/designs/___external.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 849, styles/designs/___external.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 852, styles/designs/___external.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 855, styles/designs/___external.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 858, styles/designs/___external.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 861, styles/designs/___external.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 864, styles/designs/___external.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 867, styles/designs/___external.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 870, styles/designs/___external.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 873, styles/designs/___external.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 876, styles/designs/___external.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 879, styles/designs/___external.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 882, styles/designs/___external.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 885, styles/designs/___external.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 888, styles/designs/___external.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 891, styles/designs/___external.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 894, styles/designs/___external.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 897, styles/designs/___external.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 900, styles/designs/___external.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 903, styles/designs/___external.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 906, styles/designs/___external.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 909, styles/designs/___external.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 912, styles/designs/___external.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 915, styles/designs/___external.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 918, styles/designs/___external.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 921, styles/designs/___external.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 924, styles/designs/___external.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 927, styles/designs/___external.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 930, styles/designs/___external.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 933, styles/designs/___external.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 936, styles/designs/___external.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 939, styles/designs/___external.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 942, styles/designs/___external.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 945, styles/designs/___external.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 948, styles/designs/___external.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 951, styles/designs/___external.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 954, styles/designs/___external.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 957, styles/designs/___external.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 960, styles/designs/___external.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 963, styles/designs/___external.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 966, styles/designs/___external.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 969, styles/designs/___external.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 972, styles/designs/___external.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 975, styles/designs/___external.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 978, styles/designs/___external.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 981, styles/designs/___external.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 984, styles/designs/___external.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 987, styles/designs/___external.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 990, styles/designs/___external.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 993, styles/designs/___external.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 996, styles/designs/___external.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 999, styles/designs/___external.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 1002, styles/designs/___external.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1005, styles/designs/___external.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1008, styles/designs/___external.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1011, styles/designs/___external.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, styles/designs/___external.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, styles/designs/___external.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, styles/designs/___external.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, styles/designs/___external.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1026, styles/designs/___external.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, styles/designs/___external.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, styles/designs/___external.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, styles/designs/___external.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, styles/designs/___external.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, styles/designs/___external.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, styles/designs/___external.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, styles/designs/___external.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, styles/designs/___external.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, styles/designs/___external.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, styles/designs/___external.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, styles/designs/___external.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, styles/designs/___external.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, styles/designs/___external.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, styles/designs/___external.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, styles/designs/___external.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, styles/designs/___external.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, styles/designs/___external.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, styles/designs/___external.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, styles/designs/___external.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1086, styles/designs/___external.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1089, styles/designs/___external.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, styles/designs/___external.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, styles/designs/___external.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, styles/designs/___external.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, styles/designs/___external.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, styles/designs/___external.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, styles/designs/___external.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, styles/designs/___external.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, styles/designs/___external.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, styles/designs/___external.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, styles/designs/___external.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, styles/designs/___external.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1125, styles/designs/___external.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1128, styles/designs/___external.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1131, styles/designs/___external.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1134, styles/designs/___external.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1137, styles/designs/___external.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1140, styles/designs/___external.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1143, styles/designs/___external.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1146, styles/designs/___external.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1149, styles/designs/___external.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1152, styles/designs/___external.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1155, styles/designs/___external.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1158, styles/designs/___external.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1161, styles/designs/___external.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1164, styles/designs/___external.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, styles/designs/___external.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, styles/designs/___external.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, styles/designs/___external.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, styles/designs/___external.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, styles/designs/___external.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, styles/designs/___external.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, styles/designs/___external.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, styles/designs/___external.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, styles/designs/___external.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, styles/designs/___external.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, styles/designs/___external.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, styles/designs/___external.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, styles/designs/___external.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, styles/designs/___external.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, styles/designs/___external.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1212, styles/designs/___external.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1215, styles/designs/___external.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, styles/designs/___external.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, styles/designs/___external.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, styles/designs/___external.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, styles/designs/___external.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, styles/designs/___external.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, styles/designs/___external.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, styles/designs/___external.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, styles/designs/___external.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, styles/designs/___external.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, styles/designs/___external.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, styles/designs/___external.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, styles/designs/___external.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, styles/designs/___external.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, styles/designs/___external.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, styles/designs/___external.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, styles/designs/___external.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, styles/designs/___external.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, styles/designs/___external.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, styles/designs/___external.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, styles/designs/___external.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, styles/designs/___external.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, styles/designs/___external.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, styles/designs/___external.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, styles/designs/___external.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, styles/designs/___external.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, styles/designs/___external.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, styles/designs/___external.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, styles/designs/___external.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, styles/designs/___external.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, styles/designs/___external.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, styles/designs/___external.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, styles/designs/___external.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, styles/designs/___external.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, styles/designs/___external.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, styles/designs/___external.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, styles/designs/___external.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, styles/designs/___external.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, styles/designs/___external.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, styles/designs/___external.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, styles/designs/___external.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, styles/designs/___external.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, styles/designs/___external.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, styles/designs/___external.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, styles/designs/___external.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, styles/designs/___external.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, styles/designs/___external.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1356, styles/designs/___external.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, styles/designs/___external.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, styles/designs/___external.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, styles/designs/___external.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, styles/designs/___external.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, styles/designs/___external.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, styles/designs/___external.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, styles/designs/___external.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, styles/designs/___external.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, styles/designs/___external.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, styles/designs/___external.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, styles/designs/___external.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, styles/designs/___external.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, styles/designs/___external.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, styles/designs/___external.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, styles/designs/___external.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, styles/designs/___external.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, styles/designs/___external.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, styles/designs/___external.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, styles/designs/___external.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, styles/designs/___external.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, styles/designs/___external.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, styles/designs/___external.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, styles/designs/___external.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, styles/designs/___external.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, styles/designs/___external.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, styles/designs/___external.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, styles/designs/___external.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, styles/designs/___external.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, styles/designs/___external.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, styles/designs/___external.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1449, styles/designs/___external.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1452, styles/designs/___external.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, styles/designs/___external.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, styles/designs/___external.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, styles/designs/___external.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, styles/designs/___external.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, styles/designs/___external.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, styles/designs/___external.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, styles/designs/___external.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, styles/designs/___external.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, styles/designs/___external.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, styles/designs/___external.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, styles/designs/___external.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, styles/designs/___external.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, styles/designs/___external.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, styles/designs/___external.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, styles/designs/___external.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1500, styles/designs/___external.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1503, styles/designs/___external.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1506, styles/designs/___external.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1509, styles/designs/___external.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1512, styles/designs/___external.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, styles/designs/___external.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, styles/designs/___external.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, styles/designs/___external.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, styles/designs/___external.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, styles/designs/___external.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, styles/designs/___external.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, styles/designs/___external.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 1536, styles/designs/___external.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1539, styles/designs/___external.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, styles/designs/___external.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, styles/designs/___external.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, styles/designs/___external.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, styles/designs/___external.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, styles/designs/___external.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, styles/designs/___external.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, styles/designs/___external.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, styles/designs/___external.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1566, styles/designs/___external.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, styles/designs/___external.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, styles/designs/___external.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, styles/designs/___external.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, styles/designs/___external.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, styles/designs/___external.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, styles/designs/___external.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, styles/designs/___external.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, styles/designs/___external.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, styles/designs/___external.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, styles/designs/___external.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, styles/designs/___external.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, styles/designs/___external.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, styles/designs/___external.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, styles/designs/___external.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1611, styles/designs/___external.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1614, styles/designs/___external.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1617, styles/designs/___external.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1620, styles/designs/___external.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, styles/designs/___external.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, styles/designs/___external.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, styles/designs/___external.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, styles/designs/___external.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, styles/designs/___external.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, styles/designs/___external.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, styles/designs/___external.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, styles/designs/___external.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, styles/designs/___external.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1650, styles/designs/___external.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, styles/designs/___external.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, styles/designs/___external.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, styles/designs/___external.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, styles/designs/___external.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, styles/designs/___external.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, styles/designs/___external.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, styles/designs/___external.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, styles/designs/___external.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1677, styles/designs/___external.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1680, styles/designs/___external.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, styles/designs/___external.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, styles/designs/___external.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, styles/designs/___external.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, styles/designs/___external.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, styles/designs/___external.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, styles/designs/___external.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, styles/designs/___external.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, styles/designs/___external.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, styles/designs/___external.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, styles/designs/___external.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, styles/designs/___external.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, styles/designs/___external.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, styles/designs/___external.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, styles/designs/___external.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, styles/designs/___external.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1728, styles/designs/___external.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1731, styles/designs/___external.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1734, styles/designs/___external.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1737, styles/designs/___external.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1740, styles/designs/___external.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, styles/designs/___external.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, styles/designs/___external.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, styles/designs/___external.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1752, styles/designs/___external.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1755, styles/designs/___external.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, styles/designs/___external.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, styles/designs/___external.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1764, styles/designs/___external.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1767, styles/designs/___external.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, styles/designs/___external.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, styles/designs/___external.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, styles/designs/___external.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, styles/designs/___external.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, styles/designs/___external.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, styles/designs/___external.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, styles/designs/___external.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, styles/designs/___external.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, styles/designs/___external.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, styles/designs/___external.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, styles/designs/___external.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, styles/designs/___external.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, styles/designs/___external.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, styles/designs/___external.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, styles/designs/___external.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, styles/designs/___external.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, styles/designs/___external.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, styles/designs/___external.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, styles/designs/___external.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, styles/designs/___external.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, styles/designs/___external.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, styles/designs/___external.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, styles/designs/___external.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, styles/designs/___external.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, styles/designs/___external.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, styles/designs/___external.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, styles/designs/___external.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, styles/designs/___external.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, styles/designs/___external.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, styles/designs/___external.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1860, styles/designs/___external.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1863, styles/designs/___external.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, styles/designs/___external.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, styles/designs/___external.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, styles/designs/___external.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, styles/designs/___external.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, styles/designs/___external.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, styles/designs/___external.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, styles/designs/___external.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, styles/designs/___external.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, styles/designs/___external.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, styles/designs/___external.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, styles/designs/___external.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, styles/designs/___external.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, styles/designs/___external.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, styles/designs/___external.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, styles/designs/___external.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, styles/designs/___external.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, styles/designs/___external.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1917, styles/designs/___external.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1920, styles/designs/___external.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1923, styles/designs/___external.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, styles/designs/___external.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, styles/designs/___external.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, styles/designs/___external.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, styles/designs/___external.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, styles/designs/___external.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1941, styles/designs/___external.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1944, styles/designs/___external.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, styles/designs/___external.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, styles/designs/___external.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, styles/designs/___external.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1956, styles/designs/___external.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1959, styles/designs/___external.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, styles/designs/___external.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1965, styles/designs/___external.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1968, styles/designs/___external.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, styles/designs/___external.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, styles/designs/___external.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1977, styles/designs/___external.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1980, styles/designs/___external.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1983, styles/designs/___external.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, styles/designs/___external.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, styles/designs/___external.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1992, styles/designs/___external.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1995, styles/designs/___external.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, styles/designs/___external.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, styles/designs/___external.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, styles/designs/___external.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2007, styles/designs/___external.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2010, styles/designs/___external.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2013, styles/designs/___external.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2016, styles/designs/___external.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2019, styles/designs/___external.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2022, styles/designs/___external.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2025, styles/designs/___external.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2028, styles/designs/___external.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2031, styles/designs/___external.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2034, styles/designs/___external.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2037, styles/designs/___external.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 2040, styles/designs/___external.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2043, styles/designs/___external.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2046, styles/designs/___external.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2049, styles/designs/___external.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2052, styles/designs/___external.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2055, styles/designs/___external.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2058, styles/designs/___external.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2061, styles/designs/___external.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2064, styles/designs/___external.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2067, styles/designs/___external.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2070, styles/designs/___external.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2073, styles/designs/___external.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2076, styles/designs/___external.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2079, styles/designs/___external.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2082, styles/designs/___external.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2085, styles/designs/___external.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2088, styles/designs/___external.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2091, styles/designs/___external.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2094, styles/designs/___external.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2097, styles/designs/___external.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 2100, styles/designs/___external.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2103, styles/designs/___external.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2106, styles/designs/___external.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2109, styles/designs/___external.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2112, styles/designs/___external.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2115, styles/designs/___external.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2118, styles/designs/___external.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2121, styles/designs/___external.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2124, styles/designs/___external.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 2127, styles/designs/___external.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 2130, styles/designs/___external.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 2133, styles/designs/___external.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 2136, styles/designs/___external.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2139, styles/designs/___external.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2142, styles/designs/___external.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2145, styles/designs/___external.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2148, styles/designs/___external.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2151, styles/designs/___external.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2154, styles/designs/___external.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2157, styles/designs/___external.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2160, styles/designs/___external.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2163, styles/designs/___external.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2166, styles/designs/___external.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2169, styles/designs/___external.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 2172, styles/designs/___external.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2175, styles/designs/___external.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2178, styles/designs/___external.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2181, styles/designs/___external.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2184, styles/designs/___external.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2187, styles/designs/___external.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2190, styles/designs/___external.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2193, styles/designs/___external.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2196, styles/designs/___external.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2199, styles/designs/___external.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2202, styles/designs/___external.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2205, styles/designs/___external.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2208, styles/designs/___external.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2211, styles/designs/___external.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2214, styles/designs/___external.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2217, styles/designs/___external.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2220, styles/designs/___external.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2223, styles/designs/___external.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2226, styles/designs/___external.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2229, styles/designs/___external.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2232, styles/designs/___external.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2235, styles/designs/___external.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2238, styles/designs/___external.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 2241, styles/designs/___external.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2244, styles/designs/___external.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2247, styles/designs/___external.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2250, styles/designs/___external.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2253, styles/designs/___external.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2256, styles/designs/___external.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2259, styles/designs/___external.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2262, styles/designs/___external.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2265, styles/designs/___external.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2268, styles/designs/___external.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2271, styles/designs/___external.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2274, styles/designs/___external.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 2277, styles/designs/___external.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2280, styles/designs/___external.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2283, styles/designs/___external.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2286, styles/designs/___external.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2289, styles/designs/___external.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2292, styles/designs/___external.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2295, styles/designs/___external.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2298, styles/designs/___external.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2301, styles/designs/___external.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2304, styles/designs/___external.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2307, styles/designs/___external.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2310, styles/designs/___external.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2313, styles/designs/___external.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2316, styles/designs/___external.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2319, styles/designs/___external.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2322, styles/designs/___external.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2325, styles/designs/___external.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2328, styles/designs/___external.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2331, styles/designs/___external.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2334, styles/designs/___external.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2337, styles/designs/___external.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2340, styles/designs/___external.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2343, styles/designs/___external.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2346, styles/designs/___external.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2349, styles/designs/___external.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2352, styles/designs/___external.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2355, styles/designs/___external.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2358, styles/designs/___external.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2361, styles/designs/___external.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2364, styles/designs/___external.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2367, styles/designs/___external.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2370, styles/designs/___external.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2373, styles/designs/___external.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2376, styles/designs/___external.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2379, styles/designs/___external.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2382, styles/designs/___external.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2385, styles/designs/___external.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2388, styles/designs/___external.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2391, styles/designs/___external.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2394, styles/designs/___external.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2397, styles/designs/___external.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2400, styles/designs/___external.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2403, styles/designs/___external.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2406, styles/designs/___external.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2409, styles/designs/___external.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2412, styles/designs/___external.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2415, styles/designs/___external.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2418, styles/designs/___external.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2421, styles/designs/___external.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2424, styles/designs/___external.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2427, styles/designs/___external.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2430, styles/designs/___external.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2433, styles/designs/___external.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2436, styles/designs/___external.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2439, styles/designs/___external.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2442, styles/designs/___external.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2445, styles/designs/___external.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2448, styles/designs/___external.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2451, styles/designs/___external.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2454, styles/designs/___external.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2457, styles/designs/___external.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2460, styles/designs/___external.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2463, styles/designs/___external.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2466, styles/designs/___external.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2469, styles/designs/___external.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2472, styles/designs/___external.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2475, styles/designs/___external.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2478, styles/designs/___external.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2481, styles/designs/___external.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2484, styles/designs/___external.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2487, styles/designs/___external.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2490, styles/designs/___external.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2493, styles/designs/___external.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2496, styles/designs/___external.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2499, styles/designs/___external.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2502, styles/designs/___external.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2505, styles/designs/___external.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2508, styles/designs/___external.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2511, styles/designs/___external.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2514, styles/designs/___external.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2517, styles/designs/___external.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2520, styles/designs/___external.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2523, styles/designs/___external.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2526, styles/designs/___external.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2529, styles/designs/___external.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2532, styles/designs/___external.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2535, styles/designs/___external.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2538, styles/designs/___external.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2541, styles/designs/___external.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2544, styles/designs/___external.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2547, styles/designs/___external.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2550, styles/designs/___external.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2553, styles/designs/___external.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2556, styles/designs/___external.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2559, styles/designs/___external.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2562, styles/designs/___external.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2565, styles/designs/___external.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2568, styles/designs/___external.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2571, styles/designs/___external.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2574, styles/designs/___external.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2577, styles/designs/___external.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2580, styles/designs/___external.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2583, styles/designs/___external.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2586, styles/designs/___external.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2589, styles/designs/___external.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2592, styles/designs/___external.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2595, styles/designs/___external.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2598, styles/designs/___external.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2601, styles/designs/___external.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2604, styles/designs/___external.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2607, styles/designs/___external.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2610, styles/designs/___external.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2613, styles/designs/___external.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2616, styles/designs/___external.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2619, styles/designs/___external.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2622, styles/designs/___external.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2625, styles/designs/___external.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2628, styles/designs/___external.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2631, styles/designs/___external.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2634, styles/designs/___external.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2637, styles/designs/___external.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2640, styles/designs/___external.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2643, styles/designs/___external.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2646, styles/designs/___external.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2649, styles/designs/___external.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2652, styles/designs/___external.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2655, styles/designs/___external.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2658, styles/designs/___external.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2661, styles/designs/___external.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2664, styles/designs/___external.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2667, styles/designs/___external.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2670, styles/designs/___external.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2673, styles/designs/___external.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2676, styles/designs/___external.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2679, styles/designs/___external.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2682, styles/designs/___external.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2685, styles/designs/___external.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2688, styles/designs/___external.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2691, styles/designs/___external.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2694, styles/designs/___external.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2697, styles/designs/___external.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2700, styles/designs/___external.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2703, styles/designs/___external.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2706, styles/designs/___external.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2709, styles/designs/___external.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2712, styles/designs/___external.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2715, styles/designs/___external.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2718, styles/designs/___external.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2721, styles/designs/___external.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 2724, styles/designs/___external.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2727, styles/designs/___external.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2730, styles/designs/___external.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2733, styles/designs/___external.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2736, styles/designs/___external.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2739, styles/designs/___external.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2742, styles/designs/___external.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2745, styles/designs/___external.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2748, styles/designs/___external.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2751, styles/designs/___external.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2754, styles/designs/___external.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2757, styles/designs/___external.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2760, styles/designs/___external.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2763, styles/designs/___external.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2766, styles/designs/___external.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2769, styles/designs/___external.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2772, styles/designs/___external.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2775, styles/designs/___external.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2778, styles/designs/___external.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2781, styles/designs/___external.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2784, styles/designs/___external.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2787, styles/designs/___external.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2790, styles/designs/___external.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2793, styles/designs/___external.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2796, styles/designs/___external.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2799, styles/designs/___external.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2802, styles/designs/___external.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2805, styles/designs/___external.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2808, styles/designs/___external.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2811, styles/designs/___external.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2814, styles/designs/___external.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2817, styles/designs/___external.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2820, styles/designs/___external.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2823, styles/designs/___external.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2826, styles/designs/___external.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2829, styles/designs/___external.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2832, styles/designs/___external.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2835, styles/designs/___external.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2838, styles/designs/___external.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2841, styles/designs/___external.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2844, styles/designs/___external.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2847, styles/designs/___external.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2850, styles/designs/___external.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2853, styles/designs/___external.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2856, styles/designs/___external.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2859, styles/designs/___external.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2862, styles/designs/___external.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2865, styles/designs/___external.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2868, styles/designs/___external.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2871, styles/designs/___external.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2874, styles/designs/___external.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2877, styles/designs/___external.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2880, styles/designs/___external.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2883, styles/designs/___external.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2886, styles/designs/___external.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2889, styles/designs/___external.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2892, styles/designs/___external.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2895, styles/designs/___external.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2898, styles/designs/___external.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2901, styles/designs/___external.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2904, styles/designs/___external.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2907, styles/designs/___external.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2910, styles/designs/___external.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2913, styles/designs/___external.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2916, styles/designs/___external.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2919, styles/designs/___external.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2922, styles/designs/___external.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2925, styles/designs/___external.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2928, styles/designs/___external.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2931, styles/designs/___external.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2934, styles/designs/___external.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2937, styles/designs/___external.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2940, styles/designs/___external.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2943, styles/designs/___external.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2946, styles/designs/___external.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2949, styles/designs/___external.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2952, styles/designs/___external.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2955, styles/designs/___external.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2958, styles/designs/___external.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2961, styles/designs/___external.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2964, styles/designs/___external.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2967, styles/designs/___external.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2970, styles/designs/___external.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2973, styles/designs/___external.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2976, styles/designs/___external.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2979, styles/designs/___external.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 2982, styles/designs/___external.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 2985, styles/designs/___external.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 2988, styles/designs/___external.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 2991, styles/designs/___external.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 2994, styles/designs/___external.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 2997, styles/designs/___external.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3000, styles/designs/___external.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3003, styles/designs/___external.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3006, styles/designs/___external.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3009, styles/designs/___external.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3012, styles/designs/___external.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3015, styles/designs/___external.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3018, styles/designs/___external.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3021, styles/designs/___external.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3024, styles/designs/___external.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3027, styles/designs/___external.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3030, styles/designs/___external.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3033, styles/designs/___external.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3036, styles/designs/___external.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3039, styles/designs/___external.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3042, styles/designs/___external.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3045, styles/designs/___external.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3048, styles/designs/___external.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3051, styles/designs/___external.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3054, styles/designs/___external.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3057, styles/designs/___external.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3060, styles/designs/___external.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3063, styles/designs/___external.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3066, styles/designs/___external.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3069, styles/designs/___external.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3072, styles/designs/___external.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3075, styles/designs/___external.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3078, styles/designs/___external.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3081, styles/designs/___external.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3084, styles/designs/___external.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3087, styles/designs/___external.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3090, styles/designs/___external.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3093, styles/designs/___external.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3096, styles/designs/___external.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3099, styles/designs/___external.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3102, styles/designs/___external.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3105, styles/designs/___external.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3108, styles/designs/___external.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3111, styles/designs/___external.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3114, styles/designs/___external.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3117, styles/designs/___external.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3120, styles/designs/___external.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3123, styles/designs/___external.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3126, styles/designs/___external.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3129, styles/designs/___external.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3132, styles/designs/___external.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3135, styles/designs/___external.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3138, styles/designs/___external.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3141, styles/designs/___external.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3144, styles/designs/___external.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3147, styles/designs/___external.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3150, styles/designs/___external.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3153, styles/designs/___external.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3156, styles/designs/___external.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3159, styles/designs/___external.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3162, styles/designs/___external.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3165, styles/designs/___external.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3168, styles/designs/___external.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3171, styles/designs/___external.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3174, styles/designs/___external.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3177, styles/designs/___external.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3180, styles/designs/___external.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3183, styles/designs/___external.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3186, styles/designs/___external.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3189, styles/designs/___external.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3192, styles/designs/___external.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3195, styles/designs/___external.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3198, styles/designs/___external.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3201, styles/designs/___external.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3204, styles/designs/___external.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3207, styles/designs/___external.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3210, styles/designs/___external.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3213, styles/designs/___external.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3216, styles/designs/___external.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3219, styles/designs/___external.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3222, styles/designs/___external.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3225, styles/designs/___external.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3228, styles/designs/___external.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3231, styles/designs/___external.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3234, styles/designs/___external.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3237, styles/designs/___external.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3240, styles/designs/___external.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3243, styles/designs/___external.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3246, styles/designs/___external.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3249, styles/designs/___external.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3252, styles/designs/___external.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3255, styles/designs/___external.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3258, styles/designs/___external.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3261, styles/designs/___external.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3264, styles/designs/___external.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3267, styles/designs/___external.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3270, styles/designs/___external.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3273, styles/designs/___external.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3276, styles/designs/___external.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3279, styles/designs/___external.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3282, styles/designs/___external.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3285, styles/designs/___external.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3288, styles/designs/___external.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3291, styles/designs/___external.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3294, styles/designs/___external.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3297, styles/designs/___external.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3300, styles/designs/___external.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3303, styles/designs/___external.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3306, styles/designs/___external.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3309, styles/designs/___external.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3312, styles/designs/___external.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3315, styles/designs/___external.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3318, styles/designs/___external.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3321, styles/designs/___external.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3324, styles/designs/___external.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3327, styles/designs/___external.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3330, styles/designs/___external.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3333, styles/designs/___external.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 3336, styles/designs/___external.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3339, styles/designs/___external.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3342, styles/designs/___external.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3345, styles/designs/___external.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3348, styles/designs/___external.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3351, styles/designs/___external.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3354, styles/designs/___external.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3357, styles/designs/___external.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3360, styles/designs/___external.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3363, styles/designs/___external.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3366, styles/designs/___external.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3369, styles/designs/___external.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3372, styles/designs/___external.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3375, styles/designs/___external.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3378, styles/designs/___external.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3381, styles/designs/___external.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3384, styles/designs/___external.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3387, styles/designs/___external.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3390, styles/designs/___external.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3393, styles/designs/___external.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3396, styles/designs/___external.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3399, styles/designs/___external.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3402, styles/designs/___external.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3405, styles/designs/___external.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3408, styles/designs/___external.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3411, styles/designs/___external.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3414, styles/designs/___external.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3417, styles/designs/___external.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3420, styles/designs/___external.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3423, styles/designs/___external.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3426, styles/designs/___external.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3429, styles/designs/___external.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3432, styles/designs/___external.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3435, styles/designs/___external.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3438, styles/designs/___external.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3441, styles/designs/___external.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3444, styles/designs/___external.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3447, styles/designs/___external.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 3450, styles/designs/___external.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3453, styles/designs/___external.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3456, styles/designs/___external.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3459, styles/designs/___external.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3462, styles/designs/___external.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3465, styles/designs/___external.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3468, styles/designs/___external.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3471, styles/designs/___external.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3474, styles/designs/___external.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3477, styles/designs/___external.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3480, styles/designs/___external.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3483, styles/designs/___external.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3486, styles/designs/___external.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3489, styles/designs/___external.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3492, styles/designs/___external.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 3495, styles/designs/___external.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3498, styles/designs/___external.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3501, styles/designs/___external.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3504, styles/designs/___external.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3507, styles/designs/___external.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3510, styles/designs/___external.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3513, styles/designs/___external.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3516, styles/designs/___external.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3519, styles/designs/___external.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3522, styles/designs/___external.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3525, styles/designs/___external.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3528, styles/designs/___external.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3531, styles/designs/___external.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3534, styles/designs/___external.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3537, styles/designs/___external.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3540, styles/designs/___external.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3543, styles/designs/___external.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3546, styles/designs/___external.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3549, styles/designs/___external.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3552, styles/designs/___external.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3555, styles/designs/___external.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3558, styles/designs/___external.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3561, styles/designs/___external.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3564, styles/designs/___external.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3567, styles/designs/___external.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3570, styles/designs/___external.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3573, styles/designs/___external.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3576, styles/designs/___external.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3579, styles/designs/___external.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3582, styles/designs/___external.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3585, styles/designs/___external.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3588, styles/designs/___external.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 3591, styles/designs/___external.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3594, styles/designs/___external.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3597, styles/designs/___external.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3600, styles/designs/___external.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3603, styles/designs/___external.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3606, styles/designs/___external.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3609, styles/designs/___external.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3612, styles/designs/___external.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3615, styles/designs/___external.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3618, styles/designs/___external.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3621, styles/designs/___external.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3624, styles/designs/___external.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3627, styles/designs/___external.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3630, styles/designs/___external.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3633, styles/designs/___external.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3636, styles/designs/___external.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3639, styles/designs/___external.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3642, styles/designs/___external.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3645, styles/designs/___external.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3648, styles/designs/___external.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3651, styles/designs/___external.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3654, styles/designs/___external.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3657, styles/designs/___external.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3660, styles/designs/___external.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3663, styles/designs/___external.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3666, styles/designs/___external.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3669, styles/designs/___external.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3672, styles/designs/___external.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3675, styles/designs/___external.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3678, styles/designs/___external.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3681, styles/designs/___external.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3684, styles/designs/___external.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3687, styles/designs/___external.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3690, styles/designs/___external.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3693, styles/designs/___external.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3696, styles/designs/___external.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3699, styles/designs/___external.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3702, styles/designs/___external.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3705, styles/designs/___external.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3708, styles/designs/___external.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3711, styles/designs/___external.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3714, styles/designs/___external.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3717, styles/designs/___external.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3720, styles/designs/___external.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3723, styles/designs/___external.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3726, styles/designs/___external.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3729, styles/designs/___external.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3732, styles/designs/___external.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3735, styles/designs/___external.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3738, styles/designs/___external.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3741, styles/designs/___external.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3744, styles/designs/___external.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3747, styles/designs/___external.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3750, styles/designs/___external.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3753, styles/designs/___external.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3756, styles/designs/___external.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3759, styles/designs/___external.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3762, styles/designs/___external.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3765, styles/designs/___external.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3768, styles/designs/___external.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3771, styles/designs/___external.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3774, styles/designs/___external.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3777, styles/designs/___external.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3780, styles/designs/___external.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3783, styles/designs/___external.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3786, styles/designs/___external.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3789, styles/designs/___external.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3792, styles/designs/___external.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3795, styles/designs/___external.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3798, styles/designs/___external.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3801, styles/designs/___external.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3804, styles/designs/___external.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3807, styles/designs/___external.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3810, styles/designs/___external.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3813, styles/designs/___external.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3816, styles/designs/___external.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3819, styles/designs/___external.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3822, styles/designs/___external.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3825, styles/designs/___external.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3828, styles/designs/___external.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3831, styles/designs/___external.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3834, styles/designs/___external.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3837, styles/designs/___external.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3840, styles/designs/___external.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3843, styles/designs/___external.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3846, styles/designs/___external.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3849, styles/designs/___external.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3852, styles/designs/___external.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3855, styles/designs/___external.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3858, styles/designs/___external.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3861, styles/designs/___external.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3864, styles/designs/___external.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3867, styles/designs/___external.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3870, styles/designs/___external.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3873, styles/designs/___external.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3876, styles/designs/___external.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3879, styles/designs/___external.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3882, styles/designs/___external.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3885, styles/designs/___external.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3888, styles/designs/___external.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3891, styles/designs/___external.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3894, styles/designs/___external.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3897, styles/designs/___external.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3900, styles/designs/___external.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3903, styles/designs/___external.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3906, styles/designs/___external.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3909, styles/designs/___external.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3912, styles/designs/___external.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3915, styles/designs/___external.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3918, styles/designs/___external.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3921, styles/designs/___external.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3924, styles/designs/___external.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3927, styles/designs/___external.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3930, styles/designs/___external.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3933, styles/designs/___external.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3936, styles/designs/___external.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3939, styles/designs/___external.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3942, styles/designs/___external.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3945, styles/designs/___external.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3948, styles/designs/___external.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3951, styles/designs/___external.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3954, styles/designs/___external.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3957, styles/designs/___external.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3960, styles/designs/___external.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3963, styles/designs/___external.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3966, styles/designs/___external.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3969, styles/designs/___external.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3972, styles/designs/___external.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3975, styles/designs/___external.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3978, styles/designs/___external.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3981, styles/designs/___external.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 3984, styles/designs/___external.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 3987, styles/designs/___external.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 3990, styles/designs/___external.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 3993, styles/designs/___external.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 3996, styles/designs/___external.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 3999, styles/designs/___external.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4002, styles/designs/___external.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4005, styles/designs/___external.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4008, styles/designs/___external.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4011, styles/designs/___external.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4014, styles/designs/___external.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4017, styles/designs/___external.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4020, styles/designs/___external.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4023, styles/designs/___external.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4026, styles/designs/___external.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4029, styles/designs/___external.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4032, styles/designs/___external.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4035, styles/designs/___external.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4038, styles/designs/___external.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4041, styles/designs/___external.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 4044, styles/designs/___external.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4047, styles/designs/___external.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4050, styles/designs/___external.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4053, styles/designs/___external.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4056, styles/designs/___external.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4059, styles/designs/___external.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4062, styles/designs/___external.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4065, styles/designs/___external.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4068, styles/designs/___external.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4071, styles/designs/___external.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4074, styles/designs/___external.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4077, styles/designs/___external.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4080, styles/designs/___external.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4083, styles/designs/___external.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4086, styles/designs/___external.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4089, styles/designs/___external.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4092, styles/designs/___external.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4095, styles/designs/___external.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4098, styles/designs/___external.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4101, styles/designs/___external.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4104, styles/designs/___external.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4107, styles/designs/___external.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4110, styles/designs/___external.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4113, styles/designs/___external.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4116, styles/designs/___external.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4119, styles/designs/___external.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4122, styles/designs/___external.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4125, styles/designs/___external.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4128, styles/designs/___external.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4131, styles/designs/___external.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4134, styles/designs/___external.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4137, styles/designs/___external.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4140, styles/designs/___external.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4143, styles/designs/___external.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4146, styles/designs/___external.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4149, styles/designs/___external.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4152, styles/designs/___external.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 4155, styles/designs/___external.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4158, styles/designs/___external.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4161, styles/designs/___external.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4164, styles/designs/___external.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4167, styles/designs/___external.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4170, styles/designs/___external.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4173, styles/designs/___external.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4176, styles/designs/___external.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4179, styles/designs/___external.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4182, styles/designs/___external.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4185, styles/designs/___external.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4188, styles/designs/___external.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4191, styles/designs/___external.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4194, styles/designs/___external.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4197, styles/designs/___external.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4200, styles/designs/___external.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4203, styles/designs/___external.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4206, styles/designs/___external.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4209, styles/designs/___external.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4212, styles/designs/___external.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4215, styles/designs/___external.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4218, styles/designs/___external.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4221, styles/designs/___external.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4224, styles/designs/___external.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4227, styles/designs/___external.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4230, styles/designs/___external.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4233, styles/designs/___external.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4236, styles/designs/___external.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4239, styles/designs/___external.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4242, styles/designs/___external.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4245, styles/designs/___external.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4248, styles/designs/___external.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4251, styles/designs/___external.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4254, styles/designs/___external.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4257, styles/designs/___external.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4260, styles/designs/___external.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4263, styles/designs/___external.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4266, styles/designs/___external.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4269, styles/designs/___external.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4272, styles/designs/___external.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4275, styles/designs/___external.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4278, styles/designs/___external.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4281, styles/designs/___external.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4284, styles/designs/___external.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4287, styles/designs/___external.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4290, styles/designs/___external.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4293, styles/designs/___external.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4296, styles/designs/___external.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4299, styles/designs/___external.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4302, styles/designs/___external.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4305, styles/designs/___external.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4308, styles/designs/___external.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4311, styles/designs/___external.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4314, styles/designs/___external.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4317, styles/designs/___external.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4320, styles/designs/___external.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4323, styles/designs/___external.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4326, styles/designs/___external.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4329, styles/designs/___external.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4332, styles/designs/___external.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 4335, styles/designs/___external.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4338, styles/designs/___external.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 4341, styles/designs/___external.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4344, styles/designs/___external.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4347, styles/designs/___external.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4350, styles/designs/___external.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4353, styles/designs/___external.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4356, styles/designs/___external.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4359, styles/designs/___external.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4362, styles/designs/___external.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4365, styles/designs/___external.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4368, styles/designs/___external.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4371, styles/designs/___external.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4374, styles/designs/___external.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4377, styles/designs/___external.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4380, styles/designs/___external.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4383, styles/designs/___external.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4386, styles/designs/___external.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4389, styles/designs/___external.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4392, styles/designs/___external.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4395, styles/designs/___external.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4398, styles/designs/___external.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4401, styles/designs/___external.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4404, styles/designs/___external.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4407, styles/designs/___external.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4410, styles/designs/___external.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4413, styles/designs/___external.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4416, styles/designs/___external.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4419, styles/designs/___external.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4422, styles/designs/___external.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4425, styles/designs/___external.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4428, styles/designs/___external.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4431, styles/designs/___external.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4434, styles/designs/___external.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4437, styles/designs/___external.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4440, styles/designs/___external.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4443, styles/designs/___external.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4446, styles/designs/___external.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4449, styles/designs/___external.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4452, styles/designs/___external.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4455, styles/designs/___external.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4458, styles/designs/___external.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4461, styles/designs/___external.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4464, styles/designs/___external.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4467, styles/designs/___external.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4470, styles/designs/___external.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4473, styles/designs/___external.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4476, styles/designs/___external.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4479, styles/designs/___external.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4482, styles/designs/___external.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4485, styles/designs/___external.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4488, styles/designs/___external.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4491, styles/designs/___external.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4494, styles/designs/___external.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4497, styles/designs/___external.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4500, styles/designs/___external.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4503, styles/designs/___external.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4506, styles/designs/___external.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4509, styles/designs/___external.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4512, styles/designs/___external.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4515, styles/designs/___external.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4518, styles/designs/___external.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4521, styles/designs/___external.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4524, styles/designs/___external.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4527, styles/designs/___external.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4530, styles/designs/___external.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4533, styles/designs/___external.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4536, styles/designs/___external.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4546, styles/designs/___external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
/* line 4561, styles/designs/___external.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
/* line 4572, styles/designs/___external.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.eot");
  src: url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.woff2") format("woff2"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.woff") format("woff"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.ttf") format("truetype"), url("//static.condenast.de/vendor/font-awesome-pro/5.15.1/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/* line 4583, styles/designs/___external.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* FINISHED https://static.condenast.de/vendor/font-awesome-pro/5.14.0/css/all.css -- */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 4595, styles/designs/___external.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 4626, styles/designs/___external.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 4632, styles/designs/___external.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 4639, styles/designs/___external.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 4643, styles/designs/___external.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 4654, styles/designs/___external.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 4658, styles/designs/___external.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 4664, styles/designs/___external.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 4669, styles/designs/___external.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 4674, styles/designs/___external.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 4685, styles/designs/___external.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 4691, styles/designs/___external.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 4698, styles/designs/___external.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 4705, styles/designs/___external.scss */
dt {
  font-weight: 700;
}

/* line 4709, styles/designs/___external.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 4714, styles/designs/___external.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 4718, styles/designs/___external.scss */
b,
strong {
  font-weight: bolder;
}

/* line 4723, styles/designs/___external.scss */
small {
  font-size: 80%;
}

/* line 4727, styles/designs/___external.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 4735, styles/designs/___external.scss */
sub {
  bottom: -.25em;
}

/* line 4739, styles/designs/___external.scss */
sup {
  top: -.5em;
}

/* line 4743, styles/designs/___external.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 4749, styles/designs/___external.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 4754, styles/designs/___external.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 4759, styles/designs/___external.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 4764, styles/designs/___external.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 4772, styles/designs/___external.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 4778, styles/designs/___external.scss */
figure {
  margin: 0 0 1rem;
}

/* line 4782, styles/designs/___external.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 4787, styles/designs/___external.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 4792, styles/designs/___external.scss */
table {
  border-collapse: collapse;
}

/* line 4796, styles/designs/___external.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 4804, styles/designs/___external.scss */
th {
  text-align: inherit;
}

/* line 4808, styles/designs/___external.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 4813, styles/designs/___external.scss */
button {
  border-radius: 0;
}

/* line 4817, styles/designs/___external.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 4822, styles/designs/___external.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 4833, styles/designs/___external.scss */
button,
input {
  overflow: visible;
}

/* line 4838, styles/designs/___external.scss */
button,
select {
  text-transform: none;
}

/* line 4843, styles/designs/___external.scss */
select {
  word-wrap: normal;
}

/* line 4847, styles/designs/___external.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 4854, styles/designs/___external.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 4861, styles/designs/___external.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 4869, styles/designs/___external.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 4875, styles/designs/___external.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 4882, styles/designs/___external.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 4887, styles/designs/___external.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 4894, styles/designs/___external.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 4906, styles/designs/___external.scss */
progress {
  vertical-align: baseline;
}

/* line 4910, styles/designs/___external.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 4915, styles/designs/___external.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 4920, styles/designs/___external.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 4924, styles/designs/___external.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 4929, styles/designs/___external.scss */
output {
  display: inline-block;
}

/* line 4933, styles/designs/___external.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 4938, styles/designs/___external.scss */
template {
  display: none;
}

/* line 4942, styles/designs/___external.scss */
[hidden] {
  display: none !important;
}

/* line 4946, styles/designs/___external.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 4953, styles/designs/___external.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 4957, styles/designs/___external.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 4961, styles/designs/___external.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 4965, styles/designs/___external.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 4969, styles/designs/___external.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 4973, styles/designs/___external.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 4977, styles/designs/___external.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 4982, styles/designs/___external.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 4988, styles/designs/___external.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 4994, styles/designs/___external.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 5000, styles/designs/___external.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 5006, styles/designs/___external.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5013, styles/designs/___external.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 5019, styles/designs/___external.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 5025, styles/designs/___external.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 5030, styles/designs/___external.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 5035, styles/designs/___external.scss */
.list-inline-item {
  display: inline-block;
}

/* line 5039, styles/designs/___external.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 5043, styles/designs/___external.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 5048, styles/designs/___external.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 5053, styles/designs/___external.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 5059, styles/designs/___external.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 5063, styles/designs/___external.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 5068, styles/designs/___external.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 5077, styles/designs/___external.scss */
.figure {
  display: inline-block;
}

/* line 5081, styles/designs/___external.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 5086, styles/designs/___external.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 5091, styles/designs/___external.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 5097, styles/designs/___external.scss */
a > code {
  color: inherit;
}

/* line 5101, styles/designs/___external.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 5109, styles/designs/___external.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 5115, styles/designs/___external.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 5121, styles/designs/___external.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 5127, styles/designs/___external.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5132, styles/designs/___external.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 5141, styles/designs/___external.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 5147, styles/designs/___external.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 5153, styles/designs/___external.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 5159, styles/designs/___external.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 5164, styles/designs/___external.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 5173, styles/designs/___external.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 5179, styles/designs/___external.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 5185, styles/designs/___external.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 5191, styles/designs/___external.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
/* line 5196, styles/designs/___external.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 5205, styles/designs/___external.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 5210, styles/designs/___external.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 5216, styles/designs/___external.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5228, styles/designs/___external.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 5236, styles/designs/___external.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 5242, styles/designs/___external.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 5248, styles/designs/___external.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 5254, styles/designs/___external.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 5260, styles/designs/___external.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 5266, styles/designs/___external.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 5272, styles/designs/___external.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 5279, styles/designs/___external.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 5285, styles/designs/___external.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 5291, styles/designs/___external.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 5297, styles/designs/___external.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 5303, styles/designs/___external.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 5309, styles/designs/___external.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 5315, styles/designs/___external.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 5321, styles/designs/___external.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 5327, styles/designs/___external.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 5333, styles/designs/___external.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 5339, styles/designs/___external.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 5345, styles/designs/___external.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 5351, styles/designs/___external.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 5356, styles/designs/___external.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 5361, styles/designs/___external.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 5366, styles/designs/___external.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 5371, styles/designs/___external.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 5376, styles/designs/___external.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 5381, styles/designs/___external.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 5386, styles/designs/___external.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 5391, styles/designs/___external.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 5396, styles/designs/___external.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 5401, styles/designs/___external.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 5406, styles/designs/___external.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 5411, styles/designs/___external.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 5416, styles/designs/___external.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 5421, styles/designs/___external.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 5426, styles/designs/___external.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 5430, styles/designs/___external.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 5434, styles/designs/___external.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 5438, styles/designs/___external.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 5442, styles/designs/___external.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 5446, styles/designs/___external.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 5450, styles/designs/___external.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 5454, styles/designs/___external.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 5458, styles/designs/___external.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 5462, styles/designs/___external.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 5466, styles/designs/___external.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 5471, styles/designs/___external.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 5478, styles/designs/___external.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5483, styles/designs/___external.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5488, styles/designs/___external.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5493, styles/designs/___external.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5498, styles/designs/___external.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 5503, styles/designs/___external.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5508, styles/designs/___external.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 5514, styles/designs/___external.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 5519, styles/designs/___external.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5524, styles/designs/___external.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5529, styles/designs/___external.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5534, styles/designs/___external.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 5539, styles/designs/___external.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5544, styles/designs/___external.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 5549, styles/designs/___external.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 5554, styles/designs/___external.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 5559, styles/designs/___external.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 5564, styles/designs/___external.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 5569, styles/designs/___external.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5574, styles/designs/___external.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 5578, styles/designs/___external.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 5582, styles/designs/___external.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 5586, styles/designs/___external.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 5590, styles/designs/___external.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 5594, styles/designs/___external.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 5598, styles/designs/___external.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 5602, styles/designs/___external.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 5606, styles/designs/___external.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 5610, styles/designs/___external.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 5614, styles/designs/___external.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 5618, styles/designs/___external.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 5622, styles/designs/___external.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 5626, styles/designs/___external.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 5630, styles/designs/___external.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 5634, styles/designs/___external.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 5637, styles/designs/___external.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 5640, styles/designs/___external.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 5643, styles/designs/___external.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 5646, styles/designs/___external.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 5649, styles/designs/___external.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 5652, styles/designs/___external.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 5655, styles/designs/___external.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 5658, styles/designs/___external.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 5661, styles/designs/___external.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 5664, styles/designs/___external.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 5667, styles/designs/___external.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 5673, styles/designs/___external.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 5680, styles/designs/___external.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5685, styles/designs/___external.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5690, styles/designs/___external.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5695, styles/designs/___external.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5700, styles/designs/___external.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 5705, styles/designs/___external.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5710, styles/designs/___external.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 5716, styles/designs/___external.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 5721, styles/designs/___external.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5726, styles/designs/___external.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5731, styles/designs/___external.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5736, styles/designs/___external.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 5741, styles/designs/___external.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5746, styles/designs/___external.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 5751, styles/designs/___external.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 5756, styles/designs/___external.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 5761, styles/designs/___external.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 5766, styles/designs/___external.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 5771, styles/designs/___external.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5776, styles/designs/___external.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 5780, styles/designs/___external.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 5784, styles/designs/___external.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 5788, styles/designs/___external.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 5792, styles/designs/___external.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 5796, styles/designs/___external.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 5800, styles/designs/___external.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 5804, styles/designs/___external.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 5808, styles/designs/___external.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 5812, styles/designs/___external.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 5816, styles/designs/___external.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 5820, styles/designs/___external.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 5824, styles/designs/___external.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 5828, styles/designs/___external.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 5832, styles/designs/___external.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 5836, styles/designs/___external.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 5839, styles/designs/___external.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 5842, styles/designs/___external.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 5845, styles/designs/___external.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 5848, styles/designs/___external.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 5851, styles/designs/___external.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 5854, styles/designs/___external.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 5857, styles/designs/___external.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 5860, styles/designs/___external.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 5863, styles/designs/___external.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 5866, styles/designs/___external.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 5869, styles/designs/___external.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 5875, styles/designs/___external.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 5882, styles/designs/___external.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5887, styles/designs/___external.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5892, styles/designs/___external.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5897, styles/designs/___external.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5902, styles/designs/___external.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 5907, styles/designs/___external.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5912, styles/designs/___external.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 5918, styles/designs/___external.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 5923, styles/designs/___external.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 5928, styles/designs/___external.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 5933, styles/designs/___external.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 5938, styles/designs/___external.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 5943, styles/designs/___external.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 5948, styles/designs/___external.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 5953, styles/designs/___external.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 5958, styles/designs/___external.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 5963, styles/designs/___external.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 5968, styles/designs/___external.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 5973, styles/designs/___external.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 5978, styles/designs/___external.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 5982, styles/designs/___external.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 5986, styles/designs/___external.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 5990, styles/designs/___external.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 5994, styles/designs/___external.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 5998, styles/designs/___external.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6002, styles/designs/___external.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6006, styles/designs/___external.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6010, styles/designs/___external.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6014, styles/designs/___external.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6018, styles/designs/___external.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6022, styles/designs/___external.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6026, styles/designs/___external.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6030, styles/designs/___external.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6034, styles/designs/___external.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6038, styles/designs/___external.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 6041, styles/designs/___external.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 6044, styles/designs/___external.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 6047, styles/designs/___external.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 6050, styles/designs/___external.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 6053, styles/designs/___external.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 6056, styles/designs/___external.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 6059, styles/designs/___external.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 6062, styles/designs/___external.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 6065, styles/designs/___external.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 6068, styles/designs/___external.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 6071, styles/designs/___external.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 6077, styles/designs/___external.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 6084, styles/designs/___external.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6089, styles/designs/___external.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6094, styles/designs/___external.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6099, styles/designs/___external.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6104, styles/designs/___external.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 6109, styles/designs/___external.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6114, styles/designs/___external.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 6120, styles/designs/___external.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 6125, styles/designs/___external.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 6130, styles/designs/___external.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 6135, styles/designs/___external.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 6140, styles/designs/___external.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 6145, styles/designs/___external.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 6150, styles/designs/___external.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 6155, styles/designs/___external.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 6160, styles/designs/___external.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 6165, styles/designs/___external.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 6170, styles/designs/___external.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 6175, styles/designs/___external.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 6180, styles/designs/___external.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 6184, styles/designs/___external.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 6188, styles/designs/___external.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 6192, styles/designs/___external.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 6196, styles/designs/___external.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 6200, styles/designs/___external.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 6204, styles/designs/___external.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 6208, styles/designs/___external.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 6212, styles/designs/___external.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 6216, styles/designs/___external.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 6220, styles/designs/___external.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 6224, styles/designs/___external.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 6228, styles/designs/___external.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 6232, styles/designs/___external.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 6236, styles/designs/___external.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 6240, styles/designs/___external.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 6243, styles/designs/___external.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 6246, styles/designs/___external.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 6249, styles/designs/___external.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 6252, styles/designs/___external.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 6255, styles/designs/___external.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 6258, styles/designs/___external.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 6261, styles/designs/___external.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 6264, styles/designs/___external.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 6267, styles/designs/___external.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 6270, styles/designs/___external.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 6273, styles/designs/___external.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 6278, styles/designs/___external.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 6284, styles/designs/___external.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 6291, styles/designs/___external.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 6296, styles/designs/___external.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 6300, styles/designs/___external.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 6305, styles/designs/___external.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 6309, styles/designs/___external.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 6314, styles/designs/___external.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 6319, styles/designs/___external.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 6326, styles/designs/___external.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6330, styles/designs/___external.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6335, styles/designs/___external.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 6341, styles/designs/___external.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 6348, styles/designs/___external.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 6352, styles/designs/___external.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 6357, styles/designs/___external.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 6363, styles/designs/___external.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 6370, styles/designs/___external.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 6374, styles/designs/___external.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 6379, styles/designs/___external.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 6385, styles/designs/___external.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 6392, styles/designs/___external.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 6396, styles/designs/___external.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 6401, styles/designs/___external.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 6407, styles/designs/___external.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 6414, styles/designs/___external.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 6418, styles/designs/___external.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 6423, styles/designs/___external.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 6429, styles/designs/___external.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 6436, styles/designs/___external.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 6440, styles/designs/___external.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 6445, styles/designs/___external.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 6451, styles/designs/___external.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 6458, styles/designs/___external.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 6462, styles/designs/___external.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 6467, styles/designs/___external.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 6473, styles/designs/___external.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 6480, styles/designs/___external.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 6484, styles/designs/___external.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 6489, styles/designs/___external.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 6495, styles/designs/___external.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 6502, styles/designs/___external.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 6506, styles/designs/___external.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 6511, styles/designs/___external.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6517, styles/designs/___external.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6521, styles/designs/___external.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6526, styles/designs/___external.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 6532, styles/designs/___external.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6538, styles/designs/___external.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6543, styles/designs/___external.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 6549, styles/designs/___external.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 6553, styles/designs/___external.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6557, styles/designs/___external.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 6563, styles/designs/___external.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 6569, styles/designs/___external.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 6575, styles/designs/___external.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 6581, styles/designs/___external.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 6587, styles/designs/___external.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 6593, styles/designs/___external.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 6599, styles/designs/___external.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 6605, styles/designs/___external.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 6610, styles/designs/___external.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 6617, styles/designs/___external.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 6621, styles/designs/___external.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6638, styles/designs/___external.scss */
  .form-control {
    transition: none;
  }
}
/* line 6643, styles/designs/___external.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 6648, styles/designs/___external.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 6653, styles/designs/___external.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6661, styles/designs/___external.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6666, styles/designs/___external.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6671, styles/designs/___external.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6676, styles/designs/___external.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6681, styles/designs/___external.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6686, styles/designs/___external.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 6691, styles/designs/___external.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6696, styles/designs/___external.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 6702, styles/designs/___external.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6710, styles/designs/___external.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6717, styles/designs/___external.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 6724, styles/designs/___external.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6737, styles/designs/___external.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 6742, styles/designs/___external.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 6750, styles/designs/___external.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 6758, styles/designs/___external.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 6762, styles/designs/___external.scss */
textarea.form-control {
  height: auto;
}

/* line 6766, styles/designs/___external.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 6770, styles/designs/___external.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 6775, styles/designs/___external.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 6784, styles/designs/___external.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 6790, styles/designs/___external.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 6796, styles/designs/___external.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 6802, styles/designs/___external.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 6807, styles/designs/___external.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 6811, styles/designs/___external.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 6820, styles/designs/___external.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 6827, styles/designs/___external.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 6835, styles/designs/___external.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 6850, styles/designs/___external.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 6857, styles/designs/___external.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 6866, styles/designs/___external.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6871, styles/designs/___external.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 6876, styles/designs/___external.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 6882, styles/designs/___external.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6887, styles/designs/___external.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 6891, styles/designs/___external.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 6897, styles/designs/___external.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 6901, styles/designs/___external.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 6905, styles/designs/___external.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 6910, styles/designs/___external.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6914, styles/designs/___external.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 6918, styles/designs/___external.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 6922, styles/designs/___external.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6927, styles/designs/___external.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 6935, styles/designs/___external.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 6950, styles/designs/___external.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6957, styles/designs/___external.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 6966, styles/designs/___external.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6971, styles/designs/___external.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 6976, styles/designs/___external.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 6982, styles/designs/___external.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6987, styles/designs/___external.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6991, styles/designs/___external.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6997, styles/designs/___external.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 7001, styles/designs/___external.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 7005, styles/designs/___external.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 7010, styles/designs/___external.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 7014, styles/designs/___external.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 7018, styles/designs/___external.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 7022, styles/designs/___external.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 7027, styles/designs/___external.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 7036, styles/designs/___external.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 7041, styles/designs/___external.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 7050, styles/designs/___external.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 7061, styles/designs/___external.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 7066, styles/designs/___external.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 7069, styles/designs/___external.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 7073, styles/designs/___external.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 7083, styles/designs/___external.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 7091, styles/designs/___external.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 7097, styles/designs/___external.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 7102, styles/designs/___external.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7123, styles/designs/___external.scss */
  .btn {
    transition: none;
  }
}
/* line 7128, styles/designs/___external.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 7133, styles/designs/___external.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 7138, styles/designs/___external.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 7142, styles/designs/___external.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 7147, styles/designs/___external.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 7153, styles/designs/___external.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 7159, styles/designs/___external.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 7166, styles/designs/___external.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 7172, styles/designs/___external.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 7179, styles/designs/___external.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 7184, styles/designs/___external.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 7190, styles/designs/___external.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 7196, styles/designs/___external.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 7203, styles/designs/___external.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 7209, styles/designs/___external.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 7216, styles/designs/___external.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 7221, styles/designs/___external.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 7227, styles/designs/___external.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 7233, styles/designs/___external.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 7240, styles/designs/___external.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 7246, styles/designs/___external.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 7253, styles/designs/___external.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 7258, styles/designs/___external.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 7264, styles/designs/___external.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 7270, styles/designs/___external.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 7277, styles/designs/___external.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 7283, styles/designs/___external.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 7290, styles/designs/___external.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 7295, styles/designs/___external.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 7301, styles/designs/___external.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 7307, styles/designs/___external.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 7314, styles/designs/___external.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 7320, styles/designs/___external.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 7327, styles/designs/___external.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 7332, styles/designs/___external.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 7338, styles/designs/___external.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 7344, styles/designs/___external.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 7351, styles/designs/___external.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 7357, styles/designs/___external.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 7364, styles/designs/___external.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 7369, styles/designs/___external.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 7375, styles/designs/___external.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 7381, styles/designs/___external.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 7388, styles/designs/___external.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 7394, styles/designs/___external.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 7401, styles/designs/___external.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 7406, styles/designs/___external.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 7412, styles/designs/___external.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 7418, styles/designs/___external.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 7425, styles/designs/___external.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 7431, styles/designs/___external.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 7438, styles/designs/___external.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 7443, styles/designs/___external.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 7448, styles/designs/___external.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 7454, styles/designs/___external.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 7458, styles/designs/___external.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 7463, styles/designs/___external.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 7470, styles/designs/___external.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 7475, styles/designs/___external.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 7480, styles/designs/___external.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 7486, styles/designs/___external.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 7490, styles/designs/___external.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 7495, styles/designs/___external.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 7502, styles/designs/___external.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 7507, styles/designs/___external.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 7512, styles/designs/___external.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 7518, styles/designs/___external.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 7522, styles/designs/___external.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 7527, styles/designs/___external.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 7534, styles/designs/___external.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 7539, styles/designs/___external.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 7544, styles/designs/___external.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 7550, styles/designs/___external.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 7554, styles/designs/___external.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 7559, styles/designs/___external.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 7566, styles/designs/___external.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 7571, styles/designs/___external.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 7576, styles/designs/___external.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 7582, styles/designs/___external.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 7586, styles/designs/___external.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 7591, styles/designs/___external.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 7598, styles/designs/___external.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 7603, styles/designs/___external.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 7608, styles/designs/___external.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 7614, styles/designs/___external.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 7618, styles/designs/___external.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 7623, styles/designs/___external.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 7630, styles/designs/___external.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 7635, styles/designs/___external.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 7640, styles/designs/___external.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 7646, styles/designs/___external.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 7650, styles/designs/___external.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 7655, styles/designs/___external.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 7662, styles/designs/___external.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 7667, styles/designs/___external.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 7672, styles/designs/___external.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 7678, styles/designs/___external.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 7682, styles/designs/___external.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 7687, styles/designs/___external.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 7694, styles/designs/___external.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 7699, styles/designs/___external.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 7705, styles/designs/___external.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 7710, styles/designs/___external.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 7715, styles/designs/___external.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 7720, styles/designs/___external.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 7727, styles/designs/___external.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 7734, styles/designs/___external.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 7739, styles/designs/___external.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 7743, styles/designs/___external.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 7749, styles/designs/___external.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7754, styles/designs/___external.scss */
  .fade {
    transition: none;
  }
}
/* line 7759, styles/designs/___external.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 7763, styles/designs/___external.scss */
.collapse:not(.show) {
  display: none;
}

/* line 7767, styles/designs/___external.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7775, styles/designs/___external.scss */
  .collapsing {
    transition: none;
  }
}
/* line 7780, styles/designs/___external.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 7787, styles/designs/___external.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 7791, styles/designs/___external.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 7802, styles/designs/___external.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 7806, styles/designs/___external.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 7826, styles/designs/___external.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 7831, styles/designs/___external.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 7837, styles/designs/___external.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 7841, styles/designs/___external.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 7848, styles/designs/___external.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 7852, styles/designs/___external.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 7859, styles/designs/___external.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 7863, styles/designs/___external.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 7870, styles/designs/___external.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 7874, styles/designs/___external.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 7880, styles/designs/___external.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 7887, styles/designs/___external.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 7898, styles/designs/___external.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 7902, styles/designs/___external.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 7910, styles/designs/___external.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 7921, styles/designs/___external.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 7925, styles/designs/___external.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 7929, styles/designs/___external.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 7937, styles/designs/___external.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 7944, styles/designs/___external.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 7948, styles/designs/___external.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 7958, styles/designs/___external.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 7962, styles/designs/___external.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 7966, styles/designs/___external.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 7971, styles/designs/___external.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 7978, styles/designs/___external.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 7991, styles/designs/___external.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 7997, styles/designs/___external.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 8003, styles/designs/___external.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 8009, styles/designs/___external.scss */
.dropdown-menu.show {
  display: block;
}

/* line 8013, styles/designs/___external.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 8022, styles/designs/___external.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 8028, styles/designs/___external.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8036, styles/designs/___external.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 8043, styles/designs/___external.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 8048, styles/designs/___external.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 8055, styles/designs/___external.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 8064, styles/designs/___external.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 8068, styles/designs/___external.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 8073, styles/designs/___external.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8079, styles/designs/___external.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8085, styles/designs/___external.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 8090, styles/designs/___external.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 8096, styles/designs/___external.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 8100, styles/designs/___external.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 8105, styles/designs/___external.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 8110, styles/designs/___external.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 8119, styles/designs/___external.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 8124, styles/designs/___external.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 8129, styles/designs/___external.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8135, styles/designs/___external.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 8141, styles/designs/___external.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 8146, styles/designs/___external.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 8155, styles/designs/___external.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 8166, styles/designs/___external.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 8177, styles/designs/___external.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 8192, styles/designs/___external.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 8198, styles/designs/___external.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 8202, styles/designs/___external.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8208, styles/designs/___external.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8214, styles/designs/___external.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 8221, styles/designs/___external.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8227, styles/designs/___external.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8232, styles/designs/___external.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 8238, styles/designs/___external.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 8244, styles/designs/___external.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 8249, styles/designs/___external.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 8260, styles/designs/___external.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 8264, styles/designs/___external.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 8268, styles/designs/___external.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 8286, styles/designs/___external.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 8291, styles/designs/___external.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 8296, styles/designs/___external.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 8308, styles/designs/___external.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 8313, styles/designs/___external.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 8325, styles/designs/___external.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 8330, styles/designs/___external.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8340, styles/designs/___external.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8350, styles/designs/___external.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 8357, styles/designs/___external.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 8363, styles/designs/___external.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 8372, styles/designs/___external.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 8378, styles/designs/___external.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8382, styles/designs/___external.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 8386, styles/designs/___external.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 8392, styles/designs/___external.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 8396, styles/designs/___external.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 8400, styles/designs/___external.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 8406, styles/designs/___external.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 8419, styles/designs/___external.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 8430, styles/designs/___external.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 8434, styles/designs/___external.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 8438, styles/designs/___external.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 8443, styles/designs/___external.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 8447, styles/designs/___external.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 8451, styles/designs/___external.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 8455, styles/designs/___external.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 8459, styles/designs/___external.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 8463, styles/designs/___external.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 8467, styles/designs/___external.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 8471, styles/designs/___external.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 8478, styles/designs/___external.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8491, styles/designs/___external.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 8496, styles/designs/___external.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 8502, styles/designs/___external.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 8506, styles/designs/___external.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 8524, styles/designs/___external.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8530, styles/designs/___external.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 8535, styles/designs/___external.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 8541, styles/designs/___external.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 8546, styles/designs/___external.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 8550, styles/designs/___external.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 8555, styles/designs/___external.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 8563, styles/designs/___external.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 8571, styles/designs/___external.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 8579, styles/designs/___external.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 8588, styles/designs/___external.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8593, styles/designs/___external.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 8598, styles/designs/___external.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 8602, styles/designs/___external.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 8606, styles/designs/___external.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 8622, styles/designs/___external.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 8639, styles/designs/___external.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 8649, styles/designs/___external.scss */
.custom-range:focus {
  outline: none;
}

/* line 8653, styles/designs/___external.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8657, styles/designs/___external.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8661, styles/designs/___external.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 8665, styles/designs/___external.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 8669, styles/designs/___external.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8683, styles/designs/___external.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 8689, styles/designs/___external.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 8693, styles/designs/___external.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 8703, styles/designs/___external.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8716, styles/designs/___external.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
/* line 8722, styles/designs/___external.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 8726, styles/designs/___external.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 8736, styles/designs/___external.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8751, styles/designs/___external.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
/* line 8757, styles/designs/___external.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 8761, styles/designs/___external.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 8771, styles/designs/___external.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 8776, styles/designs/___external.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 8782, styles/designs/___external.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 8786, styles/designs/___external.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 8790, styles/designs/___external.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 8794, styles/designs/___external.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 8798, styles/designs/___external.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 8802, styles/designs/___external.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8809, styles/designs/___external.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 8816, styles/designs/___external.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 8826, styles/designs/___external.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 8831, styles/designs/___external.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 8835, styles/designs/___external.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 8841, styles/designs/___external.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 8845, styles/designs/___external.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 8849, styles/designs/___external.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 8855, styles/designs/___external.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 8859, styles/designs/___external.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 8865, styles/designs/___external.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 8872, styles/designs/___external.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 8878, styles/designs/___external.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 8882, styles/designs/___external.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 8888, styles/designs/___external.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 8894, styles/designs/___external.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 8902, styles/designs/___external.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 8906, styles/designs/___external.scss */
.tab-content > .active {
  display: block;
}

/* line 8910, styles/designs/___external.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 8923, styles/designs/___external.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 8935, styles/designs/___external.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 8945, styles/designs/___external.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 8949, styles/designs/___external.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 8959, styles/designs/___external.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 8964, styles/designs/___external.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 8969, styles/designs/___external.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 8975, styles/designs/___external.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 8984, styles/designs/___external.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 8993, styles/designs/___external.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 8997, styles/designs/___external.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 9008, styles/designs/___external.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 9016, styles/designs/___external.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9022, styles/designs/___external.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9026, styles/designs/___external.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9029, styles/designs/___external.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 9033, styles/designs/___external.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9038, styles/designs/___external.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9044, styles/designs/___external.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 9050, styles/designs/___external.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 9058, styles/designs/___external.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9064, styles/designs/___external.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9068, styles/designs/___external.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9071, styles/designs/___external.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 9075, styles/designs/___external.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9080, styles/designs/___external.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9086, styles/designs/___external.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 9092, styles/designs/___external.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 9100, styles/designs/___external.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9106, styles/designs/___external.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9110, styles/designs/___external.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9113, styles/designs/___external.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 9117, styles/designs/___external.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9122, styles/designs/___external.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9128, styles/designs/___external.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 9134, styles/designs/___external.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 9142, styles/designs/___external.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9148, styles/designs/___external.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9152, styles/designs/___external.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9155, styles/designs/___external.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 9159, styles/designs/___external.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9164, styles/designs/___external.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9170, styles/designs/___external.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 9175, styles/designs/___external.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 9182, styles/designs/___external.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 9188, styles/designs/___external.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 9193, styles/designs/___external.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 9197, styles/designs/___external.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 9202, styles/designs/___external.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 9208, styles/designs/___external.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 9215, styles/designs/___external.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 9219, styles/designs/___external.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9223, styles/designs/___external.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9227, styles/designs/___external.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 9231, styles/designs/___external.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 9235, styles/designs/___external.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 9239, styles/designs/___external.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9246, styles/designs/___external.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9251, styles/designs/___external.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 9255, styles/designs/___external.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 9259, styles/designs/___external.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9263, styles/designs/___external.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9267, styles/designs/___external.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 9271, styles/designs/___external.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 9275, styles/designs/___external.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9279, styles/designs/___external.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 9283, styles/designs/___external.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 9287, styles/designs/___external.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 9294, styles/designs/___external.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 9299, styles/designs/___external.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 9303, styles/designs/___external.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9307, styles/designs/___external.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 9311, styles/designs/___external.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 9315, styles/designs/___external.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 9329, styles/designs/___external.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 9334, styles/designs/___external.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 9339, styles/designs/___external.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 9344, styles/designs/___external.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 9351, styles/designs/___external.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 9355, styles/designs/___external.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 9360, styles/designs/___external.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 9364, styles/designs/___external.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 9368, styles/designs/___external.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 9372, styles/designs/___external.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9379, styles/designs/___external.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 9383, styles/designs/___external.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 9387, styles/designs/___external.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9393, styles/designs/___external.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 9397, styles/designs/___external.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 9404, styles/designs/___external.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 9409, styles/designs/___external.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 9418, styles/designs/___external.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 9426, styles/designs/___external.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 9432, styles/designs/___external.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 9438, styles/designs/___external.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 9443, styles/designs/___external.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 9451, styles/designs/___external.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 9460, styles/designs/___external.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 9465, styles/designs/___external.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 9471, styles/designs/___external.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 9476, styles/designs/___external.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 9480, styles/designs/___external.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 9484, styles/designs/___external.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 9488, styles/designs/___external.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 9492, styles/designs/___external.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 9496, styles/designs/___external.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 9500, styles/designs/___external.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* line 9506, styles/designs/___external.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 9511, styles/designs/___external.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 9521, styles/designs/___external.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 9527, styles/designs/___external.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 9531, styles/designs/___external.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9537, styles/designs/___external.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 9542, styles/designs/___external.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 9547, styles/designs/___external.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 9559, styles/designs/___external.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 9563, styles/designs/___external.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 9570, styles/designs/___external.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 9574, styles/designs/___external.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 9578, styles/designs/___external.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 9582, styles/designs/___external.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 9590, styles/designs/___external.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 9601, styles/designs/___external.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 9609, styles/designs/___external.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9615, styles/designs/___external.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 9621, styles/designs/___external.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 9626, styles/designs/___external.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9633, styles/designs/___external.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 9641, styles/designs/___external.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 9647, styles/designs/___external.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 9652, styles/designs/___external.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 9657, styles/designs/___external.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 9663, styles/designs/___external.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 9668, styles/designs/___external.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 9673, styles/designs/___external.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9687, styles/designs/___external.scss */
  .badge {
    transition: none;
  }
}
/* line 9692, styles/designs/___external.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 9696, styles/designs/___external.scss */
.badge:empty {
  display: none;
}

/* line 9700, styles/designs/___external.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 9705, styles/designs/___external.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 9711, styles/designs/___external.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 9716, styles/designs/___external.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 9721, styles/designs/___external.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 9726, styles/designs/___external.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 9731, styles/designs/___external.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 9736, styles/designs/___external.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 9741, styles/designs/___external.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 9746, styles/designs/___external.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 9751, styles/designs/___external.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 9756, styles/designs/___external.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 9761, styles/designs/___external.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 9766, styles/designs/___external.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 9771, styles/designs/___external.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 9776, styles/designs/___external.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 9781, styles/designs/___external.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 9786, styles/designs/___external.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 9791, styles/designs/___external.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 9796, styles/designs/___external.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 9801, styles/designs/___external.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 9806, styles/designs/___external.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 9811, styles/designs/___external.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 9816, styles/designs/___external.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 9821, styles/designs/___external.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 9826, styles/designs/___external.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 9831, styles/designs/___external.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 9839, styles/designs/___external.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 9844, styles/designs/___external.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 9850, styles/designs/___external.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 9858, styles/designs/___external.scss */
.alert-heading {
  color: inherit;
}

/* line 9862, styles/designs/___external.scss */
.alert-link {
  font-weight: 700;
}

/* line 9866, styles/designs/___external.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 9870, styles/designs/___external.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 9878, styles/designs/___external.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 9884, styles/designs/___external.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 9888, styles/designs/___external.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 9892, styles/designs/___external.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 9898, styles/designs/___external.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 9902, styles/designs/___external.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 9906, styles/designs/___external.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 9912, styles/designs/___external.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 9916, styles/designs/___external.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 9920, styles/designs/___external.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 9926, styles/designs/___external.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 9930, styles/designs/___external.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 9934, styles/designs/___external.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 9940, styles/designs/___external.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 9944, styles/designs/___external.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 9948, styles/designs/___external.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 9954, styles/designs/___external.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 9958, styles/designs/___external.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 9962, styles/designs/___external.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 9968, styles/designs/___external.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 9972, styles/designs/___external.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 9976, styles/designs/___external.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 9982, styles/designs/___external.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 9986, styles/designs/___external.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 10008, styles/designs/___external.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 10018, styles/designs/___external.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10034, styles/designs/___external.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 10039, styles/designs/___external.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 10044, styles/designs/___external.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10050, styles/designs/___external.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
/* line 10056, styles/designs/___external.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 10063, styles/designs/___external.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 10068, styles/designs/___external.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 10077, styles/designs/___external.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 10083, styles/designs/___external.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 10090, styles/designs/___external.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 10095, styles/designs/___external.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 10103, styles/designs/___external.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 10108, styles/designs/___external.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 10113, styles/designs/___external.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 10119, styles/designs/___external.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 10126, styles/designs/___external.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 10130, styles/designs/___external.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 10135, styles/designs/___external.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 10140, styles/designs/___external.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 10145, styles/designs/___external.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 10150, styles/designs/___external.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 10154, styles/designs/___external.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 10159, styles/designs/___external.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 10165, styles/designs/___external.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 10169, styles/designs/___external.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 10173, styles/designs/___external.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 10177, styles/designs/___external.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  /* line 10180, styles/designs/___external.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 10184, styles/designs/___external.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  /* line 10191, styles/designs/___external.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 10195, styles/designs/___external.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 10199, styles/designs/___external.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 10203, styles/designs/___external.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  /* line 10206, styles/designs/___external.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 10210, styles/designs/___external.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  /* line 10217, styles/designs/___external.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 10221, styles/designs/___external.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 10225, styles/designs/___external.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 10229, styles/designs/___external.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  /* line 10232, styles/designs/___external.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 10236, styles/designs/___external.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  /* line 10243, styles/designs/___external.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 10247, styles/designs/___external.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 10251, styles/designs/___external.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 10255, styles/designs/___external.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  /* line 10258, styles/designs/___external.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 10262, styles/designs/___external.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* line 10268, styles/designs/___external.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 10274, styles/designs/___external.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 10278, styles/designs/___external.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 10282, styles/designs/___external.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 10287, styles/designs/___external.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 10292, styles/designs/___external.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 10298, styles/designs/___external.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 10303, styles/designs/___external.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 10308, styles/designs/___external.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 10314, styles/designs/___external.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 10319, styles/designs/___external.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 10324, styles/designs/___external.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 10330, styles/designs/___external.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 10335, styles/designs/___external.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 10340, styles/designs/___external.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 10346, styles/designs/___external.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 10351, styles/designs/___external.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 10356, styles/designs/___external.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 10362, styles/designs/___external.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 10367, styles/designs/___external.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 10372, styles/designs/___external.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 10378, styles/designs/___external.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 10383, styles/designs/___external.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 10388, styles/designs/___external.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 10394, styles/designs/___external.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 10399, styles/designs/___external.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 10404, styles/designs/___external.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 10410, styles/designs/___external.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 10420, styles/designs/___external.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 10425, styles/designs/___external.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 10429, styles/designs/___external.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 10438, styles/designs/___external.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 10442, styles/designs/___external.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 10456, styles/designs/___external.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 10460, styles/designs/___external.scss */
.toast.showing {
  opacity: 1;
}

/* line 10464, styles/designs/___external.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 10469, styles/designs/___external.scss */
.toast.hide {
  display: none;
}

/* line 10473, styles/designs/___external.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 10485, styles/designs/___external.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 10489, styles/designs/___external.scss */
.modal-open {
  overflow: hidden;
}

/* line 10493, styles/designs/___external.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 10498, styles/designs/___external.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 10510, styles/designs/___external.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 10517, styles/designs/___external.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 10526, styles/designs/___external.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 10531, styles/designs/___external.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 10536, styles/designs/___external.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 10541, styles/designs/___external.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 10547, styles/designs/___external.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 10552, styles/designs/___external.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 10558, styles/designs/___external.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 10562, styles/designs/___external.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 10570, styles/designs/___external.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 10576, styles/designs/___external.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 10584, styles/designs/___external.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 10588, styles/designs/___external.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 10592, styles/designs/___external.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 10607, styles/designs/___external.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 10617, styles/designs/___external.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 10621, styles/designs/___external.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 10625, styles/designs/___external.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 10638, styles/designs/___external.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 10643, styles/designs/___external.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 10648, styles/designs/___external.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 10655, styles/designs/___external.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 10670, styles/designs/___external.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 10674, styles/designs/___external.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 10683, styles/designs/___external.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 10687, styles/designs/___external.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 10690, styles/designs/___external.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 10693, styles/designs/___external.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 10696, styles/designs/___external.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 10699, styles/designs/___external.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 10705, styles/designs/___external.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 10712, styles/designs/___external.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 10717, styles/designs/___external.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 10741, styles/designs/___external.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 10745, styles/designs/___external.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 10752, styles/designs/___external.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 10759, styles/designs/___external.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 10763, styles/designs/___external.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 10767, styles/designs/___external.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 10773, styles/designs/___external.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 10777, styles/designs/___external.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 10783, styles/designs/___external.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 10789, styles/designs/___external.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 10793, styles/designs/___external.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 10797, styles/designs/___external.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 10803, styles/designs/___external.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 10807, styles/designs/___external.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 10813, styles/designs/___external.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 10819, styles/designs/___external.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 10828, styles/designs/___external.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 10857, styles/designs/___external.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 10865, styles/designs/___external.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 10873, styles/designs/___external.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 10877, styles/designs/___external.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 10881, styles/designs/___external.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 10887, styles/designs/___external.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 10893, styles/designs/___external.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 10897, styles/designs/___external.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 10904, styles/designs/___external.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 10910, styles/designs/___external.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 10916, styles/designs/___external.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 10920, styles/designs/___external.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 10924, styles/designs/___external.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 10930, styles/designs/___external.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 10936, styles/designs/___external.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 10947, styles/designs/___external.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 10951, styles/designs/___external.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 10958, styles/designs/___external.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 10964, styles/designs/___external.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 10970, styles/designs/___external.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 10980, styles/designs/___external.scss */
.popover-header:empty {
  display: none;
}

/* line 10984, styles/designs/___external.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 10989, styles/designs/___external.scss */
.carousel {
  position: relative;
}

/* line 10993, styles/designs/___external.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 10998, styles/designs/___external.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 11004, styles/designs/___external.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11010, styles/designs/___external.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11024, styles/designs/___external.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 11029, styles/designs/___external.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 11035, styles/designs/___external.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 11041, styles/designs/___external.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 11047, styles/designs/___external.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 11054, styles/designs/___external.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 11061, styles/designs/___external.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11069, styles/designs/___external.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
/* line 11075, styles/designs/___external.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11095, styles/designs/___external.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 11101, styles/designs/___external.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 11110, styles/designs/___external.scss */
.carousel-control-prev {
  left: 0;
}

/* line 11114, styles/designs/___external.scss */
.carousel-control-next {
  right: 0;
}

/* line 11118, styles/designs/___external.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 11126, styles/designs/___external.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 11130, styles/designs/___external.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 11134, styles/designs/___external.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 11150, styles/designs/___external.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11169, styles/designs/___external.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 11174, styles/designs/___external.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 11178, styles/designs/___external.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 11204, styles/designs/___external.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 11216, styles/designs/___external.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* line 11242, styles/designs/___external.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 11254, styles/designs/___external.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 11259, styles/designs/___external.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 11263, styles/designs/___external.scss */
.align-top {
  vertical-align: top !important;
}

/* line 11267, styles/designs/___external.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 11271, styles/designs/___external.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 11275, styles/designs/___external.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 11279, styles/designs/___external.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 11283, styles/designs/___external.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 11287, styles/designs/___external.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 11293, styles/designs/___external.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 11297, styles/designs/___external.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 11303, styles/designs/___external.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 11307, styles/designs/___external.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 11313, styles/designs/___external.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 11317, styles/designs/___external.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 11323, styles/designs/___external.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 11327, styles/designs/___external.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 11333, styles/designs/___external.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 11337, styles/designs/___external.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 11343, styles/designs/___external.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 11347, styles/designs/___external.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 11353, styles/designs/___external.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 11357, styles/designs/___external.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 11363, styles/designs/___external.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 11367, styles/designs/___external.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 11371, styles/designs/___external.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 11375, styles/designs/___external.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 11379, styles/designs/___external.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 11383, styles/designs/___external.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11387, styles/designs/___external.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 11391, styles/designs/___external.scss */
.border-0 {
  border: 0 !important;
}

/* line 11395, styles/designs/___external.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 11399, styles/designs/___external.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 11403, styles/designs/___external.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 11407, styles/designs/___external.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 11411, styles/designs/___external.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 11415, styles/designs/___external.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 11419, styles/designs/___external.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 11423, styles/designs/___external.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 11427, styles/designs/___external.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 11431, styles/designs/___external.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 11435, styles/designs/___external.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 11439, styles/designs/___external.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 11443, styles/designs/___external.scss */
.border-white {
  border-color: #fff !important;
}

/* line 11447, styles/designs/___external.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 11451, styles/designs/___external.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 11455, styles/designs/___external.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 11460, styles/designs/___external.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 11465, styles/designs/___external.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 11470, styles/designs/___external.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 11475, styles/designs/___external.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 11479, styles/designs/___external.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 11483, styles/designs/___external.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 11487, styles/designs/___external.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 11491, styles/designs/___external.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11497, styles/designs/___external.scss */
.d-none {
  display: none !important;
}

/* line 11501, styles/designs/___external.scss */
.d-inline {
  display: inline !important;
}

/* line 11505, styles/designs/___external.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 11509, styles/designs/___external.scss */
.d-block {
  display: block !important;
}

/* line 11513, styles/designs/___external.scss */
.d-table {
  display: table !important;
}

/* line 11517, styles/designs/___external.scss */
.d-table-row {
  display: table-row !important;
}

/* line 11521, styles/designs/___external.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 11525, styles/designs/___external.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 11530, styles/designs/___external.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11536, styles/designs/___external.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 11539, styles/designs/___external.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 11542, styles/designs/___external.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 11545, styles/designs/___external.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 11548, styles/designs/___external.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 11551, styles/designs/___external.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 11554, styles/designs/___external.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 11557, styles/designs/___external.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 11561, styles/designs/___external.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11568, styles/designs/___external.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 11571, styles/designs/___external.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 11574, styles/designs/___external.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 11577, styles/designs/___external.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 11580, styles/designs/___external.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 11583, styles/designs/___external.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 11586, styles/designs/___external.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 11589, styles/designs/___external.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 11593, styles/designs/___external.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11600, styles/designs/___external.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 11603, styles/designs/___external.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 11606, styles/designs/___external.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 11609, styles/designs/___external.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 11612, styles/designs/___external.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 11615, styles/designs/___external.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 11618, styles/designs/___external.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 11621, styles/designs/___external.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 11625, styles/designs/___external.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11632, styles/designs/___external.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 11635, styles/designs/___external.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 11638, styles/designs/___external.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 11641, styles/designs/___external.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 11644, styles/designs/___external.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 11647, styles/designs/___external.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 11650, styles/designs/___external.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 11653, styles/designs/___external.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 11657, styles/designs/___external.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 11664, styles/designs/___external.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 11667, styles/designs/___external.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 11670, styles/designs/___external.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 11673, styles/designs/___external.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 11676, styles/designs/___external.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 11679, styles/designs/___external.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 11682, styles/designs/___external.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 11685, styles/designs/___external.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 11689, styles/designs/___external.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 11695, styles/designs/___external.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 11703, styles/designs/___external.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 11708, styles/designs/___external.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 11722, styles/designs/___external.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 11726, styles/designs/___external.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 11730, styles/designs/___external.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 11734, styles/designs/___external.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11738, styles/designs/___external.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 11743, styles/designs/___external.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 11748, styles/designs/___external.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 11753, styles/designs/___external.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 11758, styles/designs/___external.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 11763, styles/designs/___external.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 11768, styles/designs/___external.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 11773, styles/designs/___external.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 11778, styles/designs/___external.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 11783, styles/designs/___external.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 11788, styles/designs/___external.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 11793, styles/designs/___external.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 11798, styles/designs/___external.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 11803, styles/designs/___external.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 11808, styles/designs/___external.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 11813, styles/designs/___external.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 11818, styles/designs/___external.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 11823, styles/designs/___external.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 11828, styles/designs/___external.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 11833, styles/designs/___external.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 11838, styles/designs/___external.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 11843, styles/designs/___external.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 11848, styles/designs/___external.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 11853, styles/designs/___external.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 11858, styles/designs/___external.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 11863, styles/designs/___external.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 11868, styles/designs/___external.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 11873, styles/designs/___external.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 11878, styles/designs/___external.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 11883, styles/designs/___external.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 11888, styles/designs/___external.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 11893, styles/designs/___external.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 11898, styles/designs/___external.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 11903, styles/designs/___external.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11909, styles/designs/___external.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 11913, styles/designs/___external.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 11917, styles/designs/___external.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 11921, styles/designs/___external.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 11925, styles/designs/___external.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 11929, styles/designs/___external.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 11933, styles/designs/___external.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 11937, styles/designs/___external.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 11941, styles/designs/___external.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 11945, styles/designs/___external.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 11949, styles/designs/___external.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 11953, styles/designs/___external.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 11957, styles/designs/___external.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 11961, styles/designs/___external.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 11965, styles/designs/___external.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 11969, styles/designs/___external.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 11973, styles/designs/___external.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 11977, styles/designs/___external.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 11981, styles/designs/___external.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 11985, styles/designs/___external.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 11989, styles/designs/___external.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 11993, styles/designs/___external.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 11997, styles/designs/___external.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 12001, styles/designs/___external.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 12005, styles/designs/___external.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 12009, styles/designs/___external.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 12013, styles/designs/___external.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 12017, styles/designs/___external.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 12021, styles/designs/___external.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 12025, styles/designs/___external.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 12029, styles/designs/___external.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 12033, styles/designs/___external.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 12037, styles/designs/___external.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 12041, styles/designs/___external.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 12048, styles/designs/___external.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 12052, styles/designs/___external.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 12056, styles/designs/___external.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 12060, styles/designs/___external.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 12064, styles/designs/___external.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 12068, styles/designs/___external.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 12072, styles/designs/___external.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 12076, styles/designs/___external.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 12080, styles/designs/___external.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 12084, styles/designs/___external.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 12088, styles/designs/___external.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 12092, styles/designs/___external.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 12096, styles/designs/___external.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 12100, styles/designs/___external.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 12104, styles/designs/___external.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 12108, styles/designs/___external.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 12112, styles/designs/___external.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 12116, styles/designs/___external.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 12120, styles/designs/___external.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 12124, styles/designs/___external.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 12128, styles/designs/___external.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 12132, styles/designs/___external.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 12136, styles/designs/___external.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 12140, styles/designs/___external.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 12144, styles/designs/___external.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 12148, styles/designs/___external.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 12152, styles/designs/___external.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 12156, styles/designs/___external.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 12160, styles/designs/___external.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 12164, styles/designs/___external.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 12168, styles/designs/___external.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 12172, styles/designs/___external.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 12176, styles/designs/___external.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 12180, styles/designs/___external.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 12187, styles/designs/___external.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 12191, styles/designs/___external.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 12195, styles/designs/___external.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 12199, styles/designs/___external.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 12203, styles/designs/___external.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 12207, styles/designs/___external.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 12211, styles/designs/___external.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 12215, styles/designs/___external.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 12219, styles/designs/___external.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 12223, styles/designs/___external.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 12227, styles/designs/___external.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 12231, styles/designs/___external.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 12235, styles/designs/___external.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 12239, styles/designs/___external.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 12243, styles/designs/___external.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 12247, styles/designs/___external.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 12251, styles/designs/___external.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 12255, styles/designs/___external.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 12259, styles/designs/___external.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 12263, styles/designs/___external.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 12267, styles/designs/___external.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 12271, styles/designs/___external.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 12275, styles/designs/___external.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 12279, styles/designs/___external.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 12283, styles/designs/___external.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 12287, styles/designs/___external.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 12291, styles/designs/___external.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 12295, styles/designs/___external.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 12299, styles/designs/___external.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 12303, styles/designs/___external.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 12307, styles/designs/___external.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 12311, styles/designs/___external.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 12315, styles/designs/___external.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 12319, styles/designs/___external.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 12326, styles/designs/___external.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 12330, styles/designs/___external.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 12334, styles/designs/___external.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 12338, styles/designs/___external.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 12342, styles/designs/___external.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 12346, styles/designs/___external.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 12350, styles/designs/___external.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 12354, styles/designs/___external.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 12358, styles/designs/___external.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 12362, styles/designs/___external.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 12366, styles/designs/___external.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 12370, styles/designs/___external.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 12374, styles/designs/___external.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 12378, styles/designs/___external.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 12382, styles/designs/___external.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 12386, styles/designs/___external.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 12390, styles/designs/___external.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 12394, styles/designs/___external.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 12398, styles/designs/___external.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 12402, styles/designs/___external.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 12406, styles/designs/___external.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 12410, styles/designs/___external.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 12414, styles/designs/___external.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 12418, styles/designs/___external.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 12422, styles/designs/___external.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 12426, styles/designs/___external.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 12430, styles/designs/___external.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 12434, styles/designs/___external.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 12438, styles/designs/___external.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 12442, styles/designs/___external.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 12446, styles/designs/___external.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 12450, styles/designs/___external.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 12454, styles/designs/___external.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 12458, styles/designs/___external.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 12464, styles/designs/___external.scss */
.float-left {
  float: left !important;
}

/* line 12468, styles/designs/___external.scss */
.float-right {
  float: right !important;
}

/* line 12472, styles/designs/___external.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 12477, styles/designs/___external.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 12480, styles/designs/___external.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 12483, styles/designs/___external.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 12489, styles/designs/___external.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 12492, styles/designs/___external.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 12495, styles/designs/___external.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 12501, styles/designs/___external.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 12504, styles/designs/___external.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 12507, styles/designs/___external.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 12513, styles/designs/___external.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 12516, styles/designs/___external.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 12519, styles/designs/___external.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 12524, styles/designs/___external.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 12528, styles/designs/___external.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 12532, styles/designs/___external.scss */
.position-static {
  position: static !important;
}

/* line 12536, styles/designs/___external.scss */
.position-relative {
  position: relative !important;
}

/* line 12540, styles/designs/___external.scss */
.position-absolute {
  position: absolute !important;
}

/* line 12544, styles/designs/___external.scss */
.position-fixed {
  position: fixed !important;
}

/* line 12548, styles/designs/___external.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 12553, styles/designs/___external.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 12561, styles/designs/___external.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 12570, styles/designs/___external.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 12578, styles/designs/___external.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 12590, styles/designs/___external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 12599, styles/designs/___external.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 12603, styles/designs/___external.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 12607, styles/designs/___external.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 12611, styles/designs/___external.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 12615, styles/designs/___external.scss */
.w-25 {
  width: 25% !important;
}

/* line 12619, styles/designs/___external.scss */
.w-50 {
  width: 50% !important;
}

/* line 12623, styles/designs/___external.scss */
.w-75 {
  width: 75% !important;
}

/* line 12627, styles/designs/___external.scss */
.w-100 {
  width: 100% !important;
}

/* line 12631, styles/designs/___external.scss */
.w-auto {
  width: auto !important;
}

/* line 12635, styles/designs/___external.scss */
.h-25 {
  height: 25% !important;
}

/* line 12639, styles/designs/___external.scss */
.h-50 {
  height: 50% !important;
}

/* line 12643, styles/designs/___external.scss */
.h-75 {
  height: 75% !important;
}

/* line 12647, styles/designs/___external.scss */
.h-100 {
  height: 100% !important;
}

/* line 12651, styles/designs/___external.scss */
.h-auto {
  height: auto !important;
}

/* line 12655, styles/designs/___external.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12659, styles/designs/___external.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12663, styles/designs/___external.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 12667, styles/designs/___external.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 12671, styles/designs/___external.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 12675, styles/designs/___external.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 12679, styles/designs/___external.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 12691, styles/designs/___external.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12695, styles/designs/___external.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 12700, styles/designs/___external.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 12705, styles/designs/___external.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 12710, styles/designs/___external.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12715, styles/designs/___external.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12719, styles/designs/___external.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 12724, styles/designs/___external.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 12729, styles/designs/___external.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 12734, styles/designs/___external.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12739, styles/designs/___external.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12743, styles/designs/___external.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 12748, styles/designs/___external.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 12753, styles/designs/___external.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 12758, styles/designs/___external.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12763, styles/designs/___external.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12767, styles/designs/___external.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 12772, styles/designs/___external.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 12777, styles/designs/___external.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 12782, styles/designs/___external.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12787, styles/designs/___external.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12791, styles/designs/___external.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 12796, styles/designs/___external.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 12801, styles/designs/___external.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 12806, styles/designs/___external.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12811, styles/designs/___external.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12815, styles/designs/___external.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 12820, styles/designs/___external.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 12825, styles/designs/___external.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 12830, styles/designs/___external.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12835, styles/designs/___external.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12839, styles/designs/___external.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 12844, styles/designs/___external.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 12849, styles/designs/___external.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 12854, styles/designs/___external.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12859, styles/designs/___external.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12863, styles/designs/___external.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 12868, styles/designs/___external.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 12873, styles/designs/___external.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 12878, styles/designs/___external.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12883, styles/designs/___external.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12887, styles/designs/___external.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 12892, styles/designs/___external.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 12897, styles/designs/___external.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 12902, styles/designs/___external.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12907, styles/designs/___external.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12911, styles/designs/___external.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 12916, styles/designs/___external.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 12921, styles/designs/___external.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 12926, styles/designs/___external.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12931, styles/designs/___external.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12935, styles/designs/___external.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 12940, styles/designs/___external.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 12945, styles/designs/___external.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 12950, styles/designs/___external.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12955, styles/designs/___external.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12959, styles/designs/___external.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 12964, styles/designs/___external.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 12969, styles/designs/___external.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 12974, styles/designs/___external.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 12979, styles/designs/___external.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 12983, styles/designs/___external.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 12988, styles/designs/___external.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 12993, styles/designs/___external.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 12998, styles/designs/___external.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 13003, styles/designs/___external.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 13007, styles/designs/___external.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 13012, styles/designs/___external.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 13017, styles/designs/___external.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 13022, styles/designs/___external.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 13027, styles/designs/___external.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 13031, styles/designs/___external.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 13036, styles/designs/___external.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 13041, styles/designs/___external.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 13046, styles/designs/___external.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 13051, styles/designs/___external.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 13055, styles/designs/___external.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 13060, styles/designs/___external.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 13065, styles/designs/___external.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 13070, styles/designs/___external.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 13075, styles/designs/___external.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 13079, styles/designs/___external.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 13084, styles/designs/___external.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 13089, styles/designs/___external.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 13094, styles/designs/___external.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 13099, styles/designs/___external.scss */
.m-auto {
  margin: auto !important;
}

/* line 13103, styles/designs/___external.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 13108, styles/designs/___external.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 13113, styles/designs/___external.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 13118, styles/designs/___external.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 13124, styles/designs/___external.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13127, styles/designs/___external.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 13131, styles/designs/___external.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 13135, styles/designs/___external.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 13139, styles/designs/___external.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 13143, styles/designs/___external.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13146, styles/designs/___external.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 13150, styles/designs/___external.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13154, styles/designs/___external.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 13158, styles/designs/___external.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 13162, styles/designs/___external.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13165, styles/designs/___external.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 13169, styles/designs/___external.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13173, styles/designs/___external.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 13177, styles/designs/___external.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 13181, styles/designs/___external.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13184, styles/designs/___external.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 13188, styles/designs/___external.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 13192, styles/designs/___external.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 13196, styles/designs/___external.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 13200, styles/designs/___external.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13203, styles/designs/___external.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 13207, styles/designs/___external.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13211, styles/designs/___external.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 13215, styles/designs/___external.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 13219, styles/designs/___external.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13222, styles/designs/___external.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 13226, styles/designs/___external.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 13230, styles/designs/___external.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 13234, styles/designs/___external.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 13238, styles/designs/___external.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13241, styles/designs/___external.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 13245, styles/designs/___external.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 13249, styles/designs/___external.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 13253, styles/designs/___external.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 13257, styles/designs/___external.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13260, styles/designs/___external.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 13264, styles/designs/___external.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13268, styles/designs/___external.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 13272, styles/designs/___external.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 13276, styles/designs/___external.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13279, styles/designs/___external.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 13283, styles/designs/___external.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13287, styles/designs/___external.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 13291, styles/designs/___external.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 13295, styles/designs/___external.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13298, styles/designs/___external.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 13302, styles/designs/___external.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 13306, styles/designs/___external.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 13310, styles/designs/___external.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 13314, styles/designs/___external.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13317, styles/designs/___external.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 13321, styles/designs/___external.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13325, styles/designs/___external.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 13329, styles/designs/___external.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 13333, styles/designs/___external.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13336, styles/designs/___external.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 13340, styles/designs/___external.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 13344, styles/designs/___external.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 13348, styles/designs/___external.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 13352, styles/designs/___external.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 13355, styles/designs/___external.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 13359, styles/designs/___external.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 13363, styles/designs/___external.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 13367, styles/designs/___external.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 13371, styles/designs/___external.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 13374, styles/designs/___external.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 13378, styles/designs/___external.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 13382, styles/designs/___external.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 13386, styles/designs/___external.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 13390, styles/designs/___external.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 13393, styles/designs/___external.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 13397, styles/designs/___external.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 13401, styles/designs/___external.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 13405, styles/designs/___external.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 13409, styles/designs/___external.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 13412, styles/designs/___external.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 13416, styles/designs/___external.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 13420, styles/designs/___external.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 13424, styles/designs/___external.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 13428, styles/designs/___external.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 13431, styles/designs/___external.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 13435, styles/designs/___external.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 13439, styles/designs/___external.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 13443, styles/designs/___external.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 13447, styles/designs/___external.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 13450, styles/designs/___external.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 13454, styles/designs/___external.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 13458, styles/designs/___external.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 13462, styles/designs/___external.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 13469, styles/designs/___external.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13472, styles/designs/___external.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 13476, styles/designs/___external.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 13480, styles/designs/___external.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 13484, styles/designs/___external.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 13488, styles/designs/___external.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13491, styles/designs/___external.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 13495, styles/designs/___external.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13499, styles/designs/___external.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 13503, styles/designs/___external.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 13507, styles/designs/___external.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13510, styles/designs/___external.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 13514, styles/designs/___external.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13518, styles/designs/___external.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 13522, styles/designs/___external.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 13526, styles/designs/___external.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13529, styles/designs/___external.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 13533, styles/designs/___external.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 13537, styles/designs/___external.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 13541, styles/designs/___external.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 13545, styles/designs/___external.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13548, styles/designs/___external.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 13552, styles/designs/___external.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13556, styles/designs/___external.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 13560, styles/designs/___external.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 13564, styles/designs/___external.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13567, styles/designs/___external.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 13571, styles/designs/___external.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 13575, styles/designs/___external.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 13579, styles/designs/___external.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 13583, styles/designs/___external.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13586, styles/designs/___external.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 13590, styles/designs/___external.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 13594, styles/designs/___external.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 13598, styles/designs/___external.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 13602, styles/designs/___external.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13605, styles/designs/___external.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 13609, styles/designs/___external.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13613, styles/designs/___external.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 13617, styles/designs/___external.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 13621, styles/designs/___external.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13624, styles/designs/___external.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 13628, styles/designs/___external.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13632, styles/designs/___external.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 13636, styles/designs/___external.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 13640, styles/designs/___external.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13643, styles/designs/___external.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 13647, styles/designs/___external.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 13651, styles/designs/___external.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 13655, styles/designs/___external.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 13659, styles/designs/___external.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13662, styles/designs/___external.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 13666, styles/designs/___external.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 13670, styles/designs/___external.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 13674, styles/designs/___external.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 13678, styles/designs/___external.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13681, styles/designs/___external.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 13685, styles/designs/___external.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 13689, styles/designs/___external.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 13693, styles/designs/___external.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 13697, styles/designs/___external.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 13700, styles/designs/___external.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 13704, styles/designs/___external.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 13708, styles/designs/___external.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 13712, styles/designs/___external.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 13716, styles/designs/___external.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 13719, styles/designs/___external.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 13723, styles/designs/___external.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 13727, styles/designs/___external.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 13731, styles/designs/___external.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 13735, styles/designs/___external.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 13738, styles/designs/___external.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 13742, styles/designs/___external.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 13746, styles/designs/___external.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 13750, styles/designs/___external.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 13754, styles/designs/___external.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 13757, styles/designs/___external.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 13761, styles/designs/___external.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 13765, styles/designs/___external.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 13769, styles/designs/___external.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 13773, styles/designs/___external.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 13776, styles/designs/___external.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 13780, styles/designs/___external.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 13784, styles/designs/___external.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 13788, styles/designs/___external.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 13792, styles/designs/___external.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 13795, styles/designs/___external.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 13799, styles/designs/___external.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 13803, styles/designs/___external.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 13807, styles/designs/___external.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 13814, styles/designs/___external.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13817, styles/designs/___external.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 13821, styles/designs/___external.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 13825, styles/designs/___external.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 13829, styles/designs/___external.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 13833, styles/designs/___external.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13836, styles/designs/___external.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 13840, styles/designs/___external.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 13844, styles/designs/___external.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 13848, styles/designs/___external.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 13852, styles/designs/___external.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13855, styles/designs/___external.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 13859, styles/designs/___external.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 13863, styles/designs/___external.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 13867, styles/designs/___external.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 13871, styles/designs/___external.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13874, styles/designs/___external.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 13878, styles/designs/___external.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 13882, styles/designs/___external.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 13886, styles/designs/___external.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 13890, styles/designs/___external.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13893, styles/designs/___external.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 13897, styles/designs/___external.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 13901, styles/designs/___external.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 13905, styles/designs/___external.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 13909, styles/designs/___external.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13912, styles/designs/___external.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 13916, styles/designs/___external.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 13920, styles/designs/___external.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 13924, styles/designs/___external.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 13928, styles/designs/___external.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13931, styles/designs/___external.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 13935, styles/designs/___external.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 13939, styles/designs/___external.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 13943, styles/designs/___external.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 13947, styles/designs/___external.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13950, styles/designs/___external.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 13954, styles/designs/___external.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 13958, styles/designs/___external.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 13962, styles/designs/___external.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 13966, styles/designs/___external.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13969, styles/designs/___external.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 13973, styles/designs/___external.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 13977, styles/designs/___external.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 13981, styles/designs/___external.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 13985, styles/designs/___external.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13988, styles/designs/___external.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 13992, styles/designs/___external.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 13996, styles/designs/___external.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14000, styles/designs/___external.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 14004, styles/designs/___external.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 14007, styles/designs/___external.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14011, styles/designs/___external.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 14015, styles/designs/___external.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14019, styles/designs/___external.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 14023, styles/designs/___external.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 14026, styles/designs/___external.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 14030, styles/designs/___external.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 14034, styles/designs/___external.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14038, styles/designs/___external.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 14042, styles/designs/___external.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 14045, styles/designs/___external.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 14049, styles/designs/___external.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 14053, styles/designs/___external.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 14057, styles/designs/___external.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 14061, styles/designs/___external.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 14064, styles/designs/___external.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 14068, styles/designs/___external.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 14072, styles/designs/___external.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 14076, styles/designs/___external.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 14080, styles/designs/___external.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 14083, styles/designs/___external.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 14087, styles/designs/___external.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 14091, styles/designs/___external.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 14095, styles/designs/___external.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 14099, styles/designs/___external.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 14102, styles/designs/___external.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 14106, styles/designs/___external.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 14110, styles/designs/___external.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 14114, styles/designs/___external.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 14118, styles/designs/___external.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 14121, styles/designs/___external.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 14125, styles/designs/___external.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 14129, styles/designs/___external.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 14133, styles/designs/___external.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 14137, styles/designs/___external.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 14140, styles/designs/___external.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 14144, styles/designs/___external.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 14148, styles/designs/___external.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 14152, styles/designs/___external.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 14159, styles/designs/___external.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 14162, styles/designs/___external.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 14166, styles/designs/___external.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 14170, styles/designs/___external.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 14174, styles/designs/___external.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 14178, styles/designs/___external.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 14181, styles/designs/___external.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 14185, styles/designs/___external.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 14189, styles/designs/___external.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 14193, styles/designs/___external.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 14197, styles/designs/___external.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 14200, styles/designs/___external.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 14204, styles/designs/___external.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 14208, styles/designs/___external.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 14212, styles/designs/___external.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 14216, styles/designs/___external.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 14219, styles/designs/___external.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 14223, styles/designs/___external.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 14227, styles/designs/___external.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 14231, styles/designs/___external.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 14235, styles/designs/___external.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 14238, styles/designs/___external.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 14242, styles/designs/___external.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 14246, styles/designs/___external.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 14250, styles/designs/___external.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 14254, styles/designs/___external.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 14257, styles/designs/___external.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 14261, styles/designs/___external.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 14265, styles/designs/___external.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 14269, styles/designs/___external.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 14273, styles/designs/___external.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 14276, styles/designs/___external.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 14280, styles/designs/___external.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 14284, styles/designs/___external.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 14288, styles/designs/___external.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 14292, styles/designs/___external.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 14295, styles/designs/___external.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 14299, styles/designs/___external.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 14303, styles/designs/___external.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 14307, styles/designs/___external.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 14311, styles/designs/___external.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 14314, styles/designs/___external.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 14318, styles/designs/___external.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 14322, styles/designs/___external.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 14326, styles/designs/___external.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 14330, styles/designs/___external.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 14333, styles/designs/___external.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 14337, styles/designs/___external.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 14341, styles/designs/___external.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 14345, styles/designs/___external.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 14349, styles/designs/___external.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 14352, styles/designs/___external.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 14356, styles/designs/___external.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 14360, styles/designs/___external.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 14364, styles/designs/___external.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 14368, styles/designs/___external.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 14371, styles/designs/___external.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 14375, styles/designs/___external.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 14379, styles/designs/___external.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 14383, styles/designs/___external.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 14387, styles/designs/___external.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 14390, styles/designs/___external.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 14394, styles/designs/___external.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 14398, styles/designs/___external.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 14402, styles/designs/___external.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 14406, styles/designs/___external.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 14409, styles/designs/___external.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 14413, styles/designs/___external.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 14417, styles/designs/___external.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 14421, styles/designs/___external.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 14425, styles/designs/___external.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 14428, styles/designs/___external.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 14432, styles/designs/___external.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 14436, styles/designs/___external.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 14440, styles/designs/___external.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 14444, styles/designs/___external.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 14447, styles/designs/___external.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 14451, styles/designs/___external.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 14455, styles/designs/___external.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 14459, styles/designs/___external.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 14463, styles/designs/___external.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 14466, styles/designs/___external.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 14470, styles/designs/___external.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 14474, styles/designs/___external.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 14478, styles/designs/___external.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 14482, styles/designs/___external.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 14485, styles/designs/___external.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 14489, styles/designs/___external.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 14493, styles/designs/___external.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 14497, styles/designs/___external.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 14503, styles/designs/___external.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 14507, styles/designs/___external.scss */
.text-justify {
  text-align: justify !important;
}

/* line 14511, styles/designs/___external.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 14515, styles/designs/___external.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14519, styles/designs/___external.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14525, styles/designs/___external.scss */
.text-left {
  text-align: left !important;
}

/* line 14529, styles/designs/___external.scss */
.text-right {
  text-align: right !important;
}

/* line 14533, styles/designs/___external.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 14538, styles/designs/___external.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 14541, styles/designs/___external.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 14544, styles/designs/___external.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 14550, styles/designs/___external.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 14553, styles/designs/___external.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 14556, styles/designs/___external.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 14562, styles/designs/___external.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 14565, styles/designs/___external.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 14568, styles/designs/___external.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 14574, styles/designs/___external.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 14577, styles/designs/___external.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 14580, styles/designs/___external.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 14585, styles/designs/___external.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 14589, styles/designs/___external.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 14593, styles/designs/___external.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 14597, styles/designs/___external.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 14601, styles/designs/___external.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 14605, styles/designs/___external.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 14609, styles/designs/___external.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 14613, styles/designs/___external.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 14617, styles/designs/___external.scss */
.font-italic {
  font-style: italic !important;
}

/* line 14621, styles/designs/___external.scss */
.text-white {
  color: #fff !important;
}

/* line 14625, styles/designs/___external.scss */
.text-primary {
  color: #007bff !important;
}

/* line 14629, styles/designs/___external.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 14633, styles/designs/___external.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 14637, styles/designs/___external.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 14641, styles/designs/___external.scss */
.text-success {
  color: #28a745 !important;
}

/* line 14645, styles/designs/___external.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 14649, styles/designs/___external.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 14653, styles/designs/___external.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 14657, styles/designs/___external.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 14661, styles/designs/___external.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 14665, styles/designs/___external.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 14669, styles/designs/___external.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 14673, styles/designs/___external.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 14677, styles/designs/___external.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 14681, styles/designs/___external.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 14685, styles/designs/___external.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 14689, styles/designs/___external.scss */
.text-body {
  color: #212529 !important;
}

/* line 14693, styles/designs/___external.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 14697, styles/designs/___external.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 14701, styles/designs/___external.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 14705, styles/designs/___external.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 14713, styles/designs/___external.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 14717, styles/designs/___external.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 14722, styles/designs/___external.scss */
.text-reset {
  color: inherit !important;
}

/* line 14726, styles/designs/___external.scss */
.visible {
  visibility: visible !important;
}

/* line 14730, styles/designs/___external.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 14735, styles/designs/___external.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 14741, styles/designs/___external.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 14744, styles/designs/___external.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 14747, styles/designs/___external.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 14750, styles/designs/___external.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 14755, styles/designs/___external.scss */
  thead {
    display: table-header-group;
  }

  /* line 14758, styles/designs/___external.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 14762, styles/designs/___external.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 14768, styles/designs/___external.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 14775, styles/designs/___external.scss */
  body {
    min-width: 992px !important;
  }

  /* line 14778, styles/designs/___external.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 14781, styles/designs/___external.scss */
  .navbar {
    display: none;
  }

  /* line 14784, styles/designs/___external.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 14787, styles/designs/___external.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 14790, styles/designs/___external.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 14794, styles/designs/___external.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 14798, styles/designs/___external.scss */
  .table-dark {
    color: inherit;
  }

  /* line 14801, styles/designs/___external.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 14807, styles/designs/___external.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* FINISHED https://static.condenast.de/vendor/bootstrap/4.4.1/css/bootstrap.css -- */
/* Slider */
/* line 14816, styles/designs/___external.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 14835, styles/designs/___external.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 14845, styles/designs/___external.scss */
.slick-list:focus {
  outline: none;
}

/* line 14849, styles/designs/___external.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 14855, styles/designs/___external.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 14865, styles/designs/___external.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 14875, styles/designs/___external.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 14882, styles/designs/___external.scss */
.slick-track:after {
  clear: both;
}

/* line 14886, styles/designs/___external.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 14891, styles/designs/___external.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 14899, styles/designs/___external.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 14903, styles/designs/___external.scss */
.slick-slide img {
  display: block;
}

/* line 14907, styles/designs/___external.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 14911, styles/designs/___external.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 14915, styles/designs/___external.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 14919, styles/designs/___external.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 14923, styles/designs/___external.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 14931, styles/designs/___external.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* FINISHED https://static.condenast.de/vendor/jquery-slick-slider/1.8.0/slick.css -- */
/* Slider */
/* line 14938, styles/designs/___external.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.eot");
  src: url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.woff") format("woff"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.ttf") format("truetype"), url("//static.condenast.de/vendor/jquery-slick-slider/1.8.0/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
/* line 14954, styles/designs/___external.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 14979, styles/designs/___external.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 14988, styles/designs/___external.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 14995, styles/designs/___external.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 15001, styles/designs/___external.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15015, styles/designs/___external.scss */
.slick-prev {
  left: -25px;
}

/* line 15019, styles/designs/___external.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 15024, styles/designs/___external.scss */
.slick-prev:before {
  content: '←';
}

/* line 15028, styles/designs/___external.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 15033, styles/designs/___external.scss */
.slick-next {
  right: -25px;
}

/* line 15037, styles/designs/___external.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 15042, styles/designs/___external.scss */
.slick-next:before {
  content: '→';
}

/* line 15046, styles/designs/___external.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 15052, styles/designs/___external.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 15057, styles/designs/___external.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 15072, styles/designs/___external.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 15085, styles/designs/___external.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 15103, styles/designs/___external.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 15108, styles/designs/___external.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 15113, styles/designs/___external.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15135, styles/designs/___external.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* FINISHED https://static.condenast.de/vendor/jquery-slick-slider/1.8.0/slick-theme.css -- */
/* line 15142, styles/designs/___external.scss */
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 15156, styles/designs/___external.scss */
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 15161, styles/designs/___external.scss */
.la-xs {
  font-size: .75em;
}

/* line 15164, styles/designs/___external.scss */
.la-sm {
  font-size: .875em;
}

/* line 15167, styles/designs/___external.scss */
.la-1x {
  font-size: 1em;
}

/* line 15170, styles/designs/___external.scss */
.la-2x {
  font-size: 2em;
}

/* line 15173, styles/designs/___external.scss */
.la-3x {
  font-size: 3em;
}

/* line 15176, styles/designs/___external.scss */
.la-4x {
  font-size: 4em;
}

/* line 15179, styles/designs/___external.scss */
.la-5x {
  font-size: 5em;
}

/* line 15182, styles/designs/___external.scss */
.la-6x {
  font-size: 6em;
}

/* line 15185, styles/designs/___external.scss */
.la-7x {
  font-size: 7em;
}

/* line 15188, styles/designs/___external.scss */
.la-8x {
  font-size: 8em;
}

/* line 15191, styles/designs/___external.scss */
.la-9x {
  font-size: 9em;
}

/* line 15194, styles/designs/___external.scss */
.la-10x {
  font-size: 10em;
}

/* line 15197, styles/designs/___external.scss */
.la-fw {
  text-align: center;
  width: 1.25em;
}

/* line 15201, styles/designs/___external.scss */
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 15205, styles/designs/___external.scss */
.la-ul > li {
  position: relative;
}

/* line 15208, styles/designs/___external.scss */
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 15215, styles/designs/___external.scss */
.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 15220, styles/designs/___external.scss */
.la-pull-left {
  float: left;
}

/* line 15223, styles/designs/___external.scss */
.la-pull-right {
  float: right;
}

/* line 15226, styles/designs/___external.scss */
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}

/* line 15233, styles/designs/___external.scss */
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}

/* line 15240, styles/designs/___external.scss */
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}

/* line 15244, styles/designs/___external.scss */
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 15264, styles/designs/___external.scss */
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 15269, styles/designs/___external.scss */
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 15274, styles/designs/___external.scss */
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 15279, styles/designs/___external.scss */
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 15284, styles/designs/___external.scss */
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 15289, styles/designs/___external.scss */
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 15294, styles/designs/___external.scss */
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 15303, styles/designs/___external.scss */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 15311, styles/designs/___external.scss */
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 15318, styles/designs/___external.scss */
.la-stack-1x {
  line-height: inherit;
}

/* line 15321, styles/designs/___external.scss */
.la-stack-2x {
  font-size: 2em;
}

/* line 15324, styles/designs/___external.scss */
.la-inverse {
  color: #fff;
}

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

/* line 15332, styles/designs/___external.scss */
.la-accessible-icon:before {
  content: "\f368";
}

/* line 15335, styles/designs/___external.scss */
.la-accusoft:before {
  content: "\f369";
}

/* line 15338, styles/designs/___external.scss */
.la-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 15341, styles/designs/___external.scss */
.la-ad:before {
  content: "\f641";
}

/* line 15344, styles/designs/___external.scss */
.la-address-book:before {
  content: "\f2b9";
}

/* line 15347, styles/designs/___external.scss */
.la-address-card:before {
  content: "\f2bb";
}

/* line 15350, styles/designs/___external.scss */
.la-adjust:before {
  content: "\f042";
}

/* line 15353, styles/designs/___external.scss */
.la-adn:before {
  content: "\f170";
}

/* line 15356, styles/designs/___external.scss */
.la-adobe:before {
  content: "\f778";
}

/* line 15359, styles/designs/___external.scss */
.la-adversal:before {
  content: "\f36a";
}

/* line 15362, styles/designs/___external.scss */
.la-affiliatetheme:before {
  content: "\f36b";
}

/* line 15365, styles/designs/___external.scss */
.la-air-freshener:before {
  content: "\f5d0";
}

/* line 15368, styles/designs/___external.scss */
.la-airbnb:before {
  content: "\f834";
}

/* line 15371, styles/designs/___external.scss */
.la-algolia:before {
  content: "\f36c";
}

/* line 15374, styles/designs/___external.scss */
.la-align-center:before {
  content: "\f037";
}

/* line 15377, styles/designs/___external.scss */
.la-align-justify:before {
  content: "\f039";
}

/* line 15380, styles/designs/___external.scss */
.la-align-left:before {
  content: "\f036";
}

/* line 15383, styles/designs/___external.scss */
.la-align-right:before {
  content: "\f038";
}

/* line 15386, styles/designs/___external.scss */
.la-alipay:before {
  content: "\f642";
}

/* line 15389, styles/designs/___external.scss */
.la-allergies:before {
  content: "\f461";
}

/* line 15392, styles/designs/___external.scss */
.la-amazon:before {
  content: "\f270";
}

/* line 15395, styles/designs/___external.scss */
.la-amazon-pay:before {
  content: "\f42c";
}

/* line 15398, styles/designs/___external.scss */
.la-ambulance:before {
  content: "\f0f9";
}

/* line 15401, styles/designs/___external.scss */
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 15404, styles/designs/___external.scss */
.la-amilia:before {
  content: "\f36d";
}

/* line 15407, styles/designs/___external.scss */
.la-anchor:before {
  content: "\f13d";
}

/* line 15410, styles/designs/___external.scss */
.la-android:before {
  content: "\f17b";
}

/* line 15413, styles/designs/___external.scss */
.la-angellist:before {
  content: "\f209";
}

/* line 15416, styles/designs/___external.scss */
.la-angle-double-down:before {
  content: "\f103";
}

/* line 15419, styles/designs/___external.scss */
.la-angle-double-left:before {
  content: "\f100";
}

/* line 15422, styles/designs/___external.scss */
.la-angle-double-right:before {
  content: "\f101";
}

/* line 15425, styles/designs/___external.scss */
.la-angle-double-up:before {
  content: "\f102";
}

/* line 15428, styles/designs/___external.scss */
.la-angle-down:before {
  content: "\f107";
}

/* line 15431, styles/designs/___external.scss */
.la-angle-left:before {
  content: "\f104";
}

/* line 15434, styles/designs/___external.scss */
.la-angle-right:before {
  content: "\f105";
}

/* line 15437, styles/designs/___external.scss */
.la-angle-up:before {
  content: "\f106";
}

/* line 15440, styles/designs/___external.scss */
.la-angry:before {
  content: "\f556";
}

/* line 15443, styles/designs/___external.scss */
.la-angrycreative:before {
  content: "\f36e";
}

/* line 15446, styles/designs/___external.scss */
.la-angular:before {
  content: "\f420";
}

/* line 15449, styles/designs/___external.scss */
.la-ankh:before {
  content: "\f644";
}

/* line 15452, styles/designs/___external.scss */
.la-app-store:before {
  content: "\f36f";
}

/* line 15455, styles/designs/___external.scss */
.la-app-store-ios:before {
  content: "\f370";
}

/* line 15458, styles/designs/___external.scss */
.la-apper:before {
  content: "\f371";
}

/* line 15461, styles/designs/___external.scss */
.la-apple:before {
  content: "\f179";
}

/* line 15464, styles/designs/___external.scss */
.la-apple-alt:before {
  content: "\f5d1";
}

/* line 15467, styles/designs/___external.scss */
.la-apple-pay:before {
  content: "\f415";
}

/* line 15470, styles/designs/___external.scss */
.la-archive:before {
  content: "\f187";
}

/* line 15473, styles/designs/___external.scss */
.la-archway:before {
  content: "\f557";
}

/* line 15476, styles/designs/___external.scss */
.la-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 15479, styles/designs/___external.scss */
.la-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 15482, styles/designs/___external.scss */
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 15485, styles/designs/___external.scss */
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 15488, styles/designs/___external.scss */
.la-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 15491, styles/designs/___external.scss */
.la-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 15494, styles/designs/___external.scss */
.la-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 15497, styles/designs/___external.scss */
.la-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 15500, styles/designs/___external.scss */
.la-arrow-down:before {
  content: "\f063";
}

/* line 15503, styles/designs/___external.scss */
.la-arrow-left:before {
  content: "\f060";
}

/* line 15506, styles/designs/___external.scss */
.la-arrow-right:before {
  content: "\f061";
}

/* line 15509, styles/designs/___external.scss */
.la-arrow-up:before {
  content: "\f062";
}

/* line 15512, styles/designs/___external.scss */
.la-arrows-alt:before {
  content: "\f0b2";
}

/* line 15515, styles/designs/___external.scss */
.la-arrows-alt-h:before {
  content: "\f337";
}

/* line 15518, styles/designs/___external.scss */
.la-arrows-alt-v:before {
  content: "\f338";
}

/* line 15521, styles/designs/___external.scss */
.la-artstation:before {
  content: "\f77a";
}

/* line 15524, styles/designs/___external.scss */
.la-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 15527, styles/designs/___external.scss */
.la-asterisk:before {
  content: "\f069";
}

/* line 15530, styles/designs/___external.scss */
.la-asymmetrik:before {
  content: "\f372";
}

/* line 15533, styles/designs/___external.scss */
.la-at:before {
  content: "\f1fa";
}

/* line 15536, styles/designs/___external.scss */
.la-atlas:before {
  content: "\f558";
}

/* line 15539, styles/designs/___external.scss */
.la-atlassian:before {
  content: "\f77b";
}

/* line 15542, styles/designs/___external.scss */
.la-atom:before {
  content: "\f5d2";
}

/* line 15545, styles/designs/___external.scss */
.la-audible:before {
  content: "\f373";
}

/* line 15548, styles/designs/___external.scss */
.la-audio-description:before {
  content: "\f29e";
}

/* line 15551, styles/designs/___external.scss */
.la-autoprefixer:before {
  content: "\f41c";
}

/* line 15554, styles/designs/___external.scss */
.la-avianex:before {
  content: "\f374";
}

/* line 15557, styles/designs/___external.scss */
.la-aviato:before {
  content: "\f421";
}

/* line 15560, styles/designs/___external.scss */
.la-award:before {
  content: "\f559";
}

/* line 15563, styles/designs/___external.scss */
.la-aws:before {
  content: "\f375";
}

/* line 15566, styles/designs/___external.scss */
.la-baby:before {
  content: "\f77c";
}

/* line 15569, styles/designs/___external.scss */
.la-baby-carriage:before {
  content: "\f77d";
}

/* line 15572, styles/designs/___external.scss */
.la-backspace:before {
  content: "\f55a";
}

/* line 15575, styles/designs/___external.scss */
.la-backward:before {
  content: "\f04a";
}

/* line 15578, styles/designs/___external.scss */
.la-bacon:before {
  content: "\f7e5";
}

/* line 15581, styles/designs/___external.scss */
.la-balance-scale:before {
  content: "\f24e";
}

/* line 15584, styles/designs/___external.scss */
.la-balance-scale-left:before {
  content: "\f515";
}

/* line 15587, styles/designs/___external.scss */
.la-balance-scale-right:before {
  content: "\f516";
}

/* line 15590, styles/designs/___external.scss */
.la-ban:before {
  content: "\f05e";
}

/* line 15593, styles/designs/___external.scss */
.la-band-aid:before {
  content: "\f462";
}

/* line 15596, styles/designs/___external.scss */
.la-bandcamp:before {
  content: "\f2d5";
}

/* line 15599, styles/designs/___external.scss */
.la-barcode:before {
  content: "\f02a";
}

/* line 15602, styles/designs/___external.scss */
.la-bars:before {
  content: "\f0c9";
}

/* line 15605, styles/designs/___external.scss */
.la-baseball-ball:before {
  content: "\f433";
}

/* line 15608, styles/designs/___external.scss */
.la-basketball-ball:before {
  content: "\f434";
}

/* line 15611, styles/designs/___external.scss */
.la-bath:before {
  content: "\f2cd";
}

/* line 15614, styles/designs/___external.scss */
.la-battery-empty:before {
  content: "\f244";
}

/* line 15617, styles/designs/___external.scss */
.la-battery-full:before {
  content: "\f240";
}

/* line 15620, styles/designs/___external.scss */
.la-battery-half:before {
  content: "\f242";
}

/* line 15623, styles/designs/___external.scss */
.la-battery-quarter:before {
  content: "\f243";
}

/* line 15626, styles/designs/___external.scss */
.la-battery-three-quarters:before {
  content: "\f241";
}

/* line 15629, styles/designs/___external.scss */
.la-battle-net:before {
  content: "\f835";
}

/* line 15632, styles/designs/___external.scss */
.la-bed:before {
  content: "\f236";
}

/* line 15635, styles/designs/___external.scss */
.la-beer:before {
  content: "\f0fc";
}

/* line 15638, styles/designs/___external.scss */
.la-behance:before {
  content: "\f1b4";
}

/* line 15641, styles/designs/___external.scss */
.la-behance-square:before {
  content: "\f1b5";
}

/* line 15644, styles/designs/___external.scss */
.la-bell:before {
  content: "\f0f3";
}

/* line 15647, styles/designs/___external.scss */
.la-bell-slash:before {
  content: "\f1f6";
}

/* line 15650, styles/designs/___external.scss */
.la-bezier-curve:before {
  content: "\f55b";
}

/* line 15653, styles/designs/___external.scss */
.la-bible:before {
  content: "\f647";
}

/* line 15656, styles/designs/___external.scss */
.la-bicycle:before {
  content: "\f206";
}

/* line 15659, styles/designs/___external.scss */
.la-biking:before {
  content: "\f84a";
}

/* line 15662, styles/designs/___external.scss */
.la-bimobject:before {
  content: "\f378";
}

/* line 15665, styles/designs/___external.scss */
.la-binoculars:before {
  content: "\f1e5";
}

/* line 15668, styles/designs/___external.scss */
.la-biohazard:before {
  content: "\f780";
}

/* line 15671, styles/designs/___external.scss */
.la-birthday-cake:before {
  content: "\f1fd";
}

/* line 15674, styles/designs/___external.scss */
.la-bitbucket:before {
  content: "\f171";
}

/* line 15677, styles/designs/___external.scss */
.la-bitcoin:before {
  content: "\f379";
}

/* line 15680, styles/designs/___external.scss */
.la-bity:before {
  content: "\f37a";
}

/* line 15683, styles/designs/___external.scss */
.la-black-tie:before {
  content: "\f27e";
}

/* line 15686, styles/designs/___external.scss */
.la-blackberry:before {
  content: "\f37b";
}

/* line 15689, styles/designs/___external.scss */
.la-blender:before {
  content: "\f517";
}

/* line 15692, styles/designs/___external.scss */
.la-blender-phone:before {
  content: "\f6b6";
}

/* line 15695, styles/designs/___external.scss */
.la-blind:before {
  content: "\f29d";
}

/* line 15698, styles/designs/___external.scss */
.la-blog:before {
  content: "\f781";
}

/* line 15701, styles/designs/___external.scss */
.la-blogger:before {
  content: "\f37c";
}

/* line 15704, styles/designs/___external.scss */
.la-blogger-b:before {
  content: "\f37d";
}

/* line 15707, styles/designs/___external.scss */
.la-bluetooth:before {
  content: "\f293";
}

/* line 15710, styles/designs/___external.scss */
.la-bluetooth-b:before {
  content: "\f294";
}

/* line 15713, styles/designs/___external.scss */
.la-bold:before {
  content: "\f032";
}

/* line 15716, styles/designs/___external.scss */
.la-bolt:before {
  content: "\f0e7";
}

/* line 15719, styles/designs/___external.scss */
.la-bomb:before {
  content: "\f1e2";
}

/* line 15722, styles/designs/___external.scss */
.la-bone:before {
  content: "\f5d7";
}

/* line 15725, styles/designs/___external.scss */
.la-bong:before {
  content: "\f55c";
}

/* line 15728, styles/designs/___external.scss */
.la-book:before {
  content: "\f02d";
}

/* line 15731, styles/designs/___external.scss */
.la-book-dead:before {
  content: "\f6b7";
}

/* line 15734, styles/designs/___external.scss */
.la-book-medical:before {
  content: "\f7e6";
}

/* line 15737, styles/designs/___external.scss */
.la-book-open:before {
  content: "\f518";
}

/* line 15740, styles/designs/___external.scss */
.la-book-reader:before {
  content: "\f5da";
}

/* line 15743, styles/designs/___external.scss */
.la-bookmark:before {
  content: "\f02e";
}

/* line 15746, styles/designs/___external.scss */
.la-bootstrap:before {
  content: "\f836";
}

/* line 15749, styles/designs/___external.scss */
.la-border-all:before {
  content: "\f84c";
}

/* line 15752, styles/designs/___external.scss */
.la-border-none:before {
  content: "\f850";
}

/* line 15755, styles/designs/___external.scss */
.la-border-style:before {
  content: "\f853";
}

/* line 15758, styles/designs/___external.scss */
.la-bowling-ball:before {
  content: "\f436";
}

/* line 15761, styles/designs/___external.scss */
.la-box:before {
  content: "\f466";
}

/* line 15764, styles/designs/___external.scss */
.la-box-open:before {
  content: "\f49e";
}

/* line 15767, styles/designs/___external.scss */
.la-boxes:before {
  content: "\f468";
}

/* line 15770, styles/designs/___external.scss */
.la-braille:before {
  content: "\f2a1";
}

/* line 15773, styles/designs/___external.scss */
.la-brain:before {
  content: "\f5dc";
}

/* line 15776, styles/designs/___external.scss */
.la-bread-slice:before {
  content: "\f7ec";
}

/* line 15779, styles/designs/___external.scss */
.la-briefcase:before {
  content: "\f0b1";
}

/* line 15782, styles/designs/___external.scss */
.la-briefcase-medical:before {
  content: "\f469";
}

/* line 15785, styles/designs/___external.scss */
.la-broadcast-tower:before {
  content: "\f519";
}

/* line 15788, styles/designs/___external.scss */
.la-broom:before {
  content: "\f51a";
}

/* line 15791, styles/designs/___external.scss */
.la-brush:before {
  content: "\f55d";
}

/* line 15794, styles/designs/___external.scss */
.la-btc:before {
  content: "\f15a";
}

/* line 15797, styles/designs/___external.scss */
.la-buffer:before {
  content: "\f837";
}

/* line 15800, styles/designs/___external.scss */
.la-bug:before {
  content: "\f188";
}

/* line 15803, styles/designs/___external.scss */
.la-building:before {
  content: "\f1ad";
}

/* line 15806, styles/designs/___external.scss */
.la-bullhorn:before {
  content: "\f0a1";
}

/* line 15809, styles/designs/___external.scss */
.la-bullseye:before {
  content: "\f140";
}

/* line 15812, styles/designs/___external.scss */
.la-burn:before {
  content: "\f46a";
}

/* line 15815, styles/designs/___external.scss */
.la-buromobelexperte:before {
  content: "\f37f";
}

/* line 15818, styles/designs/___external.scss */
.la-bus:before {
  content: "\f207";
}

/* line 15821, styles/designs/___external.scss */
.la-bus-alt:before {
  content: "\f55e";
}

/* line 15824, styles/designs/___external.scss */
.la-business-time:before {
  content: "\f64a";
}

/* line 15827, styles/designs/___external.scss */
.la-buy-n-large:before {
  content: "\f8a6";
}

/* line 15830, styles/designs/___external.scss */
.la-buysellads:before {
  content: "\f20d";
}

/* line 15833, styles/designs/___external.scss */
.la-calculator:before {
  content: "\f1ec";
}

/* line 15836, styles/designs/___external.scss */
.la-calendar:before {
  content: "\f133";
}

/* line 15839, styles/designs/___external.scss */
.la-calendar-alt:before {
  content: "\f073";
}

/* line 15842, styles/designs/___external.scss */
.la-calendar-check:before {
  content: "\f274";
}

/* line 15845, styles/designs/___external.scss */
.la-calendar-day:before {
  content: "\f783";
}

/* line 15848, styles/designs/___external.scss */
.la-calendar-minus:before {
  content: "\f272";
}

/* line 15851, styles/designs/___external.scss */
.la-calendar-plus:before {
  content: "\f271";
}

/* line 15854, styles/designs/___external.scss */
.la-calendar-times:before {
  content: "\f273";
}

/* line 15857, styles/designs/___external.scss */
.la-calendar-week:before {
  content: "\f784";
}

/* line 15860, styles/designs/___external.scss */
.la-camera:before {
  content: "\f030";
}

/* line 15863, styles/designs/___external.scss */
.la-camera-retro:before {
  content: "\f083";
}

/* line 15866, styles/designs/___external.scss */
.la-campground:before {
  content: "\f6bb";
}

/* line 15869, styles/designs/___external.scss */
.la-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 15872, styles/designs/___external.scss */
.la-candy-cane:before {
  content: "\f786";
}

/* line 15875, styles/designs/___external.scss */
.la-cannabis:before {
  content: "\f55f";
}

/* line 15878, styles/designs/___external.scss */
.la-capsules:before {
  content: "\f46b";
}

/* line 15881, styles/designs/___external.scss */
.la-car:before {
  content: "\f1b9";
}

/* line 15884, styles/designs/___external.scss */
.la-car-alt:before {
  content: "\f5de";
}

/* line 15887, styles/designs/___external.scss */
.la-car-battery:before {
  content: "\f5df";
}

/* line 15890, styles/designs/___external.scss */
.la-car-crash:before {
  content: "\f5e1";
}

/* line 15893, styles/designs/___external.scss */
.la-car-side:before {
  content: "\f5e4";
}

/* line 15896, styles/designs/___external.scss */
.la-caret-down:before {
  content: "\f0d7";
}

/* line 15899, styles/designs/___external.scss */
.la-caret-left:before {
  content: "\f0d9";
}

/* line 15902, styles/designs/___external.scss */
.la-caret-right:before {
  content: "\f0da";
}

/* line 15905, styles/designs/___external.scss */
.la-caret-square-down:before {
  content: "\f150";
}

/* line 15908, styles/designs/___external.scss */
.la-caret-square-left:before {
  content: "\f191";
}

/* line 15911, styles/designs/___external.scss */
.la-caret-square-right:before {
  content: "\f152";
}

/* line 15914, styles/designs/___external.scss */
.la-caret-square-up:before {
  content: "\f151";
}

/* line 15917, styles/designs/___external.scss */
.la-caret-up:before {
  content: "\f0d8";
}

/* line 15920, styles/designs/___external.scss */
.la-carrot:before {
  content: "\f787";
}

/* line 15923, styles/designs/___external.scss */
.la-cart-arrow-down:before {
  content: "\f218";
}

/* line 15926, styles/designs/___external.scss */
.la-cart-plus:before {
  content: "\f217";
}

/* line 15929, styles/designs/___external.scss */
.la-cash-register:before {
  content: "\f788";
}

/* line 15932, styles/designs/___external.scss */
.la-cat:before {
  content: "\f6be";
}

/* line 15935, styles/designs/___external.scss */
.la-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 15938, styles/designs/___external.scss */
.la-cc-amex:before {
  content: "\f1f3";
}

/* line 15941, styles/designs/___external.scss */
.la-cc-apple-pay:before {
  content: "\f416";
}

/* line 15944, styles/designs/___external.scss */
.la-cc-diners-club:before {
  content: "\f24c";
}

/* line 15947, styles/designs/___external.scss */
.la-cc-discover:before {
  content: "\f1f2";
}

/* line 15950, styles/designs/___external.scss */
.la-cc-jcb:before {
  content: "\f24b";
}

/* line 15953, styles/designs/___external.scss */
.la-cc-mastercard:before {
  content: "\f1f1";
}

/* line 15956, styles/designs/___external.scss */
.la-cc-paypal:before {
  content: "\f1f4";
}

/* line 15959, styles/designs/___external.scss */
.la-cc-stripe:before {
  content: "\f1f5";
}

/* line 15962, styles/designs/___external.scss */
.la-cc-visa:before {
  content: "\f1f0";
}

/* line 15965, styles/designs/___external.scss */
.la-centercode:before {
  content: "\f380";
}

/* line 15968, styles/designs/___external.scss */
.la-centos:before {
  content: "\f789";
}

/* line 15971, styles/designs/___external.scss */
.la-certificate:before {
  content: "\f0a3";
}

/* line 15974, styles/designs/___external.scss */
.la-chair:before {
  content: "\f6c0";
}

/* line 15977, styles/designs/___external.scss */
.la-chalkboard:before {
  content: "\f51b";
}

/* line 15980, styles/designs/___external.scss */
.la-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 15983, styles/designs/___external.scss */
.la-charging-station:before {
  content: "\f5e7";
}

/* line 15986, styles/designs/___external.scss */
.la-chart-area:before {
  content: "\f1fe";
}

/* line 15989, styles/designs/___external.scss */
.la-chart-bar:before {
  content: "\f080";
}

/* line 15992, styles/designs/___external.scss */
.la-chart-line:before {
  content: "\f201";
}

/* line 15995, styles/designs/___external.scss */
.la-chart-pie:before {
  content: "\f200";
}

/* line 15998, styles/designs/___external.scss */
.la-check:before {
  content: "\f00c";
}

/* line 16001, styles/designs/___external.scss */
.la-check-circle:before {
  content: "\f058";
}

/* line 16004, styles/designs/___external.scss */
.la-check-double:before {
  content: "\f560";
}

/* line 16007, styles/designs/___external.scss */
.la-check-square:before {
  content: "\f14a";
}

/* line 16010, styles/designs/___external.scss */
.la-cheese:before {
  content: "\f7ef";
}

/* line 16013, styles/designs/___external.scss */
.la-chess:before {
  content: "\f439";
}

/* line 16016, styles/designs/___external.scss */
.la-chess-bishop:before {
  content: "\f43a";
}

/* line 16019, styles/designs/___external.scss */
.la-chess-board:before {
  content: "\f43c";
}

/* line 16022, styles/designs/___external.scss */
.la-chess-king:before {
  content: "\f43f";
}

/* line 16025, styles/designs/___external.scss */
.la-chess-knight:before {
  content: "\f441";
}

/* line 16028, styles/designs/___external.scss */
.la-chess-pawn:before {
  content: "\f443";
}

/* line 16031, styles/designs/___external.scss */
.la-chess-queen:before {
  content: "\f445";
}

/* line 16034, styles/designs/___external.scss */
.la-chess-rook:before {
  content: "\f447";
}

/* line 16037, styles/designs/___external.scss */
.la-chevron-circle-down:before {
  content: "\f13a";
}

/* line 16040, styles/designs/___external.scss */
.la-chevron-circle-left:before {
  content: "\f137";
}

/* line 16043, styles/designs/___external.scss */
.la-chevron-circle-right:before {
  content: "\f138";
}

/* line 16046, styles/designs/___external.scss */
.la-chevron-circle-up:before {
  content: "\f139";
}

/* line 16049, styles/designs/___external.scss */
.la-chevron-down:before {
  content: "\f078";
}

/* line 16052, styles/designs/___external.scss */
.la-chevron-left:before {
  content: "\f053";
}

/* line 16055, styles/designs/___external.scss */
.la-chevron-right:before {
  content: "\f054";
}

/* line 16058, styles/designs/___external.scss */
.la-chevron-up:before {
  content: "\f077";
}

/* line 16061, styles/designs/___external.scss */
.la-child:before {
  content: "\f1ae";
}

/* line 16064, styles/designs/___external.scss */
.la-chrome:before {
  content: "\f268";
}

/* line 16067, styles/designs/___external.scss */
.la-chromecast:before {
  content: "\f838";
}

/* line 16070, styles/designs/___external.scss */
.la-church:before {
  content: "\f51d";
}

/* line 16073, styles/designs/___external.scss */
.la-circle:before {
  content: "\f111";
}

/* line 16076, styles/designs/___external.scss */
.la-circle-notch:before {
  content: "\f1ce";
}

/* line 16079, styles/designs/___external.scss */
.la-city:before {
  content: "\f64f";
}

/* line 16082, styles/designs/___external.scss */
.la-clinic-medical:before {
  content: "\f7f2";
}

/* line 16085, styles/designs/___external.scss */
.la-clipboard:before {
  content: "\f328";
}

/* line 16088, styles/designs/___external.scss */
.la-clipboard-check:before {
  content: "\f46c";
}

/* line 16091, styles/designs/___external.scss */
.la-clipboard-list:before {
  content: "\f46d";
}

/* line 16094, styles/designs/___external.scss */
.la-clock:before {
  content: "\f017";
}

/* line 16097, styles/designs/___external.scss */
.la-clone:before {
  content: "\f24d";
}

/* line 16100, styles/designs/___external.scss */
.la-closed-captioning:before {
  content: "\f20a";
}

/* line 16103, styles/designs/___external.scss */
.la-cloud:before {
  content: "\f0c2";
}

/* line 16106, styles/designs/___external.scss */
.la-cloud-download-alt:before {
  content: "\f381";
}

/* line 16109, styles/designs/___external.scss */
.la-cloud-meatball:before {
  content: "\f73b";
}

/* line 16112, styles/designs/___external.scss */
.la-cloud-moon:before {
  content: "\f6c3";
}

/* line 16115, styles/designs/___external.scss */
.la-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 16118, styles/designs/___external.scss */
.la-cloud-rain:before {
  content: "\f73d";
}

/* line 16121, styles/designs/___external.scss */
.la-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 16124, styles/designs/___external.scss */
.la-cloud-sun:before {
  content: "\f6c4";
}

/* line 16127, styles/designs/___external.scss */
.la-cloud-sun-rain:before {
  content: "\f743";
}

/* line 16130, styles/designs/___external.scss */
.la-cloud-upload-alt:before {
  content: "\f382";
}

/* line 16133, styles/designs/___external.scss */
.la-cloudscale:before {
  content: "\f383";
}

/* line 16136, styles/designs/___external.scss */
.la-cloudsmith:before {
  content: "\f384";
}

/* line 16139, styles/designs/___external.scss */
.la-cloudversify:before {
  content: "\f385";
}

/* line 16142, styles/designs/___external.scss */
.la-cocktail:before {
  content: "\f561";
}

/* line 16145, styles/designs/___external.scss */
.la-code:before {
  content: "\f121";
}

/* line 16148, styles/designs/___external.scss */
.la-code-branch:before {
  content: "\f126";
}

/* line 16151, styles/designs/___external.scss */
.la-codepen:before {
  content: "\f1cb";
}

/* line 16154, styles/designs/___external.scss */
.la-codiepie:before {
  content: "\f284";
}

/* line 16157, styles/designs/___external.scss */
.la-coffee:before {
  content: "\f0f4";
}

/* line 16160, styles/designs/___external.scss */
.la-cog:before {
  content: "\f013";
}

/* line 16163, styles/designs/___external.scss */
.la-cogs:before {
  content: "\f085";
}

/* line 16166, styles/designs/___external.scss */
.la-coins:before {
  content: "\f51e";
}

/* line 16169, styles/designs/___external.scss */
.la-columns:before {
  content: "\f0db";
}

/* line 16172, styles/designs/___external.scss */
.la-comment:before {
  content: "\f075";
}

/* line 16175, styles/designs/___external.scss */
.la-comment-alt:before {
  content: "\f27a";
}

/* line 16178, styles/designs/___external.scss */
.la-comment-dollar:before {
  content: "\f651";
}

/* line 16181, styles/designs/___external.scss */
.la-comment-dots:before {
  content: "\f4ad";
}

/* line 16184, styles/designs/___external.scss */
.la-comment-medical:before {
  content: "\f7f5";
}

/* line 16187, styles/designs/___external.scss */
.la-comment-slash:before {
  content: "\f4b3";
}

/* line 16190, styles/designs/___external.scss */
.la-comments:before {
  content: "\f086";
}

/* line 16193, styles/designs/___external.scss */
.la-comments-dollar:before {
  content: "\f653";
}

/* line 16196, styles/designs/___external.scss */
.la-compact-disc:before {
  content: "\f51f";
}

/* line 16199, styles/designs/___external.scss */
.la-compass:before {
  content: "\f14e";
}

/* line 16202, styles/designs/___external.scss */
.la-compress:before {
  content: "\f066";
}

/* line 16205, styles/designs/___external.scss */
.la-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 16208, styles/designs/___external.scss */
.la-concierge-bell:before {
  content: "\f562";
}

/* line 16211, styles/designs/___external.scss */
.la-confluence:before {
  content: "\f78d";
}

/* line 16214, styles/designs/___external.scss */
.la-connectdevelop:before {
  content: "\f20e";
}

/* line 16217, styles/designs/___external.scss */
.la-contao:before {
  content: "\f26d";
}

/* line 16220, styles/designs/___external.scss */
.la-cookie:before {
  content: "\f563";
}

/* line 16223, styles/designs/___external.scss */
.la-cookie-bite:before {
  content: "\f564";
}

/* line 16226, styles/designs/___external.scss */
.la-copy:before {
  content: "\f0c5";
}

/* line 16229, styles/designs/___external.scss */
.la-copyright:before {
  content: "\f1f9";
}

/* line 16232, styles/designs/___external.scss */
.la-cotton-bureau:before {
  content: "\f89e";
}

/* line 16235, styles/designs/___external.scss */
.la-couch:before {
  content: "\f4b8";
}

/* line 16238, styles/designs/___external.scss */
.la-cpanel:before {
  content: "\f388";
}

/* line 16241, styles/designs/___external.scss */
.la-creative-commons:before {
  content: "\f25e";
}

/* line 16244, styles/designs/___external.scss */
.la-creative-commons-by:before {
  content: "\f4e7";
}

/* line 16247, styles/designs/___external.scss */
.la-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 16250, styles/designs/___external.scss */
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 16253, styles/designs/___external.scss */
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 16256, styles/designs/___external.scss */
.la-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 16259, styles/designs/___external.scss */
.la-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 16262, styles/designs/___external.scss */
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 16265, styles/designs/___external.scss */
.la-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 16268, styles/designs/___external.scss */
.la-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 16271, styles/designs/___external.scss */
.la-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 16274, styles/designs/___external.scss */
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 16277, styles/designs/___external.scss */
.la-creative-commons-share:before {
  content: "\f4f2";
}

/* line 16280, styles/designs/___external.scss */
.la-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 16283, styles/designs/___external.scss */
.la-credit-card:before {
  content: "\f09d";
}

/* line 16286, styles/designs/___external.scss */
.la-critical-role:before {
  content: "\f6c9";
}

/* line 16289, styles/designs/___external.scss */
.la-crop:before {
  content: "\f125";
}

/* line 16292, styles/designs/___external.scss */
.la-crop-alt:before {
  content: "\f565";
}

/* line 16295, styles/designs/___external.scss */
.la-cross:before {
  content: "\f654";
}

/* line 16298, styles/designs/___external.scss */
.la-crosshairs:before {
  content: "\f05b";
}

/* line 16301, styles/designs/___external.scss */
.la-crow:before {
  content: "\f520";
}

/* line 16304, styles/designs/___external.scss */
.la-crown:before {
  content: "\f521";
}

/* line 16307, styles/designs/___external.scss */
.la-crutch:before {
  content: "\f7f7";
}

/* line 16310, styles/designs/___external.scss */
.la-css3:before {
  content: "\f13c";
}

/* line 16313, styles/designs/___external.scss */
.la-css3-alt:before {
  content: "\f38b";
}

/* line 16316, styles/designs/___external.scss */
.la-cube:before {
  content: "\f1b2";
}

/* line 16319, styles/designs/___external.scss */
.la-cubes:before {
  content: "\f1b3";
}

/* line 16322, styles/designs/___external.scss */
.la-cut:before {
  content: "\f0c4";
}

/* line 16325, styles/designs/___external.scss */
.la-cuttlefish:before {
  content: "\f38c";
}

/* line 16328, styles/designs/___external.scss */
.la-d-and-d:before {
  content: "\f38d";
}

/* line 16331, styles/designs/___external.scss */
.la-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 16334, styles/designs/___external.scss */
.la-dashcube:before {
  content: "\f210";
}

/* line 16337, styles/designs/___external.scss */
.la-database:before {
  content: "\f1c0";
}

/* line 16340, styles/designs/___external.scss */
.la-deaf:before {
  content: "\f2a4";
}

/* line 16343, styles/designs/___external.scss */
.la-delicious:before {
  content: "\f1a5";
}

/* line 16346, styles/designs/___external.scss */
.la-democrat:before {
  content: "\f747";
}

/* line 16349, styles/designs/___external.scss */
.la-deploydog:before {
  content: "\f38e";
}

/* line 16352, styles/designs/___external.scss */
.la-deskpro:before {
  content: "\f38f";
}

/* line 16355, styles/designs/___external.scss */
.la-desktop:before {
  content: "\f108";
}

/* line 16358, styles/designs/___external.scss */
.la-dev:before {
  content: "\f6cc";
}

/* line 16361, styles/designs/___external.scss */
.la-deviantart:before {
  content: "\f1bd";
}

/* line 16364, styles/designs/___external.scss */
.la-dharmachakra:before {
  content: "\f655";
}

/* line 16367, styles/designs/___external.scss */
.la-dhl:before {
  content: "\f790";
}

/* line 16370, styles/designs/___external.scss */
.la-diagnoses:before {
  content: "\f470";
}

/* line 16373, styles/designs/___external.scss */
.la-diaspora:before {
  content: "\f791";
}

/* line 16376, styles/designs/___external.scss */
.la-dice:before {
  content: "\f522";
}

/* line 16379, styles/designs/___external.scss */
.la-dice-d20:before {
  content: "\f6cf";
}

/* line 16382, styles/designs/___external.scss */
.la-dice-d6:before {
  content: "\f6d1";
}

/* line 16385, styles/designs/___external.scss */
.la-dice-five:before {
  content: "\f523";
}

/* line 16388, styles/designs/___external.scss */
.la-dice-four:before {
  content: "\f524";
}

/* line 16391, styles/designs/___external.scss */
.la-dice-one:before {
  content: "\f525";
}

/* line 16394, styles/designs/___external.scss */
.la-dice-six:before {
  content: "\f526";
}

/* line 16397, styles/designs/___external.scss */
.la-dice-three:before {
  content: "\f527";
}

/* line 16400, styles/designs/___external.scss */
.la-dice-two:before {
  content: "\f528";
}

/* line 16403, styles/designs/___external.scss */
.la-digg:before {
  content: "\f1a6";
}

/* line 16406, styles/designs/___external.scss */
.la-digital-ocean:before {
  content: "\f391";
}

/* line 16409, styles/designs/___external.scss */
.la-digital-tachograph:before {
  content: "\f566";
}

/* line 16412, styles/designs/___external.scss */
.la-directions:before {
  content: "\f5eb";
}

/* line 16415, styles/designs/___external.scss */
.la-discord:before {
  content: "\f392";
}

/* line 16418, styles/designs/___external.scss */
.la-discourse:before {
  content: "\f393";
}

/* line 16421, styles/designs/___external.scss */
.la-divide:before {
  content: "\f529";
}

/* line 16424, styles/designs/___external.scss */
.la-dizzy:before {
  content: "\f567";
}

/* line 16427, styles/designs/___external.scss */
.la-dna:before {
  content: "\f471";
}

/* line 16430, styles/designs/___external.scss */
.la-dochub:before {
  content: "\f394";
}

/* line 16433, styles/designs/___external.scss */
.la-docker:before {
  content: "\f395";
}

/* line 16436, styles/designs/___external.scss */
.la-dog:before {
  content: "\f6d3";
}

/* line 16439, styles/designs/___external.scss */
.la-dollar-sign:before {
  content: "\f155";
}

/* line 16442, styles/designs/___external.scss */
.la-dolly:before {
  content: "\f472";
}

/* line 16445, styles/designs/___external.scss */
.la-dolly-flatbed:before {
  content: "\f474";
}

/* line 16448, styles/designs/___external.scss */
.la-donate:before {
  content: "\f4b9";
}

/* line 16451, styles/designs/___external.scss */
.la-door-closed:before {
  content: "\f52a";
}

/* line 16454, styles/designs/___external.scss */
.la-door-open:before {
  content: "\f52b";
}

/* line 16457, styles/designs/___external.scss */
.la-dot-circle:before {
  content: "\f192";
}

/* line 16460, styles/designs/___external.scss */
.la-dove:before {
  content: "\f4ba";
}

/* line 16463, styles/designs/___external.scss */
.la-download:before {
  content: "\f019";
}

/* line 16466, styles/designs/___external.scss */
.la-draft2digital:before {
  content: "\f396";
}

/* line 16469, styles/designs/___external.scss */
.la-drafting-compass:before {
  content: "\f568";
}

/* line 16472, styles/designs/___external.scss */
.la-dragon:before {
  content: "\f6d5";
}

/* line 16475, styles/designs/___external.scss */
.la-draw-polygon:before {
  content: "\f5ee";
}

/* line 16478, styles/designs/___external.scss */
.la-dribbble:before {
  content: "\f17d";
}

/* line 16481, styles/designs/___external.scss */
.la-dribbble-square:before {
  content: "\f397";
}

/* line 16484, styles/designs/___external.scss */
.la-dropbox:before {
  content: "\f16b";
}

/* line 16487, styles/designs/___external.scss */
.la-drum:before {
  content: "\f569";
}

/* line 16490, styles/designs/___external.scss */
.la-drum-steelpan:before {
  content: "\f56a";
}

/* line 16493, styles/designs/___external.scss */
.la-drumstick-bite:before {
  content: "\f6d7";
}

/* line 16496, styles/designs/___external.scss */
.la-drupal:before {
  content: "\f1a9";
}

/* line 16499, styles/designs/___external.scss */
.la-dumbbell:before {
  content: "\f44b";
}

/* line 16502, styles/designs/___external.scss */
.la-dumpster:before {
  content: "\f793";
}

/* line 16505, styles/designs/___external.scss */
.la-dumpster-fire:before {
  content: "\f794";
}

/* line 16508, styles/designs/___external.scss */
.la-dungeon:before {
  content: "\f6d9";
}

/* line 16511, styles/designs/___external.scss */
.la-dyalog:before {
  content: "\f399";
}

/* line 16514, styles/designs/___external.scss */
.la-earlybirds:before {
  content: "\f39a";
}

/* line 16517, styles/designs/___external.scss */
.la-ebay:before {
  content: "\f4f4";
}

/* line 16520, styles/designs/___external.scss */
.la-edge:before {
  content: "\f282";
}

/* line 16523, styles/designs/___external.scss */
.la-edit:before {
  content: "\f044";
}

/* line 16526, styles/designs/___external.scss */
.la-egg:before {
  content: "\f7fb";
}

/* line 16529, styles/designs/___external.scss */
.la-eject:before {
  content: "\f052";
}

/* line 16532, styles/designs/___external.scss */
.la-elementor:before {
  content: "\f430";
}

/* line 16535, styles/designs/___external.scss */
.la-ellipsis-h:before {
  content: "\f141";
}

/* line 16538, styles/designs/___external.scss */
.la-ellipsis-v:before {
  content: "\f142";
}

/* line 16541, styles/designs/___external.scss */
.la-ello:before {
  content: "\f5f1";
}

/* line 16544, styles/designs/___external.scss */
.la-ember:before {
  content: "\f423";
}

/* line 16547, styles/designs/___external.scss */
.la-empire:before {
  content: "\f1d1";
}

/* line 16550, styles/designs/___external.scss */
.la-envelope:before {
  content: "\f0e0";
}

/* line 16553, styles/designs/___external.scss */
.la-envelope-open:before {
  content: "\f2b6";
}

/* line 16556, styles/designs/___external.scss */
.la-envelope-open-text:before {
  content: "\f658";
}

/* line 16559, styles/designs/___external.scss */
.la-envelope-square:before {
  content: "\f199";
}

/* line 16562, styles/designs/___external.scss */
.la-envira:before {
  content: "\f299";
}

/* line 16565, styles/designs/___external.scss */
.la-equals:before {
  content: "\f52c";
}

/* line 16568, styles/designs/___external.scss */
.la-eraser:before {
  content: "\f12d";
}

/* line 16571, styles/designs/___external.scss */
.la-erlang:before {
  content: "\f39d";
}

/* line 16574, styles/designs/___external.scss */
.la-ethereum:before {
  content: "\f42e";
}

/* line 16577, styles/designs/___external.scss */
.la-ethernet:before {
  content: "\f796";
}

/* line 16580, styles/designs/___external.scss */
.la-etsy:before {
  content: "\f2d7";
}

/* line 16583, styles/designs/___external.scss */
.la-euro-sign:before {
  content: "\f153";
}

/* line 16586, styles/designs/___external.scss */
.la-evernote:before {
  content: "\f839";
}

/* line 16589, styles/designs/___external.scss */
.la-exchange-alt:before {
  content: "\f362";
}

/* line 16592, styles/designs/___external.scss */
.la-exclamation:before {
  content: "\f12a";
}

/* line 16595, styles/designs/___external.scss */
.la-exclamation-circle:before {
  content: "\f06a";
}

/* line 16598, styles/designs/___external.scss */
.la-exclamation-triangle:before {
  content: "\f071";
}

/* line 16601, styles/designs/___external.scss */
.la-expand:before {
  content: "\f065";
}

/* line 16604, styles/designs/___external.scss */
.la-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 16607, styles/designs/___external.scss */
.la-expeditedssl:before {
  content: "\f23e";
}

/* line 16610, styles/designs/___external.scss */
.la-external-link-alt:before {
  content: "\f35d";
}

/* line 16613, styles/designs/___external.scss */
.la-external-link-square-alt:before {
  content: "\f360";
}

/* line 16616, styles/designs/___external.scss */
.la-eye:before {
  content: "\f06e";
}

/* line 16619, styles/designs/___external.scss */
.la-eye-dropper:before {
  content: "\f1fb";
}

/* line 16622, styles/designs/___external.scss */
.la-eye-slash:before {
  content: "\f070";
}

/* line 16625, styles/designs/___external.scss */
.la-facebook:before {
  content: "\f09a";
}

/* line 16628, styles/designs/___external.scss */
.la-facebook-f:before {
  content: "\f39e";
}

/* line 16631, styles/designs/___external.scss */
.la-facebook-messenger:before {
  content: "\f39f";
}

/* line 16634, styles/designs/___external.scss */
.la-facebook-square:before {
  content: "\f082";
}

/* line 16637, styles/designs/___external.scss */
.la-fan:before {
  content: "\f863";
}

/* line 16640, styles/designs/___external.scss */
.la-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 16643, styles/designs/___external.scss */
.la-fast-backward:before {
  content: "\f049";
}

/* line 16646, styles/designs/___external.scss */
.la-fast-forward:before {
  content: "\f050";
}

/* line 16649, styles/designs/___external.scss */
.la-fax:before {
  content: "\f1ac";
}

/* line 16652, styles/designs/___external.scss */
.la-feather:before {
  content: "\f52d";
}

/* line 16655, styles/designs/___external.scss */
.la-feather-alt:before {
  content: "\f56b";
}

/* line 16658, styles/designs/___external.scss */
.la-fedex:before {
  content: "\f797";
}

/* line 16661, styles/designs/___external.scss */
.la-fedora:before {
  content: "\f798";
}

/* line 16664, styles/designs/___external.scss */
.la-female:before {
  content: "\f182";
}

/* line 16667, styles/designs/___external.scss */
.la-fighter-jet:before {
  content: "\f0fb";
}

/* line 16670, styles/designs/___external.scss */
.la-figma:before {
  content: "\f799";
}

/* line 16673, styles/designs/___external.scss */
.la-file:before {
  content: "\f15b";
}

/* line 16676, styles/designs/___external.scss */
.la-file-alt:before {
  content: "\f15c";
}

/* line 16679, styles/designs/___external.scss */
.la-file-archive:before {
  content: "\f1c6";
}

/* line 16682, styles/designs/___external.scss */
.la-file-audio:before {
  content: "\f1c7";
}

/* line 16685, styles/designs/___external.scss */
.la-file-code:before {
  content: "\f1c9";
}

/* line 16688, styles/designs/___external.scss */
.la-file-contract:before {
  content: "\f56c";
}

/* line 16691, styles/designs/___external.scss */
.la-file-csv:before {
  content: "\f6dd";
}

/* line 16694, styles/designs/___external.scss */
.la-file-download:before {
  content: "\f56d";
}

/* line 16697, styles/designs/___external.scss */
.la-file-excel:before {
  content: "\f1c3";
}

/* line 16700, styles/designs/___external.scss */
.la-file-export:before {
  content: "\f56e";
}

/* line 16703, styles/designs/___external.scss */
.la-file-image:before {
  content: "\f1c5";
}

/* line 16706, styles/designs/___external.scss */
.la-file-import:before {
  content: "\f56f";
}

/* line 16709, styles/designs/___external.scss */
.la-file-invoice:before {
  content: "\f570";
}

/* line 16712, styles/designs/___external.scss */
.la-file-invoice-dollar:before {
  content: "\f571";
}

/* line 16715, styles/designs/___external.scss */
.la-file-medical:before {
  content: "\f477";
}

/* line 16718, styles/designs/___external.scss */
.la-file-medical-alt:before {
  content: "\f478";
}

/* line 16721, styles/designs/___external.scss */
.la-file-pdf:before {
  content: "\f1c1";
}

/* line 16724, styles/designs/___external.scss */
.la-file-powerpoint:before {
  content: "\f1c4";
}

/* line 16727, styles/designs/___external.scss */
.la-file-prescription:before {
  content: "\f572";
}

/* line 16730, styles/designs/___external.scss */
.la-file-signature:before {
  content: "\f573";
}

/* line 16733, styles/designs/___external.scss */
.la-file-upload:before {
  content: "\f574";
}

/* line 16736, styles/designs/___external.scss */
.la-file-video:before {
  content: "\f1c8";
}

/* line 16739, styles/designs/___external.scss */
.la-file-word:before {
  content: "\f1c2";
}

/* line 16742, styles/designs/___external.scss */
.la-fill:before {
  content: "\f575";
}

/* line 16745, styles/designs/___external.scss */
.la-fill-drip:before {
  content: "\f576";
}

/* line 16748, styles/designs/___external.scss */
.la-film:before {
  content: "\f008";
}

/* line 16751, styles/designs/___external.scss */
.la-filter:before {
  content: "\f0b0";
}

/* line 16754, styles/designs/___external.scss */
.la-fingerprint:before {
  content: "\f577";
}

/* line 16757, styles/designs/___external.scss */
.la-fire:before {
  content: "\f06d";
}

/* line 16760, styles/designs/___external.scss */
.la-fire-alt:before {
  content: "\f7e4";
}

/* line 16763, styles/designs/___external.scss */
.la-fire-extinguisher:before {
  content: "\f134";
}

/* line 16766, styles/designs/___external.scss */
.la-firefox:before {
  content: "\f269";
}

/* line 16769, styles/designs/___external.scss */
.la-first-aid:before {
  content: "\f479";
}

/* line 16772, styles/designs/___external.scss */
.la-first-order:before {
  content: "\f2b0";
}

/* line 16775, styles/designs/___external.scss */
.la-first-order-alt:before {
  content: "\f50a";
}

/* line 16778, styles/designs/___external.scss */
.la-firstdraft:before {
  content: "\f3a1";
}

/* line 16781, styles/designs/___external.scss */
.la-fish:before {
  content: "\f578";
}

/* line 16784, styles/designs/___external.scss */
.la-fist-raised:before {
  content: "\f6de";
}

/* line 16787, styles/designs/___external.scss */
.la-flag:before {
  content: "\f024";
}

/* line 16790, styles/designs/___external.scss */
.la-flag-checkered:before {
  content: "\f11e";
}

/* line 16793, styles/designs/___external.scss */
.la-flag-usa:before {
  content: "\f74d";
}

/* line 16796, styles/designs/___external.scss */
.la-flask:before {
  content: "\f0c3";
}

/* line 16799, styles/designs/___external.scss */
.la-flickr:before {
  content: "\f16e";
}

/* line 16802, styles/designs/___external.scss */
.la-flipboard:before {
  content: "\f44d";
}

/* line 16805, styles/designs/___external.scss */
.la-flushed:before {
  content: "\f579";
}

/* line 16808, styles/designs/___external.scss */
.la-fly:before {
  content: "\f417";
}

/* line 16811, styles/designs/___external.scss */
.la-folder:before {
  content: "\f07b";
}

/* line 16814, styles/designs/___external.scss */
.la-folder-minus:before {
  content: "\f65d";
}

/* line 16817, styles/designs/___external.scss */
.la-folder-open:before {
  content: "\f07c";
}

/* line 16820, styles/designs/___external.scss */
.la-folder-plus:before {
  content: "\f65e";
}

/* line 16823, styles/designs/___external.scss */
.la-font:before {
  content: "\f031";
}

/* line 16826, styles/designs/___external.scss */
.la-font-awesome:before {
  content: "\f2b4";
}

/* line 16829, styles/designs/___external.scss */
.la-font-awesome-alt:before {
  content: "\f35c";
}

/* line 16832, styles/designs/___external.scss */
.la-font-awesome-flag:before {
  content: "\f425";
}

/* line 16835, styles/designs/___external.scss */
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 16838, styles/designs/___external.scss */
.la-fonticons:before {
  content: "\f280";
}

/* line 16841, styles/designs/___external.scss */
.la-fonticons-fi:before {
  content: "\f3a2";
}

/* line 16844, styles/designs/___external.scss */
.la-football-ball:before {
  content: "\f44e";
}

/* line 16847, styles/designs/___external.scss */
.la-fort-awesome:before {
  content: "\f286";
}

/* line 16850, styles/designs/___external.scss */
.la-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 16853, styles/designs/___external.scss */
.la-forumbee:before {
  content: "\f211";
}

/* line 16856, styles/designs/___external.scss */
.la-forward:before {
  content: "\f04e";
}

/* line 16859, styles/designs/___external.scss */
.la-foursquare:before {
  content: "\f180";
}

/* line 16862, styles/designs/___external.scss */
.la-free-code-camp:before {
  content: "\f2c5";
}

/* line 16865, styles/designs/___external.scss */
.la-freebsd:before {
  content: "\f3a4";
}

/* line 16868, styles/designs/___external.scss */
.la-frog:before {
  content: "\f52e";
}

/* line 16871, styles/designs/___external.scss */
.la-frown:before {
  content: "\f119";
}

/* line 16874, styles/designs/___external.scss */
.la-frown-open:before {
  content: "\f57a";
}

/* line 16877, styles/designs/___external.scss */
.la-fulcrum:before {
  content: "\f50b";
}

/* line 16880, styles/designs/___external.scss */
.la-funnel-dollar:before {
  content: "\f662";
}

/* line 16883, styles/designs/___external.scss */
.la-futbol:before {
  content: "\f1e3";
}

/* line 16886, styles/designs/___external.scss */
.la-galactic-republic:before {
  content: "\f50c";
}

/* line 16889, styles/designs/___external.scss */
.la-galactic-senate:before {
  content: "\f50d";
}

/* line 16892, styles/designs/___external.scss */
.la-gamepad:before {
  content: "\f11b";
}

/* line 16895, styles/designs/___external.scss */
.la-gas-pump:before {
  content: "\f52f";
}

/* line 16898, styles/designs/___external.scss */
.la-gavel:before {
  content: "\f0e3";
}

/* line 16901, styles/designs/___external.scss */
.la-gem:before {
  content: "\f3a5";
}

/* line 16904, styles/designs/___external.scss */
.la-genderless:before {
  content: "\f22d";
}

/* line 16907, styles/designs/___external.scss */
.la-get-pocket:before {
  content: "\f265";
}

/* line 16910, styles/designs/___external.scss */
.la-gg:before {
  content: "\f260";
}

/* line 16913, styles/designs/___external.scss */
.la-gg-circle:before {
  content: "\f261";
}

/* line 16916, styles/designs/___external.scss */
.la-ghost:before {
  content: "\f6e2";
}

/* line 16919, styles/designs/___external.scss */
.la-gift:before {
  content: "\f06b";
}

/* line 16922, styles/designs/___external.scss */
.la-gifts:before {
  content: "\f79c";
}

/* line 16925, styles/designs/___external.scss */
.la-git:before {
  content: "\f1d3";
}

/* line 16928, styles/designs/___external.scss */
.la-git-alt:before {
  content: "\f841";
}

/* line 16931, styles/designs/___external.scss */
.la-git-square:before {
  content: "\f1d2";
}

/* line 16934, styles/designs/___external.scss */
.la-github:before {
  content: "\f09b";
}

/* line 16937, styles/designs/___external.scss */
.la-github-alt:before {
  content: "\f113";
}

/* line 16940, styles/designs/___external.scss */
.la-github-square:before {
  content: "\f092";
}

/* line 16943, styles/designs/___external.scss */
.la-gitkraken:before {
  content: "\f3a6";
}

/* line 16946, styles/designs/___external.scss */
.la-gitlab:before {
  content: "\f296";
}

/* line 16949, styles/designs/___external.scss */
.la-gitter:before {
  content: "\f426";
}

/* line 16952, styles/designs/___external.scss */
.la-glass-cheers:before {
  content: "\f79f";
}

/* line 16955, styles/designs/___external.scss */
.la-glass-martini:before {
  content: "\f000";
}

/* line 16958, styles/designs/___external.scss */
.la-glass-martini-alt:before {
  content: "\f57b";
}

/* line 16961, styles/designs/___external.scss */
.la-glass-whiskey:before {
  content: "\f7a0";
}

/* line 16964, styles/designs/___external.scss */
.la-glasses:before {
  content: "\f530";
}

/* line 16967, styles/designs/___external.scss */
.la-glide:before {
  content: "\f2a5";
}

/* line 16970, styles/designs/___external.scss */
.la-glide-g:before {
  content: "\f2a6";
}

/* line 16973, styles/designs/___external.scss */
.la-globe:before {
  content: "\f0ac";
}

/* line 16976, styles/designs/___external.scss */
.la-globe-africa:before {
  content: "\f57c";
}

/* line 16979, styles/designs/___external.scss */
.la-globe-americas:before {
  content: "\f57d";
}

/* line 16982, styles/designs/___external.scss */
.la-globe-asia:before {
  content: "\f57e";
}

/* line 16985, styles/designs/___external.scss */
.la-globe-europe:before {
  content: "\f7a2";
}

/* line 16988, styles/designs/___external.scss */
.la-gofore:before {
  content: "\f3a7";
}

/* line 16991, styles/designs/___external.scss */
.la-golf-ball:before {
  content: "\f450";
}

/* line 16994, styles/designs/___external.scss */
.la-goodreads:before {
  content: "\f3a8";
}

/* line 16997, styles/designs/___external.scss */
.la-goodreads-g:before {
  content: "\f3a9";
}

/* line 17000, styles/designs/___external.scss */
.la-google:before {
  content: "\f1a0";
}

/* line 17003, styles/designs/___external.scss */
.la-google-drive:before {
  content: "\f3aa";
}

/* line 17006, styles/designs/___external.scss */
.la-google-play:before {
  content: "\f3ab";
}

/* line 17009, styles/designs/___external.scss */
.la-google-plus:before {
  content: "\f2b3";
}

/* line 17012, styles/designs/___external.scss */
.la-google-plus-g:before {
  content: "\f0d5";
}

/* line 17015, styles/designs/___external.scss */
.la-google-plus-square:before {
  content: "\f0d4";
}

/* line 17018, styles/designs/___external.scss */
.la-google-wallet:before {
  content: "\f1ee";
}

/* line 17021, styles/designs/___external.scss */
.la-gopuram:before {
  content: "\f664";
}

/* line 17024, styles/designs/___external.scss */
.la-graduation-cap:before {
  content: "\f19d";
}

/* line 17027, styles/designs/___external.scss */
.la-gratipay:before {
  content: "\f184";
}

/* line 17030, styles/designs/___external.scss */
.la-grav:before {
  content: "\f2d6";
}

/* line 17033, styles/designs/___external.scss */
.la-greater-than:before {
  content: "\f531";
}

/* line 17036, styles/designs/___external.scss */
.la-greater-than-equal:before {
  content: "\f532";
}

/* line 17039, styles/designs/___external.scss */
.la-grimace:before {
  content: "\f57f";
}

/* line 17042, styles/designs/___external.scss */
.la-grin:before {
  content: "\f580";
}

/* line 17045, styles/designs/___external.scss */
.la-grin-alt:before {
  content: "\f581";
}

/* line 17048, styles/designs/___external.scss */
.la-grin-beam:before {
  content: "\f582";
}

/* line 17051, styles/designs/___external.scss */
.la-grin-beam-sweat:before {
  content: "\f583";
}

/* line 17054, styles/designs/___external.scss */
.la-grin-hearts:before {
  content: "\f584";
}

/* line 17057, styles/designs/___external.scss */
.la-grin-squint:before {
  content: "\f585";
}

/* line 17060, styles/designs/___external.scss */
.la-grin-squint-tears:before {
  content: "\f586";
}

/* line 17063, styles/designs/___external.scss */
.la-grin-stars:before {
  content: "\f587";
}

/* line 17066, styles/designs/___external.scss */
.la-grin-tears:before {
  content: "\f588";
}

/* line 17069, styles/designs/___external.scss */
.la-grin-tongue:before {
  content: "\f589";
}

/* line 17072, styles/designs/___external.scss */
.la-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 17075, styles/designs/___external.scss */
.la-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 17078, styles/designs/___external.scss */
.la-grin-wink:before {
  content: "\f58c";
}

/* line 17081, styles/designs/___external.scss */
.la-grip-horizontal:before {
  content: "\f58d";
}

/* line 17084, styles/designs/___external.scss */
.la-grip-lines:before {
  content: "\f7a4";
}

/* line 17087, styles/designs/___external.scss */
.la-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 17090, styles/designs/___external.scss */
.la-grip-vertical:before {
  content: "\f58e";
}

/* line 17093, styles/designs/___external.scss */
.la-gripfire:before {
  content: "\f3ac";
}

/* line 17096, styles/designs/___external.scss */
.la-grunt:before {
  content: "\f3ad";
}

/* line 17099, styles/designs/___external.scss */
.la-guitar:before {
  content: "\f7a6";
}

/* line 17102, styles/designs/___external.scss */
.la-gulp:before {
  content: "\f3ae";
}

/* line 17105, styles/designs/___external.scss */
.la-h-square:before {
  content: "\f0fd";
}

/* line 17108, styles/designs/___external.scss */
.la-hacker-news:before {
  content: "\f1d4";
}

/* line 17111, styles/designs/___external.scss */
.la-hacker-news-square:before {
  content: "\f3af";
}

/* line 17114, styles/designs/___external.scss */
.la-hackerrank:before {
  content: "\f5f7";
}

/* line 17117, styles/designs/___external.scss */
.la-hamburger:before {
  content: "\f805";
}

/* line 17120, styles/designs/___external.scss */
.la-hammer:before {
  content: "\f6e3";
}

/* line 17123, styles/designs/___external.scss */
.la-hamsa:before {
  content: "\f665";
}

/* line 17126, styles/designs/___external.scss */
.la-hand-holding:before {
  content: "\f4bd";
}

/* line 17129, styles/designs/___external.scss */
.la-hand-holding-heart:before {
  content: "\f4be";
}

/* line 17132, styles/designs/___external.scss */
.la-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 17135, styles/designs/___external.scss */
.la-hand-lizard:before {
  content: "\f258";
}

/* line 17138, styles/designs/___external.scss */
.la-hand-middle-finger:before {
  content: "\f806";
}

/* line 17141, styles/designs/___external.scss */
.la-hand-paper:before {
  content: "\f256";
}

/* line 17144, styles/designs/___external.scss */
.la-hand-peace:before {
  content: "\f25b";
}

/* line 17147, styles/designs/___external.scss */
.la-hand-point-down:before {
  content: "\f0a7";
}

/* line 17150, styles/designs/___external.scss */
.la-hand-point-left:before {
  content: "\f0a5";
}

/* line 17153, styles/designs/___external.scss */
.la-hand-point-right:before {
  content: "\f0a4";
}

/* line 17156, styles/designs/___external.scss */
.la-hand-point-up:before {
  content: "\f0a6";
}

/* line 17159, styles/designs/___external.scss */
.la-hand-pointer:before {
  content: "\f25a";
}

/* line 17162, styles/designs/___external.scss */
.la-hand-rock:before {
  content: "\f255";
}

/* line 17165, styles/designs/___external.scss */
.la-hand-scissors:before {
  content: "\f257";
}

/* line 17168, styles/designs/___external.scss */
.la-hand-spock:before {
  content: "\f259";
}

/* line 17171, styles/designs/___external.scss */
.la-hands:before {
  content: "\f4c2";
}

/* line 17174, styles/designs/___external.scss */
.la-hands-helping:before {
  content: "\f4c4";
}

/* line 17177, styles/designs/___external.scss */
.la-handshake:before {
  content: "\f2b5";
}

/* line 17180, styles/designs/___external.scss */
.la-hanukiah:before {
  content: "\f6e6";
}

/* line 17183, styles/designs/___external.scss */
.la-hard-hat:before {
  content: "\f807";
}

/* line 17186, styles/designs/___external.scss */
.la-hashtag:before {
  content: "\f292";
}

/* line 17189, styles/designs/___external.scss */
.la-hat-cowboy:before {
  content: "\f8c0";
}

/* line 17192, styles/designs/___external.scss */
.la-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 17195, styles/designs/___external.scss */
.la-hat-wizard:before {
  content: "\f6e8";
}

/* line 17198, styles/designs/___external.scss */
.la-haykal:before {
  content: "\f666";
}

/* line 17201, styles/designs/___external.scss */
.la-hdd:before {
  content: "\f0a0";
}

/* line 17204, styles/designs/___external.scss */
.la-heading:before {
  content: "\f1dc";
}

/* line 17207, styles/designs/___external.scss */
.la-headphones:before {
  content: "\f025";
}

/* line 17210, styles/designs/___external.scss */
.la-headphones-alt:before {
  content: "\f58f";
}

/* line 17213, styles/designs/___external.scss */
.la-headset:before {
  content: "\f590";
}

/* line 17216, styles/designs/___external.scss */
.la-heart:before {
  content: "\f004";
}

/* line 17219, styles/designs/___external.scss */
.la-heart-broken:before {
  content: "\f7a9";
}

/* line 17222, styles/designs/___external.scss */
.la-heartbeat:before {
  content: "\f21e";
}

/* line 17225, styles/designs/___external.scss */
.la-helicopter:before {
  content: "\f533";
}

/* line 17228, styles/designs/___external.scss */
.la-highlighter:before {
  content: "\f591";
}

/* line 17231, styles/designs/___external.scss */
.la-hiking:before {
  content: "\f6ec";
}

/* line 17234, styles/designs/___external.scss */
.la-hippo:before {
  content: "\f6ed";
}

/* line 17237, styles/designs/___external.scss */
.la-hips:before {
  content: "\f452";
}

/* line 17240, styles/designs/___external.scss */
.la-hire-a-helper:before {
  content: "\f3b0";
}

/* line 17243, styles/designs/___external.scss */
.la-history:before {
  content: "\f1da";
}

/* line 17246, styles/designs/___external.scss */
.la-hockey-puck:before {
  content: "\f453";
}

/* line 17249, styles/designs/___external.scss */
.la-holly-berry:before {
  content: "\f7aa";
}

/* line 17252, styles/designs/___external.scss */
.la-home:before {
  content: "\f015";
}

/* line 17255, styles/designs/___external.scss */
.la-hooli:before {
  content: "\f427";
}

/* line 17258, styles/designs/___external.scss */
.la-hornbill:before {
  content: "\f592";
}

/* line 17261, styles/designs/___external.scss */
.la-horse:before {
  content: "\f6f0";
}

/* line 17264, styles/designs/___external.scss */
.la-horse-head:before {
  content: "\f7ab";
}

/* line 17267, styles/designs/___external.scss */
.la-hospital:before {
  content: "\f0f8";
}

/* line 17270, styles/designs/___external.scss */
.la-hospital-alt:before {
  content: "\f47d";
}

/* line 17273, styles/designs/___external.scss */
.la-hospital-symbol:before {
  content: "\f47e";
}

/* line 17276, styles/designs/___external.scss */
.la-hot-tub:before {
  content: "\f593";
}

/* line 17279, styles/designs/___external.scss */
.la-hotdog:before {
  content: "\f80f";
}

/* line 17282, styles/designs/___external.scss */
.la-hotel:before {
  content: "\f594";
}

/* line 17285, styles/designs/___external.scss */
.la-hotjar:before {
  content: "\f3b1";
}

/* line 17288, styles/designs/___external.scss */
.la-hourglass:before {
  content: "\f254";
}

/* line 17291, styles/designs/___external.scss */
.la-hourglass-end:before {
  content: "\f253";
}

/* line 17294, styles/designs/___external.scss */
.la-hourglass-half:before {
  content: "\f252";
}

/* line 17297, styles/designs/___external.scss */
.la-hourglass-start:before {
  content: "\f251";
}

/* line 17300, styles/designs/___external.scss */
.la-house-damage:before {
  content: "\f6f1";
}

/* line 17303, styles/designs/___external.scss */
.la-houzz:before {
  content: "\f27c";
}

/* line 17306, styles/designs/___external.scss */
.la-hryvnia:before {
  content: "\f6f2";
}

/* line 17309, styles/designs/___external.scss */
.la-html5:before {
  content: "\f13b";
}

/* line 17312, styles/designs/___external.scss */
.la-hubspot:before {
  content: "\f3b2";
}

/* line 17315, styles/designs/___external.scss */
.la-i-cursor:before {
  content: "\f246";
}

/* line 17318, styles/designs/___external.scss */
.la-ice-cream:before {
  content: "\f810";
}

/* line 17321, styles/designs/___external.scss */
.la-icicles:before {
  content: "\f7ad";
}

/* line 17324, styles/designs/___external.scss */
.la-icons:before {
  content: "\f86d";
}

/* line 17327, styles/designs/___external.scss */
.la-id-badge:before {
  content: "\f2c1";
}

/* line 17330, styles/designs/___external.scss */
.la-id-card:before {
  content: "\f2c2";
}

/* line 17333, styles/designs/___external.scss */
.la-id-card-alt:before {
  content: "\f47f";
}

/* line 17336, styles/designs/___external.scss */
.la-igloo:before {
  content: "\f7ae";
}

/* line 17339, styles/designs/___external.scss */
.la-image:before {
  content: "\f03e";
}

/* line 17342, styles/designs/___external.scss */
.la-images:before {
  content: "\f302";
}

/* line 17345, styles/designs/___external.scss */
.la-imdb:before {
  content: "\f2d8";
}

/* line 17348, styles/designs/___external.scss */
.la-inbox:before {
  content: "\f01c";
}

/* line 17351, styles/designs/___external.scss */
.la-indent:before {
  content: "\f03c";
}

/* line 17354, styles/designs/___external.scss */
.la-industry:before {
  content: "\f275";
}

/* line 17357, styles/designs/___external.scss */
.la-infinity:before {
  content: "\f534";
}

/* line 17360, styles/designs/___external.scss */
.la-info:before {
  content: "\f129";
}

/* line 17363, styles/designs/___external.scss */
.la-info-circle:before {
  content: "\f05a";
}

/* line 17366, styles/designs/___external.scss */
.la-instagram:before {
  content: "\f16d";
}

/* line 17369, styles/designs/___external.scss */
.la-intercom:before {
  content: "\f7af";
}

/* line 17372, styles/designs/___external.scss */
.la-internet-explorer:before {
  content: "\f26b";
}

/* line 17375, styles/designs/___external.scss */
.la-invision:before {
  content: "\f7b0";
}

/* line 17378, styles/designs/___external.scss */
.la-ioxhost:before {
  content: "\f208";
}

/* line 17381, styles/designs/___external.scss */
.la-italic:before {
  content: "\f033";
}

/* line 17384, styles/designs/___external.scss */
.la-itch-io:before {
  content: "\f83a";
}

/* line 17387, styles/designs/___external.scss */
.la-itunes:before {
  content: "\f3b4";
}

/* line 17390, styles/designs/___external.scss */
.la-itunes-note:before {
  content: "\f3b5";
}

/* line 17393, styles/designs/___external.scss */
.la-java:before {
  content: "\f4e4";
}

/* line 17396, styles/designs/___external.scss */
.la-jedi:before {
  content: "\f669";
}

/* line 17399, styles/designs/___external.scss */
.la-jedi-order:before {
  content: "\f50e";
}

/* line 17402, styles/designs/___external.scss */
.la-jenkins:before {
  content: "\f3b6";
}

/* line 17405, styles/designs/___external.scss */
.la-jira:before {
  content: "\f7b1";
}

/* line 17408, styles/designs/___external.scss */
.la-joget:before {
  content: "\f3b7";
}

/* line 17411, styles/designs/___external.scss */
.la-joint:before {
  content: "\f595";
}

/* line 17414, styles/designs/___external.scss */
.la-joomla:before {
  content: "\f1aa";
}

/* line 17417, styles/designs/___external.scss */
.la-journal-whills:before {
  content: "\f66a";
}

/* line 17420, styles/designs/___external.scss */
.la-js:before {
  content: "\f3b8";
}

/* line 17423, styles/designs/___external.scss */
.la-js-square:before {
  content: "\f3b9";
}

/* line 17426, styles/designs/___external.scss */
.la-jsfiddle:before {
  content: "\f1cc";
}

/* line 17429, styles/designs/___external.scss */
.la-kaaba:before {
  content: "\f66b";
}

/* line 17432, styles/designs/___external.scss */
.la-kaggle:before {
  content: "\f5fa";
}

/* line 17435, styles/designs/___external.scss */
.la-key:before {
  content: "\f084";
}

/* line 17438, styles/designs/___external.scss */
.la-keybase:before {
  content: "\f4f5";
}

/* line 17441, styles/designs/___external.scss */
.la-keyboard:before {
  content: "\f11c";
}

/* line 17444, styles/designs/___external.scss */
.la-keycdn:before {
  content: "\f3ba";
}

/* line 17447, styles/designs/___external.scss */
.la-khanda:before {
  content: "\f66d";
}

/* line 17450, styles/designs/___external.scss */
.la-kickstarter:before {
  content: "\f3bb";
}

/* line 17453, styles/designs/___external.scss */
.la-kickstarter-k:before {
  content: "\f3bc";
}

/* line 17456, styles/designs/___external.scss */
.la-kiss:before {
  content: "\f596";
}

/* line 17459, styles/designs/___external.scss */
.la-kiss-beam:before {
  content: "\f597";
}

/* line 17462, styles/designs/___external.scss */
.la-kiss-wink-heart:before {
  content: "\f598";
}

/* line 17465, styles/designs/___external.scss */
.la-kiwi-bird:before {
  content: "\f535";
}

/* line 17468, styles/designs/___external.scss */
.la-korvue:before {
  content: "\f42f";
}

/* line 17471, styles/designs/___external.scss */
.la-landmark:before {
  content: "\f66f";
}

/* line 17474, styles/designs/___external.scss */
.la-language:before {
  content: "\f1ab";
}

/* line 17477, styles/designs/___external.scss */
.la-laptop:before {
  content: "\f109";
}

/* line 17480, styles/designs/___external.scss */
.la-laptop-code:before {
  content: "\f5fc";
}

/* line 17483, styles/designs/___external.scss */
.la-laptop-medical:before {
  content: "\f812";
}

/* line 17486, styles/designs/___external.scss */
.la-laravel:before {
  content: "\f3bd";
}

/* line 17489, styles/designs/___external.scss */
.la-lastfm:before {
  content: "\f202";
}

/* line 17492, styles/designs/___external.scss */
.la-lastfm-square:before {
  content: "\f203";
}

/* line 17495, styles/designs/___external.scss */
.la-laugh:before {
  content: "\f599";
}

/* line 17498, styles/designs/___external.scss */
.la-laugh-beam:before {
  content: "\f59a";
}

/* line 17501, styles/designs/___external.scss */
.la-laugh-squint:before {
  content: "\f59b";
}

/* line 17504, styles/designs/___external.scss */
.la-laugh-wink:before {
  content: "\f59c";
}

/* line 17507, styles/designs/___external.scss */
.la-layer-group:before {
  content: "\f5fd";
}

/* line 17510, styles/designs/___external.scss */
.la-leaf:before {
  content: "\f06c";
}

/* line 17513, styles/designs/___external.scss */
.la-leanpub:before {
  content: "\f212";
}

/* line 17516, styles/designs/___external.scss */
.la-lemon:before {
  content: "\f094";
}

/* line 17519, styles/designs/___external.scss */
.la-less:before {
  content: "\f41d";
}

/* line 17522, styles/designs/___external.scss */
.la-less-than:before {
  content: "\f536";
}

/* line 17525, styles/designs/___external.scss */
.la-less-than-equal:before {
  content: "\f537";
}

/* line 17528, styles/designs/___external.scss */
.la-level-down-alt:before {
  content: "\f3be";
}

/* line 17531, styles/designs/___external.scss */
.la-level-up-alt:before {
  content: "\f3bf";
}

/* line 17534, styles/designs/___external.scss */
.la-life-ring:before {
  content: "\f1cd";
}

/* line 17537, styles/designs/___external.scss */
.la-lightbulb:before {
  content: "\f0eb";
}

/* line 17540, styles/designs/___external.scss */
.la-line:before {
  content: "\f3c0";
}

/* line 17543, styles/designs/___external.scss */
.la-link:before {
  content: "\f0c1";
}

/* line 17546, styles/designs/___external.scss */
.la-linkedin:before {
  content: "\f08c";
}

/* line 17549, styles/designs/___external.scss */
.la-linkedin-in:before {
  content: "\f0e1";
}

/* line 17552, styles/designs/___external.scss */
.la-linode:before {
  content: "\f2b8";
}

/* line 17555, styles/designs/___external.scss */
.la-linux:before {
  content: "\f17c";
}

/* line 17558, styles/designs/___external.scss */
.la-lira-sign:before {
  content: "\f195";
}

/* line 17561, styles/designs/___external.scss */
.la-list:before {
  content: "\f03a";
}

/* line 17564, styles/designs/___external.scss */
.la-list-alt:before {
  content: "\f022";
}

/* line 17567, styles/designs/___external.scss */
.la-list-ol:before {
  content: "\f0cb";
}

/* line 17570, styles/designs/___external.scss */
.la-list-ul:before {
  content: "\f0ca";
}

/* line 17573, styles/designs/___external.scss */
.la-location-arrow:before {
  content: "\f124";
}

/* line 17576, styles/designs/___external.scss */
.la-lock:before {
  content: "\f023";
}

/* line 17579, styles/designs/___external.scss */
.la-lock-open:before {
  content: "\f3c1";
}

/* line 17582, styles/designs/___external.scss */
.la-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 17585, styles/designs/___external.scss */
.la-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 17588, styles/designs/___external.scss */
.la-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 17591, styles/designs/___external.scss */
.la-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 17594, styles/designs/___external.scss */
.la-low-vision:before {
  content: "\f2a8";
}

/* line 17597, styles/designs/___external.scss */
.la-luggage-cart:before {
  content: "\f59d";
}

/* line 17600, styles/designs/___external.scss */
.la-lyft:before {
  content: "\f3c3";
}

/* line 17603, styles/designs/___external.scss */
.la-magento:before {
  content: "\f3c4";
}

/* line 17606, styles/designs/___external.scss */
.la-magic:before {
  content: "\f0d0";
}

/* line 17609, styles/designs/___external.scss */
.la-magnet:before {
  content: "\f076";
}

/* line 17612, styles/designs/___external.scss */
.la-mail-bulk:before {
  content: "\f674";
}

/* line 17615, styles/designs/___external.scss */
.la-mailchimp:before {
  content: "\f59e";
}

/* line 17618, styles/designs/___external.scss */
.la-male:before {
  content: "\f183";
}

/* line 17621, styles/designs/___external.scss */
.la-mandalorian:before {
  content: "\f50f";
}

/* line 17624, styles/designs/___external.scss */
.la-map:before {
  content: "\f279";
}

/* line 17627, styles/designs/___external.scss */
.la-map-marked:before {
  content: "\f59f";
}

/* line 17630, styles/designs/___external.scss */
.la-map-marked-alt:before {
  content: "\f5a0";
}

/* line 17633, styles/designs/___external.scss */
.la-map-marker:before {
  content: "\f041";
}

/* line 17636, styles/designs/___external.scss */
.la-map-marker-alt:before {
  content: "\f3c5";
}

/* line 17639, styles/designs/___external.scss */
.la-map-pin:before {
  content: "\f276";
}

/* line 17642, styles/designs/___external.scss */
.la-map-signs:before {
  content: "\f277";
}

/* line 17645, styles/designs/___external.scss */
.la-markdown:before {
  content: "\f60f";
}

/* line 17648, styles/designs/___external.scss */
.la-marker:before {
  content: "\f5a1";
}

/* line 17651, styles/designs/___external.scss */
.la-mars:before {
  content: "\f222";
}

/* line 17654, styles/designs/___external.scss */
.la-mars-double:before {
  content: "\f227";
}

/* line 17657, styles/designs/___external.scss */
.la-mars-stroke:before {
  content: "\f229";
}

/* line 17660, styles/designs/___external.scss */
.la-mars-stroke-h:before {
  content: "\f22b";
}

/* line 17663, styles/designs/___external.scss */
.la-mars-stroke-v:before {
  content: "\f22a";
}

/* line 17666, styles/designs/___external.scss */
.la-mask:before {
  content: "\f6fa";
}

/* line 17669, styles/designs/___external.scss */
.la-mastodon:before {
  content: "\f4f6";
}

/* line 17672, styles/designs/___external.scss */
.la-maxcdn:before {
  content: "\f136";
}

/* line 17675, styles/designs/___external.scss */
.la-mdb:before {
  content: "\f8ca";
}

/* line 17678, styles/designs/___external.scss */
.la-medal:before {
  content: "\f5a2";
}

/* line 17681, styles/designs/___external.scss */
.la-medapps:before {
  content: "\f3c6";
}

/* line 17684, styles/designs/___external.scss */
.la-medium:before {
  content: "\f23a";
}

/* line 17687, styles/designs/___external.scss */
.la-medium-m:before {
  content: "\f3c7";
}

/* line 17690, styles/designs/___external.scss */
.la-medkit:before {
  content: "\f0fa";
}

/* line 17693, styles/designs/___external.scss */
.la-medrt:before {
  content: "\f3c8";
}

/* line 17696, styles/designs/___external.scss */
.la-meetup:before {
  content: "\f2e0";
}

/* line 17699, styles/designs/___external.scss */
.la-megaport:before {
  content: "\f5a3";
}

/* line 17702, styles/designs/___external.scss */
.la-meh:before {
  content: "\f11a";
}

/* line 17705, styles/designs/___external.scss */
.la-meh-blank:before {
  content: "\f5a4";
}

/* line 17708, styles/designs/___external.scss */
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 17711, styles/designs/___external.scss */
.la-memory:before {
  content: "\f538";
}

/* line 17714, styles/designs/___external.scss */
.la-mendeley:before {
  content: "\f7b3";
}

/* line 17717, styles/designs/___external.scss */
.la-menorah:before {
  content: "\f676";
}

/* line 17720, styles/designs/___external.scss */
.la-mercury:before {
  content: "\f223";
}

/* line 17723, styles/designs/___external.scss */
.la-meteor:before {
  content: "\f753";
}

/* line 17726, styles/designs/___external.scss */
.la-microchip:before {
  content: "\f2db";
}

/* line 17729, styles/designs/___external.scss */
.la-microphone:before {
  content: "\f130";
}

/* line 17732, styles/designs/___external.scss */
.la-microphone-alt:before {
  content: "\f3c9";
}

/* line 17735, styles/designs/___external.scss */
.la-microphone-alt-slash:before {
  content: "\f539";
}

/* line 17738, styles/designs/___external.scss */
.la-microphone-slash:before {
  content: "\f131";
}

/* line 17741, styles/designs/___external.scss */
.la-microscope:before {
  content: "\f610";
}

/* line 17744, styles/designs/___external.scss */
.la-microsoft:before {
  content: "\f3ca";
}

/* line 17747, styles/designs/___external.scss */
.la-minus:before {
  content: "\f068";
}

/* line 17750, styles/designs/___external.scss */
.la-minus-circle:before {
  content: "\f056";
}

/* line 17753, styles/designs/___external.scss */
.la-minus-square:before {
  content: "\f146";
}

/* line 17756, styles/designs/___external.scss */
.la-mitten:before {
  content: "\f7b5";
}

/* line 17759, styles/designs/___external.scss */
.la-mix:before {
  content: "\f3cb";
}

/* line 17762, styles/designs/___external.scss */
.la-mixcloud:before {
  content: "\f289";
}

/* line 17765, styles/designs/___external.scss */
.la-mizuni:before {
  content: "\f3cc";
}

/* line 17768, styles/designs/___external.scss */
.la-mobile:before {
  content: "\f10b";
}

/* line 17771, styles/designs/___external.scss */
.la-mobile-alt:before {
  content: "\f3cd";
}

/* line 17774, styles/designs/___external.scss */
.la-modx:before {
  content: "\f285";
}

/* line 17777, styles/designs/___external.scss */
.la-monero:before {
  content: "\f3d0";
}

/* line 17780, styles/designs/___external.scss */
.la-money-bill:before {
  content: "\f0d6";
}

/* line 17783, styles/designs/___external.scss */
.la-money-bill-alt:before {
  content: "\f3d1";
}

/* line 17786, styles/designs/___external.scss */
.la-money-bill-wave:before {
  content: "\f53a";
}

/* line 17789, styles/designs/___external.scss */
.la-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 17792, styles/designs/___external.scss */
.la-money-check:before {
  content: "\f53c";
}

/* line 17795, styles/designs/___external.scss */
.la-money-check-alt:before {
  content: "\f53d";
}

/* line 17798, styles/designs/___external.scss */
.la-monument:before {
  content: "\f5a6";
}

/* line 17801, styles/designs/___external.scss */
.la-moon:before {
  content: "\f186";
}

/* line 17804, styles/designs/___external.scss */
.la-mortar-pestle:before {
  content: "\f5a7";
}

/* line 17807, styles/designs/___external.scss */
.la-mosque:before {
  content: "\f678";
}

/* line 17810, styles/designs/___external.scss */
.la-motorcycle:before {
  content: "\f21c";
}

/* line 17813, styles/designs/___external.scss */
.la-mountain:before {
  content: "\f6fc";
}

/* line 17816, styles/designs/___external.scss */
.la-mouse:before {
  content: "\f8cc";
}

/* line 17819, styles/designs/___external.scss */
.la-mouse-pointer:before {
  content: "\f245";
}

/* line 17822, styles/designs/___external.scss */
.la-mug-hot:before {
  content: "\f7b6";
}

/* line 17825, styles/designs/___external.scss */
.la-music:before {
  content: "\f001";
}

/* line 17828, styles/designs/___external.scss */
.la-napster:before {
  content: "\f3d2";
}

/* line 17831, styles/designs/___external.scss */
.la-neos:before {
  content: "\f612";
}

/* line 17834, styles/designs/___external.scss */
.la-network-wired:before {
  content: "\f6ff";
}

/* line 17837, styles/designs/___external.scss */
.la-neuter:before {
  content: "\f22c";
}

/* line 17840, styles/designs/___external.scss */
.la-newspaper:before {
  content: "\f1ea";
}

/* line 17843, styles/designs/___external.scss */
.la-nimblr:before {
  content: "\f5a8";
}

/* line 17846, styles/designs/___external.scss */
.la-node:before {
  content: "\f419";
}

/* line 17849, styles/designs/___external.scss */
.la-node-js:before {
  content: "\f3d3";
}

/* line 17852, styles/designs/___external.scss */
.la-not-equal:before {
  content: "\f53e";
}

/* line 17855, styles/designs/___external.scss */
.la-notes-medical:before {
  content: "\f481";
}

/* line 17858, styles/designs/___external.scss */
.la-npm:before {
  content: "\f3d4";
}

/* line 17861, styles/designs/___external.scss */
.la-ns8:before {
  content: "\f3d5";
}

/* line 17864, styles/designs/___external.scss */
.la-nutritionix:before {
  content: "\f3d6";
}

/* line 17867, styles/designs/___external.scss */
.la-object-group:before {
  content: "\f247";
}

/* line 17870, styles/designs/___external.scss */
.la-object-ungroup:before {
  content: "\f248";
}

/* line 17873, styles/designs/___external.scss */
.la-odnoklassniki:before {
  content: "\f263";
}

/* line 17876, styles/designs/___external.scss */
.la-odnoklassniki-square:before {
  content: "\f264";
}

/* line 17879, styles/designs/___external.scss */
.la-oil-can:before {
  content: "\f613";
}

/* line 17882, styles/designs/___external.scss */
.la-old-republic:before {
  content: "\f510";
}

/* line 17885, styles/designs/___external.scss */
.la-om:before {
  content: "\f679";
}

/* line 17888, styles/designs/___external.scss */
.la-opencart:before {
  content: "\f23d";
}

/* line 17891, styles/designs/___external.scss */
.la-openid:before {
  content: "\f19b";
}

/* line 17894, styles/designs/___external.scss */
.la-opera:before {
  content: "\f26a";
}

/* line 17897, styles/designs/___external.scss */
.la-optin-monster:before {
  content: "\f23c";
}

/* line 17900, styles/designs/___external.scss */
.la-orcid:before {
  content: "\f8d2";
}

/* line 17903, styles/designs/___external.scss */
.la-osi:before {
  content: "\f41a";
}

/* line 17906, styles/designs/___external.scss */
.la-otter:before {
  content: "\f700";
}

/* line 17909, styles/designs/___external.scss */
.la-outdent:before {
  content: "\f03b";
}

/* line 17912, styles/designs/___external.scss */
.la-page4:before {
  content: "\f3d7";
}

/* line 17915, styles/designs/___external.scss */
.la-pagelines:before {
  content: "\f18c";
}

/* line 17918, styles/designs/___external.scss */
.la-pager:before {
  content: "\f815";
}

/* line 17921, styles/designs/___external.scss */
.la-paint-brush:before {
  content: "\f1fc";
}

/* line 17924, styles/designs/___external.scss */
.la-paint-roller:before {
  content: "\f5aa";
}

/* line 17927, styles/designs/___external.scss */
.la-palette:before {
  content: "\f53f";
}

/* line 17930, styles/designs/___external.scss */
.la-palfed:before {
  content: "\f3d8";
}

/* line 17933, styles/designs/___external.scss */
.la-pallet:before {
  content: "\f482";
}

/* line 17936, styles/designs/___external.scss */
.la-paper-plane:before {
  content: "\f1d8";
}

/* line 17939, styles/designs/___external.scss */
.la-paperclip:before {
  content: "\f0c6";
}

/* line 17942, styles/designs/___external.scss */
.la-parachute-box:before {
  content: "\f4cd";
}

/* line 17945, styles/designs/___external.scss */
.la-paragraph:before {
  content: "\f1dd";
}

/* line 17948, styles/designs/___external.scss */
.la-parking:before {
  content: "\f540";
}

/* line 17951, styles/designs/___external.scss */
.la-passport:before {
  content: "\f5ab";
}

/* line 17954, styles/designs/___external.scss */
.la-pastafarianism:before {
  content: "\f67b";
}

/* line 17957, styles/designs/___external.scss */
.la-paste:before {
  content: "\f0ea";
}

/* line 17960, styles/designs/___external.scss */
.la-patreon:before {
  content: "\f3d9";
}

/* line 17963, styles/designs/___external.scss */
.la-pause:before {
  content: "\f04c";
}

/* line 17966, styles/designs/___external.scss */
.la-pause-circle:before {
  content: "\f28b";
}

/* line 17969, styles/designs/___external.scss */
.la-paw:before {
  content: "\f1b0";
}

/* line 17972, styles/designs/___external.scss */
.la-paypal:before {
  content: "\f1ed";
}

/* line 17975, styles/designs/___external.scss */
.la-peace:before {
  content: "\f67c";
}

/* line 17978, styles/designs/___external.scss */
.la-pen:before {
  content: "\f304";
}

/* line 17981, styles/designs/___external.scss */
.la-pen-alt:before {
  content: "\f305";
}

/* line 17984, styles/designs/___external.scss */
.la-pen-fancy:before {
  content: "\f5ac";
}

/* line 17987, styles/designs/___external.scss */
.la-pen-nib:before {
  content: "\f5ad";
}

/* line 17990, styles/designs/___external.scss */
.la-pen-square:before {
  content: "\f14b";
}

/* line 17993, styles/designs/___external.scss */
.la-pencil-alt:before {
  content: "\f303";
}

/* line 17996, styles/designs/___external.scss */
.la-pencil-ruler:before {
  content: "\f5ae";
}

/* line 17999, styles/designs/___external.scss */
.la-penny-arcade:before {
  content: "\f704";
}

/* line 18002, styles/designs/___external.scss */
.la-people-carry:before {
  content: "\f4ce";
}

/* line 18005, styles/designs/___external.scss */
.la-pepper-hot:before {
  content: "\f816";
}

/* line 18008, styles/designs/___external.scss */
.la-percent:before {
  content: "\f295";
}

/* line 18011, styles/designs/___external.scss */
.la-percentage:before {
  content: "\f541";
}

/* line 18014, styles/designs/___external.scss */
.la-periscope:before {
  content: "\f3da";
}

/* line 18017, styles/designs/___external.scss */
.la-person-booth:before {
  content: "\f756";
}

/* line 18020, styles/designs/___external.scss */
.la-phabricator:before {
  content: "\f3db";
}

/* line 18023, styles/designs/___external.scss */
.la-phoenix-framework:before {
  content: "\f3dc";
}

/* line 18026, styles/designs/___external.scss */
.la-phoenix-squadron:before {
  content: "\f511";
}

/* line 18029, styles/designs/___external.scss */
.la-phone:before {
  content: "\f095";
}

/* line 18032, styles/designs/___external.scss */
.la-phone-alt:before {
  content: "\f879";
}

/* line 18035, styles/designs/___external.scss */
.la-phone-slash:before {
  content: "\f3dd";
}

/* line 18038, styles/designs/___external.scss */
.la-phone-square:before {
  content: "\f098";
}

/* line 18041, styles/designs/___external.scss */
.la-phone-square-alt:before {
  content: "\f87b";
}

/* line 18044, styles/designs/___external.scss */
.la-phone-volume:before {
  content: "\f2a0";
}

/* line 18047, styles/designs/___external.scss */
.la-photo-video:before {
  content: "\f87c";
}

/* line 18050, styles/designs/___external.scss */
.la-php:before {
  content: "\f457";
}

/* line 18053, styles/designs/___external.scss */
.la-pied-piper:before {
  content: "\f2ae";
}

/* line 18056, styles/designs/___external.scss */
.la-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 18059, styles/designs/___external.scss */
.la-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 18062, styles/designs/___external.scss */
.la-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 18065, styles/designs/___external.scss */
.la-piggy-bank:before {
  content: "\f4d3";
}

/* line 18068, styles/designs/___external.scss */
.la-pills:before {
  content: "\f484";
}

/* line 18071, styles/designs/___external.scss */
.la-pinterest:before {
  content: "\f0d2";
}

/* line 18074, styles/designs/___external.scss */
.la-pinterest-p:before {
  content: "\f231";
}

/* line 18077, styles/designs/___external.scss */
.la-pinterest-square:before {
  content: "\f0d3";
}

/* line 18080, styles/designs/___external.scss */
.la-pizza-slice:before {
  content: "\f818";
}

/* line 18083, styles/designs/___external.scss */
.la-place-of-worship:before {
  content: "\f67f";
}

/* line 18086, styles/designs/___external.scss */
.la-plane:before {
  content: "\f072";
}

/* line 18089, styles/designs/___external.scss */
.la-plane-arrival:before {
  content: "\f5af";
}

/* line 18092, styles/designs/___external.scss */
.la-plane-departure:before {
  content: "\f5b0";
}

/* line 18095, styles/designs/___external.scss */
.la-play:before {
  content: "\f04b";
}

/* line 18098, styles/designs/___external.scss */
.la-play-circle:before {
  content: "\f144";
}

/* line 18101, styles/designs/___external.scss */
.la-playstation:before {
  content: "\f3df";
}

/* line 18104, styles/designs/___external.scss */
.la-plug:before {
  content: "\f1e6";
}

/* line 18107, styles/designs/___external.scss */
.la-plus:before {
  content: "\f067";
}

/* line 18110, styles/designs/___external.scss */
.la-plus-circle:before {
  content: "\f055";
}

/* line 18113, styles/designs/___external.scss */
.la-plus-square:before {
  content: "\f0fe";
}

/* line 18116, styles/designs/___external.scss */
.la-podcast:before {
  content: "\f2ce";
}

/* line 18119, styles/designs/___external.scss */
.la-poll:before {
  content: "\f681";
}

/* line 18122, styles/designs/___external.scss */
.la-poll-h:before {
  content: "\f682";
}

/* line 18125, styles/designs/___external.scss */
.la-poo:before {
  content: "\f2fe";
}

/* line 18128, styles/designs/___external.scss */
.la-poo-storm:before {
  content: "\f75a";
}

/* line 18131, styles/designs/___external.scss */
.la-poop:before {
  content: "\f619";
}

/* line 18134, styles/designs/___external.scss */
.la-portrait:before {
  content: "\f3e0";
}

/* line 18137, styles/designs/___external.scss */
.la-pound-sign:before {
  content: "\f154";
}

/* line 18140, styles/designs/___external.scss */
.la-power-off:before {
  content: "\f011";
}

/* line 18143, styles/designs/___external.scss */
.la-pray:before {
  content: "\f683";
}

/* line 18146, styles/designs/___external.scss */
.la-praying-hands:before {
  content: "\f684";
}

/* line 18149, styles/designs/___external.scss */
.la-prescription:before {
  content: "\f5b1";
}

/* line 18152, styles/designs/___external.scss */
.la-prescription-bottle:before {
  content: "\f485";
}

/* line 18155, styles/designs/___external.scss */
.la-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 18158, styles/designs/___external.scss */
.la-print:before {
  content: "\f02f";
}

/* line 18161, styles/designs/___external.scss */
.la-procedures:before {
  content: "\f487";
}

/* line 18164, styles/designs/___external.scss */
.la-product-hunt:before {
  content: "\f288";
}

/* line 18167, styles/designs/___external.scss */
.la-project-diagram:before {
  content: "\f542";
}

/* line 18170, styles/designs/___external.scss */
.la-pushed:before {
  content: "\f3e1";
}

/* line 18173, styles/designs/___external.scss */
.la-puzzle-piece:before {
  content: "\f12e";
}

/* line 18176, styles/designs/___external.scss */
.la-python:before {
  content: "\f3e2";
}

/* line 18179, styles/designs/___external.scss */
.la-qq:before {
  content: "\f1d6";
}

/* line 18182, styles/designs/___external.scss */
.la-qrcode:before {
  content: "\f029";
}

/* line 18185, styles/designs/___external.scss */
.la-question:before {
  content: "\f128";
}

/* line 18188, styles/designs/___external.scss */
.la-question-circle:before {
  content: "\f059";
}

/* line 18191, styles/designs/___external.scss */
.la-quidditch:before {
  content: "\f458";
}

/* line 18194, styles/designs/___external.scss */
.la-quinscape:before {
  content: "\f459";
}

/* line 18197, styles/designs/___external.scss */
.la-quora:before {
  content: "\f2c4";
}

/* line 18200, styles/designs/___external.scss */
.la-quote-left:before {
  content: "\f10d";
}

/* line 18203, styles/designs/___external.scss */
.la-quote-right:before {
  content: "\f10e";
}

/* line 18206, styles/designs/___external.scss */
.la-quran:before {
  content: "\f687";
}

/* line 18209, styles/designs/___external.scss */
.la-r-project:before {
  content: "\f4f7";
}

/* line 18212, styles/designs/___external.scss */
.la-radiation:before {
  content: "\f7b9";
}

/* line 18215, styles/designs/___external.scss */
.la-radiation-alt:before {
  content: "\f7ba";
}

/* line 18218, styles/designs/___external.scss */
.la-rainbow:before {
  content: "\f75b";
}

/* line 18221, styles/designs/___external.scss */
.la-random:before {
  content: "\f074";
}

/* line 18224, styles/designs/___external.scss */
.la-raspberry-pi:before {
  content: "\f7bb";
}

/* line 18227, styles/designs/___external.scss */
.la-ravelry:before {
  content: "\f2d9";
}

/* line 18230, styles/designs/___external.scss */
.la-react:before {
  content: "\f41b";
}

/* line 18233, styles/designs/___external.scss */
.la-reacteurope:before {
  content: "\f75d";
}

/* line 18236, styles/designs/___external.scss */
.la-readme:before {
  content: "\f4d5";
}

/* line 18239, styles/designs/___external.scss */
.la-rebel:before {
  content: "\f1d0";
}

/* line 18242, styles/designs/___external.scss */
.la-receipt:before {
  content: "\f543";
}

/* line 18245, styles/designs/___external.scss */
.la-record-vinyl:before {
  content: "\f8d9";
}

/* line 18248, styles/designs/___external.scss */
.la-recycle:before {
  content: "\f1b8";
}

/* line 18251, styles/designs/___external.scss */
.la-red-river:before {
  content: "\f3e3";
}

/* line 18254, styles/designs/___external.scss */
.la-reddit:before {
  content: "\f1a1";
}

/* line 18257, styles/designs/___external.scss */
.la-reddit-alien:before {
  content: "\f281";
}

/* line 18260, styles/designs/___external.scss */
.la-reddit-square:before {
  content: "\f1a2";
}

/* line 18263, styles/designs/___external.scss */
.la-redhat:before {
  content: "\f7bc";
}

/* line 18266, styles/designs/___external.scss */
.la-redo:before {
  content: "\f01e";
}

/* line 18269, styles/designs/___external.scss */
.la-redo-alt:before {
  content: "\f2f9";
}

/* line 18272, styles/designs/___external.scss */
.la-registered:before {
  content: "\f25d";
}

/* line 18275, styles/designs/___external.scss */
.la-remove-format:before {
  content: "\f87d";
}

/* line 18278, styles/designs/___external.scss */
.la-renren:before {
  content: "\f18b";
}

/* line 18281, styles/designs/___external.scss */
.la-reply:before {
  content: "\f3e5";
}

/* line 18284, styles/designs/___external.scss */
.la-reply-all:before {
  content: "\f122";
}

/* line 18287, styles/designs/___external.scss */
.la-replyd:before {
  content: "\f3e6";
}

/* line 18290, styles/designs/___external.scss */
.la-republican:before {
  content: "\f75e";
}

/* line 18293, styles/designs/___external.scss */
.la-researchgate:before {
  content: "\f4f8";
}

/* line 18296, styles/designs/___external.scss */
.la-resolving:before {
  content: "\f3e7";
}

/* line 18299, styles/designs/___external.scss */
.la-restroom:before {
  content: "\f7bd";
}

/* line 18302, styles/designs/___external.scss */
.la-retweet:before {
  content: "\f079";
}

/* line 18305, styles/designs/___external.scss */
.la-rev:before {
  content: "\f5b2";
}

/* line 18308, styles/designs/___external.scss */
.la-ribbon:before {
  content: "\f4d6";
}

/* line 18311, styles/designs/___external.scss */
.la-ring:before {
  content: "\f70b";
}

/* line 18314, styles/designs/___external.scss */
.la-road:before {
  content: "\f018";
}

/* line 18317, styles/designs/___external.scss */
.la-robot:before {
  content: "\f544";
}

/* line 18320, styles/designs/___external.scss */
.la-rocket:before {
  content: "\f135";
}

/* line 18323, styles/designs/___external.scss */
.la-rocketchat:before {
  content: "\f3e8";
}

/* line 18326, styles/designs/___external.scss */
.la-rockrms:before {
  content: "\f3e9";
}

/* line 18329, styles/designs/___external.scss */
.la-route:before {
  content: "\f4d7";
}

/* line 18332, styles/designs/___external.scss */
.la-rss:before {
  content: "\f09e";
}

/* line 18335, styles/designs/___external.scss */
.la-rss-square:before {
  content: "\f143";
}

/* line 18338, styles/designs/___external.scss */
.la-ruble-sign:before {
  content: "\f158";
}

/* line 18341, styles/designs/___external.scss */
.la-ruler:before {
  content: "\f545";
}

/* line 18344, styles/designs/___external.scss */
.la-ruler-combined:before {
  content: "\f546";
}

/* line 18347, styles/designs/___external.scss */
.la-ruler-horizontal:before {
  content: "\f547";
}

/* line 18350, styles/designs/___external.scss */
.la-ruler-vertical:before {
  content: "\f548";
}

/* line 18353, styles/designs/___external.scss */
.la-running:before {
  content: "\f70c";
}

/* line 18356, styles/designs/___external.scss */
.la-rupee-sign:before {
  content: "\f156";
}

/* line 18359, styles/designs/___external.scss */
.la-sad-cry:before {
  content: "\f5b3";
}

/* line 18362, styles/designs/___external.scss */
.la-sad-tear:before {
  content: "\f5b4";
}

/* line 18365, styles/designs/___external.scss */
.la-safari:before {
  content: "\f267";
}

/* line 18368, styles/designs/___external.scss */
.la-salesforce:before {
  content: "\f83b";
}

/* line 18371, styles/designs/___external.scss */
.la-sass:before {
  content: "\f41e";
}

/* line 18374, styles/designs/___external.scss */
.la-satellite:before {
  content: "\f7bf";
}

/* line 18377, styles/designs/___external.scss */
.la-satellite-dish:before {
  content: "\f7c0";
}

/* line 18380, styles/designs/___external.scss */
.la-save:before {
  content: "\f0c7";
}

/* line 18383, styles/designs/___external.scss */
.la-schlix:before {
  content: "\f3ea";
}

/* line 18386, styles/designs/___external.scss */
.la-school:before {
  content: "\f549";
}

/* line 18389, styles/designs/___external.scss */
.la-screwdriver:before {
  content: "\f54a";
}

/* line 18392, styles/designs/___external.scss */
.la-scribd:before {
  content: "\f28a";
}

/* line 18395, styles/designs/___external.scss */
.la-scroll:before {
  content: "\f70e";
}

/* line 18398, styles/designs/___external.scss */
.la-sd-card:before {
  content: "\f7c2";
}

/* line 18401, styles/designs/___external.scss */
.la-search:before {
  content: "\f002";
}

/* line 18404, styles/designs/___external.scss */
.la-search-dollar:before {
  content: "\f688";
}

/* line 18407, styles/designs/___external.scss */
.la-search-location:before {
  content: "\f689";
}

/* line 18410, styles/designs/___external.scss */
.la-search-minus:before {
  content: "\f010";
}

/* line 18413, styles/designs/___external.scss */
.la-search-plus:before {
  content: "\f00e";
}

/* line 18416, styles/designs/___external.scss */
.la-searchengin:before {
  content: "\f3eb";
}

/* line 18419, styles/designs/___external.scss */
.la-seedling:before {
  content: "\f4d8";
}

/* line 18422, styles/designs/___external.scss */
.la-sellcast:before {
  content: "\f2da";
}

/* line 18425, styles/designs/___external.scss */
.la-sellsy:before {
  content: "\f213";
}

/* line 18428, styles/designs/___external.scss */
.la-server:before {
  content: "\f233";
}

/* line 18431, styles/designs/___external.scss */
.la-servicestack:before {
  content: "\f3ec";
}

/* line 18434, styles/designs/___external.scss */
.la-shapes:before {
  content: "\f61f";
}

/* line 18437, styles/designs/___external.scss */
.la-share:before {
  content: "\f064";
}

/* line 18440, styles/designs/___external.scss */
.la-share-alt:before {
  content: "\f1e0";
}

/* line 18443, styles/designs/___external.scss */
.la-share-alt-square:before {
  content: "\f1e1";
}

/* line 18446, styles/designs/___external.scss */
.la-share-square:before {
  content: "\f14d";
}

/* line 18449, styles/designs/___external.scss */
.la-shekel-sign:before {
  content: "\f20b";
}

/* line 18452, styles/designs/___external.scss */
.la-shield-alt:before {
  content: "\f3ed";
}

/* line 18455, styles/designs/___external.scss */
.la-ship:before {
  content: "\f21a";
}

/* line 18458, styles/designs/___external.scss */
.la-shipping-fast:before {
  content: "\f48b";
}

/* line 18461, styles/designs/___external.scss */
.la-shirtsinbulk:before {
  content: "\f214";
}

/* line 18464, styles/designs/___external.scss */
.la-shoe-prints:before {
  content: "\f54b";
}

/* line 18467, styles/designs/___external.scss */
.la-shopping-bag:before {
  content: "\f290";
}

/* line 18470, styles/designs/___external.scss */
.la-shopping-basket:before {
  content: "\f291";
}

/* line 18473, styles/designs/___external.scss */
.la-shopping-cart:before {
  content: "\f07a";
}

/* line 18476, styles/designs/___external.scss */
.la-shopware:before {
  content: "\f5b5";
}

/* line 18479, styles/designs/___external.scss */
.la-shower:before {
  content: "\f2cc";
}

/* line 18482, styles/designs/___external.scss */
.la-shuttle-van:before {
  content: "\f5b6";
}

/* line 18485, styles/designs/___external.scss */
.la-sign:before {
  content: "\f4d9";
}

/* line 18488, styles/designs/___external.scss */
.la-sign-in-alt:before {
  content: "\f2f6";
}

/* line 18491, styles/designs/___external.scss */
.la-sign-language:before {
  content: "\f2a7";
}

/* line 18494, styles/designs/___external.scss */
.la-sign-out-alt:before {
  content: "\f2f5";
}

/* line 18497, styles/designs/___external.scss */
.la-signal:before {
  content: "\f012";
}

/* line 18500, styles/designs/___external.scss */
.la-signature:before {
  content: "\f5b7";
}

/* line 18503, styles/designs/___external.scss */
.la-sim-card:before {
  content: "\f7c4";
}

/* line 18506, styles/designs/___external.scss */
.la-simplybuilt:before {
  content: "\f215";
}

/* line 18509, styles/designs/___external.scss */
.la-sistrix:before {
  content: "\f3ee";
}

/* line 18512, styles/designs/___external.scss */
.la-sitemap:before {
  content: "\f0e8";
}

/* line 18515, styles/designs/___external.scss */
.la-sith:before {
  content: "\f512";
}

/* line 18518, styles/designs/___external.scss */
.la-skating:before {
  content: "\f7c5";
}

/* line 18521, styles/designs/___external.scss */
.la-sketch:before {
  content: "\f7c6";
}

/* line 18524, styles/designs/___external.scss */
.la-skiing:before {
  content: "\f7c9";
}

/* line 18527, styles/designs/___external.scss */
.la-skiing-nordic:before {
  content: "\f7ca";
}

/* line 18530, styles/designs/___external.scss */
.la-skull:before {
  content: "\f54c";
}

/* line 18533, styles/designs/___external.scss */
.la-skull-crossbones:before {
  content: "\f714";
}

/* line 18536, styles/designs/___external.scss */
.la-skyatlas:before {
  content: "\f216";
}

/* line 18539, styles/designs/___external.scss */
.la-skype:before {
  content: "\f17e";
}

/* line 18542, styles/designs/___external.scss */
.la-slack:before {
  content: "\f198";
}

/* line 18545, styles/designs/___external.scss */
.la-slack-hash:before {
  content: "\f3ef";
}

/* line 18548, styles/designs/___external.scss */
.la-slash:before {
  content: "\f715";
}

/* line 18551, styles/designs/___external.scss */
.la-sleigh:before {
  content: "\f7cc";
}

/* line 18554, styles/designs/___external.scss */
.la-sliders-h:before {
  content: "\f1de";
}

/* line 18557, styles/designs/___external.scss */
.la-slideshare:before {
  content: "\f1e7";
}

/* line 18560, styles/designs/___external.scss */
.la-smile:before {
  content: "\f118";
}

/* line 18563, styles/designs/___external.scss */
.la-smile-beam:before {
  content: "\f5b8";
}

/* line 18566, styles/designs/___external.scss */
.la-smile-wink:before {
  content: "\f4da";
}

/* line 18569, styles/designs/___external.scss */
.la-smog:before {
  content: "\f75f";
}

/* line 18572, styles/designs/___external.scss */
.la-smoking:before {
  content: "\f48d";
}

/* line 18575, styles/designs/___external.scss */
.la-smoking-ban:before {
  content: "\f54d";
}

/* line 18578, styles/designs/___external.scss */
.la-sms:before {
  content: "\f7cd";
}

/* line 18581, styles/designs/___external.scss */
.la-snapchat:before {
  content: "\f2ab";
}

/* line 18584, styles/designs/___external.scss */
.la-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 18587, styles/designs/___external.scss */
.la-snapchat-square:before {
  content: "\f2ad";
}

/* line 18590, styles/designs/___external.scss */
.la-snowboarding:before {
  content: "\f7ce";
}

/* line 18593, styles/designs/___external.scss */
.la-snowflake:before {
  content: "\f2dc";
}

/* line 18596, styles/designs/___external.scss */
.la-snowman:before {
  content: "\f7d0";
}

/* line 18599, styles/designs/___external.scss */
.la-snowplow:before {
  content: "\f7d2";
}

/* line 18602, styles/designs/___external.scss */
.la-socks:before {
  content: "\f696";
}

/* line 18605, styles/designs/___external.scss */
.la-solar-panel:before {
  content: "\f5ba";
}

/* line 18608, styles/designs/___external.scss */
.la-sort:before {
  content: "\f0dc";
}

/* line 18611, styles/designs/___external.scss */
.la-sort-alpha-down:before {
  content: "\f15d";
}

/* line 18614, styles/designs/___external.scss */
.la-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 18617, styles/designs/___external.scss */
.la-sort-alpha-up:before {
  content: "\f15e";
}

/* line 18620, styles/designs/___external.scss */
.la-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 18623, styles/designs/___external.scss */
.la-sort-amount-down:before {
  content: "\f160";
}

/* line 18626, styles/designs/___external.scss */
.la-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 18629, styles/designs/___external.scss */
.la-sort-amount-up:before {
  content: "\f161";
}

/* line 18632, styles/designs/___external.scss */
.la-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 18635, styles/designs/___external.scss */
.la-sort-down:before {
  content: "\f0dd";
}

/* line 18638, styles/designs/___external.scss */
.la-sort-numeric-down:before {
  content: "\f162";
}

/* line 18641, styles/designs/___external.scss */
.la-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 18644, styles/designs/___external.scss */
.la-sort-numeric-up:before {
  content: "\f163";
}

/* line 18647, styles/designs/___external.scss */
.la-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 18650, styles/designs/___external.scss */
.la-sort-up:before {
  content: "\f0de";
}

/* line 18653, styles/designs/___external.scss */
.la-soundcloud:before {
  content: "\f1be";
}

/* line 18656, styles/designs/___external.scss */
.la-sourcetree:before {
  content: "\f7d3";
}

/* line 18659, styles/designs/___external.scss */
.la-spa:before {
  content: "\f5bb";
}

/* line 18662, styles/designs/___external.scss */
.la-space-shuttle:before {
  content: "\f197";
}

/* line 18665, styles/designs/___external.scss */
.la-speakap:before {
  content: "\f3f3";
}

/* line 18668, styles/designs/___external.scss */
.la-speaker-deck:before {
  content: "\f83c";
}

/* line 18671, styles/designs/___external.scss */
.la-spell-check:before {
  content: "\f891";
}

/* line 18674, styles/designs/___external.scss */
.la-spider:before {
  content: "\f717";
}

/* line 18677, styles/designs/___external.scss */
.la-spinner:before {
  content: "\f110";
}

/* line 18680, styles/designs/___external.scss */
.la-splotch:before {
  content: "\f5bc";
}

/* line 18683, styles/designs/___external.scss */
.la-spotify:before {
  content: "\f1bc";
}

/* line 18686, styles/designs/___external.scss */
.la-spray-can:before {
  content: "\f5bd";
}

/* line 18689, styles/designs/___external.scss */
.la-square:before {
  content: "\f0c8";
}

/* line 18692, styles/designs/___external.scss */
.la-square-full:before {
  content: "\f45c";
}

/* line 18695, styles/designs/___external.scss */
.la-square-root-alt:before {
  content: "\f698";
}

/* line 18698, styles/designs/___external.scss */
.la-squarespace:before {
  content: "\f5be";
}

/* line 18701, styles/designs/___external.scss */
.la-stack-exchange:before {
  content: "\f18d";
}

/* line 18704, styles/designs/___external.scss */
.la-stack-overflow:before {
  content: "\f16c";
}

/* line 18707, styles/designs/___external.scss */
.la-stackpath:before {
  content: "\f842";
}

/* line 18710, styles/designs/___external.scss */
.la-stamp:before {
  content: "\f5bf";
}

/* line 18713, styles/designs/___external.scss */
.la-star:before {
  content: "\f005";
}

/* line 18716, styles/designs/___external.scss */
.la-star-and-crescent:before {
  content: "\f699";
}

/* line 18719, styles/designs/___external.scss */
.la-star-half:before {
  content: "\f089";
}

/* line 18722, styles/designs/___external.scss */
.la-star-half-alt:before {
  content: "\f5c0";
}

/* line 18725, styles/designs/___external.scss */
.la-star-of-david:before {
  content: "\f69a";
}

/* line 18728, styles/designs/___external.scss */
.la-star-of-life:before {
  content: "\f621";
}

/* line 18731, styles/designs/___external.scss */
.la-staylinked:before {
  content: "\f3f5";
}

/* line 18734, styles/designs/___external.scss */
.la-steam:before {
  content: "\f1b6";
}

/* line 18737, styles/designs/___external.scss */
.la-steam-square:before {
  content: "\f1b7";
}

/* line 18740, styles/designs/___external.scss */
.la-steam-symbol:before {
  content: "\f3f6";
}

/* line 18743, styles/designs/___external.scss */
.la-step-backward:before {
  content: "\f048";
}

/* line 18746, styles/designs/___external.scss */
.la-step-forward:before {
  content: "\f051";
}

/* line 18749, styles/designs/___external.scss */
.la-stethoscope:before {
  content: "\f0f1";
}

/* line 18752, styles/designs/___external.scss */
.la-sticker-mule:before {
  content: "\f3f7";
}

/* line 18755, styles/designs/___external.scss */
.la-sticky-note:before {
  content: "\f249";
}

/* line 18758, styles/designs/___external.scss */
.la-stop:before {
  content: "\f04d";
}

/* line 18761, styles/designs/___external.scss */
.la-stop-circle:before {
  content: "\f28d";
}

/* line 18764, styles/designs/___external.scss */
.la-stopwatch:before {
  content: "\f2f2";
}

/* line 18767, styles/designs/___external.scss */
.la-store:before {
  content: "\f54e";
}

/* line 18770, styles/designs/___external.scss */
.la-store-alt:before {
  content: "\f54f";
}

/* line 18773, styles/designs/___external.scss */
.la-strava:before {
  content: "\f428";
}

/* line 18776, styles/designs/___external.scss */
.la-stream:before {
  content: "\f550";
}

/* line 18779, styles/designs/___external.scss */
.la-street-view:before {
  content: "\f21d";
}

/* line 18782, styles/designs/___external.scss */
.la-strikethrough:before {
  content: "\f0cc";
}

/* line 18785, styles/designs/___external.scss */
.la-stripe:before {
  content: "\f429";
}

/* line 18788, styles/designs/___external.scss */
.la-stripe-s:before {
  content: "\f42a";
}

/* line 18791, styles/designs/___external.scss */
.la-stroopwafel:before {
  content: "\f551";
}

/* line 18794, styles/designs/___external.scss */
.la-studiovinari:before {
  content: "\f3f8";
}

/* line 18797, styles/designs/___external.scss */
.la-stumbleupon:before {
  content: "\f1a4";
}

/* line 18800, styles/designs/___external.scss */
.la-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 18803, styles/designs/___external.scss */
.la-subscript:before {
  content: "\f12c";
}

/* line 18806, styles/designs/___external.scss */
.la-subway:before {
  content: "\f239";
}

/* line 18809, styles/designs/___external.scss */
.la-suitcase:before {
  content: "\f0f2";
}

/* line 18812, styles/designs/___external.scss */
.la-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 18815, styles/designs/___external.scss */
.la-sun:before {
  content: "\f185";
}

/* line 18818, styles/designs/___external.scss */
.la-superpowers:before {
  content: "\f2dd";
}

/* line 18821, styles/designs/___external.scss */
.la-superscript:before {
  content: "\f12b";
}

/* line 18824, styles/designs/___external.scss */
.la-supple:before {
  content: "\f3f9";
}

/* line 18827, styles/designs/___external.scss */
.la-surprise:before {
  content: "\f5c2";
}

/* line 18830, styles/designs/___external.scss */
.la-suse:before {
  content: "\f7d6";
}

/* line 18833, styles/designs/___external.scss */
.la-swatchbook:before {
  content: "\f5c3";
}

/* line 18836, styles/designs/___external.scss */
.la-swift:before {
  content: "\f8e1";
}

/* line 18839, styles/designs/___external.scss */
.la-swimmer:before {
  content: "\f5c4";
}

/* line 18842, styles/designs/___external.scss */
.la-swimming-pool:before {
  content: "\f5c5";
}

/* line 18845, styles/designs/___external.scss */
.la-symfony:before {
  content: "\f83d";
}

/* line 18848, styles/designs/___external.scss */
.la-synagogue:before {
  content: "\f69b";
}

/* line 18851, styles/designs/___external.scss */
.la-sync:before {
  content: "\f021";
}

/* line 18854, styles/designs/___external.scss */
.la-sync-alt:before {
  content: "\f2f1";
}

/* line 18857, styles/designs/___external.scss */
.la-syringe:before {
  content: "\f48e";
}

/* line 18860, styles/designs/___external.scss */
.la-table:before {
  content: "\f0ce";
}

/* line 18863, styles/designs/___external.scss */
.la-table-tennis:before {
  content: "\f45d";
}

/* line 18866, styles/designs/___external.scss */
.la-tablet:before {
  content: "\f10a";
}

/* line 18869, styles/designs/___external.scss */
.la-tablet-alt:before {
  content: "\f3fa";
}

/* line 18872, styles/designs/___external.scss */
.la-tablets:before {
  content: "\f490";
}

/* line 18875, styles/designs/___external.scss */
.la-tachometer-alt:before {
  content: "\f3fd";
}

/* line 18878, styles/designs/___external.scss */
.la-tag:before {
  content: "\f02b";
}

/* line 18881, styles/designs/___external.scss */
.la-tags:before {
  content: "\f02c";
}

/* line 18884, styles/designs/___external.scss */
.la-tape:before {
  content: "\f4db";
}

/* line 18887, styles/designs/___external.scss */
.la-tasks:before {
  content: "\f0ae";
}

/* line 18890, styles/designs/___external.scss */
.la-taxi:before {
  content: "\f1ba";
}

/* line 18893, styles/designs/___external.scss */
.la-teamspeak:before {
  content: "\f4f9";
}

/* line 18896, styles/designs/___external.scss */
.la-teeth:before {
  content: "\f62e";
}

/* line 18899, styles/designs/___external.scss */
.la-teeth-open:before {
  content: "\f62f";
}

/* line 18902, styles/designs/___external.scss */
.la-telegram:before {
  content: "\f2c6";
}

/* line 18905, styles/designs/___external.scss */
.la-telegram-plane:before {
  content: "\f3fe";
}

/* line 18908, styles/designs/___external.scss */
.la-temperature-high:before {
  content: "\f769";
}

/* line 18911, styles/designs/___external.scss */
.la-temperature-low:before {
  content: "\f76b";
}

/* line 18914, styles/designs/___external.scss */
.la-tencent-weibo:before {
  content: "\f1d5";
}

/* line 18917, styles/designs/___external.scss */
.la-tenge:before {
  content: "\f7d7";
}

/* line 18920, styles/designs/___external.scss */
.la-terminal:before {
  content: "\f120";
}

/* line 18923, styles/designs/___external.scss */
.la-text-height:before {
  content: "\f034";
}

/* line 18926, styles/designs/___external.scss */
.la-text-width:before {
  content: "\f035";
}

/* line 18929, styles/designs/___external.scss */
.la-th:before {
  content: "\f00a";
}

/* line 18932, styles/designs/___external.scss */
.la-th-large:before {
  content: "\f009";
}

/* line 18935, styles/designs/___external.scss */
.la-th-list:before {
  content: "\f00b";
}

/* line 18938, styles/designs/___external.scss */
.la-the-red-yeti:before {
  content: "\f69d";
}

/* line 18941, styles/designs/___external.scss */
.la-theater-masks:before {
  content: "\f630";
}

/* line 18944, styles/designs/___external.scss */
.la-themeco:before {
  content: "\f5c6";
}

/* line 18947, styles/designs/___external.scss */
.la-themeisle:before {
  content: "\f2b2";
}

/* line 18950, styles/designs/___external.scss */
.la-thermometer:before {
  content: "\f491";
}

/* line 18953, styles/designs/___external.scss */
.la-thermometer-empty:before {
  content: "\f2cb";
}

/* line 18956, styles/designs/___external.scss */
.la-thermometer-full:before {
  content: "\f2c7";
}

/* line 18959, styles/designs/___external.scss */
.la-thermometer-half:before {
  content: "\f2c9";
}

/* line 18962, styles/designs/___external.scss */
.la-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 18965, styles/designs/___external.scss */
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 18968, styles/designs/___external.scss */
.la-think-peaks:before {
  content: "\f731";
}

/* line 18971, styles/designs/___external.scss */
.la-thumbs-down:before {
  content: "\f165";
}

/* line 18974, styles/designs/___external.scss */
.la-thumbs-up:before {
  content: "\f164";
}

/* line 18977, styles/designs/___external.scss */
.la-thumbtack:before {
  content: "\f08d";
}

/* line 18980, styles/designs/___external.scss */
.la-ticket-alt:before {
  content: "\f3ff";
}

/* line 18983, styles/designs/___external.scss */
.la-times:before {
  content: "\f00d";
}

/* line 18986, styles/designs/___external.scss */
.la-times-circle:before {
  content: "\f057";
}

/* line 18989, styles/designs/___external.scss */
.la-tint:before {
  content: "\f043";
}

/* line 18992, styles/designs/___external.scss */
.la-tint-slash:before {
  content: "\f5c7";
}

/* line 18995, styles/designs/___external.scss */
.la-tired:before {
  content: "\f5c8";
}

/* line 18998, styles/designs/___external.scss */
.la-toggle-off:before {
  content: "\f204";
}

/* line 19001, styles/designs/___external.scss */
.la-toggle-on:before {
  content: "\f205";
}

/* line 19004, styles/designs/___external.scss */
.la-toilet:before {
  content: "\f7d8";
}

/* line 19007, styles/designs/___external.scss */
.la-toilet-paper:before {
  content: "\f71e";
}

/* line 19010, styles/designs/___external.scss */
.la-toolbox:before {
  content: "\f552";
}

/* line 19013, styles/designs/___external.scss */
.la-tools:before {
  content: "\f7d9";
}

/* line 19016, styles/designs/___external.scss */
.la-tooth:before {
  content: "\f5c9";
}

/* line 19019, styles/designs/___external.scss */
.la-torah:before {
  content: "\f6a0";
}

/* line 19022, styles/designs/___external.scss */
.la-torii-gate:before {
  content: "\f6a1";
}

/* line 19025, styles/designs/___external.scss */
.la-tractor:before {
  content: "\f722";
}

/* line 19028, styles/designs/___external.scss */
.la-trade-federation:before {
  content: "\f513";
}

/* line 19031, styles/designs/___external.scss */
.la-trademark:before {
  content: "\f25c";
}

/* line 19034, styles/designs/___external.scss */
.la-traffic-light:before {
  content: "\f637";
}

/* line 19037, styles/designs/___external.scss */
.la-train:before {
  content: "\f238";
}

/* line 19040, styles/designs/___external.scss */
.la-tram:before {
  content: "\f7da";
}

/* line 19043, styles/designs/___external.scss */
.la-transgender:before {
  content: "\f224";
}

/* line 19046, styles/designs/___external.scss */
.la-transgender-alt:before {
  content: "\f225";
}

/* line 19049, styles/designs/___external.scss */
.la-trash:before {
  content: "\f1f8";
}

/* line 19052, styles/designs/___external.scss */
.la-trash-alt:before {
  content: "\f2ed";
}

/* line 19055, styles/designs/___external.scss */
.la-trash-restore:before {
  content: "\f829";
}

/* line 19058, styles/designs/___external.scss */
.la-trash-restore-alt:before {
  content: "\f82a";
}

/* line 19061, styles/designs/___external.scss */
.la-tree:before {
  content: "\f1bb";
}

/* line 19064, styles/designs/___external.scss */
.la-trello:before {
  content: "\f181";
}

/* line 19067, styles/designs/___external.scss */
.la-tripadvisor:before {
  content: "\f262";
}

/* line 19070, styles/designs/___external.scss */
.la-trophy:before {
  content: "\f091";
}

/* line 19073, styles/designs/___external.scss */
.la-truck:before {
  content: "\f0d1";
}

/* line 19076, styles/designs/___external.scss */
.la-truck-loading:before {
  content: "\f4de";
}

/* line 19079, styles/designs/___external.scss */
.la-truck-monster:before {
  content: "\f63b";
}

/* line 19082, styles/designs/___external.scss */
.la-truck-moving:before {
  content: "\f4df";
}

/* line 19085, styles/designs/___external.scss */
.la-truck-pickup:before {
  content: "\f63c";
}

/* line 19088, styles/designs/___external.scss */
.la-tshirt:before {
  content: "\f553";
}

/* line 19091, styles/designs/___external.scss */
.la-tty:before {
  content: "\f1e4";
}

/* line 19094, styles/designs/___external.scss */
.la-tumblr:before {
  content: "\f173";
}

/* line 19097, styles/designs/___external.scss */
.la-tumblr-square:before {
  content: "\f174";
}

/* line 19100, styles/designs/___external.scss */
.la-tv:before {
  content: "\f26c";
}

/* line 19103, styles/designs/___external.scss */
.la-twitch:before {
  content: "\f1e8";
}

/* line 19106, styles/designs/___external.scss */
.la-twitter:before {
  content: "\f099";
}

/* line 19109, styles/designs/___external.scss */
.la-twitter-square:before {
  content: "\f081";
}

/* line 19112, styles/designs/___external.scss */
.la-typo3:before {
  content: "\f42b";
}

/* line 19115, styles/designs/___external.scss */
.la-uber:before {
  content: "\f402";
}

/* line 19118, styles/designs/___external.scss */
.la-ubuntu:before {
  content: "\f7df";
}

/* line 19121, styles/designs/___external.scss */
.la-uikit:before {
  content: "\f403";
}

/* line 19124, styles/designs/___external.scss */
.la-umbraco:before {
  content: "\f8e8";
}

/* line 19127, styles/designs/___external.scss */
.la-umbrella:before {
  content: "\f0e9";
}

/* line 19130, styles/designs/___external.scss */
.la-umbrella-beach:before {
  content: "\f5ca";
}

/* line 19133, styles/designs/___external.scss */
.la-underline:before {
  content: "\f0cd";
}

/* line 19136, styles/designs/___external.scss */
.la-undo:before {
  content: "\f0e2";
}

/* line 19139, styles/designs/___external.scss */
.la-undo-alt:before {
  content: "\f2ea";
}

/* line 19142, styles/designs/___external.scss */
.la-uniregistry:before {
  content: "\f404";
}

/* line 19145, styles/designs/___external.scss */
.la-universal-access:before {
  content: "\f29a";
}

/* line 19148, styles/designs/___external.scss */
.la-university:before {
  content: "\f19c";
}

/* line 19151, styles/designs/___external.scss */
.la-unlink:before {
  content: "\f127";
}

/* line 19154, styles/designs/___external.scss */
.la-unlock:before {
  content: "\f09c";
}

/* line 19157, styles/designs/___external.scss */
.la-unlock-alt:before {
  content: "\f13e";
}

/* line 19160, styles/designs/___external.scss */
.la-untappd:before {
  content: "\f405";
}

/* line 19163, styles/designs/___external.scss */
.la-upload:before {
  content: "\f093";
}

/* line 19166, styles/designs/___external.scss */
.la-ups:before {
  content: "\f7e0";
}

/* line 19169, styles/designs/___external.scss */
.la-usb:before {
  content: "\f287";
}

/* line 19172, styles/designs/___external.scss */
.la-user:before {
  content: "\f007";
}

/* line 19175, styles/designs/___external.scss */
.la-user-alt:before {
  content: "\f406";
}

/* line 19178, styles/designs/___external.scss */
.la-user-alt-slash:before {
  content: "\f4fa";
}

/* line 19181, styles/designs/___external.scss */
.la-user-astronaut:before {
  content: "\f4fb";
}

/* line 19184, styles/designs/___external.scss */
.la-user-check:before {
  content: "\f4fc";
}

/* line 19187, styles/designs/___external.scss */
.la-user-circle:before {
  content: "\f2bd";
}

/* line 19190, styles/designs/___external.scss */
.la-user-clock:before {
  content: "\f4fd";
}

/* line 19193, styles/designs/___external.scss */
.la-user-cog:before {
  content: "\f4fe";
}

/* line 19196, styles/designs/___external.scss */
.la-user-edit:before {
  content: "\f4ff";
}

/* line 19199, styles/designs/___external.scss */
.la-user-friends:before {
  content: "\f500";
}

/* line 19202, styles/designs/___external.scss */
.la-user-graduate:before {
  content: "\f501";
}

/* line 19205, styles/designs/___external.scss */
.la-user-injured:before {
  content: "\f728";
}

/* line 19208, styles/designs/___external.scss */
.la-user-lock:before {
  content: "\f502";
}

/* line 19211, styles/designs/___external.scss */
.la-user-md:before {
  content: "\f0f0";
}

/* line 19214, styles/designs/___external.scss */
.la-user-minus:before {
  content: "\f503";
}

/* line 19217, styles/designs/___external.scss */
.la-user-ninja:before {
  content: "\f504";
}

/* line 19220, styles/designs/___external.scss */
.la-user-nurse:before {
  content: "\f82f";
}

/* line 19223, styles/designs/___external.scss */
.la-user-plus:before {
  content: "\f234";
}

/* line 19226, styles/designs/___external.scss */
.la-user-secret:before {
  content: "\f21b";
}

/* line 19229, styles/designs/___external.scss */
.la-user-shield:before {
  content: "\f505";
}

/* line 19232, styles/designs/___external.scss */
.la-user-slash:before {
  content: "\f506";
}

/* line 19235, styles/designs/___external.scss */
.la-user-tag:before {
  content: "\f507";
}

/* line 19238, styles/designs/___external.scss */
.la-user-tie:before {
  content: "\f508";
}

/* line 19241, styles/designs/___external.scss */
.la-user-times:before {
  content: "\f235";
}

/* line 19244, styles/designs/___external.scss */
.la-users:before {
  content: "\f0c0";
}

/* line 19247, styles/designs/___external.scss */
.la-users-cog:before {
  content: "\f509";
}

/* line 19250, styles/designs/___external.scss */
.la-usps:before {
  content: "\f7e1";
}

/* line 19253, styles/designs/___external.scss */
.la-ussunnah:before {
  content: "\f407";
}

/* line 19256, styles/designs/___external.scss */
.la-utensil-spoon:before {
  content: "\f2e5";
}

/* line 19259, styles/designs/___external.scss */
.la-utensils:before {
  content: "\f2e7";
}

/* line 19262, styles/designs/___external.scss */
.la-vaadin:before {
  content: "\f408";
}

/* line 19265, styles/designs/___external.scss */
.la-vector-square:before {
  content: "\f5cb";
}

/* line 19268, styles/designs/___external.scss */
.la-venus:before {
  content: "\f221";
}

/* line 19271, styles/designs/___external.scss */
.la-venus-double:before {
  content: "\f226";
}

/* line 19274, styles/designs/___external.scss */
.la-venus-mars:before {
  content: "\f228";
}

/* line 19277, styles/designs/___external.scss */
.la-viacoin:before {
  content: "\f237";
}

/* line 19280, styles/designs/___external.scss */
.la-viadeo:before {
  content: "\f2a9";
}

/* line 19283, styles/designs/___external.scss */
.la-viadeo-square:before {
  content: "\f2aa";
}

/* line 19286, styles/designs/___external.scss */
.la-vial:before {
  content: "\f492";
}

/* line 19289, styles/designs/___external.scss */
.la-vials:before {
  content: "\f493";
}

/* line 19292, styles/designs/___external.scss */
.la-viber:before {
  content: "\f409";
}

/* line 19295, styles/designs/___external.scss */
.la-video:before {
  content: "\f03d";
}

/* line 19298, styles/designs/___external.scss */
.la-video-slash:before {
  content: "\f4e2";
}

/* line 19301, styles/designs/___external.scss */
.la-vihara:before {
  content: "\f6a7";
}

/* line 19304, styles/designs/___external.scss */
.la-vimeo:before {
  content: "\f40a";
}

/* line 19307, styles/designs/___external.scss */
.la-vimeo-square:before {
  content: "\f194";
}

/* line 19310, styles/designs/___external.scss */
.la-vimeo-v:before {
  content: "\f27d";
}

/* line 19313, styles/designs/___external.scss */
.la-vine:before {
  content: "\f1ca";
}

/* line 19316, styles/designs/___external.scss */
.la-vk:before {
  content: "\f189";
}

/* line 19319, styles/designs/___external.scss */
.la-vnv:before {
  content: "\f40b";
}

/* line 19322, styles/designs/___external.scss */
.la-voicemail:before {
  content: "\f897";
}

/* line 19325, styles/designs/___external.scss */
.la-volleyball-ball:before {
  content: "\f45f";
}

/* line 19328, styles/designs/___external.scss */
.la-volume-down:before {
  content: "\f027";
}

/* line 19331, styles/designs/___external.scss */
.la-volume-mute:before {
  content: "\f6a9";
}

/* line 19334, styles/designs/___external.scss */
.la-volume-off:before {
  content: "\f026";
}

/* line 19337, styles/designs/___external.scss */
.la-volume-up:before {
  content: "\f028";
}

/* line 19340, styles/designs/___external.scss */
.la-vote-yea:before {
  content: "\f772";
}

/* line 19343, styles/designs/___external.scss */
.la-vr-cardboard:before {
  content: "\f729";
}

/* line 19346, styles/designs/___external.scss */
.la-vuejs:before {
  content: "\f41f";
}

/* line 19349, styles/designs/___external.scss */
.la-walking:before {
  content: "\f554";
}

/* line 19352, styles/designs/___external.scss */
.la-wallet:before {
  content: "\f555";
}

/* line 19355, styles/designs/___external.scss */
.la-warehouse:before {
  content: "\f494";
}

/* line 19358, styles/designs/___external.scss */
.la-water:before {
  content: "\f773";
}

/* line 19361, styles/designs/___external.scss */
.la-wave-square:before {
  content: "\f83e";
}

/* line 19364, styles/designs/___external.scss */
.la-waze:before {
  content: "\f83f";
}

/* line 19367, styles/designs/___external.scss */
.la-weebly:before {
  content: "\f5cc";
}

/* line 19370, styles/designs/___external.scss */
.la-weibo:before {
  content: "\f18a";
}

/* line 19373, styles/designs/___external.scss */
.la-weight:before {
  content: "\f496";
}

/* line 19376, styles/designs/___external.scss */
.la-weight-hanging:before {
  content: "\f5cd";
}

/* line 19379, styles/designs/___external.scss */
.la-weixin:before {
  content: "\f1d7";
}

/* line 19382, styles/designs/___external.scss */
.la-whatsapp:before {
  content: "\f232";
}

/* line 19385, styles/designs/___external.scss */
.la-whatsapp-square:before {
  content: "\f40c";
}

/* line 19388, styles/designs/___external.scss */
.la-wheelchair:before {
  content: "\f193";
}

/* line 19391, styles/designs/___external.scss */
.la-whmcs:before {
  content: "\f40d";
}

/* line 19394, styles/designs/___external.scss */
.la-wifi:before {
  content: "\f1eb";
}

/* line 19397, styles/designs/___external.scss */
.la-wikipedia-w:before {
  content: "\f266";
}

/* line 19400, styles/designs/___external.scss */
.la-wind:before {
  content: "\f72e";
}

/* line 19403, styles/designs/___external.scss */
.la-window-close:before {
  content: "\f410";
}

/* line 19406, styles/designs/___external.scss */
.la-window-maximize:before {
  content: "\f2d0";
}

/* line 19409, styles/designs/___external.scss */
.la-window-minimize:before {
  content: "\f2d1";
}

/* line 19412, styles/designs/___external.scss */
.la-window-restore:before {
  content: "\f2d2";
}

/* line 19415, styles/designs/___external.scss */
.la-windows:before {
  content: "\f17a";
}

/* line 19418, styles/designs/___external.scss */
.la-wine-bottle:before {
  content: "\f72f";
}

/* line 19421, styles/designs/___external.scss */
.la-wine-glass:before {
  content: "\f4e3";
}

/* line 19424, styles/designs/___external.scss */
.la-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 19427, styles/designs/___external.scss */
.la-wix:before {
  content: "\f5cf";
}

/* line 19430, styles/designs/___external.scss */
.la-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 19433, styles/designs/___external.scss */
.la-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 19436, styles/designs/___external.scss */
.la-won-sign:before {
  content: "\f159";
}

/* line 19439, styles/designs/___external.scss */
.la-wordpress:before {
  content: "\f19a";
}

/* line 19442, styles/designs/___external.scss */
.la-wordpress-simple:before {
  content: "\f411";
}

/* line 19445, styles/designs/___external.scss */
.la-wpbeginner:before {
  content: "\f297";
}

/* line 19448, styles/designs/___external.scss */
.la-wpexplorer:before {
  content: "\f2de";
}

/* line 19451, styles/designs/___external.scss */
.la-wpforms:before {
  content: "\f298";
}

/* line 19454, styles/designs/___external.scss */
.la-wpressr:before {
  content: "\f3e4";
}

/* line 19457, styles/designs/___external.scss */
.la-wrench:before {
  content: "\f0ad";
}

/* line 19460, styles/designs/___external.scss */
.la-x-ray:before {
  content: "\f497";
}

/* line 19463, styles/designs/___external.scss */
.la-xbox:before {
  content: "\f412";
}

/* line 19466, styles/designs/___external.scss */
.la-xing:before {
  content: "\f168";
}

/* line 19469, styles/designs/___external.scss */
.la-xing-square:before {
  content: "\f169";
}

/* line 19472, styles/designs/___external.scss */
.la-y-combinator:before {
  content: "\f23b";
}

/* line 19475, styles/designs/___external.scss */
.la-yahoo:before {
  content: "\f19e";
}

/* line 19478, styles/designs/___external.scss */
.la-yammer:before {
  content: "\f840";
}

/* line 19481, styles/designs/___external.scss */
.la-yandex:before {
  content: "\f413";
}

/* line 19484, styles/designs/___external.scss */
.la-yandex-international:before {
  content: "\f414";
}

/* line 19487, styles/designs/___external.scss */
.la-yarn:before {
  content: "\f7e3";
}

/* line 19490, styles/designs/___external.scss */
.la-yelp:before {
  content: "\f1e9";
}

/* line 19493, styles/designs/___external.scss */
.la-yen-sign:before {
  content: "\f157";
}

/* line 19496, styles/designs/___external.scss */
.la-yin-yang:before {
  content: "\f6ad";
}

/* line 19499, styles/designs/___external.scss */
.la-yoast:before {
  content: "\f2b1";
}

/* line 19502, styles/designs/___external.scss */
.la-youtube:before {
  content: "\f167";
}

/* line 19505, styles/designs/___external.scss */
.la-youtube-square:before {
  content: "\f431";
}

/* line 19508, styles/designs/___external.scss */
.la-zhihu:before {
  content: "\f63f";
}

/* line 19511, styles/designs/___external.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 19521, styles/designs/___external.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-brands-400.svg#lineawesome") format("svg");
}
/* line 19536, styles/designs/___external.scss */
.lab {
  font-family: 'Line Awesome Brands';
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-regular-400.svg#lineawesome") format("svg");
}
/* line 19546, styles/designs/___external.scss */
.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.eot");
  src: url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.woff2") format("woff2"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.woff") format("woff"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.ttf") format("truetype"), url("//static.condenast.de/vendor/line-awesome/1.3.0/fonts/la-solid-900.svg#lineawesome") format("svg");
}
/* line 19557, styles/designs/___external.scss */
.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

/* line 19562, styles/designs/___external.scss */
.la.la-glass:before {
  content: "\f000";
}

/* line 19565, styles/designs/___external.scss */
.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19569, styles/designs/___external.scss */
.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19573, styles/designs/___external.scss */
.la.la-star-o:before {
  content: "\f005";
}

/* line 19576, styles/designs/___external.scss */
.la.la-remove:before {
  content: "\f00d";
}

/* line 19579, styles/designs/___external.scss */
.la.la-close:before {
  content: "\f00d";
}

/* line 19582, styles/designs/___external.scss */
.la.la-gear:before {
  content: "\f013";
}

/* line 19585, styles/designs/___external.scss */
.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19589, styles/designs/___external.scss */
.la.la-trash-o:before {
  content: "\f2ed";
}

/* line 19592, styles/designs/___external.scss */
.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19596, styles/designs/___external.scss */
.la.la-file-o:before {
  content: "\f15b";
}

/* line 19599, styles/designs/___external.scss */
.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19603, styles/designs/___external.scss */
.la.la-clock-o:before {
  content: "\f017";
}

/* line 19606, styles/designs/___external.scss */
.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19610, styles/designs/___external.scss */
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 19613, styles/designs/___external.scss */
.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19617, styles/designs/___external.scss */
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 19620, styles/designs/___external.scss */
.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19624, styles/designs/___external.scss */
.la.la-play-circle-o:before {
  content: "\f144";
}

/* line 19627, styles/designs/___external.scss */
.la.la-repeat:before {
  content: "\f01e";
}

/* line 19630, styles/designs/___external.scss */
.la.la-rotate-right:before {
  content: "\f01e";
}

/* line 19633, styles/designs/___external.scss */
.la.la-refresh:before {
  content: "\f021";
}

/* line 19636, styles/designs/___external.scss */
.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19640, styles/designs/___external.scss */
.la.la-dedent:before {
  content: "\f03b";
}

/* line 19643, styles/designs/___external.scss */
.la.la-video-camera:before {
  content: "\f03d";
}

/* line 19646, styles/designs/___external.scss */
.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19650, styles/designs/___external.scss */
.la.la-picture-o:before {
  content: "\f03e";
}

/* line 19653, styles/designs/___external.scss */
.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19657, styles/designs/___external.scss */
.la.la-photo:before {
  content: "\f03e";
}

/* line 19660, styles/designs/___external.scss */
.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19664, styles/designs/___external.scss */
.la.la-image:before {
  content: "\f03e";
}

/* line 19667, styles/designs/___external.scss */
.la.la-pencil:before {
  content: "\f303";
}

/* line 19670, styles/designs/___external.scss */
.la.la-map-marker:before {
  content: "\f3c5";
}

/* line 19673, styles/designs/___external.scss */
.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19677, styles/designs/___external.scss */
.la.la-pencil-square-o:before {
  content: "\f044";
}

/* line 19680, styles/designs/___external.scss */
.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19684, styles/designs/___external.scss */
.la.la-share-square-o:before {
  content: "\f14d";
}

/* line 19687, styles/designs/___external.scss */
.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19691, styles/designs/___external.scss */
.la.la-check-square-o:before {
  content: "\f14a";
}

/* line 19694, styles/designs/___external.scss */
.la.la-arrows:before {
  content: "\f0b2";
}

/* line 19697, styles/designs/___external.scss */
.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19701, styles/designs/___external.scss */
.la.la-times-circle-o:before {
  content: "\f057";
}

/* line 19704, styles/designs/___external.scss */
.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19708, styles/designs/___external.scss */
.la.la-check-circle-o:before {
  content: "\f058";
}

/* line 19711, styles/designs/___external.scss */
.la.la-mail-forward:before {
  content: "\f064";
}

/* line 19714, styles/designs/___external.scss */
.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19718, styles/designs/___external.scss */
.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19722, styles/designs/___external.scss */
.la.la-warning:before {
  content: "\f071";
}

/* line 19725, styles/designs/___external.scss */
.la.la-calendar:before {
  content: "\f073";
}

/* line 19728, styles/designs/___external.scss */
.la.la-arrows-v:before {
  content: "\f338";
}

/* line 19731, styles/designs/___external.scss */
.la.la-arrows-h:before {
  content: "\f337";
}

/* line 19734, styles/designs/___external.scss */
.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19738, styles/designs/___external.scss */
.la.la-bar-chart:before {
  content: "\f080";
}

/* line 19741, styles/designs/___external.scss */
.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19745, styles/designs/___external.scss */
.la.la-bar-chart-o:before {
  content: "\f080";
}

/* line 19748, styles/designs/___external.scss */
.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19752, styles/designs/___external.scss */
.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19756, styles/designs/___external.scss */
.la.la-gears:before {
  content: "\f085";
}

/* line 19759, styles/designs/___external.scss */
.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19763, styles/designs/___external.scss */
.la.la-thumbs-o-up:before {
  content: "\f164";
}

/* line 19766, styles/designs/___external.scss */
.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19770, styles/designs/___external.scss */
.la.la-thumbs-o-down:before {
  content: "\f165";
}

/* line 19773, styles/designs/___external.scss */
.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19777, styles/designs/___external.scss */
.la.la-heart-o:before {
  content: "\f004";
}

/* line 19780, styles/designs/___external.scss */
.la.la-sign-out:before {
  content: "\f2f5";
}

/* line 19783, styles/designs/___external.scss */
.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19787, styles/designs/___external.scss */
.la.la-linkedin-square:before {
  content: "\f08c";
}

/* line 19790, styles/designs/___external.scss */
.la.la-thumb-tack:before {
  content: "\f08d";
}

/* line 19793, styles/designs/___external.scss */
.la.la-external-link:before {
  content: "\f35d";
}

/* line 19796, styles/designs/___external.scss */
.la.la-sign-in:before {
  content: "\f2f6";
}

/* line 19799, styles/designs/___external.scss */
.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19803, styles/designs/___external.scss */
.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19807, styles/designs/___external.scss */
.la.la-lemon-o:before {
  content: "\f094";
}

/* line 19810, styles/designs/___external.scss */
.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19814, styles/designs/___external.scss */
.la.la-square-o:before {
  content: "\f0c8";
}

/* line 19817, styles/designs/___external.scss */
.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19821, styles/designs/___external.scss */
.la.la-bookmark-o:before {
  content: "\f02e";
}

/* line 19824, styles/designs/___external.scss */
.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19828, styles/designs/___external.scss */
.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19832, styles/designs/___external.scss */
.la.la-facebook:before {
  content: "\f39e";
}

/* line 19835, styles/designs/___external.scss */
.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19839, styles/designs/___external.scss */
.la.la-facebook-f:before {
  content: "\f39e";
}

/* line 19842, styles/designs/___external.scss */
.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19846, styles/designs/___external.scss */
.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19850, styles/designs/___external.scss */
.la.la-feed:before {
  content: "\f09e";
}

/* line 19853, styles/designs/___external.scss */
.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19857, styles/designs/___external.scss */
.la.la-hdd-o:before {
  content: "\f0a0";
}

/* line 19860, styles/designs/___external.scss */
.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19864, styles/designs/___external.scss */
.la.la-hand-o-right:before {
  content: "\f0a4";
}

/* line 19867, styles/designs/___external.scss */
.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19871, styles/designs/___external.scss */
.la.la-hand-o-left:before {
  content: "\f0a5";
}

/* line 19874, styles/designs/___external.scss */
.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19878, styles/designs/___external.scss */
.la.la-hand-o-up:before {
  content: "\f0a6";
}

/* line 19881, styles/designs/___external.scss */
.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19885, styles/designs/___external.scss */
.la.la-hand-o-down:before {
  content: "\f0a7";
}

/* line 19888, styles/designs/___external.scss */
.la.la-arrows-alt:before {
  content: "\f31e";
}

/* line 19891, styles/designs/___external.scss */
.la.la-group:before {
  content: "\f0c0";
}

/* line 19894, styles/designs/___external.scss */
.la.la-chain:before {
  content: "\f0c1";
}

/* line 19897, styles/designs/___external.scss */
.la.la-scissors:before {
  content: "\f0c4";
}

/* line 19900, styles/designs/___external.scss */
.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19904, styles/designs/___external.scss */
.la.la-files-o:before {
  content: "\f0c5";
}

/* line 19907, styles/designs/___external.scss */
.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19911, styles/designs/___external.scss */
.la.la-floppy-o:before {
  content: "\f0c7";
}

/* line 19914, styles/designs/___external.scss */
.la.la-navicon:before {
  content: "\f0c9";
}

/* line 19917, styles/designs/___external.scss */
.la.la-reorder:before {
  content: "\f0c9";
}

/* line 19920, styles/designs/___external.scss */
.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19924, styles/designs/___external.scss */
.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19928, styles/designs/___external.scss */
.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19932, styles/designs/___external.scss */
.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19936, styles/designs/___external.scss */
.la.la-google-plus:before {
  content: "\f0d5";
}

/* line 19939, styles/designs/___external.scss */
.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19943, styles/designs/___external.scss */
.la.la-money:before {
  content: "\f3d1";
}

/* line 19946, styles/designs/___external.scss */
.la.la-unsorted:before {
  content: "\f0dc";
}

/* line 19949, styles/designs/___external.scss */
.la.la-sort-desc:before {
  content: "\f0dd";
}

/* line 19952, styles/designs/___external.scss */
.la.la-sort-asc:before {
  content: "\f0de";
}

/* line 19955, styles/designs/___external.scss */
.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 19959, styles/designs/___external.scss */
.la.la-linkedin:before {
  content: "\f0e1";
}

/* line 19962, styles/designs/___external.scss */
.la.la-rotate-left:before {
  content: "\f0e2";
}

/* line 19965, styles/designs/___external.scss */
.la.la-legal:before {
  content: "\f0e3";
}

/* line 19968, styles/designs/___external.scss */
.la.la-tachometer:before {
  content: "\f3fd";
}

/* line 19971, styles/designs/___external.scss */
.la.la-dashboard:before {
  content: "\f3fd";
}

/* line 19974, styles/designs/___external.scss */
.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19978, styles/designs/___external.scss */
.la.la-comment-o:before {
  content: "\f075";
}

/* line 19981, styles/designs/___external.scss */
.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19985, styles/designs/___external.scss */
.la.la-comments-o:before {
  content: "\f086";
}

/* line 19988, styles/designs/___external.scss */
.la.la-flash:before {
  content: "\f0e7";
}

/* line 19991, styles/designs/___external.scss */
.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19995, styles/designs/___external.scss */
.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 19999, styles/designs/___external.scss */
.la.la-paste:before {
  content: "\f328";
}

/* line 20002, styles/designs/___external.scss */
.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20006, styles/designs/___external.scss */
.la.la-lightbulb-o:before {
  content: "\f0eb";
}

/* line 20009, styles/designs/___external.scss */
.la.la-exchange:before {
  content: "\f362";
}

/* line 20012, styles/designs/___external.scss */
.la.la-cloud-download:before {
  content: "\f381";
}

/* line 20015, styles/designs/___external.scss */
.la.la-cloud-upload:before {
  content: "\f382";
}

/* line 20018, styles/designs/___external.scss */
.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20022, styles/designs/___external.scss */
.la.la-bell-o:before {
  content: "\f0f3";
}

/* line 20025, styles/designs/___external.scss */
.la.la-cutlery:before {
  content: "\f2e7";
}

/* line 20028, styles/designs/___external.scss */
.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20032, styles/designs/___external.scss */
.la.la-file-text-o:before {
  content: "\f15c";
}

/* line 20035, styles/designs/___external.scss */
.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20039, styles/designs/___external.scss */
.la.la-building-o:before {
  content: "\f1ad";
}

/* line 20042, styles/designs/___external.scss */
.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20046, styles/designs/___external.scss */
.la.la-hospital-o:before {
  content: "\f0f8";
}

/* line 20049, styles/designs/___external.scss */
.la.la-tablet:before {
  content: "\f3fa";
}

/* line 20052, styles/designs/___external.scss */
.la.la-mobile:before {
  content: "\f3cd";
}

/* line 20055, styles/designs/___external.scss */
.la.la-mobile-phone:before {
  content: "\f3cd";
}

/* line 20058, styles/designs/___external.scss */
.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20062, styles/designs/___external.scss */
.la.la-circle-o:before {
  content: "\f111";
}

/* line 20065, styles/designs/___external.scss */
.la.la-mail-reply:before {
  content: "\f3e5";
}

/* line 20068, styles/designs/___external.scss */
.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20072, styles/designs/___external.scss */
.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20076, styles/designs/___external.scss */
.la.la-folder-o:before {
  content: "\f07b";
}

/* line 20079, styles/designs/___external.scss */
.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20083, styles/designs/___external.scss */
.la.la-folder-open-o:before {
  content: "\f07c";
}

/* line 20086, styles/designs/___external.scss */
.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20090, styles/designs/___external.scss */
.la.la-smile-o:before {
  content: "\f118";
}

/* line 20093, styles/designs/___external.scss */
.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20097, styles/designs/___external.scss */
.la.la-frown-o:before {
  content: "\f119";
}

/* line 20100, styles/designs/___external.scss */
.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20104, styles/designs/___external.scss */
.la.la-meh-o:before {
  content: "\f11a";
}

/* line 20107, styles/designs/___external.scss */
.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20111, styles/designs/___external.scss */
.la.la-keyboard-o:before {
  content: "\f11c";
}

/* line 20114, styles/designs/___external.scss */
.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20118, styles/designs/___external.scss */
.la.la-flag-o:before {
  content: "\f024";
}

/* line 20121, styles/designs/___external.scss */
.la.la-mail-reply-all:before {
  content: "\f122";
}

/* line 20124, styles/designs/___external.scss */
.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20128, styles/designs/___external.scss */
.la.la-star-half-o:before {
  content: "\f089";
}

/* line 20131, styles/designs/___external.scss */
.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20135, styles/designs/___external.scss */
.la.la-star-half-empty:before {
  content: "\f089";
}

/* line 20138, styles/designs/___external.scss */
.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20142, styles/designs/___external.scss */
.la.la-star-half-full:before {
  content: "\f089";
}

/* line 20145, styles/designs/___external.scss */
.la.la-code-fork:before {
  content: "\f126";
}

/* line 20148, styles/designs/___external.scss */
.la.la-chain-broken:before {
  content: "\f127";
}

/* line 20151, styles/designs/___external.scss */
.la.la-shield:before {
  content: "\f3ed";
}

/* line 20154, styles/designs/___external.scss */
.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20158, styles/designs/___external.scss */
.la.la-calendar-o:before {
  content: "\f133";
}

/* line 20161, styles/designs/___external.scss */
.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20165, styles/designs/___external.scss */
.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20169, styles/designs/___external.scss */
.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20173, styles/designs/___external.scss */
.la.la-ticket:before {
  content: "\f3ff";
}

/* line 20176, styles/designs/___external.scss */
.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20180, styles/designs/___external.scss */
.la.la-minus-square-o:before {
  content: "\f146";
}

/* line 20183, styles/designs/___external.scss */
.la.la-level-up:before {
  content: "\f3bf";
}

/* line 20186, styles/designs/___external.scss */
.la.la-level-down:before {
  content: "\f3be";
}

/* line 20189, styles/designs/___external.scss */
.la.la-pencil-square:before {
  content: "\f14b";
}

/* line 20192, styles/designs/___external.scss */
.la.la-external-link-square:before {
  content: "\f360";
}

/* line 20195, styles/designs/___external.scss */
.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20199, styles/designs/___external.scss */
.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20203, styles/designs/___external.scss */
.la.la-caret-square-o-down:before {
  content: "\f150";
}

/* line 20206, styles/designs/___external.scss */
.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20210, styles/designs/___external.scss */
.la.la-toggle-down:before {
  content: "\f150";
}

/* line 20213, styles/designs/___external.scss */
.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20217, styles/designs/___external.scss */
.la.la-caret-square-o-up:before {
  content: "\f151";
}

/* line 20220, styles/designs/___external.scss */
.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20224, styles/designs/___external.scss */
.la.la-toggle-up:before {
  content: "\f151";
}

/* line 20227, styles/designs/___external.scss */
.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20231, styles/designs/___external.scss */
.la.la-caret-square-o-right:before {
  content: "\f152";
}

/* line 20234, styles/designs/___external.scss */
.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20238, styles/designs/___external.scss */
.la.la-toggle-right:before {
  content: "\f152";
}

/* line 20241, styles/designs/___external.scss */
.la.la-eur:before {
  content: "\f153";
}

/* line 20244, styles/designs/___external.scss */
.la.la-euro:before {
  content: "\f153";
}

/* line 20247, styles/designs/___external.scss */
.la.la-gbp:before {
  content: "\f154";
}

/* line 20250, styles/designs/___external.scss */
.la.la-usd:before {
  content: "\f155";
}

/* line 20253, styles/designs/___external.scss */
.la.la-dollar:before {
  content: "\f155";
}

/* line 20256, styles/designs/___external.scss */
.la.la-inr:before {
  content: "\f156";
}

/* line 20259, styles/designs/___external.scss */
.la.la-rupee:before {
  content: "\f156";
}

/* line 20262, styles/designs/___external.scss */
.la.la-jpy:before {
  content: "\f157";
}

/* line 20265, styles/designs/___external.scss */
.la.la-cny:before {
  content: "\f157";
}

/* line 20268, styles/designs/___external.scss */
.la.la-rmb:before {
  content: "\f157";
}

/* line 20271, styles/designs/___external.scss */
.la.la-yen:before {
  content: "\f157";
}

/* line 20274, styles/designs/___external.scss */
.la.la-rub:before {
  content: "\f158";
}

/* line 20277, styles/designs/___external.scss */
.la.la-ruble:before {
  content: "\f158";
}

/* line 20280, styles/designs/___external.scss */
.la.la-rouble:before {
  content: "\f158";
}

/* line 20283, styles/designs/___external.scss */
.la.la-krw:before {
  content: "\f159";
}

/* line 20286, styles/designs/___external.scss */
.la.la-won:before {
  content: "\f159";
}

/* line 20289, styles/designs/___external.scss */
.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20293, styles/designs/___external.scss */
.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20297, styles/designs/___external.scss */
.la.la-bitcoin:before {
  content: "\f15a";
}

/* line 20300, styles/designs/___external.scss */
.la.la-file-text:before {
  content: "\f15c";
}

/* line 20303, styles/designs/___external.scss */
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 20306, styles/designs/___external.scss */
.la.la-sort-alpha-desc:before {
  content: "\f881";
}

/* line 20309, styles/designs/___external.scss */
.la.la-sort-amount-asc:before {
  content: "\f160";
}

/* line 20312, styles/designs/___external.scss */
.la.la-sort-amount-desc:before {
  content: "\f884";
}

/* line 20315, styles/designs/___external.scss */
.la.la-sort-numeric-asc:before {
  content: "\f162";
}

/* line 20318, styles/designs/___external.scss */
.la.la-sort-numeric-desc:before {
  content: "\f886";
}

/* line 20321, styles/designs/___external.scss */
.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20325, styles/designs/___external.scss */
.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20329, styles/designs/___external.scss */
.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20333, styles/designs/___external.scss */
.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20337, styles/designs/___external.scss */
.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20341, styles/designs/___external.scss */
.la.la-youtube-play:before {
  content: "\f167";
}

/* line 20344, styles/designs/___external.scss */
.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20348, styles/designs/___external.scss */
.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20352, styles/designs/___external.scss */
.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20356, styles/designs/___external.scss */
.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20360, styles/designs/___external.scss */
.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20364, styles/designs/___external.scss */
.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20368, styles/designs/___external.scss */
.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20372, styles/designs/___external.scss */
.la.la-bitbucket-square:before {
  content: "\f171";
}

/* line 20375, styles/designs/___external.scss */
.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20379, styles/designs/___external.scss */
.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20383, styles/designs/___external.scss */
.la.la-long-arrow-down:before {
  content: "\f309";
}

/* line 20386, styles/designs/___external.scss */
.la.la-long-arrow-up:before {
  content: "\f30c";
}

/* line 20389, styles/designs/___external.scss */
.la.la-long-arrow-left:before {
  content: "\f30a";
}

/* line 20392, styles/designs/___external.scss */
.la.la-long-arrow-right:before {
  content: "\f30b";
}

/* line 20395, styles/designs/___external.scss */
.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20399, styles/designs/___external.scss */
.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20403, styles/designs/___external.scss */
.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20407, styles/designs/___external.scss */
.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20411, styles/designs/___external.scss */
.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20415, styles/designs/___external.scss */
.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20419, styles/designs/___external.scss */
.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20423, styles/designs/___external.scss */
.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20427, styles/designs/___external.scss */
.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20431, styles/designs/___external.scss */
.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20435, styles/designs/___external.scss */
.la.la-gittip:before {
  content: "\f184";
}

/* line 20438, styles/designs/___external.scss */
.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20442, styles/designs/___external.scss */
.la.la-sun-o:before {
  content: "\f185";
}

/* line 20445, styles/designs/___external.scss */
.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20449, styles/designs/___external.scss */
.la.la-moon-o:before {
  content: "\f186";
}

/* line 20452, styles/designs/___external.scss */
.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20456, styles/designs/___external.scss */
.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20460, styles/designs/___external.scss */
.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20464, styles/designs/___external.scss */
.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20468, styles/designs/___external.scss */
.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20472, styles/designs/___external.scss */
.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20476, styles/designs/___external.scss */
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 20479, styles/designs/___external.scss */
.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20483, styles/designs/___external.scss */
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 20486, styles/designs/___external.scss */
.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20490, styles/designs/___external.scss */
.la.la-caret-square-o-left:before {
  content: "\f191";
}

/* line 20493, styles/designs/___external.scss */
.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20497, styles/designs/___external.scss */
.la.la-toggle-left:before {
  content: "\f191";
}

/* line 20500, styles/designs/___external.scss */
.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20504, styles/designs/___external.scss */
.la.la-dot-circle-o:before {
  content: "\f192";
}

/* line 20507, styles/designs/___external.scss */
.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20511, styles/designs/___external.scss */
.la.la-try:before {
  content: "\f195";
}

/* line 20514, styles/designs/___external.scss */
.la.la-turkish-lira:before {
  content: "\f195";
}

/* line 20517, styles/designs/___external.scss */
.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20521, styles/designs/___external.scss */
.la.la-plus-square-o:before {
  content: "\f0fe";
}

/* line 20524, styles/designs/___external.scss */
.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20528, styles/designs/___external.scss */
.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20532, styles/designs/___external.scss */
.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20536, styles/designs/___external.scss */
.la.la-institution:before {
  content: "\f19c";
}

/* line 20539, styles/designs/___external.scss */
.la.la-bank:before {
  content: "\f19c";
}

/* line 20542, styles/designs/___external.scss */
.la.la-mortar-board:before {
  content: "\f19d";
}

/* line 20545, styles/designs/___external.scss */
.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20549, styles/designs/___external.scss */
.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20553, styles/designs/___external.scss */
.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20557, styles/designs/___external.scss */
.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20561, styles/designs/___external.scss */
.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20565, styles/designs/___external.scss */
.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20569, styles/designs/___external.scss */
.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20573, styles/designs/___external.scss */
.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20577, styles/designs/___external.scss */
.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20581, styles/designs/___external.scss */
.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20585, styles/designs/___external.scss */
.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20589, styles/designs/___external.scss */
.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20593, styles/designs/___external.scss */
.la.la-spoon:before {
  content: "\f2e5";
}

/* line 20596, styles/designs/___external.scss */
.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20600, styles/designs/___external.scss */
.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20604, styles/designs/___external.scss */
.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20608, styles/designs/___external.scss */
.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20612, styles/designs/___external.scss */
.la.la-automobile:before {
  content: "\f1b9";
}

/* line 20615, styles/designs/___external.scss */
.la.la-cab:before {
  content: "\f1ba";
}

/* line 20618, styles/designs/___external.scss */
.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20622, styles/designs/___external.scss */
.la.la-envelope-o:before {
  content: "\f0e0";
}

/* line 20625, styles/designs/___external.scss */
.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20629, styles/designs/___external.scss */
.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20633, styles/designs/___external.scss */
.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20637, styles/designs/___external.scss */
.la.la-file-pdf-o:before {
  content: "\f1c1";
}

/* line 20640, styles/designs/___external.scss */
.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20644, styles/designs/___external.scss */
.la.la-file-word-o:before {
  content: "\f1c2";
}

/* line 20647, styles/designs/___external.scss */
.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20651, styles/designs/___external.scss */
.la.la-file-excel-o:before {
  content: "\f1c3";
}

/* line 20654, styles/designs/___external.scss */
.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20658, styles/designs/___external.scss */
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 20661, styles/designs/___external.scss */
.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20665, styles/designs/___external.scss */
.la.la-file-image-o:before {
  content: "\f1c5";
}

/* line 20668, styles/designs/___external.scss */
.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20672, styles/designs/___external.scss */
.la.la-file-photo-o:before {
  content: "\f1c5";
}

/* line 20675, styles/designs/___external.scss */
.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20679, styles/designs/___external.scss */
.la.la-file-picture-o:before {
  content: "\f1c5";
}

/* line 20682, styles/designs/___external.scss */
.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20686, styles/designs/___external.scss */
.la.la-file-archive-o:before {
  content: "\f1c6";
}

/* line 20689, styles/designs/___external.scss */
.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20693, styles/designs/___external.scss */
.la.la-file-zip-o:before {
  content: "\f1c6";
}

/* line 20696, styles/designs/___external.scss */
.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20700, styles/designs/___external.scss */
.la.la-file-audio-o:before {
  content: "\f1c7";
}

/* line 20703, styles/designs/___external.scss */
.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20707, styles/designs/___external.scss */
.la.la-file-sound-o:before {
  content: "\f1c7";
}

/* line 20710, styles/designs/___external.scss */
.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20714, styles/designs/___external.scss */
.la.la-file-video-o:before {
  content: "\f1c8";
}

/* line 20717, styles/designs/___external.scss */
.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20721, styles/designs/___external.scss */
.la.la-file-movie-o:before {
  content: "\f1c8";
}

/* line 20724, styles/designs/___external.scss */
.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20728, styles/designs/___external.scss */
.la.la-file-code-o:before {
  content: "\f1c9";
}

/* line 20731, styles/designs/___external.scss */
.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20735, styles/designs/___external.scss */
.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20739, styles/designs/___external.scss */
.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20743, styles/designs/___external.scss */
.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20747, styles/designs/___external.scss */
.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20751, styles/designs/___external.scss */
.la.la-life-bouy:before {
  content: "\f1cd";
}

/* line 20754, styles/designs/___external.scss */
.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20758, styles/designs/___external.scss */
.la.la-life-buoy:before {
  content: "\f1cd";
}

/* line 20761, styles/designs/___external.scss */
.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20765, styles/designs/___external.scss */
.la.la-life-saver:before {
  content: "\f1cd";
}

/* line 20768, styles/designs/___external.scss */
.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20772, styles/designs/___external.scss */
.la.la-support:before {
  content: "\f1cd";
}

/* line 20775, styles/designs/___external.scss */
.la.la-circle-o-notch:before {
  content: "\f1ce";
}

/* line 20778, styles/designs/___external.scss */
.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20782, styles/designs/___external.scss */
.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20786, styles/designs/___external.scss */
.la.la-ra:before {
  content: "\f1d0";
}

/* line 20789, styles/designs/___external.scss */
.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20793, styles/designs/___external.scss */
.la.la-resistance:before {
  content: "\f1d0";
}

/* line 20796, styles/designs/___external.scss */
.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20800, styles/designs/___external.scss */
.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20804, styles/designs/___external.scss */
.la.la-ge:before {
  content: "\f1d1";
}

/* line 20807, styles/designs/___external.scss */
.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20811, styles/designs/___external.scss */
.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20815, styles/designs/___external.scss */
.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20819, styles/designs/___external.scss */
.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20823, styles/designs/___external.scss */
.la.la-y-combinator-square:before {
  content: "\f1d4";
}

/* line 20826, styles/designs/___external.scss */
.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20830, styles/designs/___external.scss */
.la.la-yc-square:before {
  content: "\f1d4";
}

/* line 20833, styles/designs/___external.scss */
.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20837, styles/designs/___external.scss */
.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20841, styles/designs/___external.scss */
.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20845, styles/designs/___external.scss */
.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20849, styles/designs/___external.scss */
.la.la-wechat:before {
  content: "\f1d7";
}

/* line 20852, styles/designs/___external.scss */
.la.la-send:before {
  content: "\f1d8";
}

/* line 20855, styles/designs/___external.scss */
.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20859, styles/designs/___external.scss */
.la.la-paper-plane-o:before {
  content: "\f1d8";
}

/* line 20862, styles/designs/___external.scss */
.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20866, styles/designs/___external.scss */
.la.la-send-o:before {
  content: "\f1d8";
}

/* line 20869, styles/designs/___external.scss */
.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20873, styles/designs/___external.scss */
.la.la-circle-thin:before {
  content: "\f111";
}

/* line 20876, styles/designs/___external.scss */
.la.la-header:before {
  content: "\f1dc";
}

/* line 20879, styles/designs/___external.scss */
.la.la-sliders:before {
  content: "\f1de";
}

/* line 20882, styles/designs/___external.scss */
.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20886, styles/designs/___external.scss */
.la.la-futbol-o:before {
  content: "\f1e3";
}

/* line 20889, styles/designs/___external.scss */
.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20893, styles/designs/___external.scss */
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 20896, styles/designs/___external.scss */
.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20900, styles/designs/___external.scss */
.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20904, styles/designs/___external.scss */
.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20908, styles/designs/___external.scss */
.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20912, styles/designs/___external.scss */
.la.la-newspaper-o:before {
  content: "\f1ea";
}

/* line 20915, styles/designs/___external.scss */
.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20919, styles/designs/___external.scss */
.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20923, styles/designs/___external.scss */
.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20927, styles/designs/___external.scss */
.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20931, styles/designs/___external.scss */
.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20935, styles/designs/___external.scss */
.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20939, styles/designs/___external.scss */
.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20943, styles/designs/___external.scss */
.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20947, styles/designs/___external.scss */
.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20951, styles/designs/___external.scss */
.la.la-bell-slash-o:before {
  content: "\f1f6";
}

/* line 20954, styles/designs/___external.scss */
.la.la-trash:before {
  content: "\f2ed";
}

/* line 20957, styles/designs/___external.scss */
.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20961, styles/designs/___external.scss */
.la.la-eyedropper:before {
  content: "\f1fb";
}

/* line 20964, styles/designs/___external.scss */
.la.la-area-chart:before {
  content: "\f1fe";
}

/* line 20967, styles/designs/___external.scss */
.la.la-pie-chart:before {
  content: "\f200";
}

/* line 20970, styles/designs/___external.scss */
.la.la-line-chart:before {
  content: "\f201";
}

/* line 20973, styles/designs/___external.scss */
.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20977, styles/designs/___external.scss */
.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20981, styles/designs/___external.scss */
.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20985, styles/designs/___external.scss */
.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 20989, styles/designs/___external.scss */
.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 20993, styles/designs/___external.scss */
.la.la-cc:before {
  content: "\f20a";
}

/* line 20996, styles/designs/___external.scss */
.la.la-ils:before {
  content: "\f20b";
}

/* line 20999, styles/designs/___external.scss */
.la.la-shekel:before {
  content: "\f20b";
}

/* line 21002, styles/designs/___external.scss */
.la.la-sheqel:before {
  content: "\f20b";
}

/* line 21005, styles/designs/___external.scss */
.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21009, styles/designs/___external.scss */
.la.la-meanpath:before {
  content: "\f2b4";
}

/* line 21012, styles/designs/___external.scss */
.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21016, styles/designs/___external.scss */
.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21020, styles/designs/___external.scss */
.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21024, styles/designs/___external.scss */
.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21028, styles/designs/___external.scss */
.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21032, styles/designs/___external.scss */
.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21036, styles/designs/___external.scss */
.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21040, styles/designs/___external.scss */
.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21044, styles/designs/___external.scss */
.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21048, styles/designs/___external.scss */
.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21052, styles/designs/___external.scss */
.la.la-diamond:before {
  content: "\f3a5";
}

/* line 21055, styles/designs/___external.scss */
.la.la-intersex:before {
  content: "\f224";
}

/* line 21058, styles/designs/___external.scss */
.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21062, styles/designs/___external.scss */
.la.la-facebook-official:before {
  content: "\f09a";
}

/* line 21065, styles/designs/___external.scss */
.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21069, styles/designs/___external.scss */
.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21073, styles/designs/___external.scss */
.la.la-hotel:before {
  content: "\f236";
}

/* line 21076, styles/designs/___external.scss */
.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21080, styles/designs/___external.scss */
.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21084, styles/designs/___external.scss */
.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21088, styles/designs/___external.scss */
.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21092, styles/designs/___external.scss */
.la.la-yc:before {
  content: "\f23b";
}

/* line 21095, styles/designs/___external.scss */
.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21099, styles/designs/___external.scss */
.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21103, styles/designs/___external.scss */
.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21107, styles/designs/___external.scss */
.la.la-battery-4:before {
  content: "\f240";
}

/* line 21110, styles/designs/___external.scss */
.la.la-battery:before {
  content: "\f240";
}

/* line 21113, styles/designs/___external.scss */
.la.la-battery-3:before {
  content: "\f241";
}

/* line 21116, styles/designs/___external.scss */
.la.la-battery-2:before {
  content: "\f242";
}

/* line 21119, styles/designs/___external.scss */
.la.la-battery-1:before {
  content: "\f243";
}

/* line 21122, styles/designs/___external.scss */
.la.la-battery-0:before {
  content: "\f244";
}

/* line 21125, styles/designs/___external.scss */
.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21129, styles/designs/___external.scss */
.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21133, styles/designs/___external.scss */
.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21137, styles/designs/___external.scss */
.la.la-sticky-note-o:before {
  content: "\f249";
}

/* line 21140, styles/designs/___external.scss */
.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21144, styles/designs/___external.scss */
.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21148, styles/designs/___external.scss */
.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21152, styles/designs/___external.scss */
.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21156, styles/designs/___external.scss */
.la.la-hourglass-o:before {
  content: "\f254";
}

/* line 21159, styles/designs/___external.scss */
.la.la-hourglass-1:before {
  content: "\f251";
}

/* line 21162, styles/designs/___external.scss */
.la.la-hourglass-2:before {
  content: "\f252";
}

/* line 21165, styles/designs/___external.scss */
.la.la-hourglass-3:before {
  content: "\f253";
}

/* line 21168, styles/designs/___external.scss */
.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21172, styles/designs/___external.scss */
.la.la-hand-rock-o:before {
  content: "\f255";
}

/* line 21175, styles/designs/___external.scss */
.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21179, styles/designs/___external.scss */
.la.la-hand-grab-o:before {
  content: "\f255";
}

/* line 21182, styles/designs/___external.scss */
.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21186, styles/designs/___external.scss */
.la.la-hand-paper-o:before {
  content: "\f256";
}

/* line 21189, styles/designs/___external.scss */
.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21193, styles/designs/___external.scss */
.la.la-hand-stop-o:before {
  content: "\f256";
}

/* line 21196, styles/designs/___external.scss */
.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21200, styles/designs/___external.scss */
.la.la-hand-scissors-o:before {
  content: "\f257";
}

/* line 21203, styles/designs/___external.scss */
.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21207, styles/designs/___external.scss */
.la.la-hand-lizard-o:before {
  content: "\f258";
}

/* line 21210, styles/designs/___external.scss */
.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21214, styles/designs/___external.scss */
.la.la-hand-spock-o:before {
  content: "\f259";
}

/* line 21217, styles/designs/___external.scss */
.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21221, styles/designs/___external.scss */
.la.la-hand-pointer-o:before {
  content: "\f25a";
}

/* line 21224, styles/designs/___external.scss */
.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21228, styles/designs/___external.scss */
.la.la-hand-peace-o:before {
  content: "\f25b";
}

/* line 21231, styles/designs/___external.scss */
.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21235, styles/designs/___external.scss */
.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21239, styles/designs/___external.scss */
.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21243, styles/designs/___external.scss */
.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21247, styles/designs/___external.scss */
.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21251, styles/designs/___external.scss */
.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21255, styles/designs/___external.scss */
.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21259, styles/designs/___external.scss */
.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21263, styles/designs/___external.scss */
.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21267, styles/designs/___external.scss */
.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21271, styles/designs/___external.scss */
.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21275, styles/designs/___external.scss */
.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21279, styles/designs/___external.scss */
.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21283, styles/designs/___external.scss */
.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21287, styles/designs/___external.scss */
.la.la-television:before {
  content: "\f26c";
}

/* line 21290, styles/designs/___external.scss */
.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21294, styles/designs/___external.scss */
.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21298, styles/designs/___external.scss */
.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21302, styles/designs/___external.scss */
.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21306, styles/designs/___external.scss */
.la.la-calendar-plus-o:before {
  content: "\f271";
}

/* line 21309, styles/designs/___external.scss */
.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21313, styles/designs/___external.scss */
.la.la-calendar-minus-o:before {
  content: "\f272";
}

/* line 21316, styles/designs/___external.scss */
.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21320, styles/designs/___external.scss */
.la.la-calendar-times-o:before {
  content: "\f273";
}

/* line 21323, styles/designs/___external.scss */
.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21327, styles/designs/___external.scss */
.la.la-calendar-check-o:before {
  content: "\f274";
}

/* line 21330, styles/designs/___external.scss */
.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21334, styles/designs/___external.scss */
.la.la-map-o:before {
  content: "\f279";
}

/* line 21337, styles/designs/___external.scss */
.la.la-commenting:before {
  content: "\f4ad";
}

/* line 21340, styles/designs/___external.scss */
.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21344, styles/designs/___external.scss */
.la.la-commenting-o:before {
  content: "\f4ad";
}

/* line 21347, styles/designs/___external.scss */
.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21351, styles/designs/___external.scss */
.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21355, styles/designs/___external.scss */
.la.la-vimeo:before {
  content: "\f27d";
}

/* line 21358, styles/designs/___external.scss */
.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21362, styles/designs/___external.scss */
.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21366, styles/designs/___external.scss */
.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21370, styles/designs/___external.scss */
.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21374, styles/designs/___external.scss */
.la.la-credit-card-alt:before {
  content: "\f09d";
}

/* line 21377, styles/designs/___external.scss */
.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21381, styles/designs/___external.scss */
.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21385, styles/designs/___external.scss */
.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21389, styles/designs/___external.scss */
.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21393, styles/designs/___external.scss */
.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21397, styles/designs/___external.scss */
.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21401, styles/designs/___external.scss */
.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21405, styles/designs/___external.scss */
.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21409, styles/designs/___external.scss */
.la.la-pause-circle-o:before {
  content: "\f28b";
}

/* line 21412, styles/designs/___external.scss */
.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21416, styles/designs/___external.scss */
.la.la-stop-circle-o:before {
  content: "\f28d";
}

/* line 21419, styles/designs/___external.scss */
.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21423, styles/designs/___external.scss */
.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21427, styles/designs/___external.scss */
.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21431, styles/designs/___external.scss */
.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21435, styles/designs/___external.scss */
.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21439, styles/designs/___external.scss */
.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21443, styles/designs/___external.scss */
.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21447, styles/designs/___external.scss */
.la.la-wheelchair-alt:before {
  content: "\f368";
}

/* line 21450, styles/designs/___external.scss */
.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21454, styles/designs/___external.scss */
.la.la-question-circle-o:before {
  content: "\f059";
}

/* line 21457, styles/designs/___external.scss */
.la.la-volume-control-phone:before {
  content: "\f2a0";
}

/* line 21460, styles/designs/___external.scss */
.la.la-asl-interpreting:before {
  content: "\f2a3";
}

/* line 21463, styles/designs/___external.scss */
.la.la-deafness:before {
  content: "\f2a4";
}

/* line 21466, styles/designs/___external.scss */
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 21469, styles/designs/___external.scss */
.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21473, styles/designs/___external.scss */
.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21477, styles/designs/___external.scss */
.la.la-signing:before {
  content: "\f2a7";
}

/* line 21480, styles/designs/___external.scss */
.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21484, styles/designs/___external.scss */
.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21488, styles/designs/___external.scss */
.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21492, styles/designs/___external.scss */
.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21496, styles/designs/___external.scss */
.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21500, styles/designs/___external.scss */
.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21504, styles/designs/___external.scss */
.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21508, styles/designs/___external.scss */
.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21512, styles/designs/___external.scss */
.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21516, styles/designs/___external.scss */
.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21520, styles/designs/___external.scss */
.la.la-google-plus-official:before {
  content: "\f2b3";
}

/* line 21523, styles/designs/___external.scss */
.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21527, styles/designs/___external.scss */
.la.la-google-plus-circle:before {
  content: "\f2b3";
}

/* line 21530, styles/designs/___external.scss */
.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21534, styles/designs/___external.scss */
.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21538, styles/designs/___external.scss */
.la.la-fa:before {
  content: "\f2b4";
}

/* line 21541, styles/designs/___external.scss */
.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21545, styles/designs/___external.scss */
.la.la-handshake-o:before {
  content: "\f2b5";
}

/* line 21548, styles/designs/___external.scss */
.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21552, styles/designs/___external.scss */
.la.la-envelope-open-o:before {
  content: "\f2b6";
}

/* line 21555, styles/designs/___external.scss */
.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21559, styles/designs/___external.scss */
.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21563, styles/designs/___external.scss */
.la.la-address-book-o:before {
  content: "\f2b9";
}

/* line 21566, styles/designs/___external.scss */
.la.la-vcard:before {
  content: "\f2bb";
}

/* line 21569, styles/designs/___external.scss */
.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21573, styles/designs/___external.scss */
.la.la-address-card-o:before {
  content: "\f2bb";
}

/* line 21576, styles/designs/___external.scss */
.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21580, styles/designs/___external.scss */
.la.la-vcard-o:before {
  content: "\f2bb";
}

/* line 21583, styles/designs/___external.scss */
.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21587, styles/designs/___external.scss */
.la.la-user-circle-o:before {
  content: "\f2bd";
}

/* line 21590, styles/designs/___external.scss */
.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21594, styles/designs/___external.scss */
.la.la-user-o:before {
  content: "\f007";
}

/* line 21597, styles/designs/___external.scss */
.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21601, styles/designs/___external.scss */
.la.la-drivers-license:before {
  content: "\f2c2";
}

/* line 21604, styles/designs/___external.scss */
.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21608, styles/designs/___external.scss */
.la.la-id-card-o:before {
  content: "\f2c2";
}

/* line 21611, styles/designs/___external.scss */
.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21615, styles/designs/___external.scss */
.la.la-drivers-license-o:before {
  content: "\f2c2";
}

/* line 21618, styles/designs/___external.scss */
.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21622, styles/designs/___external.scss */
.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21626, styles/designs/___external.scss */
.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21630, styles/designs/___external.scss */
.la.la-thermometer-4:before {
  content: "\f2c7";
}

/* line 21633, styles/designs/___external.scss */
.la.la-thermometer:before {
  content: "\f2c7";
}

/* line 21636, styles/designs/___external.scss */
.la.la-thermometer-3:before {
  content: "\f2c8";
}

/* line 21639, styles/designs/___external.scss */
.la.la-thermometer-2:before {
  content: "\f2c9";
}

/* line 21642, styles/designs/___external.scss */
.la.la-thermometer-1:before {
  content: "\f2ca";
}

/* line 21645, styles/designs/___external.scss */
.la.la-thermometer-0:before {
  content: "\f2cb";
}

/* line 21648, styles/designs/___external.scss */
.la.la-bathtub:before {
  content: "\f2cd";
}

/* line 21651, styles/designs/___external.scss */
.la.la-s15:before {
  content: "\f2cd";
}

/* line 21654, styles/designs/___external.scss */
.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21658, styles/designs/___external.scss */
.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21662, styles/designs/___external.scss */
.la.la-times-rectangle:before {
  content: "\f410";
}

/* line 21665, styles/designs/___external.scss */
.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21669, styles/designs/___external.scss */
.la.la-window-close-o:before {
  content: "\f410";
}

/* line 21672, styles/designs/___external.scss */
.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21676, styles/designs/___external.scss */
.la.la-times-rectangle-o:before {
  content: "\f410";
}

/* line 21679, styles/designs/___external.scss */
.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21683, styles/designs/___external.scss */
.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21687, styles/designs/___external.scss */
.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21691, styles/designs/___external.scss */
.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21695, styles/designs/___external.scss */
.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21699, styles/designs/___external.scss */
.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21703, styles/designs/___external.scss */
.la.la-eercast:before {
  content: "\f2da";
}

/* line 21706, styles/designs/___external.scss */
.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 21710, styles/designs/___external.scss */
.la.la-snowflake-o:before {
  content: "\f2dc";
}

/* line 21713, styles/designs/___external.scss */
.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21717, styles/designs/___external.scss */
.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 21721, styles/designs/___external.scss */
.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* FINISHED https://static.condenast.de/vendor/line-awesome/1.3.0/css/line-awesome.css -- */
/*! purgecss start ignore */
/* the new design-extension */
/* GENERIC BLOCK */
/* FONT BLOCK */
/* TEXT BLOCK */
/* TEASER BLOCK */
/* HEADER BLOCK */
/* FOOTER BLOCK */
/* PLACEHOLDER BLOCK */
/* SECTION BLOCK */
/* BUTTON BLOCK */
/* IMPORT FROM DEFAULT CONFIG */
/*
The variables follow a strict pattern. Mind this whenever you have to create a new scss variable.

property - similar to css property. (eg. color, font,..)
section  - wherever this css comes in place (eg. text, button,..)
variant  - variant of this style. (eg. primary, secondary,..)
optional - optional parameters. (eg. hover, inverted,..)

$<property>-<section>-<variant>[-<optional>,[-<optional>]]
$color-text-primary-hover

The colorings and variables are based on the atelier
http://atelier.prod.cni.digital/?path=/story/styles--colors
This is made to have a more equal CI than using our own scss variables.

*/
/* GENERIC BLOCK */
/* FONT BLOCK */
/* TEXT BLOCK */
/* TEASER BLOCK */
/* HEADER BLOCK */
/* FOOTER BLOCK */
/* PLACEHOLDER BLOCK */
/* SECTION BLOCK */
/* BUTTON BLOCK */
/* TAGS BLOCK */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("./fonts/Roboto-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("./fonts/Roboto-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Taviraj";
  src: url("./fonts/Taviraj-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Taviraj Medium";
  src: url("./fonts/Taviraj-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Taviraj Bold";
  src: url("./fonts/Taviraj-Bold.ttf");
  font-display: swap;
}
/* line 10, styles/theme.scss */
body.design-glamour {
  /*
    After hours and hours of investigation to find a propper way to manage the stylings of
    the buttons, I ended up by using the forbidden and anti-pattern '!important' statement.
    The reason is the CSS specificity, see: https://css-tricks.com/specifics-on-css-specificity/
  
    a-tag links have to have the brand specific stylings withing the section templates only.
    So the styling specificity of this links must be at leased 0022. But the buttons which
    can be placed anywhere in the code have at most 0021.
    There is no chance to style the buttons in a generic way what so ever, except overriding
    the buttons in all necessary templates, and that's a mess we already had!
  
    - DF
  */
  /* The design of the product teaser of the landing page is here as its only valid in the context of a landing page list */
  /*  TODO: When a new footer has to be implemented for Glamour, an absolutely new SCSS file must also be created. */
  /* CUSTOM CSS FOR GLAMOUR ONLY!! */
}
/* line 15, ../_default/styles/_button.scss */
body.design-glamour .btn {
  white-space: normal;
  text-align: left;
  padding: 17px 32px;
  display: inline-block;
  font: 12px/14px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  border-width: 3px !important;
  border-style: solid;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}
/* line 29, ../_default/styles/_button.scss */
body.design-glamour .btn.disabled, body.design-glamour .btn:disabled {
  pointer-events: none !important;
  opacity: 1 !important;
}
/* line 35, ../_default/styles/_button.scss */
body.design-glamour .btn.small {
  padding: 5px 12px;
}
/* line 39, ../_default/styles/_button.scss */
body.design-glamour .btn.medium {
  padding: 13px 24px;
}
/* line 43, ../_default/styles/_button.scss */
body.design-glamour .btn.large {
  padding: 17px 32px;
}
/* line 47, ../_default/styles/_button.scss */
body.design-glamour .btn.xlarge {
  padding: 21px 32px;
}
/* line 52, ../_default/styles/_button.scss */
body.design-glamour .btn.dropdown:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  margin-left: 4px;
  top: 0;
  font-size: 12px;
}
/* line 65, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-primary {
  color: #FFFFFF;
  background-color: #E2007A;
  border-color: #E2007A;
}
/* line 70, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-primary:active {
  color: #FFFFFF;
  background-color: #E2007A;
  border-color: #E2007A;
}
@media (hover: hover) {
  /* line 77, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary:hover {
    color: #E2007A;
    background-color: #000000;
    border-color: #000000;
  }
}
@media (hover: none) {
  /* line 85, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary:hover {
    color: #FFFFFF;
    background-color: #E2007A;
    border-color: #E2007A;
  }
}
/* line 93, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-primary.disabled, body.design-glamour .btn.btn-primary:disabled, body.design-glamour .btn.btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
@media (hover: hover) {
  /* line 101, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.disabled:hover, body.design-glamour .btn.btn-primary:disabled:hover, body.design-glamour .btn.btn-primary[disabled]:hover {
    color: #FFFFFF;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
}
@media (hover: none) {
  /* line 109, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.disabled:hover, body.design-glamour .btn.btn-primary:disabled:hover, body.design-glamour .btn.btn-primary[disabled]:hover {
    color: #FFFFFF;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
}
/* line 118, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-primary.inverted {
  color: #FFFFFF;
  background-color: #F6D3D5;
  border-color: #F6D3D5;
}
@media (hover: hover) {
  /* line 124, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.inverted:hover {
    color: #FFFFFF;
    background-color: #F6D3D5;
    border-color: #F6D3D5;
  }
}
@media (hover: none) {
  /* line 132, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.inverted:hover {
    color: #FFFFFF;
    background-color: #F6D3D5;
    border-color: #F6D3D5;
  }
}
/* line 141, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-primary.disabled.inverted, body.design-glamour .btn.btn-primary:disabled.inverted, body.design-glamour .btn.btn-primary[disabled].inverted {
  color: #4C4C4C;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}
@media (hover: hover) {
  /* line 149, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.disabled.inverted:hover, body.design-glamour .btn.btn-primary:disabled.inverted:hover, body.design-glamour .btn.btn-primary[disabled].inverted:hover {
    color: #4C4C4C;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
  }
}
@media (hover: none) {
  /* line 157, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-primary.disabled.inverted:hover, body.design-glamour .btn.btn-primary:disabled.inverted:hover, body.design-glamour .btn.btn-primary[disabled].inverted:hover {
    color: #4C4C4C;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
  }
}
/* line 167, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-secondary {
  color: #2D2D2D;
  background-color: transparent;
  border-color: #2D2D2D;
}
/* line 172, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-secondary:active {
  color: #2D2D2D;
  background-color: transparent;
  border-color: #2D2D2D;
}
@media (hover: hover) {
  /* line 179, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
  }
}
@media (hover: none) {
  /* line 187, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary:hover {
    color: #2D2D2D;
    background-color: transparent;
    border-color: #2D2D2D;
  }
}
/* line 195, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-secondary.disabled, body.design-glamour .btn.btn-secondary:disabled, body.design-glamour .btn.btn-secondary[disabled] {
  color: #cacaca;
  background-color: transparent;
  border-color: #f2f2f2;
}
@media (hover: hover) {
  /* line 203, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.disabled:hover, body.design-glamour .btn.btn-secondary:disabled:hover, body.design-glamour .btn.btn-secondary[disabled]:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: #f2f2f2;
  }
}
@media (hover: none) {
  /* line 211, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.disabled:hover, body.design-glamour .btn.btn-secondary:disabled:hover, body.design-glamour .btn.btn-secondary[disabled]:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: #f2f2f2;
  }
}
/* line 220, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-secondary.inverted {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 226, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.inverted:hover {
    color: #2D2D2D;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
}
@media (hover: none) {
  /* line 234, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.inverted:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 243, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-secondary.disabled.inverted, body.design-glamour .btn.btn-secondary:disabled.inverted, body.design-glamour .btn.btn-secondary[disabled].inverted {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 251, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.disabled.inverted:hover, body.design-glamour .btn.btn-secondary:disabled.inverted:hover, body.design-glamour .btn.btn-secondary[disabled].inverted:hover {
    color: #2D2D2D;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (hover: none) {
  /* line 259, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-secondary.disabled.inverted:hover, body.design-glamour .btn.btn-secondary:disabled.inverted:hover, body.design-glamour .btn.btn-secondary[disabled].inverted:hover {
    color: #2D2D2D;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 269, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-ghost {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
/* line 274, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-ghost:active {
  color: #2D2D2D;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 281, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost:hover {
    color: #E2007A;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (hover: none) {
  /* line 289, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost:hover {
    color: #2D2D2D;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 297, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-ghost.disabled, body.design-glamour .btn.btn-ghost:disabled, body.design-glamour .btn.btn-ghost[disabled] {
  color: #cacaca;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 305, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.disabled:hover, body.design-glamour .btn.btn-ghost:disabled:hover, body.design-glamour .btn.btn-ghost[disabled]:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (hover: none) {
  /* line 313, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.disabled:hover, body.design-glamour .btn.btn-ghost:disabled:hover, body.design-glamour .btn.btn-ghost[disabled]:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 322, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-ghost.inverted {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 328, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.inverted:hover {
    color: #F6D3D5;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (hover: none) {
  /* line 336, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.inverted:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 345, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-ghost.disabled.inverted, body.design-glamour .btn.btn-ghost:disabled.inverted, body.design-glamour .btn.btn-ghost[disabled].inverted {
  color: #cacaca;
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  /* line 353, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.disabled.inverted:hover, body.design-glamour .btn.btn-ghost:disabled.inverted:hover, body.design-glamour .btn.btn-ghost[disabled].inverted:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (hover: none) {
  /* line 361, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-ghost.disabled.inverted:hover, body.design-glamour .btn.btn-ghost:disabled.inverted:hover, body.design-glamour .btn.btn-ghost[disabled].inverted:hover {
    color: #cacaca;
    background-color: transparent;
    border-color: transparent;
  }
}
/* line 371, ../_default/styles/_button.scss */
body.design-glamour .btn.btn-tags {
  color: #FFFFFF;
  background-color: #F6D3D5;
  border-color: #F6D3D5;
}
@media (hover: hover) {
  /* line 377, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-tags:hover {
    color: #FFFFFF;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
  }
}
@media (hover: none) {
  /* line 385, ../_default/styles/_button.scss */
  body.design-glamour .btn.btn-tags:hover {
    color: #FFFFFF;
    background-color: #F6D3D5;
    border-color: #F6D3D5;
  }
}
/* line 1, ../_default/styles/_card.scss */
body.design-glamour .card-img,
body.design-glamour .card-img-top {
  border-radius: 0;
}
/* line 1, ../_default/styles/_content.scss */
body.design-glamour {
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 8, ../_default/styles/_content.scss */
body.design-glamour.bodyNoScroll {
  overflow: hidden;
  height: 100vh;
}
/* line 15, ../_default/styles/_content.scss */
body.design-glamour .container .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 22, ../_default/styles/_content.scss */
body.design-glamour .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1480px) {
  /* line 31, ../_default/styles/_content.scss */
  body.design-glamour .container, body.design-glamour .container-sm, body.design-glamour .container-md, body.design-glamour .container-lg, body.design-glamour .container-xl, body.design-glamour .container-xxl {
    max-width: 1400px;
  }
}
/* line 37, ../_default/styles/_content.scss */
body.design-glamour .noAnimation {
  transition: none !important;
}
/* line 41, ../_default/styles/_content.scss */
body.design-glamour ::selection {
  background: #F6D3D5;
  color: #000000;
}
/* line 46, ../_default/styles/_content.scss */
body.design-glamour .sticky-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-bottom: 25px;
}
/* line 53, ../_default/styles/_content.scss */
body.design-glamour summary {
  cursor: initial;
}
/* line 57, ../_default/styles/_content.scss */
body.design-glamour #back-to-top-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/* line 71, ../_default/styles/_content.scss */
body.design-glamour #back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transition-property: none;
}
/* line 78, ../_default/styles/_content.scss */
body.design-glamour .consent-modal {
  z-index: 9999;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}
/* line 88, ../_default/styles/_content.scss */
body.design-glamour .consent-modal .consent-modal-mask {
  backdrop-filter: blur(2px);
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -15px;
}
/* line 99, ../_default/styles/_content.scss */
body.design-glamour .consent-modal .consent-modal-wrapper {
  position: relative;
  z-index: 999999;
  max-width: 550px;
  width: 100%;
  margin: auto;
  background-color: #FFFFFF;
  padding: 35px;
  overflow-y: auto;
  text-align: center;
}
/* line 110, ../_default/styles/_content.scss */
body.design-glamour .consent-modal .consent-modal-wrapper .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
  cursor: pointer;
}
/* line 118, ../_default/styles/_content.scss */
body.design-glamour .consent-modal .consent-modal-wrapper .modal-text {
  margin: 0 auto 25px auto;
  font: 18px/24px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
@media (min-width: 576px) {
  /* line 118, ../_default/styles/_content.scss */
  body.design-glamour .consent-modal .consent-modal-wrapper .modal-text {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 127, ../_default/styles/_content.scss */
body.design-glamour .consent-modal .consent-modal-wrapper .modal-text:before {
  content: "";
  background-image: url("/extensions/vendor/cnd/designs/_default/images/icon_cookie.png");
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 25px auto;
}
/* line 1, ../_default/styles/_slick.scss */
body.design-glamour .slick-prev,
body.design-glamour .slick-next {
  left: 10px;
  z-index: 10;
  top: 44%;
  text-shadow: 4px 1px 1px #333;
  height: 60px;
}
/* line 10, ../_default/styles/_slick.scss */
body.design-glamour .slick-next {
  left: auto;
  right: 16px;
}
/* line 17, ../_default/styles/_slick.scss */
body.design-glamour .slick-prev:before,
body.design-glamour .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f104";
  font-size: 60px;
}
/* line 25, ../_default/styles/_slick.scss */
body.design-glamour .slick-next:before {
  content: "\f105";
}
/* line 29, ../_default/styles/_slick.scss */
body.design-glamour .slick-dots li button:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
/* line 2, ../_default/styles/_social.scss */
body.design-glamour .share-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 8, ../_default/styles/_social.scss */
body.design-glamour .share-icons li {
  display: inline-block;
  border: 1px solid #9c9cac;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 2px 9px;
  text-align: center;
  cursor: pointer;
}
/* line 18, ../_default/styles/_social.scss */
body.design-glamour .share-icons li:hover {
  border-color: #F6D3D5;
}
/* line 21, ../_default/styles/_social.scss */
body.design-glamour .share-icons li:hover a {
  color: #F6D3D5;
}
/* line 27, ../_default/styles/_social.scss */
body.design-glamour .share-icons a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px 8px;
  color: inherit;
}
/* line 33, ../_default/styles/_social.scss */
body.design-glamour .share-icons a .fa-twitter:before {
  content: "\f099";
  margin-left: -3px;
}
/* line 1, ../_default/styles/_framework.scss */
body.design-glamour .border-bottom-1 {
  border-bottom: 1px solid #000000;
}
/* line 5, ../_default/styles/_framework.scss */
body.design-glamour .border-bottom-2 {
  border-bottom: 2px solid #000000;
}
/* line 9, ../_default/styles/_framework.scss */
body.design-glamour .border-bottom-3 {
  border-bottom: 3px solid #000000;
}
/* line 13, ../_default/styles/_framework.scss */
body.design-glamour .border-top-1 {
  border-top: 1px solid #000000;
}
/* line 17, ../_default/styles/_framework.scss */
body.design-glamour .border-top-2 {
  border-top: 2px solid #000000;
}
/* line 21, ../_default/styles/_framework.scss */
body.design-glamour .border-top-3 {
  border-top: 3px solid #000000;
}
/* line 25, ../_default/styles/_framework.scss */
body.design-glamour .font-size-1 {
  font-size: 9px;
  line-height: 11px;
}
/* line 30, ../_default/styles/_framework.scss */
body.design-glamour .font-size-2 {
  font-size: 12px;
  line-height: 16px;
}
/* line 35, ../_default/styles/_framework.scss */
body.design-glamour .font-size-3 {
  font-size: 16px;
  line-height: 20px;
}
/* line 40, ../_default/styles/_framework.scss */
body.design-glamour .overlay {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}
/* line 50, ../_default/styles/_framework.scss */
body.design-glamour .zi-1 {
  z-index: 1;
}
/* line 54, ../_default/styles/_framework.scss */
body.design-glamour .zi-10 {
  z-index: 10;
}
/* line 58, ../_default/styles/_framework.scss */
body.design-glamour .zi-100 {
  z-index: 100;
}
/* line 62, ../_default/styles/_framework.scss */
body.design-glamour .zi-1000 {
  z-index: 1000;
}
/* line 66, ../_default/styles/_framework.scss */
body.design-glamour .zi-10000 {
  z-index: 10000;
}
@media (min-width: 1480px) {
  /* line 4, styles/_content.scss */
  body.design-glamour .container, body.design-glamour .container-sm, body.design-glamour .container-md, body.design-glamour .container-lg, body.design-glamour .container-xl, body.design-glamour .container-xxl {
    max-width: 1140px;
  }
}
/* line 9, styles/_content.scss */
body.design-glamour .sticky-ad {
  top: 70px;
}
/* line 15, styles/_content.scss */
body.design-glamour .anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
/* line 1, styles/_slick.scss */
body.design-glamour .slick-prev, body.design-glamour .slick-next {
  z-index: 50;
  height: 50px;
  width: 50px;
  text-shadow: none;
  top: 50%;
}
/* line 9, styles/_slick.scss */
body.design-glamour .slick-prev:before,
body.design-glamour .slick-prev:after,
body.design-glamour .slick-next:before,
body.design-glamour .slick-next:after {
  font-family: "Line Awesome Free";
  color: #E2007A;
  opacity: 1;
  font-weight: 900;
}
@media (min-width: 992px) {
  /* line 9, styles/_slick.scss */
  body.design-glamour .slick-prev:before,
  body.design-glamour .slick-prev:after,
  body.design-glamour .slick-next:before,
  body.design-glamour .slick-next:after {
    font-size: 48px;
  }
}
/* line 23, styles/_slick.scss */
body.design-glamour .slick-prev {
  left: -45px;
}
/* line 26, styles/_slick.scss */
body.design-glamour .slick-next {
  right: -45px;
}
/* line 1, styles/_button.scss */
body.design-glamour .btn {
  letter-spacing: normal;
  text-transform: none;
}
/* line 5, styles/_button.scss */
body.design-glamour .btn.medium {
  padding: 11px 20px;
}
/* line 9, styles/_button.scss */
body.design-glamour .btn.btn-primary {
  font: 12px/18px "Roboto Medium", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 13, styles/_button.scss */
body.design-glamour .btn.btn-link {
  padding: 0;
  font-size: 1em;
  line-height: 1.6em;
  border: none;
  color: #E2007A;
  background-color: transparent;
}
/* line 22, styles/_button.scss */
body.design-glamour .btn.btn-link:hover {
  color: #DA569D;
  background-color: transparent;
  text-decoration: none;
}
/* line 29, styles/_button.scss */
body.design-glamour .btn.btn-secondary {
  border-width: 2px !important;
}
/* line 1, styles/_tipser.scss */
body.design-glamour .te-dialog {
  z-index: 9999;
}
/* line 4, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear {
  outline: none;
}
/* line 6, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  color: #000000;
  margin-top: -5px;
}
/* line 12, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear > svg {
  display: none;
}
/* line 17, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear.te-button-cross:before {
  content: '\f00d';
  margin-top: 3px;
}
/* line 24, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear.te-cart-icon:before {
  content: '\f290';
}
/* line 28, styles/_tipser.scss */
body.design-glamour .te-dialog button.te-button-clear.te-cart-icon .tipser-cart-size-indicator {
  left: unset;
  right: 0;
  bottom: -5px;
  background-color: #000000;
  color: #FFFFFF;
}
/* line 41, styles/_tipser.scss */
body.design-glamour .te-dialog .te-modular-thumbnails .te-thumbnails .te-arrow svg {
  display: none;
}
/* line 50, styles/_tipser.scss */
body.design-glamour .te-dialog .te-similar .te-similar-title {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 56, styles/_tipser.scss */
body.design-glamour .te-dialog .te-similar .te-similar-arrow.slick-prev {
  left: 15px;
}
/* line 59, styles/_tipser.scss */
body.design-glamour .te-dialog .te-similar .te-similar-arrow svg {
  display: none;
}
/* line 68, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button, body.design-glamour #content-wrapper .te-button {
  text-transform: none;
}
/* line 74, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default .te-button-body.te-primary-modal-button, body.design-glamour .te-dialog .te-button.te-button-default .te-button-body.te-primary-fill, body.design-glamour #content-wrapper .te-button.te-button-default .te-button-body.te-primary-modal-button, body.design-glamour #content-wrapper .te-button.te-button-default .te-button-body.te-primary-fill {
  border: 2px solid #000000;
  background: #FFFFFF;
}
/* line 79, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default .te-button-text, body.design-glamour #content-wrapper .te-button.te-button-default .te-button-text {
  color: #000000;
  font-weight: 700;
}
/* line 84, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default:hover, body.design-glamour .te-dialog .te-button.te-button-default:focus, body.design-glamour .te-dialog .te-button.te-button-default:active, body.design-glamour #content-wrapper .te-button.te-button-default:hover, body.design-glamour #content-wrapper .te-button.te-button-default:focus, body.design-glamour #content-wrapper .te-button.te-button-default:active {
  opacity: 1;
}
/* line 87, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default:hover .te-button-body.te-primary-modal-button, body.design-glamour .te-dialog .te-button.te-button-default:hover .te-button-body.te-primary-fill, body.design-glamour .te-dialog .te-button.te-button-default:focus .te-button-body.te-primary-modal-button, body.design-glamour .te-dialog .te-button.te-button-default:focus .te-button-body.te-primary-fill, body.design-glamour .te-dialog .te-button.te-button-default:active .te-button-body.te-primary-modal-button, body.design-glamour .te-dialog .te-button.te-button-default:active .te-button-body.te-primary-fill, body.design-glamour #content-wrapper .te-button.te-button-default:hover .te-button-body.te-primary-modal-button, body.design-glamour #content-wrapper .te-button.te-button-default:hover .te-button-body.te-primary-fill, body.design-glamour #content-wrapper .te-button.te-button-default:focus .te-button-body.te-primary-modal-button, body.design-glamour #content-wrapper .te-button.te-button-default:focus .te-button-body.te-primary-fill, body.design-glamour #content-wrapper .te-button.te-button-default:active .te-button-body.te-primary-modal-button, body.design-glamour #content-wrapper .te-button.te-button-default:active .te-button-body.te-primary-fill {
  background: #000000;
}
/* line 91, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default:hover .te-button-text, body.design-glamour .te-dialog .te-button.te-button-default:focus .te-button-text, body.design-glamour .te-dialog .te-button.te-button-default:active .te-button-text, body.design-glamour #content-wrapper .te-button.te-button-default:hover .te-button-text, body.design-glamour #content-wrapper .te-button.te-button-default:focus .te-button-text, body.design-glamour #content-wrapper .te-button.te-button-default:active .te-button-text {
  color: #FFFFFF;
}
/* line 97, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button.te-button-default.disabled .te-button-text, body.design-glamour #content-wrapper .te-button.te-button-default.disabled .te-button-text {
  color: #FFFFFF;
}
/* line 105, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button-clear.te-cart-icon, body.design-glamour #content-wrapper .te-button-clear.te-cart-icon {
  display: inline-flex;
}
/* line 107, styles/_tipser.scss */
body.design-glamour .te-dialog .te-button-clear.te-cart-icon .te-cart-size-indicator, body.design-glamour #content-wrapper .te-button-clear.te-cart-icon .te-cart-size-indicator {
  bottom: -3px;
  right: 0;
  left: auto;
}
/* line 122, styles/_tipser.scss */
body.design-glamour .te-in-view .te-collection.carousel .slick-slider .slick-next svg, body.design-glamour .te-in-view .te-collection.carousel .slick-slider .slick-prev svg {
  fill: #E2007A;
}
/* line 125, styles/_tipser.scss */
body.design-glamour .te-in-view .te-collection.carousel .slick-slider .slick-next:before, body.design-glamour .te-in-view .te-collection.carousel .slick-slider .slick-prev:before {
  opacity: 0;
  position: absolute;
}
/* line 136, styles/_tipser.scss */
body.design-glamour .te-popup {
  z-index: 99999;
}
/* line 140, styles/_tipser.scss */
body.design-glamour .te-popup-wrapper {
  min-width: 340px;
}
/* line 144, styles/_tipser.scss */
body.design-glamour .te-cart-list-item {
  white-space: normal;
}
/* line 148, styles/_tipser.scss */
body.design-glamour .slick-next, body.design-glamour .slick-prev {
  opacity: 1;
}
/* line 153, styles/_tipser.scss */
body.design-glamour .te-button-clear.te-cart-icon {
  display: inline-block;
}
/* line 155, styles/_tipser.scss */
body.design-glamour .te-button-clear.te-cart-icon .te-cart-size-indicator {
  bottom: -3px;
  right: -8px;
}
/* line 1, styles/designs/__default.scss */
body.design-glamour .blocks-footer {
  padding-bottom: 32px;
  background-color: #000000;
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 900;
}
/* line 8, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footer-container {
  position: relative;
}
/* line 13, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footer-markets .label {
  color: #f2f2f2;
  font: 12px/20px "Taviraj Bold", Times New Roman, Serif;
  margin-right: 10px;
}
/* line 20, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container {
  background-color: #F6D3D5;
}
/* line 23, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .markets-container {
  padding: 30px 15px;
}
/* line 27, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .label {
  font: 40px/48px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: normal;
  text-transform: none;
}
/* line 36, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-item.active a.nav-link {
  opacity: .7;
  cursor: default;
  pointer-events: none;
}
/* line 41, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-item.active a.nav-link:after {
  display: none;
}
/* line 50, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-item.external:hover a.nav-link:after {
  margin-left: 6px;
}
/* line 57, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-item.external a.nav-link:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: currentColor;
  position: relative;
  margin-left: 4px;
  top: 0;
  font-size: 11px;
  transition: all .1s linear;
}
/* line 72, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-link {
  padding: 7px 0;
  font: 16px/20px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 20px;
  transition: color 0.15s ease-in 0s;
  color: #FFFFFF;
}
/* line 79, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .nav-link:hover {
  color: #FFFFFF;
}
/* line 85, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .markets-batch:nth-of-type(2) {
  order: 2;
}
/* line 89, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .markets-batch:nth-of-type(3) {
  order: 1;
}
@media (min-width: 992px) {
  /* line 89, styles/designs/__default.scss */
  body.design-glamour .blocks-footer #footer-markets-container .markets-batch:nth-of-type(3) {
    order: 3;
  }
}
/* line 97, styles/designs/__default.scss */
body.design-glamour .blocks-footer #footer-markets-container .markets-batch:nth-of-type(4) {
  order: 3;
}
@media (min-width: 992px) {
  /* line 97, styles/designs/__default.scss */
  body.design-glamour .blocks-footer #footer-markets-container .markets-batch:nth-of-type(4) {
    order: 4;
  }
}
/* line 107, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footernav {
  margin-bottom: 15px;
}
/* line 111, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footernav .active .nav-link {
  color: #6A6A6A;
}
/* line 116, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footernav .brands {
  font-weight: bold;
  font-family: "Taviraj Bold", Times New Roman, Serif;
}
/* line 121, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footernav .button-outline {
  padding: 4px 0;
  border: 1px solid #FFFFFF;
}
/* line 125, styles/designs/__default.scss */
body.design-glamour .blocks-footer .footernav .button-outline:hover {
  border-color: #6A6A6A;
}
/* line 133, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default img {
  position: absolute;
}
/* line 137, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .logo {
  overflow: hidden;
  margin-bottom: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 142, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .logo img {
  margin: -12px 0 -8px -24px;
}
@media (min-width: 576px) {
  /* line 142, styles/designs/__default.scss */
  body.design-glamour .blocks-footer.blocks-footer-default .logo img {
    margin-left: 0;
  }
}
/* line 150, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .logo .footer-container {
  height: 256px;
}
@media (min-width: 576px) {
  /* line 150, styles/designs/__default.scss */
  body.design-glamour .blocks-footer.blocks-footer-default .logo .footer-container {
    height: 200px;
  }
}
@media (min-width: 992px) {
  /* line 150, styles/designs/__default.scss */
  body.design-glamour .blocks-footer.blocks-footer-default .logo .footer-container {
    height: 200px;
  }
}
/* line 163, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .cn-logo {
  margin-bottom: 15px;
}
/* line 167, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .navbar-nav {
  flex-wrap: wrap;
}
/* line 171, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .nav-link {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 1rem;
  font-weight: 500;
  color: #FFFFFF;
}
/* line 178, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .nav-link:hover {
  color: #6A6A6A;
}
/* line 183, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #f2f2f2;
}
/* line 189, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social {
  padding: 0;
}
/* line 192, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-item {
  margin-right: 12px;
}
/* line 195, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-item:last-child {
  margin-right: 0;
}
/* line 200, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link {
  font-size: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  padding: 0;
  transition: all .15s ease-in-out;
}
/* line 209, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link:hover {
  border-color: #F6D3D5;
}
/* line 213, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link i {
  color: #F6D3D5;
  transition: all .15s ease-in-out;
}
/* line 217, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link i.fa-instagram, body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link i.fa-youtube {
  font-size: 19px;
}
/* line 221, styles/designs/__default.scss */
body.design-glamour .blocks-footer.blocks-footer-default .menu-social .nav-link i.fa-tiktok {
  font-size: 21px;
}
/* line 233, styles/designs/__default.scss */
body.design-glamour .blocks-gallery .gallery-label span {
  word-break: break-word;
  margin-bottom: 24px;
  line-break: auto;
  display: inline-block;
}
@media (min-width: 576px) {
  /* line 233, styles/designs/__default.scss */
  body.design-glamour .blocks-gallery .gallery-label span {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  /* line 233, styles/designs/__default.scss */
  body.design-glamour .blocks-gallery .gallery-label span {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  /* line 233, styles/designs/__default.scss */
  body.design-glamour .blocks-gallery .gallery-label span {
    margin-bottom: 64px;
  }
}
/* line 253, styles/designs/__default.scss */
body.design-glamour .blocks-gallery img {
  margin-bottom: 5px;
}
/* line 257, styles/designs/__default.scss */
body.design-glamour .blocks-gallery figcaption {
  position: relative;
  font: 12px/16px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 261, styles/designs/__default.scss */
body.design-glamour .blocks-gallery figcaption:before {
  content: "";
  position: absolute;
  background-color: #F6D3D5;
}
/* line 267, styles/designs/__default.scss */
body.design-glamour .blocks-gallery figcaption:after {
  content: "";
  clear: both;
  display: table;
}
/* line 274, styles/designs/__default.scss */
body.design-glamour .blocks-gallery .copyright {
  font: 12px/16px "Taviraj", Times New Roman, Serif;
  color: #9c9cac;
}
/* line 281, styles/designs/__default.scss */
body.design-glamour .blocks-header {
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
/* line 286, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default {
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 500ms ease-in-out;
}
/* line 295, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default.top-nav-collapse .logo {
  max-width: 132px;
}
/* line 298, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default.top-nav-collapse .nav-wrapper {
  height: 64px;
}
/* line 303, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .navbar {
  padding: 0;
}
/* line 307, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 314, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-item {
  margin-right: 20px;
}
/* line 317, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-item.active {
  box-shadow: #F6D3D5 0 -4px 0 inset;
}
/* line 322, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link {
  padding: 16px 0;
  font: 16px/20px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  transition: color .15s ease-in 0s;
  color: #000000;
}
/* line 328, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link:hover {
  color: #F6D3D5;
}
/* line 333, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .logo {
  max-width: 132px;
  min-width: 132px;
  width: 100%;
  transition: all .50s ease-in-out;
}
@media (min-width: 576px) {
  /* line 333, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .logo {
    max-width: 212px;
  }
}
@media (min-width: 992px) {
  /* line 333, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .logo {
    max-width: 274px;
  }
}
/* line 348, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional {
  white-space: nowrap;
}
@media (min-width: 576px) {
  /* line 348, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .nav-additional {
    position: absolute;
    top: 14px;
    right: 13px;
  }
}
/* line 357, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional > * {
  display: inline-block;
}
/* line 361, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional .markets {
  position: relative;
  display: inline-block;
}
/* line 366, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional .header-menu-promo {
  padding: 7px 0 6px 18px;
  border-left: 1px solid #cacaca;
}
/* line 370, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional .header-menu-promo .nav-item {
  margin: 0;
}
/* line 373, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional .header-menu-promo .nav-item .nav-link {
  padding: 0;
  color: #F6D3D5;
}
/* line 377, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional .header-menu-promo .nav-item .nav-link:hover {
  color: #000000;
}
/* line 387, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .logo-additional.sponsored-logo img {
  max-width: 300px;
  max-height: 64px;
  width: 100%;
  padding-left: 50px;
}
/* line 396, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .navbar-toggler {
  padding: 0 4px;
  border-radius: 0;
  border: none;
  outline: none;
}
@media (min-width: 576px) {
  /* line 396, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .navbar-toggler {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #cacaca;
  }
}
/* line 409, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .navbar-toggler-icon {
  cursor: pointer;
  color: #000000;
  width: inherit;
  height: inherit;
}
/* line 416, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-wrapper {
  transition: all .50s ease-in-out;
  height: 64px;
}
@media (min-width: 576px) {
  /* line 416, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .nav-wrapper {
    height: 112px;
  }
}
@media (min-width: 992px) {
  /* line 416, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default .nav-wrapper {
    height: 136px;
  }
}
/* line 429, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-content {
  padding-bottom: 56px;
}
/* line 434, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-wrapper .navbar-nav {
  overflow-x: auto;
  padding-right: 32px;
}
/* line 438, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-wrapper .navbar-nav:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75%);
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
/* line 450, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-wrapper .navbar {
  width: 100vw;
}
/* line 455, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-wrapper .nav-item:last-child {
  padding-right: 24px;
}
/* line 461, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary {
  position: absolute;
  min-width: 120px;
  max-height: 300px;
  overflow: auto;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1001;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 2px 5px;
}
/* line 471, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary::-webkit-scrollbar {
  width: 5px;
}
/* line 475, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary::-webkit-scrollbar-thumb {
  background: #cacaca;
}
/* line 479, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 484, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets .nav-item {
  margin-right: 0;
}
/* line 488, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-markets-primary .menu-markets .nav-link {
  padding: 14px 12px;
}
/* line 494, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #F6D3D5;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  overflow-y: auto;
}
/* line 508, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .navbar-toggler-icon {
  fill: #FFFFFF;
}
/* line 512, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .navbar-toggler {
  border-left: none;
}
/* line 516, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav {
  display: block;
}
/* line 520, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav.large .nav-link {
  padding: 16px 0;
  font: 32px/40px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  text-transform: none;
}
@media (min-width: 576px) {
  /* line 520, styles/designs/__default.scss */
  body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .navbar-nav.large .nav-link {
    font-size: 48px;
    line-height: 56px;
  }
}
/* line 533, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-item {
  width: 100%;
  margin-right: 0;
}
/* line 537, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-item:last-child {
  margin-bottom: 24px;
}
/* line 540, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-item:last-child .nav-link {
  border: 0;
}
/* line 546, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-link {
  padding: 22px 0;
  color: #FFFFFF;
  border-bottom: 1px solid #9c9cac;
}
/* line 551, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-link:hover {
  color: #F6D3D5;
}
/* line 556, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .social-label {
  font: 12px/20px "Taviraj Bold", Times New Roman, Serif;
  color: #cacaca;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 563, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container {
  border-top: 1px solid #FFFFFF;
}
/* line 567, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .navbar-nav {
  display: block;
}
/* line 571, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-item {
  display: inline-block;
  width: auto;
  margin-right: 12px;
}
/* line 577, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link {
  font-size: 16px;
  border: 1px solid currentColor;
  border-radius: 100%;
  color: currentColor;
  height: 46px;
  width: 46px;
  padding: 0;
  transition: all .15s ease-in-out;
  letter-spacing: normal;
}
/* line 588, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link:hover {
  color: #F6D3D5;
  border-color: #F6D3D5;
}
/* line 592, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link:hover i {
  color: #F6D3D5;
}
/* line 597, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-link i {
  transition: all .15s ease-in-out;
}
/* line 604, styles/designs/__default.scss */
body.design-glamour .blocks-header.blocks-header-default #overlay-menu-primary .nav-container.social .nav-item:last-child .nav-link {
  border: 1px solid currentColor;
  border-radius: 100%;
}
/* line 617, styles/designs/__default.scss */
body.design-glamour .blocks-intro summary {
  display: block;
  cursor: initial;
  font: 16px/24px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}
/* line 625, styles/designs/__default.scss */
body.design-glamour .blocks-intro .author a {
  color: #000000;
}
/* line 628, styles/designs/__default.scss */
body.design-glamour .blocks-intro .author a:hover {
  text-decoration: none;
  color: #6A6A6A;
}
/* line 638, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-default .kicker {
  text-transform: uppercase;
}
/* line 642, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-default .headervisual {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  /* line 642, styles/designs/__default.scss */
  body.design-glamour .blocks-intro.blocks-intro-default .headervisual {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 651, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-default .headervisual .copyright {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  /* line 651, styles/designs/__default.scss */
  body.design-glamour .blocks-intro.blocks-intro-default .headervisual .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 661, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-default .share-icons {
  margin: 30px 0;
}
/* line 666, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-portal {
  text-align: center;
}
/* line 669, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-portal h1 {
  font: 32px/36px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
@media (min-width: 992px) {
  /* line 669, styles/designs/__default.scss */
  body.design-glamour .blocks-intro.blocks-intro-portal h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
/* line 677, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-portal summary {
  margin: 40px 0;
  text-align: center;
}
/* line 682, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-portal .kicker {
  text-transform: uppercase;
  margin-top: 40px;
}
/* line 686, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-portal .kicker + h1 {
  margin-top: 0;
}
/* line 693, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor a {
  color: #E2007A;
}
/* line 697, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .copyright {
  text-align: right;
}
/* line 702, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .share-icons li {
  border: none;
  width: initial;
  height: initial;
  padding: 0;
}
/* line 709, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .share-icons li:hover a {
  border-color: currentColor;
}
/* line 715, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .share-icons a {
  text-decoration: none;
  border: 1px solid #cacaca;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  font-size: 1.35em;
  line-height: 1;
}
/* line 726, styles/designs/__default.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .brands {
  margin-bottom: 60px;
}
/* line 733, styles/designs/__default.scss */
body.design-glamour .blocks-list.separate {
  border-top: 1px solid #000000;
}
/* line 738, styles/designs/__default.scss */
body.design-glamour .blocks-list .list-label span {
  word-break: break-word;
  margin-bottom: 24px;
  line-break: auto;
  display: inline-block;
}
@media (min-width: 576px) {
  /* line 738, styles/designs/__default.scss */
  body.design-glamour .blocks-list .list-label span {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  /* line 738, styles/designs/__default.scss */
  body.design-glamour .blocks-list .list-label span {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  /* line 738, styles/designs/__default.scss */
  body.design-glamour .blocks-list .list-label span {
    margin-bottom: 64px;
  }
}
/* line 768, styles/designs/__default.scss */
body.design-glamour .blocks-list.blocks-list-default .components-teaser-iframe .card-body, body.design-glamour .blocks-list.blocks-list-inline .components-teaser-iframe .card-body, body.design-glamour .blocks-list.blocks-list-recommendations .components-teaser-iframe .card-body {
  padding-left: 0;
}
@media (min-width: 768px) {
  /* line 768, styles/designs/__default.scss */
  body.design-glamour .blocks-list.blocks-list-default .components-teaser-iframe .card-body, body.design-glamour .blocks-list.blocks-list-inline .components-teaser-iframe .card-body, body.design-glamour .blocks-list.blocks-list-recommendations .components-teaser-iframe .card-body {
    border-left: 1px solid #000000;
    padding-left: 30px;
  }
}
/* line 779, styles/designs/__default.scss */
body.design-glamour .blocks-list.blocks-list-menu {
  text-align: center;
  position: relative;
  width: calc(100% + 15px);
}
/* line 787, styles/designs/__default.scss */
body.design-glamour .blocks-socialbuttons {
  text-align: center;
}
/* line 792, styles/designs/__default.scss */
body.design-glamour.reskin #reskin-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  flex: 1 1 0;
  position: sticky;
  top: 0;
}
@media (min-width: 1200px) {
  /* line 792, styles/designs/__default.scss */
  body.design-glamour.reskin #reskin-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 805, styles/designs/__default.scss */
  body.design-glamour.reskin .reskinBackgroundImage {
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) and (min-width: 980px) {
  /* line 805, styles/designs/__default.scss */
  body.design-glamour.reskin .reskinBackgroundImage {
    height: 100vh;
  }
}

/* line 816, styles/designs/__default.scss */
body.design-glamour.reskin .reskinLink {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
/* line 825, styles/designs/__default.scss */
body.design-glamour.reskin #cniReskinSlotLeft {
  position: absolute;
  height: 100vh;
  left: 0;
}
/* line 830, styles/designs/__default.scss */
body.design-glamour.reskin #cniReskinSlotRight {
  position: absolute;
  height: 100vh;
  right: 0;
}
/* line 836, styles/designs/__default.scss */
body.design-glamour.reskin #content-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  /* line 836, styles/designs/__default.scss */
  body.design-glamour.reskin #content-wrapper {
    max-width: 1020px;
    background-color: #FFFFFF;
    z-index: 990;
  }
}
/* line 853, styles/designs/__default.scss */
body.design-glamour #billboard-wrapper-signs .advertisement-mid-content {
  margin-bottom: 25px;
}
/* line 858, styles/designs/__default.scss */
body.design-glamour .advertisement-hero,
body.design-glamour .advertisement-mid-content {
  position: relative;
  z-index: 999;
}
/* line 864, styles/designs/__default.scss */
body.design-glamour .advertisement-hero > iframe:first-child,
body.design-glamour .advertisement-hero > * > iframe:first-child,
body.design-glamour .advertisement-mid-content > iframe:first-child,
body.design-glamour .advertisement-mid-content > * > iframe:first-child {
  margin: 25px 0;
}
/* line 869, styles/designs/__default.scss */
body.design-glamour .advertisement-hero {
  background-color: #EEEEEE;
}
/* line 874, styles/designs/__default.scss */
body.design-glamour .advertisement-legacy {
  position: absolute;
  bottom: 0;
}
/* line 882, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #F6D3D5;
}
/* line 888, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox h2 {
  font: 40px/50px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
/* line 893, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox p {
  margin-bottom: 45px;
}
/* line 897, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox p, body.design-glamour .components-forms.components-forms-introbox h2 {
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  /* line 897, styles/designs/__default.scss */
  body.design-glamour .components-forms.components-forms-introbox p, body.design-glamour .components-forms.components-forms-introbox h2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 906, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox iframe {
  height: 100px;
}
@media (min-width: 768px) {
  /* line 906, styles/designs/__default.scss */
  body.design-glamour .components-forms.components-forms-introbox iframe {
    height: 60px;
  }
}
/* line 914, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox:before {
  margin-bottom: 45px;
}
/* line 918, styles/designs/__default.scss */
body.design-glamour .components-forms.components-forms-introbox:after {
  margin-top: 45px;
}
/* line 927, styles/designs/__default.scss */
body.design-glamour .components-placeholder.components-placeholder-oembed {
  background-color: #f2f2f2;
  padding: 60px 20px;
}
@media (min-width: 576px) {
  /* line 927, styles/designs/__default.scss */
  body.design-glamour .components-placeholder.components-placeholder-oembed {
    padding: 100px 50px;
  }
}
/* line 935, styles/designs/__default.scss */
body.design-glamour .components-placeholder.components-placeholder-oembed p {
  font: 18px/24px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  /* line 935, styles/designs/__default.scss */
  body.design-glamour .components-placeholder.components-placeholder-oembed p {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}
/* line 946, styles/designs/__default.scss */
body.design-glamour .components-placeholder.components-placeholder-oembed img {
  max-width: 25px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 946, styles/designs/__default.scss */
  body.design-glamour .components-placeholder.components-placeholder-oembed img {
    max-width: 35px;
    margin-bottom: 20px;
  }
}
/* line 958, styles/designs/__default.scss */
body.design-glamour .components-teaser {
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}
@media (min-width: 576px) {
  /* line 958, styles/designs/__default.scss */
  body.design-glamour .components-teaser {
    margin-bottom: 32px;
  }
}
/* line 968, styles/designs/__default.scss */
body.design-glamour .components-teaser:last-child .card {
  border-bottom: none;
}
/* line 973, styles/designs/__default.scss */
body.design-glamour .components-teaser a {
  text-decoration: none;
  color: inherit;
}
/* line 978, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-img-wrapper {
  width: 100%;
  position: relative;
}
/* line 982, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-img-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all .15s ease-in-out;
}
/* line 996, styles/designs/__default.scss */
body.design-glamour .components-teaser .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cacaca;
  background-color: transparent;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 576px) {
  /* line 996, styles/designs/__default.scss */
  body.design-glamour .components-teaser .card {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 1010, styles/designs/__default.scss */
body.design-glamour .components-teaser .card:hover {
  color: #6A6A6A;
}
/* line 1013, styles/designs/__default.scss */
body.design-glamour .components-teaser .card:hover .card-title {
  text-decoration: underline solid currentColor;
}
/* line 1018, styles/designs/__default.scss */
body.design-glamour .components-teaser .card:hover .card-img-wrapper:before {
  opacity: .3;
}
/* line 1025, styles/designs/__default.scss */
body.design-glamour .components-teaser .sc-label {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2D2D2D;
  color: #FFFFFF;
  opacity: .6;
  text-align: center;
  text-transform: uppercase;
}
/* line 1038, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-body {
  position: relative;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
}
@media (min-width: 576px) {
  /* line 1038, styles/designs/__default.scss */
  body.design-glamour .components-teaser .card-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
/* line 1051, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-title {
  display: block;
  font: 18px/24px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline solid transparent;
  transition: all .1s ease-in 0s;
  color: inherit;
}
@media (min-width: 576px) {
  /* line 1051, styles/designs/__default.scss */
  body.design-glamour .components-teaser .card-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 1063, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-title:hover {
  color: inherit;
}
/* line 1067, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 1078, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-kicker {
  font: 12px/16px "Taviraj", Times New Roman, Serif;
  text-transform: uppercase;
  transition: all .1s ease-in 0s;
}
/* line 1084, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-meta {
  margin-top: 15px;
  font-size: 11px;
  line-height: 14px;
  display: block;
}
@media (min-width: 576px) {
  /* line 1084, styles/designs/__default.scss */
  body.design-glamour .components-teaser .card-meta {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 1096, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-date {
  margin-bottom: 0;
  color: #9c9cac;
  overflow-wrap: normal;
  display: inline-block;
}
/* line 1103, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-author {
  color: #9c9cac;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 1110, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-abstract {
  font-size: 16px;
  line-height: 24px;
}
/* line 1115, styles/designs/__default.scss */
body.design-glamour .components-teaser .card-button {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 1120, styles/designs/__default.scss */
body.design-glamour .components-teaser .copyright {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #9c9cac;
  font-family: "Taviraj", Times New Roman, Serif;
  text-align: right;
  position: absolute;
}
/* line 1131, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product {
  /* Adds padding to the tears mobile too */
  margin-bottom: 32px;
}
/* line 1135, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product.small .card-title {
  font: 18px/22px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 1139, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product.small .card-product-manufacturer {
  font: italic 18px/22px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1143, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product.small .product-status-outofstock,
body.design-glamour .components-teaser.components-teaser-product.small .product-status-unavailable {
  font-size: inherit;
  line-height: inherit;
}
/* line 1150, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .product-status-outofstock,
body.design-glamour .components-teaser.components-teaser-product .product-status-unavailable {
  font-size: 24px;
  line-height: 46px;
}
/* line 1156, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .sc-label {
  text-align: center;
}
/* line 1164, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .status-container.product-status-outofstock, body.design-glamour .components-teaser.components-teaser-product .status-container.product-status-unavailable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #F6D3D5;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Taviraj", Times New Roman, Serif;
  letter-spacing: 0.15em;
}
/* line 1183, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card {
  padding: 1.25rem;
  border: none;
}
/* line 1188, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-body {
  padding: 0;
  font: 14px/22px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1192, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-body:last-child {
  padding-bottom: 0;
}
/* line 1197, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-title {
  font: 21px/26px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin: 10px 0 5px 0;
}
@media (min-width: 576px) {
  /* line 1197, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-product .card-title {
    margin: 1.25rem 0 0.25rem 0;
  }
}
/* line 1205, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-abstract {
  font: inherit;
}
/* line 1209, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-kicker {
  margin-bottom: 1.25rem;
}
/* line 1213, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-product-manufacturer {
  margin: 10px 0 5px 0;
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: italic;
}
@media (min-width: 576px) {
  /* line 1213, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-product .card-product-manufacturer {
    margin: 1.25rem 0 0.25rem 0;
  }
}
/* line 1225, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-product {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  /* line 1225, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-product .card-product {
    margin-bottom: 24px;
  }
}
/* line 1232, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-product .card-product-price {
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 1237, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-product > span:after {
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  content: '|';
  padding: 0 10px;
}
/* line 1243, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-product > span:last-of-type:after {
  content: '';
  padding: 0;
}
/* line 1251, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product .card-button {
  margin-top: 0;
  text-align: center;
}
/* line 1256, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-product a {
  color: #000000;
}
/* line 1261, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline {
  margin-bottom: 0;
}
/* line 1265, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline:first-child .card {
  border-top: 1px solid #cacaca;
}
/* line 1270, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline .card {
  padding: 1.25rem 0;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0;
}
/* line 1276, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-img-wrapper {
  padding-left: 1.25rem;
}
/* line 1280, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-body {
  padding: 0;
}
/* line 1284, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-title {
  font-size: 18px;
  line-height: 22px;
}
/* line 1289, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-abstract {
  font: 13px/18px "Taviraj", Times New Roman, Serif;
  color: #cacaca;
}
/* line 1296, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-mapp .card-body {
  padding: 0;
}
/* line 1303, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-iframe .card:hover {
  color: #000000;
}
/* line 1306, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-iframe .card:hover .card-title {
  text-decoration: none;
}
/* line 1309, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-iframe .card:hover .card-title:after {
  content: none;
}
/* line 1316, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-iframe .card-title {
  transition: none;
}
/* line 1321, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight {
  margin-bottom: 56px;
}
/* line 1325, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight:first-child .card {
  padding-top: 0;
}
/* line 1331, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight:last-child .card {
  padding-bottom: 0;
}
/* line 1336, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-img-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  /* line 1336, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-highlight .card-img-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* line 1348, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card {
  border-bottom: none;
}
/* line 1352, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card:hover .card-title {
  text-decoration: none;
}
/* line 1358, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-title {
  font: 32px/38px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 1358, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-highlight .card-title {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
/* line 1369, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-body {
  margin-left: -16px;
}
@media (min-width: 576px) {
  /* line 1369, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-highlight .card-body {
    margin-left: auto;
  }
}
/* line 1378, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 30%;
  max-width: 160px;
}
/* line 1386, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu a:hover {
  color: #6A6A6A;
}
/* line 1390, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu img {
  border-radius: 100%;
}
/* line 1394, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu .card-img-wrapper:before {
  border-radius: 100%;
}
/* line 1398, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu .card {
  white-space: normal;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}
@media (min-width: 576px) {
  /* line 1398, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-menu .card {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* line 1410, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu .card-body {
  padding: 0;
}
/* line 1414, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-menu .card-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  font: 11px/16px "Taviraj Bold", Times New Roman, Serif;
}
@media (min-width: 576px) {
  /* line 1414, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-menu .card-title {
    font-size: 12px;
  }
}
/* line 1427, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-links {
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 1433, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-small .card-body {
  padding: 12px 0;
  margin: 0;
}
/* line 1438, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-small .card-title {
  font: 14px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  letter-spacing: 2.1px;
}
/* line 1445, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newsticker .card-body {
  padding: 0;
}
/* line 1449, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newsticker .card-title {
  margin-bottom: 5px;
}
/* line 1453, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newsticker .card-meta {
  margin-top: 0;
}
/* line 1460, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight a {
  transition: none;
}
/* line 1464, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card {
  padding: 20px;
  background-color: #F6D3D5;
}
/* line 1468, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card:hover {
  color: #000000;
}
/* line 1473, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card-img-wrapper {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
}
/* line 1480, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card-body {
  background-color: transparent;
  padding: 0;
}
/* line 1485, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card-title {
  font: 28px/28px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  border: 6px solid #FFFFFF;
  padding: 13px;
  margin-bottom: 20px;
}
/* line 1493, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card-abstract {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
/* line 1501, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item-wrap {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  float: left;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
  transform: perspective(800px) scale(1);
}
/* line 1515, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item-wrap.disabled {
  pointer-events: none;
  overflow: hidden;
}
/* line 1520, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item-wrap .flipper:checked + .flip-item, body.design-glamour .components-teaser.components-teaser-calendar .flip-item-wrap.opened .flipper + .flip-item {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 1529, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item-wrap.opened .flipper + .flip-item figure.front:before {
  opacity: 0;
}
/* line 1534, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .fake-image {
  visibility: hidden;
}
/* line 1538, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar input {
  display: none;
}
/* line 1542, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar a {
  color: #FFFFFF;
}
/* line 1546, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
/* line 1553, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
/* line 1574, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1586, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.front {
  z-index: 90;
}
/* line 1589, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.front:before {
  width: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 90px solid #fff;
  border-left: 90px solid #000;
  z-index: 10;
}
/* line 1600, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.front:after {
  background: #F6D3D5;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
/* line 1612, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.front .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* line 1619, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.back {
  width: 100%;
  margin: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: table-cell;
  z-index: 99;
}
/* line 1630, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.back img {
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
}
/* line 1635, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.back .arrow {
  width: 46px;
  margin: 0 auto;
}
/* line 1639, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar figure.back .arrow:before {
  padding-left: 3px;
}
/* line 1647, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .number {
  position: absolute;
  top: calc(50% - 47px);
  height: 50%;
  width: 100%;
  text-align: center;
  font: 60px/90px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  color: #000000;
  z-index: 10;
}
@media (min-width: 992px) {
  /* line 1647, styles/designs/__default.scss */
  body.design-glamour .components-teaser.components-teaser-calendar .number {
    font-size: 120px;
    line-height: 95px;
  }
}
/* line 1664, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  background-color: #F6D3D5;
  content: '\f054';
  border-radius: 100%;
  height: 46px;
  width: 46px;
  position: relative;
  display: block;
  z-index: 10;
  padding-top: 11px;
  padding-left: 20px;
}
/* line 1681, styles/designs/__default.scss */
body.design-glamour .components-teaser.components-teaser-calendar .flip-item-desc {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 10%;
  width: 80%;
  text-align: center;
}
/* line 1696, styles/designs/__default.scss */
body.design-glamour .components-widget.components-widget-affiliatedisclaimer p {
  font-style: italic;
  color: grey;
  font-size: 13px;
}
/* line 1707, styles/designs/__default.scss */
body.design-glamour.pages .content {
  font: 18px/32px "Taviraj", Times New Roman, Serif;
  margin-bottom: 65px;
}
/* line 1714, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink {
  margin-bottom: 24px;
  display: inline-block;
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  border-bottom: none;
}
/* line 1723, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink:hover .background {
  color: #000000;
}
/* line 1726, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink:hover .arrow {
  color: #E2007A;
}
/* line 1731, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink .fa-stack {
  margin-right: 15px;
  font-size: 1.5em;
}
/* line 1736, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink .background {
  color: #E2007A;
  transition: color .15s ease-in-out;
}
/* line 1741, styles/designs/__default.scss */
body.design-glamour.pages-competition a.backlink .arrow {
  color: #FFFFFF;
  font-size: .8em;
  transition: color .15s ease-in-out;
}
/* line 1748, styles/designs/__default.scss */
body.design-glamour.pages-competition .competition-box {
  border: 5px solid #F6D3D5;
  font: 16px/24px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
/* line 1753, styles/designs/__default.scss */
body.design-glamour.pages-competition .competition-box [class*="col-"] {
  border-bottom: 5px solid #F6D3D5;
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 1753, styles/designs/__default.scss */
  body.design-glamour.pages-competition .competition-box [class*="col-"] {
    border-right: 5px solid #F6D3D5;
    border-bottom: none;
  }
}
/* line 1762, styles/designs/__default.scss */
body.design-glamour.pages-competition .competition-box [class*="col-"] h3 {
  font: 22px/36px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 1766, styles/designs/__default.scss */
body.design-glamour.pages-competition .competition-box [class*="col-"]:last-child {
  border: none;
}
/* line 1773, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize h2 {
  text-transform: uppercase;
  font: 26px/34px "Roboto Medium", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1778, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize img {
  margin-bottom: 5px;
}
/* line 1782, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize figcaption {
  overflow-wrap: break-word;
  position: relative;
  font: 12px/16px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1787, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize figcaption:before {
  content: "";
  position: absolute;
  background-color: #F6D3D5;
  width: 6px;
  height: 16px;
  display: inline-flex;
  margin-bottom: 12px;
  left: 0;
}
/* line 1798, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize figcaption:after {
  content: "";
  clear: both;
  display: table;
}
/* line 1805, styles/designs/__default.scss */
body.design-glamour.pages-competition section.prize .copyright {
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #cacaca;
  font-family: "Taviraj", Times New Roman, Serif;
}
/* line 1821, styles/designs/__default.scss */
body.design-glamour.pages-editor.pages-editor-default .summary {
  margin-bottom: 1rem;
}
/* line 1823, styles/designs/__default.scss */
body.design-glamour.pages-editor.pages-editor-default .summary a {
  color: #E2007A;
  margin-bottom: 45px;
  display: inline-block;
}
/* line 1829, styles/designs/__default.scss */
body.design-glamour.pages-editor.pages-editor-default .resume {
  margin-bottom: 60px;
}
/* line 1837, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .horoscope-datepicker {
  font: 12px/14px "Taviraj Bold", Times New Roman, Serif;
  letter-spacing: 1.8px;
  position: relative;
  margin-top: 45px;
}
/* line 1843, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .horoscope-datepicker > a {
  border-bottom: none;
  color: #cacaca;
}
/* line 1848, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .horoscope-datepicker .arrow {
  color: #F6D3D5;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: -2px;
}
/* line 1857, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .horoscope-datepicker .active {
  color: #000000;
}
/* line 1860, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .horoscope-datepicker .active:before {
  content: "";
  background-color: #F6D3D5;
  width: 34px;
  height: 4px;
  position: absolute;
  top: -22px;
}
/* line 1873, styles/designs/__default.scss */
body.design-glamour.pages-horoscope .blocks-intro.blocks-intro-default .date {
  font-family: "Taviraj Bold", Times New Roman, Serif;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1879, styles/designs/__default.scss */
  body.design-glamour.pages-horoscope .blocks-intro.blocks-intro-default .components-teaser-small .card-title {
    font-size: 10px;
  }
}
/* line 1888, styles/designs/__default.scss */
body.design-glamour.pages-iframe {
  /* OneTrust is already displayed on the iframe's parent site! Check if consent is working as designed before hand!!! */
}
/* line 1890, styles/designs/__default.scss */
body.design-glamour.pages-iframe #content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1896, styles/designs/__default.scss */
body.design-glamour.pages-iframe #onetrust-consent-sdk {
  display: none !important;
}
/* line 1905, styles/designs/__default.scss */
body.design-glamour.pages-landingpage .sections-landingpage-areaheading h2 {
  display: inline-block;
  padding-top: 10px;
  font: 32px/40px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
@media (min-width: 576px) {
  /* line 1905, styles/designs/__default.scss */
  body.design-glamour.pages-landingpage .sections-landingpage-areaheading h2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 35px;
  }
}
/* line 1919, styles/designs/__default.scss */
body.design-glamour.pages-landingpage .sections-landingpage-adslot {
  background-color: #EEEEEE;
}
/* line 1929, styles/designs/__default.scss */
body.design-glamour.pages-portal .sections-landingpage-adslot {
  background-color: #EEEEEE;
}
/* line 1937, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .navbar {
  padding: 0;
  display: block;
}
/* line 1942, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .navbar-wrapper {
  border-top: 1px solid #cacaca;
}
/* line 1946, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 1953, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .nav-item {
  display: inline-block;
}
/* line 1956, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .nav-item.active {
  box-shadow: #F6D3D5 0 -4px 0 inset;
}
/* line 1961, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .nav-link {
  padding: 20px 7px;
  font: 16px/20px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  transition: color 0.15s ease-in 0s;
  color: #000000;
}
/* line 1967, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors .nav-link:hover {
  color: #F6D3D5;
}
/* line 1972, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul {
  display: block;
  margin: 20px 0;
}
/* line 1976, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul li {
  display: inline-block;
}
/* line 1979, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul li a.nav-link {
  padding: 0 7px;
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1983, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul li a.nav-link:hover {
  background-color: #000000;
}
/* line 1992, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-items ul {
  list-style: none;
  padding-inline-start: 0;
}
/* line 1996, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-items ul li {
  display: inline-block;
}
/* line 1999, styles/designs/__default.scss */
body.design-glamour.pages-taxonomies .taxonomy-items ul li a {
  margin: 3px 1px;
}
/* line 2008, styles/designs/__default.scss */
body.design-glamour .sections {
  font: 18px/32px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
/* line 2012, styles/designs/__default.scss */
body.design-glamour .sections h2, body.design-glamour .sections h3 {
  font: 22px/30px "Taviraj Bold", Times New Roman, Serif;
}
/* line 2018, styles/designs/__default.scss */
body.design-glamour .sections .blocks-list.blocks-list-default .list-label span {
  font: 22px/30px "Taviraj Bold", Times New Roman, Serif;
  margin-bottom: .5rem;
}
/* line 2025, styles/designs/__default.scss */
body.design-glamour .sections a {
  color: inherit;
  transition: all .1s ease-in 0s;
}
/* line 2029, styles/designs/__default.scss */
body.design-glamour .sections a:hover {
  text-decoration: none;
}
/* line 2039, styles/designs/__default.scss */
body.design-glamour .sections-default-button {
  text-align: center;
}
/* line 2047, styles/designs/__default.scss */
body.design-glamour .sections-default-heading {
  color: #000000;
  font: 18px/32px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin-bottom: 0;
}
/* line 2056, styles/designs/__default.scss */
body.design-glamour .sections-default-imageservice .slick-prev {
  left: 30px;
}
/* line 2060, styles/designs/__default.scss */
body.design-glamour .sections-default-imageservice .slick-next {
  right: 35px;
}
/* line 2066, styles/designs/__default.scss */
body.design-glamour .sections-default-infobox:before {
  content: 'Tipp';
  display: inline-block;
  padding: 0 15px;
  background-color: #F6D3D5;
  color: #000000;
}
/* line 2074, styles/designs/__default.scss */
body.design-glamour .sections-default-infobox .infobox-body {
  padding: 15px;
  border: 4px solid #F6D3D5;
  position: relative;
  font-style: italic;
}
/* line 2080, styles/designs/__default.scss */
body.design-glamour .sections-default-infobox .infobox-body p:last-child {
  margin-bottom: 0;
}
/* line 2090, styles/designs/__default.scss */
body.design-glamour .sections-default-oembed iframe {
  width: 100%;
}
/* line 2094, styles/designs/__default.scss */
body.design-glamour .sections-default-oembed .embed-youtube,
body.design-glamour .sections-default-oembed .embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  padding-top: 0;
  height: 0;
}
/* line 2102, styles/designs/__default.scss */
body.design-glamour .sections-default-oembed .embed-youtube > div,
body.design-glamour .sections-default-oembed .embed-youtube iframe,
body.design-glamour .sections-default-oembed .embed-vimeo > div,
body.design-glamour .sections-default-oembed .embed-vimeo iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 2113, styles/designs/__default.scss */
body.design-glamour .sections-default-quote {
  font-style: italic;
}
/* line 2116, styles/designs/__default.scss */
body.design-glamour .sections-default-quote p {
  font-size: 1.3em;
  line-height: 1.3em;
  padding-left: 20px;
  margin-bottom: 0;
}
/* line 2122, styles/designs/__default.scss */
body.design-glamour .sections-default-quote p:before {
  content: '\201D';
  position: relative;
  display: inline-block;
  top: 28px;
  width: 32px;
  font-size: 2.5em;
}
/* line 2132, styles/designs/__default.scss */
body.design-glamour .sections-default-quote footer {
  padding-left: 20px;
  font-size: .9em;
}
/* line 2139, styles/designs/__default.scss */
body.design-glamour .sections-default-separator .separate {
  border-top: 1px solid #cacaca;
}
/* line 2145, styles/designs/__default.scss */
body.design-glamour .sections-default-small small {
  font-size: 80%;
  line-height: 80%;
  color: #9c9cac;
}
/* line 2156, styles/designs/__default.scss */
body.design-glamour .sections-default-text a {
  border-bottom: 2px solid #E2007A;
}
/* line 2159, styles/designs/__default.scss */
body.design-glamour .sections-default-text a:hover {
  background-color: #E2007A;
}
/* line 2173, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-teaserlist .advertisement-RECO {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  /* line 2173, styles/designs/__default.scss */
  body.design-glamour .sections-landingpage-teaserlist .advertisement-RECO {
    border-bottom: 0;
  }
}
/* line 2181, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-teaserlist .menu-container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #cacaca;
  white-space: nowrap;
  overflow-x: auto;
}
/* line 2194, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-newsletterform .section-content:before {
  border-top: 1px solid #cacaca;
  display: block;
  content: '';
}
/* line 2200, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-newsletterform .section-content:after {
  border-bottom: 1px solid #cacaca;
  display: block;
  content: '';
}
/* line 2210, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-separator .separate {
  border-top: 1px solid #cacaca;
}
/* line 2217, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-imageservice .slick-prev {
  left: 25px;
}
/* line 2221, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-imageservice .slick-next {
  right: 35px;
}
/* line 2225, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-imageservice .slick-prev,
body.design-glamour .sections-landingpage-imageservice .slick-next {
  top: 50%;
}
/* line 2233, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-areaheading .areaheading h2 {
  margin: 0 1rem;
}
/* line 2242, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .disclaimer {
  text-align: right;
  position: relative;
  font: 11px/16px "Taviraj", Times New Roman, Serif;
  color: #9c9cac;
}
@media (min-width: 576px) {
  /* line 2242, styles/designs/__default.scss */
  body.design-glamour .sections-landingpage-productlist .disclaimer {
    width: 50%;
    margin-left: auto;
  }
}
/* line 2254, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product {
  padding: 0.75rem;
  /* Rotated to save space on the teaser*/
  /* Different position on mobile and desktop */
}
/* line 2261, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product.sticker-shoppingweek .card-img-wrapper:after {
  background-size: 60px auto;
  width: 60px;
}
/* line 2268, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card {
  border: none;
  /* Overrides the standard padding */
  padding: 0;
}
/* line 2274, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .copyright {
  mix-blend-mode: difference;
  transform: rotate(-90deg);
  bottom: 5%;
  position: absolute;
  display: block;
  width: fit-content;
  left: 100%;
  transform-origin: bottom left;
}
/* line 2286, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-img-wrapper {
  margin-bottom: 5px;
}
/* line 2290, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body {
  font-size: 14px/18px;
  /* The brand should be as visible as the title, just not bold */
}
/* line 2293, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-kicker {
  margin-bottom: 10px;
}
/* line 2297, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-title {
  font-size: 18px;
  line-height: 22px;
}
/* line 2303, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-product-manufacturer {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  margin: 0.75rem 0 .25rem 0;
}
/* line 2310, styles/designs/__default.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-product {
  margin-bottom: 17px;
  /* The separator disappears on mobile and servers as a line break */
}
@media (max-width: 768px) {
  /* line 2315, styles/designs/__default.scss */
  body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-product > span {
    display: block;
  }
  /* line 2317, styles/designs/__default.scss */
  body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-body .card-product > span:after {
    display: none;
  }
}
/* line 3, styles/designs/_theme.scss */
body.design-glamour .blocks-footer {
  padding-top: 66px;
  font: 18px/32px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 7, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .service {
  margin-bottom: 45px;
}
/* line 11, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .areaheading {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
/* line 18, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .nav {
  display: block;
}
/* line 22, styles/designs/_theme.scss */
body.design-glamour .blocks-footer a {
  color: #FFFFFF;
}
/* line 25, styles/designs/_theme.scss */
body.design-glamour .blocks-footer a:hover {
  color: #6A6A6A;
  text-decoration: none;
}
/* line 29, styles/designs/_theme.scss */
body.design-glamour .blocks-footer a:hover text {
  fill: #6A6A6A;
  fill-opacity: 0.5;
}
/* line 35, styles/designs/_theme.scss */
body.design-glamour .blocks-footer a:hover .logo img {
  opacity: 0.24;
}
/* line 41, styles/designs/_theme.scss */
body.design-glamour .blocks-footer a text {
  fill: #FFFFFF;
  fill-opacity: 1;
}
/* line 47, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .nav-item {
  margin: 0 15px;
}
@media (min-width: 576px) {
  /* line 47, styles/designs/_theme.scss */
  body.design-glamour .blocks-footer .nav-item {
    margin: 0;
  }
}
/* line 55, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .tags {
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 59, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .tags .areaheading {
  text-transform: none;
}
/* line 63, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .tags a {
  margin: 5px;
}
/* line 68, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .magazin,
body.design-glamour .blocks-footer .subscribe {
  height: 27px;
}
/* line 72, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .magazin svg,
body.design-glamour .blocks-footer .subscribe svg {
  width: 100%;
}
/* line 77, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .brands {
  color: #FFFFFF;
}
/* line 80, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .brands ul {
  display: inherit;
}
/* line 83, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .brands ul a {
  line-height: 40px;
  text-transform: uppercase;
}
/* line 88, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .brands ul li {
  display: inline-block;
}
@media (min-width: 576px) {
  /* line 93, styles/designs/_theme.scss */
  body.design-glamour .blocks-footer .brands ul li {
    display: inherit;
  }
}
/* line 100, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .brands,
body.design-glamour .blocks-footer .tags {
  text-align: center;
}
@media (min-width: 576px) {
  /* line 100, styles/designs/_theme.scss */
  body.design-glamour .blocks-footer .brands,
  body.design-glamour .blocks-footer .tags {
    text-align: left;
  }
}
/* line 109, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .footer-border {
  border-right: 0;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 576px) {
  /* line 109, styles/designs/_theme.scss */
  body.design-glamour .blocks-footer .footer-border {
    border-right: 1px solid #FFFFFF;
    border-bottom: 0;
  }
}
/* line 119, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .footer-center {
  font-size: 18px;
}
/* line 123, styles/designs/_theme.scss */
body.design-glamour .blocks-footer .border-right {
  border-color: #FFFFFF !important;
}
/* line 129, styles/designs/_theme.scss */
body.design-glamour .blocks-footer.blocks-footer-default img {
  position: initial;
}
/* line 134, styles/designs/_theme.scss */
body.design-glamour .blocks-footer.blocks-footer-default .logo img {
  margin: 0;
}
/* line 144, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.multiple figure {
  border-top: 1px solid #000000;
}
/* line 147, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.multiple .last figure {
  border-bottom: 1px solid #000000;
}
/* line 151, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.multiple figcaption {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
/* line 156, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.multiple h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  margin: 60px 0 25px;
}
/* line 163, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 5px;
}
/* line 170, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery figcaption {
  font-size: 16px;
  line-height: 25px;
}
/* line 174, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery figcaption:before {
  display: none;
}
/* line 179, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .copyright {
  text-align: right;
  color: #000000;
}
/* line 184, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .image-wrapper {
  position: relative;
  padding: inherit;
}
/* line 189, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .image-toolbar {
  position: absolute;
  padding: inherit;
  bottom: 10px;
  right: 10px;
}
/* line 196, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .pagination {
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 30px 0;
}
/* line 203, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-prev,
body.design-glamour .blocks-gallery .slick-next {
  text-shadow: none;
  top: 40px;
}
/* line 208, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-prev:before,
body.design-glamour .blocks-gallery .slick-next:before {
  font-family: "Line Awesome Free", "Line Awesome Brands";
  color: #E2007A;
  font-weight: 900;
}
/* line 215, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-prev {
  left: 25%;
}
/* line 218, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-prev:before {
  content: "\f104";
}
/* line 223, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-next {
  right: 25%;
}
/* line 226, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-next:before {
  content: "\f105";
}
/* line 233, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery .slick-prev:before,
body.design-glamour .blocks-gallery .slick-next:before {
  font-size: 38px;
}
@media (min-width: 768px) {
  /* line 233, styles/designs/_theme.scss */
  body.design-glamour .blocks-gallery .slick-prev:before,
  body.design-glamour .blocks-gallery .slick-next:before {
    font-size: 60px;
  }
}
/* line 243, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-standalone .galleryimage {
  border-top: 1px solid #000000;
}
/* line 246, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-standalone figure {
  border-top: none;
  border-bottom: none;
}
/* line 254, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-simple.multiple figure {
  margin-bottom: 40px;
}
/* line 259, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-simple figure {
  border-top: none;
  border-bottom: none;
}
/* line 266, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-content figure {
  border-top: none;
  border-bottom: none;
}
/* line 273, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-3cols figure {
  border-top: none;
  border-bottom: none;
  text-align: center;
}
/* line 278, styles/designs/_theme.scss */
body.design-glamour .blocks-gallery.blocks-gallery-3cols figure .copyright {
  text-align: center;
  margin-top: 10px;
}
/* line 287, styles/designs/_theme.scss */
body.design-glamour .blocks-header {
  background-color: #F6D3D5;
}
/* line 291, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default {
  box-shadow: none;
  position: relative;
}
/* line 295, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default a {
  color: #000000;
  text-decoration: none;
}
/* line 300, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-logo {
  padding-bottom: 10px;
  padding-top: 30px;
  background-color: #F6D3D5;
  z-index: 9999;
  position: relative;
}
/* line 307, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-logo img {
  max-width: 275px;
}
/* line 312, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F6D3D5;
  width: 100%;
  z-index: 9999;
  top: 0;
  position: relative;
}
/* line 321, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-navbar.sticky {
  position: fixed;
}
/* line 325, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-navbar.sticky .nav-logo img {
  transform: translateY(0);
}
/* line 331, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-navbar .nav-logo {
  overflow: hidden;
}
/* line 334, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .main-navbar .nav-logo img {
  max-width: 120px;
  transition: transform 300ms ease-in-out;
  transform: translateY(0);
}
@media (min-width: 992px) {
  /* line 334, styles/designs/_theme.scss */
  body.design-glamour .blocks-header.blocks-header-default .main-navbar .nav-logo img {
    transform: translateY(100%);
  }
}
@media (min-width: 576px) {
  /* line 346, styles/designs/_theme.scss */
  body.design-glamour .blocks-header.blocks-header-default .nav-additional {
    position: initial;
    top: initial;
    right: initial;
  }
}
/* line 353, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-additional > * {
  display: initial;
}
/* line 358, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-item {
  margin-right: 5px;
}
/* line 362, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-item.active .nav-link {
  background-color: #000000;
  color: #F6D3D5;
}
/* line 369, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link {
  padding: 5px 10px;
  transition: all 0.15s ease-in 0s;
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 375, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link:hover {
  background-color: #000000;
}
/* line 379, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link.glamunity-link {
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  padding-bottom: 1px;
}
/* line 385, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link.glamunity-link:before {
  content: '';
  display: block;
  background-image: url(./images/GLAMunity_Logo_2021.svg);
  width: 60px;
  height: 26px;
}
/* line 394, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .nav-link.glamunity-link:hover:before {
  background-image: url(./images/GLAMunity_Logo_2021_hover.svg);
}
/* line 401, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon {
  margin-right: 10px;
}
/* line 403, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon > svg {
  margin-top: -10px;
}
/* line 408, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup {
  position: absolute;
  margin-top: 20px;
  display: none;
}
/* line 413, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup .tipser-empty-cart-popup {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid lightgrey;
}
/* line 417, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup .tipser-empty-cart-popup span.tipser-cart-popup-title {
  font-size: 18px;
  font-weight: 700;
}
/* line 421, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup .tipser-empty-cart-popup hr {
  margin: 10px 0;
  background: #000000;
}
/* line 425, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup .tipser-empty-cart-popup .btn-primary {
  margin-top: 15px;
  color: #FFFFFF;
}
/* line 431, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default #tipser-cart-popup #tipser-empty-cart-popup-close {
  cursor: pointer;
}
/* line 438, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
/* line 443, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper .cart-icon {
  width: auto;
}
/* line 447, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper button.te-cart-icon {
  outline: none;
}
/* line 450, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper button.te-cart-icon:before {
  content: '\f290';
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  line-height: 1;
}
/* line 457, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper button.te-cart-icon > svg {
  display: none;
}
/* line 461, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .shoppingcart-icon-wrapper button.te-cart-icon .tipser-cart-size-indicator {
  right: -8px;
  bottom: -3px;
  background-color: #000000;
  color: #FFFFFF;
}
/* line 472, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
/* line 480, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
  display: block;
  top: 50%;
}
/* line 486, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon, body.design-glamour .blocks-header.blocks-header-default .burger-icon:before, body.design-glamour .blocks-header.blocks-header-default .burger-icon:after {
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 4px;
  background-color: #000000;
}
/* line 496, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon:before, body.design-glamour .blocks-header.blocks-header-default .burger-icon:after {
  content: "";
  display: block;
}
/* line 502, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon:before {
  top: -7px;
  transition: top 75ms ease .12s,opacity 75ms ease;
}
/* line 507, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-icon:after {
  bottom: -7px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 514, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-open .burger-icon {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
/* line 519, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-open .burger-icon:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}
/* line 525, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-open .burger-icon:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
/* line 533, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .burger-overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  display: none;
  background-color: #0005;
}
/* line 543, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger {
  position: absolute;
  transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1);
  transform: translateX(-100%);
  top: 150px;
  left: 0;
  background-color: #F6D3D5;
  max-width: 400px;
  min-width: 280px;
  width: 100%;
  height: 100vh;
  padding-bottom: 125px;
  border-top: 1px solid #9c9cac;
  overflow: auto;
}
@media (min-width: 992px) {
  /* line 543, styles/designs/_theme.scss */
  body.design-glamour .blocks-header.blocks-header-default .menu-burger {
    transform: translateX(100%);
    left: initial;
    right: 0;
  }
}
/* line 564, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger.burger-open {
  transform: translateX(0);
}
/* line 568, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger a {
  text-transform: none;
}
/* line 572, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .nav-link {
  padding: 16px 0;
}
/* line 576, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .service,
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-secondary {
  border-bottom: 1px solid #9c9cac;
}
/* line 580, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .service > [class*="col-"],
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-secondary > [class*="col-"] {
  border-right: 1px solid #9c9cac;
}
/* line 583, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .service > [class*="col-"]:last-child,
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-secondary > [class*="col-"]:last-child {
  border-right: none;
}
/* line 589, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-secondary {
  border-top: 1px solid #9c9cac;
}
/* line 593, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .social {
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 596, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .social .nav-link {
  padding: .5rem 1rem;
  font-size: 26px;
  line-height: 1;
}
/* line 605, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-media .store-link {
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
/* line 610, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-media .store-link:before {
  content: '\f36f';
  display: block;
  font: 26px/1 "Font Awesome 5 Brands";
}
/* line 618, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .service-button {
  padding: 15px 0;
  font: 16px/20px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 622, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .service-button i {
  font-size: 28px;
  margin: 0 10px;
  line-height: 1;
}
/* line 629, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary {
  display: block;
}
/* line 632, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary .nav-item {
  border-bottom: 1px solid #9c9cac;
}
/* line 635, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary .nav-item:last-child {
  border-bottom: 0;
}
/* line 640, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary .nav-item.active .nav-link {
  padding-left: 15px;
}
/* line 646, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary .nav-link {
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 649, styles/designs/_theme.scss */
body.design-glamour .blocks-header.blocks-header-default .menu-burger .menu-primary .nav-link:hover {
  padding-left: 15px;
}
/* line 661, styles/designs/_theme.scss */
body.design-glamour .blocks-highlight.blocks-highlight-default {
  margin-bottom: 45px;
}
/* line 665, styles/designs/_theme.scss */
body.design-glamour .blocks-highlight.blocks-highlight-default .components-teaser.components-teaser-default {
  text-align: center;
}
/* line 672, styles/designs/_theme.scss */
body.design-glamour .blocks-intro {
  margin-top: 25px;
  margin-bottom: 30px;
}
/* line 676, styles/designs/_theme.scss */
body.design-glamour .blocks-intro h1 {
  font-family: "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 680, styles/designs/_theme.scss */
body.design-glamour .blocks-intro summary {
  font: 18px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #1D1D1B;
  text-align: center;
}
/* line 687, styles/designs/_theme.scss */
body.design-glamour .blocks-intro .headervisual figcaption {
  font-size: 10px;
  line-height: 15px;
  transform: rotate(-90deg) translateY(12px) translateX(100%);
  position: absolute;
  right: 25px;
  bottom: 0;
  transform-origin: right center;
  text-align: left;
  width: 60%;
  text-shadow: 1px 1px 1px #9c9cac;
}
@media (min-width: 576px) {
  /* line 687, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro .headervisual figcaption {
    right: 35px;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  /* line 687, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro .headervisual figcaption {
    right: 40px;
    font-size: 12px;
    line-height: 18px;
  }
}
/* line 714, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default h1 {
  font: 32px/38px "Taviraj Bold", Times New Roman, Serif;
}
@media (min-width: 992px) {
  /* line 714, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-default h1 {
    font: 48px/52px "Taviraj Bold", Times New Roman, Serif;
  }
}
@media (min-width: 992px) {
  /* line 722, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-default header {
    margin-top: -80px;
  }
}
/* line 728, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default summary {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 733, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-default .noimage header {
    margin-top: 0;
  }
}
/* line 740, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .intro-content {
  margin: 0 auto 20px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #cacaca;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 740, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-default .intro-content {
    padding: 20px 50px;
    text-align: center;
  }
}
/* line 752, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .kicker {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
/* line 758, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .title {
  margin-bottom: 15px;
}
/* line 762, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .meta {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
/* line 769, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .meta .author {
  order: 1;
}
/* line 773, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .meta .date {
  order: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 773, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-default .meta .date {
    text-align: center;
  }
}
/* line 783, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .highlight-text {
  background: #FFFFFF;
}
/* line 786, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .highlight-text .copyright {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
/* line 793, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .components-widget-affiliatedisclaimer {
  margin-bottom: 25px;
}
/* line 796, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-default .components-widget-affiliatedisclaimer p:last-child {
  margin-bottom: 0;
}
/* line 802, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-portal {
  margin-bottom: 0;
}
/* line 805, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-portal h1 {
  font: 32px/38px "Taviraj Bold", Times New Roman, Serif;
}
@media (min-width: 992px) {
  /* line 805, styles/designs/_theme.scss */
  body.design-glamour .blocks-intro.blocks-intro-portal h1 {
    font: 48px/52px "Taviraj Bold", Times New Roman, Serif;
  }
}
/* line 813, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-portal .kicker {
  margin-top: 0;
}
/* line 818, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-horoscope {
  text-align: center;
}
/* line 821, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-horoscope img {
  width: 100%;
}
/* line 825, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-horoscope .meta {
  font-size: 14px;
  line-height: 18px;
}
/* line 830, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-horoscope .highlight-text {
  background: #FFFFFF;
}
/* line 833, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-horoscope .highlight-text .copyright {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
/* line 842, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-editor h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  margin-bottom: 20px;
}
/* line 848, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .copyright {
  text-align: initial;
}
/* line 852, styles/designs/_theme.scss */
body.design-glamour .blocks-intro.blocks-intro-editor .share-icons a {
  border: none;
  color: #E2007A;
  font-size: 1.7rem;
}
/* line 861, styles/designs/_theme.scss */
body.design-glamour .headervisual .image-wrapper {
  position: relative;
  padding: inherit;
}
/* line 866, styles/designs/_theme.scss */
body.design-glamour .headervisual .image-toolbar {
  position: absolute;
  padding: inherit;
  bottom: 10px;
  right: 10px;
}
/* line 875, styles/designs/_theme.scss */
body.design-glamour summary {
  margin-bottom: 30px;
}
/* line 881, styles/designs/_theme.scss */
body.design-glamour .blocks-list .card {
  border: none;
}
/* line 890, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-default, body.design-glamour .blocks-list.blocks-list-inline, body.design-glamour .blocks-list.blocks-list-recommendations {
  padding-bottom: 24px;
}
/* line 896, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-default .list-label span, body.design-glamour .blocks-list.blocks-list-inline .list-label span, body.design-glamour .blocks-list.blocks-list-recommendations .list-label span {
  font: 24px/30px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin-bottom: 20px;
}
/* line 904, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-inline {
  padding-bottom: 0;
}
/* line 909, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-recommendations .teasers {
  border-bottom: 1px solid #cacaca;
}
/* line 916, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-highlight h2 {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 916, styles/designs/_theme.scss */
  body.design-glamour .blocks-list.blocks-list-highlight h2 {
    font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
    color: #1D1D1B;
  }
}
/* line 925, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-highlight .card-title {
  font-size: 28px;
  line-height: 35px;
}
/* line 933, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-newsticker .list-label span {
  font: 28px/40px "Roboto Medium", Tahoma, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
/* line 942, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-horoscope .list-label {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  /* line 946, styles/designs/_theme.scss */
  body.design-glamour .blocks-list.blocks-list-horoscope .card {
    border-bottom: 1px solid #cacaca;
  }
}
/* line 954, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-menu .card, body.design-glamour .blocks-list.blocks-list-menu .card:link, body.design-glamour .blocks-list.blocks-list-menu .card:visited {
  color: #E2007A;
}
/* line 957, styles/designs/_theme.scss */
body.design-glamour .blocks-list.blocks-list-menu .card:hover, body.design-glamour .blocks-list.blocks-list-menu .card:focus, body.design-glamour .blocks-list.blocks-list-menu .card:active {
  color: #DA569D;
}
/* line 963, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons {
  position: relative;
  border-bottom: 1px solid #cacaca;
  text-align: initial;
}
/* line 968, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons span:before {
  font-family: "Line Awesome Free", "Line Awesome Brands";
}
/* line 972, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons ul {
  display: inline-block;
}
/* line 976, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons li {
  border: none;
  width: 32px;
  height: 24px;
}
/* line 982, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons a {
  font-size: 24px;
  color: #E2007A;
  text-decoration: none;
  border-bottom: none;
}
/* line 988, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons a:hover {
  color: #DA569D;
}
/* line 992, styles/designs/_theme.scss */
body.design-glamour .blocks-socialbuttons .list-label {
  display: inline-block;
  font: 16px/26px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 999, styles/designs/_theme.scss */
body.design-glamour .advertisement-rail,
body.design-glamour .advertisement-mid-content,
body.design-glamour .advertisement-MH {
  background-color: #FFFFFF;
}
@media (max-width: 576px) {
  /* line 999, styles/designs/_theme.scss */
  body.design-glamour .advertisement-rail,
  body.design-glamour .advertisement-mid-content,
  body.design-glamour .advertisement-MH {
    background-color: #EEEEEE;
    margin-bottom: 20px;
    padding: 0;
  }
  /* line 1008, styles/designs/_theme.scss */
  body.design-glamour .advertisement-rail iframe:first-child,
  body.design-glamour .advertisement-mid-content iframe:first-child,
  body.design-glamour .advertisement-MH iframe:first-child {
    margin: 25px 0;
  }
}
/* line 1015, styles/designs/_theme.scss */
body.design-glamour #hero-wrapper-signs,
body.design-glamour #hero-wrapper-types {
  background-color: #EEEEEE;
}
/* line 1018, styles/designs/_theme.scss */
body.design-glamour #hero-wrapper-signs .advertisement-mid-content,
body.design-glamour #hero-wrapper-types .advertisement-mid-content {
  background-color: #EEEEEE;
}
@media (max-width: 576px) {
  /* line 1024, styles/designs/_theme.scss */
  body.design-glamour .advertisement-rail,
  body.design-glamour .advertisement-MH {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 1031, styles/designs/_theme.scss */
body.design-glamour .components-taxonomy {
  border-top: 1px solid #cacaca;
}
/* line 1034, styles/designs/_theme.scss */
body.design-glamour .components-taxonomy h2 {
  color: #1D1D1B;
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
}
/* line 1039, styles/designs/_theme.scss */
body.design-glamour .components-taxonomy ul {
  display: inline-flex;
}
/* line 1043, styles/designs/_theme.scss */
body.design-glamour .components-taxonomy a {
  color: #E2007A;
  text-decoration: none;
  border-bottom: none;
}
/* line 1048, styles/designs/_theme.scss */
body.design-glamour .components-taxonomy a:hover {
  color: #DA569D;
}
/* line 1059, styles/designs/_theme.scss */
body.design-glamour .components-teaser.sticker-shoppingweek .card-img-wrapper:after {
  content: '';
  background-image: url("./images/sticker/shoppingweek.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
}
/* line 1073, styles/designs/_theme.scss */
body.design-glamour .components-teaser .copyright {
  right: 0;
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1080, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card:hover .card-title {
  text-decoration: none;
}
/* line 1086, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-kicker {
  color: #000000;
  margin-bottom: 4px;
  font: 12px/15px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  /* line 1086, styles/designs/_theme.scss */
  body.design-glamour .components-teaser .card-kicker {
    font: 14px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }
}
/* line 1097, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-title {
  text-decoration: none;
  font: 16px/22px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
@media (min-width: 992px) {
  /* line 1097, styles/designs/_theme.scss */
  body.design-glamour .components-teaser .card-title {
    font: 24px/30px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  }
}
/* line 1106, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-author {
  color: #000000;
  font: 12px/15px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  /* line 1106, styles/designs/_theme.scss */
  body.design-glamour .components-teaser .card-author {
    font: 14px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
  }
}
/* line 1116, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-date {
  color: #000000;
  font: 12px/15px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1120, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-date:before, body.design-glamour .components-teaser .card-date:after {
  display: none;
  margin-bottom: 5px;
  line-height: 5px;
  content: "\2013";
}
/* line 1128, styles/designs/_theme.scss */
body.design-glamour .components-teaser .card-date:before {
  display: block;
}
@media (min-width: 992px) {
  /* line 1116, styles/designs/_theme.scss */
  body.design-glamour .components-teaser .card-date {
    font: 14px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  /* line 1138, styles/designs/_theme.scss */
  body.design-glamour .components-teaser .card-body {
    padding-left: 0;
  }
}
/* line 1145, styles/designs/_theme.scss */
body.design-glamour .components-teaser a .card-title {
  color: #000000;
}
/* line 1152, styles/designs/_theme.scss */
body.design-glamour .components-teaser.small .card-kicker {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 992px) {
  /* line 1152, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.small .card-kicker {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 1160, styles/designs/_theme.scss */
body.design-glamour .components-teaser.small .card-title {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  /* line 1160, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.small .card-title {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 1171, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-highlight {
  text-align: center;
  margin-bottom: 0;
}
/* line 1176, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-date:before, body.design-glamour .components-teaser.components-teaser-highlight .card-date:after {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
/* line 1184, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/* line 1189, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-button {
  margin-left: auto;
  margin-right: auto;
}
/* line 1194, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-highlight .card-title {
  font: 28px/36px "Taviraj Bold", Times New Roman, Serif;
}
/* line 1200, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card {
  padding: 25px 0;
}
/* line 1203, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card, body.design-glamour .components-teaser.components-teaser-inline .card:first-child, body.design-glamour .components-teaser.components-teaser-inline .card:last-child {
  border-top-color: #F6D3D5;
  border-bottom-color: #F6D3D5;
  border-top-width: 4px;
  border-bottom-width: 4px;
}
/* line 1213, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card:hover .card-kicker,
body.design-glamour .components-teaser.components-teaser-inline .card:hover .card-abstract,
body.design-glamour .components-teaser.components-teaser-inline .card:hover .card-title {
  color: #6A6A6A;
}
/* line 1219, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card:hover .card-button:not(.btn) {
  color: #DA569D;
}
/* line 1224, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card .card-kicker {
  color: #000000;
}
/* line 1229, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-title {
  color: #000000;
  margin-bottom: 15px;
  font: 20px/26px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
@media (min-width: 992px) {
  /* line 1229, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-inline .card-title {
    font: 24px/30px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  }
}
/* line 1238, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-img-wrapper {
  padding-left: 0;
}
/* line 1242, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-body {
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  /* line 1246, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-inline .card-kicker {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 1253, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-inline .card-abstract {
  color: #000000;
}
@media (min-width: 992px) {
  /* line 1253, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-inline .card-abstract {
    font-size: 1em;
    line-height: 1.6em;
  }
}
/* line 1264, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-menu .card-title {
  color: #000000;
  font: 11px/16px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
@media (min-width: 992px) {
  /* line 1264, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-menu .card-title {
    font: 14px/18px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  }
}
/* line 1275, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-newsticker .card-title {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  /* line 1275, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-newsticker .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  /* line 1275, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-newsticker .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 1292, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight a {
  color: #000000;
}
/* line 1296, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-newshighlight .card-title {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  /* line 1296, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-newshighlight .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  /* line 1296, styles/designs/_theme.scss */
  body.design-glamour .components-teaser.components-teaser-newshighlight .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 1313, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-calendar .card-title {
  color: #FFFFFF;
}
/* line 1319, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-product .card {
  border: 4px solid #F6D3D5;
  background-color: #FFFFFF;
}
/* line 1323, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-product .card.small {
  border: none;
}
/* line 1327, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-product .card .card-kicker {
  color: #000000;
}
/* line 1331, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-product .copyright {
  position: relative;
}
/* line 1335, styles/designs/_theme.scss */
body.design-glamour .components-teaser.components-teaser-product.small .card {
  border: none;
  padding: 0;
}
/* line 1347, styles/designs/_theme.scss */
body.design-glamour .components-widget.components-widget-affiliatedisclaimer p {
  color: #706F6F;
  font: italic 14px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1358, styles/designs/_theme.scss */
body.design-glamour.pages-article .recommendations .list-label * {
  font: 24px/30px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
}
/* line 1362, styles/designs/_theme.scss */
body.design-glamour.pages-article .recommendations .components-teaser {
  font-size: 9px;
  line-height: 12px;
}
/* line 1370, styles/designs/_theme.scss */
body.design-glamour.pages-article .blocks-intro.blocks-intro-default summary {
  font: 18px/26px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  color: #000000;
  text-align: left;
}
/* line 1379, styles/designs/_theme.scss */
body.design-glamour.pages-article .blocks-gallery.blocks-gallery-default .copyright {
  font: 12px/18px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1387, styles/designs/_theme.scss */
body.design-glamour.pages-article .components-teaser.components-teaser-inline .card-abstract {
  font: 16px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}
/* line 1395, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy {
  color: #E2007A;
}
/* line 1398, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .list-label * {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
/* line 1404, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .components-teaser {
  color: #E2007A;
  font-size: 8px;
  line-height: 14px;
}
/* line 1409, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .components-teaser .card {
  color: #E2007A;
}
/* line 1413, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .components-teaser .card-title {
  font-weight: normal;
}
/* line 1416, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .components-teaser .card-title:after {
  content: ' /';
}
/* line 1422, styles/designs/_theme.scss */
body.design-glamour.pages-article .taxonomy .components-teaser:last-child .card-title:after {
  content: '';
}
/* line 1432, styles/designs/_theme.scss */
body.design-glamour.pages-competition .competition-box {
  border: 1px solid #000000;
}
/* line 1435, styles/designs/_theme.scss */
body.design-glamour.pages-competition .competition-box [class*="col-"] {
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  /* line 1435, styles/designs/_theme.scss */
  body.design-glamour.pages-competition .competition-box [class*="col-"] {
    border-bottom: none;
    border-right: 1px solid #000000;
  }
}
/* line 1445, styles/designs/_theme.scss */
body.design-glamour.pages-competition a.backlink {
  margin-top: 24px;
  margin-bottom: 0;
}
/* line 1456, styles/designs/_theme.scss */
body.design-glamour.pages-editor.pages-editor-default .summary h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 1456, styles/designs/_theme.scss */
  body.design-glamour.pages-editor.pages-editor-default .summary h2 {
    text-align: left;
  }
}
/* line 1473, styles/designs/_theme.scss */
body.design-glamour.pages-horoscope .blocks-intro.blocks-intro-default .date {
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1477, styles/designs/_theme.scss */
body.design-glamour.pages-horoscope .blocks-intro.blocks-intro-default summary {
  font: 16px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}
/* line 1486, styles/designs/_theme.scss */
body.design-glamour.pages-horoscope.pages-horoscope-default .components-teaser.components-teaser-inline .card-abstract {
  font: 16px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1499, styles/designs/_theme.scss */
body.design-glamour.pages-horoscopes-type .blocks-intro.blocks-intro-default h1, body.design-glamour.pages-horoscopes-home .blocks-intro.blocks-intro-default h1 {
  text-align: center;
}
/* line 1503, styles/designs/_theme.scss */
body.design-glamour.pages-horoscopes-type .blocks-intro.blocks-intro-default .intro-content, body.design-glamour.pages-horoscopes-home .blocks-intro.blocks-intro-default .intro-content {
  border-bottom: none;
  margin: 0;
}
/* line 1508, styles/designs/_theme.scss */
body.design-glamour.pages-horoscopes-type .blocks-intro.blocks-intro-default summary, body.design-glamour.pages-horoscopes-home .blocks-intro.blocks-intro-default summary {
  text-align: center;
  font-weight: normal;
}
/* line 1519, styles/designs/_theme.scss */
body.design-glamour.pages-landingpage .sections-landingpage-areaheading h2 {
  display: block;
  text-transform: uppercase;
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  text-align: center;
}
/* line 1530, styles/designs/_theme.scss */
body.design-glamour.pages-landingpage .sections-landingpage-teaserlist .blocks-list-menu .card {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 1530, styles/designs/_theme.scss */
  body.design-glamour.pages-landingpage .sections-landingpage-teaserlist .blocks-list-menu .card {
    padding-bottom: 1.25rem;
  }
}
/* line 1546, styles/designs/_theme.scss */
body.design-glamour.pages-portal.pages-portal-editor .summary h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 1546, styles/designs/_theme.scss */
  body.design-glamour.pages-portal.pages-portal-editor .summary h2 {
    text-align: left;
  }
}
/* line 1559, styles/designs/_theme.scss */
body.design-glamour.pages-portal.pages-portal-search .search {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1563, styles/designs/_theme.scss */
body.design-glamour.pages-portal.pages-portal-search .search.border-bottom {
  border-color: #000000;
}
/* line 1567, styles/designs/_theme.scss */
body.design-glamour.pages-portal.pages-portal-search .search input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 36px;
  padding-right: 40px;
}
/* line 1574, styles/designs/_theme.scss */
body.design-glamour.pages-portal.pages-portal-search .search .la-search {
  position: absolute;
  right: 15px;
  bottom: 8px;
  font-size: 36px;
  color: #000000;
}
/* line 1589, styles/designs/_theme.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
/* line 1594, styles/designs/_theme.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul {
  margin: 20px 0;
}
/* line 1598, styles/designs/_theme.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul li a.nav-link {
  font-family: "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1601, styles/designs/_theme.scss */
body.design-glamour.pages-taxonomies .taxonomy-anchors ul li a.nav-link:hover {
  background-color: #000000;
}
/* line 1611, styles/designs/_theme.scss */
body.design-glamour .sections {
  font-size: 16px;
  line-height: 25px;
  /* list-label has to be overwritten within the section, 'cause by default it's defined within the section */
  /* list-label & gallery-label should be the same. if not, ask why! */
}
/* line 1615, styles/designs/_theme.scss */
body.design-glamour .sections a {
  color: #E2007A;
  text-decoration: none;
  border-bottom-width: 0;
}
/* line 1620, styles/designs/_theme.scss */
body.design-glamour .sections a:hover {
  color: #DA569D;
}
/* line 1630, styles/designs/_theme.scss */
body.design-glamour .sections .blocks-list.blocks-list-default .gallery-label span,
body.design-glamour .sections .blocks-list.blocks-list-default .list-label span,
body.design-glamour .sections .blocks-gallery.blocks-gallery-default .gallery-label span,
body.design-glamour .sections .blocks-gallery.blocks-gallery-default .list-label span {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: left;
}
/* line 1642, styles/designs/_theme.scss */
body.design-glamour .sections-default-text {
  font: 16px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1645, styles/designs/_theme.scss */
body.design-glamour .sections-default-text a {
  border-width: 0;
}
/* line 1648, styles/designs/_theme.scss */
body.design-glamour .sections-default-text a:hover {
  background-color: #FFFFFF;
}
/* line 1657, styles/designs/_theme.scss */
body.design-glamour .sections-default-quote blockquote p {
  font: italic 18px/26px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  /* line 1657, styles/designs/_theme.scss */
  body.design-glamour .sections-default-quote blockquote p {
    font: italic 21px/31px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
  }
}
/* line 1663, styles/designs/_theme.scss */
body.design-glamour .sections-default-quote blockquote footer {
  font: italic 16px/26px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1671, styles/designs/_theme.scss */
body.design-glamour .sections-default-infobox:before {
  font-weight: bold;
}
/* line 1676, styles/designs/_theme.scss */
body.design-glamour .sections-default-areaheading {
  text-align: center;
}
/* line 1679, styles/designs/_theme.scss */
body.design-glamour .sections-default-areaheading h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  /* line 1679, styles/designs/_theme.scss */
  body.design-glamour .sections-default-areaheading h2 {
    margin-bottom: 35px;
  }
}
/* line 1691, styles/designs/_theme.scss */
body.design-glamour .sections-default-heading {
  text-align: left;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  /* line 1691, styles/designs/_theme.scss */
  body.design-glamour .sections-default-heading {
    margin-bottom: 25px;
  }
}
/* line 1699, styles/designs/_theme.scss */
body.design-glamour .sections-default-heading h2, body.design-glamour .sections-default-heading h3 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
  margin-bottom: 0;
}
/* line 1708, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-adslot {
  background-color: #EEEEEE;
}
/* line 1714, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-teaserlist .list-label span {
  font: 28px/44px "Roboto Bold", Tahoma, Arial, Helvetica, Sans-Serif;
  margin-bottom: 17px;
}
/* line 1719, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-teaserlist .list-label * {
  margin-bottom: initial;
}
/* line 1725, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-teaserlist .menu-container {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  /* line 1725, styles/designs/_theme.scss */
  body.design-glamour .sections-landingpage-teaserlist .menu-container {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  /* line 1725, styles/designs/_theme.scss */
  body.design-glamour .sections-landingpage-teaserlist .menu-container {
    padding-top: 15px;
    margin-bottom: 60px;
  }
}
/* line 1743, styles/designs/_theme.scss */
body.design-glamour .sections-landin-text {
  font: 16px/26px "Roboto", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1750, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-quote blockquote p {
  font: italic 18px/26px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  /* line 1750, styles/designs/_theme.scss */
  body.design-glamour .sections-landingpage-quote blockquote p {
    font: italic 21px/31px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
  }
}
/* line 1756, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-quote blockquote footer {
  font: italic 16px/26px "Taviraj Medium", Tahoma, Arial, Helvetica, sans-serif;
}
/* line 1763, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-newsletterform {
  background: #F6D3D5;
}
/* line 1766, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-newsletterform.sections h2 {
  font: 28px/34px "Taviraj Bold", Times New Roman, Serif;
  color: #1D1D1B;
}
/* line 1774, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-areaheading .areaheading h2 {
  margin-left: 0;
}
/* line 1782, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-productlist .list-label {
  text-align: center;
}
/* line 1786, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product {
  margin-bottom: 0;
  /* Different position on mobile and desktop */
}
/* line 1790, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card {
  border: 4px solid #F6D3D5;
  padding: 1.25rem;
}
/* line 1796, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product.small .card {
  border: none;
}
/* line 1802, styles/designs/_theme.scss */
body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-img-wrapper {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  /* line 1802, styles/designs/_theme.scss */
  body.design-glamour .sections-landingpage-productlist .components-teaser.components-teaser-product .card-img-wrapper {
    margin-bottom: 10px;
  }
}

/*! purgecss end ignore */
