/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1771352046 (02/17/2026 1:16pm) (hc5BCgIxDIXhq3gAaY4ktX12imkKSZzg7S2K25ndv3h8PNqzUkRQmcxoSFw46zOhvoj7jtgyg3zDwJooyPzNsNVjTEkr7XqhA+TWpSlqh7j9HKPG8575T0WvDW7Jypl1dOihUxxSv5c+)      */
/*      Resource ID: 39c27a22e186cf6d6942ec86221 (common.less, compiled by lessc, minified by none) (01/23/2026 2:53pm) (A:9186, B:9186, C:9176, D:9176, F:9176, J:9176, K:9176)      */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.lw_clearfix:before,
.lw_clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.lw_clearfix:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.lw_clearfix {
  *zoom: 1;
}

.lw_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/spinner.gif) no-repeat center center;
  z-index: 1000;
}

.lw_clear {
  height: 0;
  clear: both;
}

.lw_paginate {
  position: relative;
  clear: left;
}

.lw_paginate_placeholder {
  position: relative;
  display: none;
}

.lw_hidden {
  display: none !important;
  visibility: hidden !important;
}

.lw_element .lw_prompt a {
  font-weight: bold;
  text-decoration: none;
}

.lw_element .lw_prompt a:hover {
  text-decoration: underline;
}

.lw_element h1 {
  display: inline-block;
  font-size: 3.2em;
  margin-top: 30px;
  font-weight: 200;
}

.lw_element h1+.lw_cancel {
  position: relative;
  top: -0.2em;
}

.lw_element .lw_cancel {
  color: #707070;
  margin-left: 5px;
}

.lw_element .lw_cancel a {
  color: #d00;
}

.lw_msg {
  padding: 10px;
}

.lw_msg_top .lw_msg_success,
.lw_msg_top .lw_msg_warning,
.lw_msg_top .lw_msg_failure {
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 3px 8px;
  left: 0;
}

/* general styles for success, warning, and failure messages */
.lw_element .lw_msg_success {
  color: #3c763d;
  border: #d6e9c6;
  background-color: #dff0d8;
}

.lw_element .lw_msg_warning {
  color: #8a6d3b;
  border: #faebcc;
  background-color: #fcf8e3;
}

.lw_element .lw_msg_failure {
  color: #a94442;
  border: #ebccd1;
  background-color: #f2dede;
}

.lw_image_preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}

.lw_image_preview .lw_overlay_contents {
  background-color: #000;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}

.lw_image_preview .lw_image_preview_image img {
  position: absolute;
  z-index: 1060;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.lw_image_preview .lw_image_preview_image img.loading {
  position: static;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.lw_image_preview .lw_image_preview_image img.active {
  z-index: 1061;
  opacity: 1;
}

.lw_image_preview.lw_overlay {
  border: none;
}

.lw_image_preview .lw_overlay_header {
  height: 0;
  padding: 0;
  border: none;
}

.lw_image_preview .lw_overlay_header button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1075;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 15px;
  padding: 0 0 3px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.lw_image_preview .lw_overlay_footer {
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.lw_image_preview .lw_overlay_footer>p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #333;
}

.lw_image_preview .lw_overlay_contents:hover a.lw_scroll {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.lw_image_preview a.lw_scroll {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 60px;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.lw_image_preview a.lw_scroll.lw_prev:after {
  left: -2px;
  border-right-color: rgba(255, 255, 255, 0.7);
}

.lw_image_preview a.lw_scroll.lw_next {
  right: 0;
}

.lw_image_preview a.lw_scroll.lw_next:after {
  left: 14px;
  border-left-color: rgba(255, 255, 255, 0.7);
}

.lw_image_preview a.lw_scroll:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 12px;
  margin-top: -12px;
}

.lw_image_preview .lw_overlay_body {
  padding: 0;
  position: relative;
}

.lw_image_preview .lw_spinner {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000;
  z-index: 1065;
}

.lw_widget_forms fieldset legend {
  display: none;
}

.lw_widget_forms .lw_spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}

.lw_widget_forms .lw_uploader {
  position: relative;
}

.lw_widget_forms .lw_uploader>.lw_uploader_progress {
  display: none;
}

.lw_widget_forms .lw_uploader ul {
  padding: 0;
  list-style-type: none;
}

.lw_widget_forms .lw_uploader_progress {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.lw_widget_forms .lw_uploader_filename {
  padding: 3px 0 2px 3px;
  color: #666;
  white-space: nowrap;
}

.lw_widget_forms .lw_uploader_complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}

.lw_widget_forms .lw_uploader_complete.lw_complete .lw_uploader_complete_filename {
  color: #383;
  background-color: #efe;
}

.lw_widget_forms .lw_uploader_complete.lw_failed .lw_uploader_complete_filename {
  color: #c22;
  background-color: #fee;
}

.lw_widget_forms .lw_uploader_complete_filename {
  padding: 3px 0 2px 3px;
  color: #469;
  background-color: #d0def1;
  white-space: nowrap;
}

.lw_widget_forms .lw_uploader_message {
  font-weight: bold;
}

.lw_widget_forms .lw_uploader_message em {
  font-weight: normal;
  font-style: normal;
}

picture.lw_image {
  display: inline-block;
  line-height: 0;
}

img.lw_align_left,
picture.lw_align_left,
.lw_image_caption.lw_align_left {
  float: left;
  margin-right: 0.5em;
}

img.lw_align_right,
picture.lw_align_right,
.lw_image_caption.lw_align_right {
  float: right;
  margin-left: 0.5em;
}

img.lw_align_center,
picture.lw_align_center,
.lw_image_caption.lw_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.lw_block,
picture.lw_block,
.lw_image_caption.lw_block {
  display: block;
  float: none;
}

img.lw_column_width_full,
picture.lw_column_width_full,
.lw_image_caption.lw_column_width_full {
  max-width: 100%;
  height: auto;
}

img.lw_column_width_half,
picture.lw_column_width_half,
.lw_image_caption.lw_column_width_half {
  max-width: 50%;
  height: auto;
}

img>img,
picture>img,
.lw_image_caption>img {
  max-width: 100%;
  height: auto;
}

picture.lw_align_center {
  text-align: center;
}

picture.lw_align_center img {
  display: inline-block;
}

.lw_image_caption {
  display: block;
}

.lw_image_caption.lw_align_left {
  clear: left;
}

.lw_image_caption.lw_align_right {
  clear: right;
}

.lw_image_credit {
  float: right;
  font-style: italic;
  color: #999;
}

#lw_page {
  width: 100%;
  margin-top: 40px;
  -webkit-transition: margin-top 0.25s ease-out;
  -moz-transition: margin-top 0.25s ease-out;
  -o-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
}

.session_monitor .lw_overlay_close {
  display: none;
}

.lw_sr_only,
.lw_sr_only_focusable {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
}

.lw_sr_only_focusable:active,
.lw_sr_only_focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}

.lw_skip_link {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.lw_skip_link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  z-index: 999;
  padding: 5px;
  color: #0000ff;
  background-color: #ffff99;
  border: 1px solid #999933;
  text-align: center;
}

.lw_skip_link.absolute:focus {
  position: absolute;
  z-index: 9999;
}

.star+.lw_skip_link.absolute:focus {
  left: 37px;
  top: 11px;
}

.lw_responsive_iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  /* responsive iframes are square by default */
}

.lw_responsive_iframe_wrapper.four_three {
  padding-top: 75%;
}

.lw_responsive_iframe_wrapper.three_four {
  padding-top: 133%;
}

.lw_responsive_iframe_wrapper.sixteen_nine {
  padding-top: 56.25%;
}

.lw_responsive_iframe_wrapper.nine_sixteen {
  padding-top: 178%;
}

.lw_responsive_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

input[readonly] {
  pointer-events: none;
  opacity: 50%;
}

/*      Resource ID: a9af151dfbb9614332b77408d10 (widgets.scss, compiled by node-sass, minified by none) (02/17/2026 1:16pm) (A:3086, B:3086, C:380548, D:381988, F:381988, J:381988, K:381988)      */
/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

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

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

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

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

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

.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);
  }
}

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

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

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

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

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

.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);
}

: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;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-bacteria:before {
  content: "\f959";
}

html .fa-bacterium:before {
  content: "\f95a";
}

html .fa-bahai:before {
  content: "\f666";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-box-tissue:before {
  content: "\f95b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-caravan:before {
  content: "\f8ff";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-dailymotion:before {
  content: "\f952";
}

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

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

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

html .fa-deezer:before {
  content: "\f977";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-edge-legacy:before {
  content: "\f978";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-faucet:before {
  content: "\f905";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-firefox-browser:before {
  content: "\f907";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-google-pay:before {
  content: "\f979";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-hand-holding-medical:before {
  content: "\f95c";
}

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

html .fa-hand-holding-water:before {
  content: "\f4c1";
}

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

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

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

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

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

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

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

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

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

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

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

html .fa-hand-sparkles:before {
  content: "\f95d";
}

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

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

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

html .fa-hands-wash:before {
  content: "\f95e";
}

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

html .fa-handshake-alt-slash:before {
  content: "\f95f";
}

html .fa-handshake-slash:before {
  content: "\f960";
}

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

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

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

html .fa-hat-cowboy:before {
  content: "\f8c0";
}

html .fa-hat-cowboy-side:before {
  content: "\f8c1";
}

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

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

html .fa-head-side-cough:before {
  content: "\f961";
}

html .fa-head-side-cough-slash:before {
  content: "\f962";
}

html .fa-head-side-mask:before {
  content: "\f963";
}

html .fa-head-side-virus:before {
  content: "\f964";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-hospital-user:before {
  content: "\f80d";
}

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

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

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

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

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

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

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

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

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

html .fa-house-user:before {
  content: "\f965";
}

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

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

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

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

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

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

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

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

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

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

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

html .fa-ideal:before {
  content: "\f913";
}

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

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

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

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

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

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

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

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

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

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

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

html .fa-instagram-square:before {
  content: "\f955";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-laptop-house:before {
  content: "\f966";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html .fa-long-arrow-alt-right:before {
  content: "\f30b";
}

html .fa-long-arrow-alt-up:before {
  content: "\f30c";
}

html .fa-low-vision:before {
  content: "\f2a8";
}

html .fa-luggage-cart:before {
  content: "\f59d";
}

html .fa-lungs:before {
  content: "\f604";
}

html .fa-lungs-virus:before {
  content: "\f967";
}

html .fa-lyft:before {
  content: "\f3c3";
}

html .fa-magento:before {
  content: "\f3c4";
}

html .fa-magic:before {
  content: "\f0d0";
}

html .fa-magnet:before {
  content: "\f076";
}

html .fa-mail-bulk:before {
  content: "\f674";
}

html .fa-mailchimp:before {
  content: "\f59e";
}

html .fa-male:before {
  content: "\f183";
}

html .fa-mandalorian:before {
  content: "\f50f";
}

html .fa-map:before {
  content: "\f279";
}

html .fa-map-marked:before {
  content: "\f59f";
}

html .fa-map-marked-alt:before {
  content: "\f5a0";
}

html .fa-map-marker:before {
  content: "\f041";
}

html .fa-map-marker-alt:before {
  content: "\f3c5";
}

html .fa-map-pin:before {
  content: "\f276";
}

html .fa-map-signs:before {
  content: "\f277";
}

html .fa-markdown:before {
  content: "\f60f";
}

html .fa-marker:before {
  content: "\f5a1";
}

html .fa-mars:before {
  content: "\f222";
}

html .fa-mars-double:before {
  content: "\f227";
}

html .fa-mars-stroke:before {
  content: "\f229";
}

html .fa-mars-stroke-h:before {
  content: "\f22b";
}

html .fa-mars-stroke-v:before {
  content: "\f22a";
}

html .fa-mask:before {
  content: "\f6fa";
}

html .fa-mastodon:before {
  content: "\f4f6";
}

html .fa-maxcdn:before {
  content: "\f136";
}

html .fa-mdb:before {
  content: "\f8ca";
}

html .fa-medal:before {
  content: "\f5a2";
}

html .fa-medapps:before {
  content: "\f3c6";
}

html .fa-medium:before {
  content: "\f23a";
}

html .fa-medium-m:before {
  content: "\f3c7";
}

html .fa-medkit:before {
  content: "\f0fa";
}

html .fa-medrt:before {
  content: "\f3c8";
}

html .fa-meetup:before {
  content: "\f2e0";
}

html .fa-megaport:before {
  content: "\f5a3";
}

html .fa-meh:before {
  content: "\f11a";
}

html .fa-meh-blank:before {
  content: "\f5a4";
}

html .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

html .fa-memory:before {
  content: "\f538";
}

html .fa-mendeley:before {
  content: "\f7b3";
}

html .fa-menorah:before {
  content: "\f676";
}

html .fa-mercury:before {
  content: "\f223";
}

html .fa-meteor:before {
  content: "\f753";
}

html .fa-microblog:before {
  content: "\f91a";
}

html .fa-microchip:before {
  content: "\f2db";
}

html .fa-microphone:before {
  content: "\f130";
}

html .fa-microphone-alt:before {
  content: "\f3c9";
}

html .fa-microphone-alt-slash:before {
  content: "\f539";
}

html .fa-microphone-slash:before {
  content: "\f131";
}

html .fa-microscope:before {
  content: "\f610";
}

html .fa-microsoft:before {
  content: "\f3ca";
}

html .fa-minus:before {
  content: "\f068";
}

html .fa-minus-circle:before {
  content: "\f056";
}

html .fa-minus-square:before {
  content: "\f146";
}

html .fa-mitten:before {
  content: "\f7b5";
}

html .fa-mix:before {
  content: "\f3cb";
}

html .fa-mixcloud:before {
  content: "\f289";
}

html .fa-mixer:before {
  content: "\f956";
}

html .fa-mizuni:before {
  content: "\f3cc";
}

html .fa-mobile:before {
  content: "\f10b";
}

html .fa-mobile-alt:before {
  content: "\f3cd";
}

html .fa-modx:before {
  content: "\f285";
}

html .fa-monero:before {
  content: "\f3d0";
}

html .fa-money-bill:before {
  content: "\f0d6";
}

html .fa-money-bill-alt:before {
  content: "\f3d1";
}

html .fa-money-bill-wave:before {
  content: "\f53a";
}

html .fa-money-bill-wave-alt:before {
  content: "\f53b";
}

html .fa-money-check:before {
  content: "\f53c";
}

html .fa-money-check-alt:before {
  content: "\f53d";
}

html .fa-monument:before {
  content: "\f5a6";
}

html .fa-moon:before {
  content: "\f186";
}

html .fa-mortar-pestle:before {
  content: "\f5a7";
}

html .fa-mosque:before {
  content: "\f678";
}

html .fa-motorcycle:before {
  content: "\f21c";
}

html .fa-mountain:before {
  content: "\f6fc";
}

html .fa-mouse:before {
  content: "\f8cc";
}

html .fa-mouse-pointer:before {
  content: "\f245";
}

html .fa-mug-hot:before {
  content: "\f7b6";
}

html .fa-music:before {
  content: "\f001";
}

html .fa-napster:before {
  content: "\f3d2";
}

html .fa-neos:before {
  content: "\f612";
}

html .fa-network-wired:before {
  content: "\f6ff";
}

html .fa-neuter:before {
  content: "\f22c";
}

html .fa-newspaper:before {
  content: "\f1ea";
}

html .fa-nimblr:before {
  content: "\f5a8";
}

html .fa-node:before {
  content: "\f419";
}

html .fa-node-js:before {
  content: "\f3d3";
}

html .fa-not-equal:before {
  content: "\f53e";
}

html .fa-notes-medical:before {
  content: "\f481";
}

html .fa-npm:before {
  content: "\f3d4";
}

html .fa-ns8:before {
  content: "\f3d5";
}

html .fa-nutritionix:before {
  content: "\f3d6";
}

html .fa-object-group:before {
  content: "\f247";
}

html .fa-object-ungroup:before {
  content: "\f248";
}

html .fa-odnoklassniki:before {
  content: "\f263";
}

html .fa-odnoklassniki-square:before {
  content: "\f264";
}

html .fa-oil-can:before {
  content: "\f613";
}

html .fa-old-republic:before {
  content: "\f510";
}

html .fa-om:before {
  content: "\f679";
}

html .fa-opencart:before {
  content: "\f23d";
}

html .fa-openid:before {
  content: "\f19b";
}

html .fa-opera:before {
  content: "\f26a";
}

html .fa-optin-monster:before {
  content: "\f23c";
}

html .fa-orcid:before {
  content: "\f8d2";
}

html .fa-osi:before {
  content: "\f41a";
}

html .fa-otter:before {
  content: "\f700";
}

html .fa-outdent:before {
  content: "\f03b";
}

html .fa-page4:before {
  content: "\f3d7";
}

html .fa-pagelines:before {
  content: "\f18c";
}

html .fa-pager:before {
  content: "\f815";
}

html .fa-paint-brush:before {
  content: "\f1fc";
}

html .fa-paint-roller:before {
  content: "\f5aa";
}

html .fa-palette:before {
  content: "\f53f";
}

html .fa-palfed:before {
  content: "\f3d8";
}

html .fa-pallet:before {
  content: "\f482";
}

html .fa-paper-plane:before {
  content: "\f1d8";
}

html .fa-paperclip:before {
  content: "\f0c6";
}

html .fa-parachute-box:before {
  content: "\f4cd";
}

html .fa-paragraph:before {
  content: "\f1dd";
}

html .fa-parking:before {
  content: "\f540";
}

html .fa-passport:before {
  content: "\f5ab";
}

html .fa-pastafarianism:before {
  content: "\f67b";
}

html .fa-paste:before {
  content: "\f0ea";
}

html .fa-patreon:before {
  content: "\f3d9";
}

html .fa-pause:before {
  content: "\f04c";
}

html .fa-pause-circle:before {
  content: "\f28b";
}

html .fa-paw:before {
  content: "\f1b0";
}

html .fa-paypal:before {
  content: "\f1ed";
}

html .fa-peace:before {
  content: "\f67c";
}

html .fa-pen:before {
  content: "\f304";
}

html .fa-pen-alt:before {
  content: "\f305";
}

html .fa-pen-fancy:before {
  content: "\f5ac";
}

html .fa-pen-nib:before {
  content: "\f5ad";
}

html .fa-pen-square:before {
  content: "\f14b";
}

html .fa-pencil-alt:before {
  content: "\f303";
}

html .fa-pencil-ruler:before {
  content: "\f5ae";
}

html .fa-penny-arcade:before {
  content: "\f704";
}

html .fa-people-arrows:before {
  content: "\f968";
}

html .fa-people-carry:before {
  content: "\f4ce";
}

html .fa-pepper-hot:before {
  content: "\f816";
}

html .fa-percent:before {
  content: "\f295";
}

html .fa-percentage:before {
  content: "\f541";
}

html .fa-periscope:before {
  content: "\f3da";
}

html .fa-person-booth:before {
  content: "\f756";
}

html .fa-phabricator:before {
  content: "\f3db";
}

html .fa-phoenix-framework:before {
  content: "\f3dc";
}

html .fa-phoenix-squadron:before {
  content: "\f511";
}

html .fa-phone:before {
  content: "\f095";
}

html .fa-phone-alt:before {
  content: "\f879";
}

html .fa-phone-slash:before {
  content: "\f3dd";
}

html .fa-phone-square:before {
  content: "\f098";
}

html .fa-phone-square-alt:before {
  content: "\f87b";
}

html .fa-phone-volume:before {
  content: "\f2a0";
}

html .fa-photo-video:before {
  content: "\f87c";
}

html .fa-php:before {
  content: "\f457";
}

html .fa-pied-piper:before {
  content: "\f2ae";
}

html .fa-pied-piper-alt:before {
  content: "\f1a8";
}

html .fa-pied-piper-hat:before {
  content: "\f4e5";
}

html .fa-pied-piper-pp:before {
  content: "\f1a7";
}

html .fa-pied-piper-square:before {
  content: "\f91e";
}

html .fa-piggy-bank:before {
  content: "\f4d3";
}

html .fa-pills:before {
  content: "\f484";
}

html .fa-pinterest:before {
  content: "\f0d2";
}

html .fa-pinterest-p:before {
  content: "\f231";
}

html .fa-pinterest-square:before {
  content: "\f0d3";
}

html .fa-pizza-slice:before {
  content: "\f818";
}

html .fa-place-of-worship:before {
  content: "\f67f";
}

html .fa-plane:before {
  content: "\f072";
}

html .fa-plane-arrival:before {
  content: "\f5af";
}

html .fa-plane-departure:before {
  content: "\f5b0";
}

html .fa-plane-slash:before {
  content: "\f969";
}

html .fa-play:before {
  content: "\f04b";
}

html .fa-play-circle:before {
  content: "\f144";
}

html .fa-playstation:before {
  content: "\f3df";
}

html .fa-plug:before {
  content: "\f1e6";
}

html .fa-plus:before {
  content: "\f067";
}

html .fa-plus-circle:before {
  content: "\f055";
}

html .fa-plus-square:before {
  content: "\f0fe";
}

html .fa-podcast:before {
  content: "\f2ce";
}

html .fa-poll:before {
  content: "\f681";
}

html .fa-poll-h:before {
  content: "\f682";
}

html .fa-poo:before {
  content: "\f2fe";
}

html .fa-poo-storm:before {
  content: "\f75a";
}

html .fa-poop:before {
  content: "\f619";
}

html .fa-portrait:before {
  content: "\f3e0";
}

html .fa-pound-sign:before {
  content: "\f154";
}

html .fa-power-off:before {
  content: "\f011";
}

html .fa-pray:before {
  content: "\f683";
}

html .fa-praying-hands:before {
  content: "\f684";
}

html .fa-prescription:before {
  content: "\f5b1";
}

html .fa-prescription-bottle:before {
  content: "\f485";
}

html .fa-prescription-bottle-alt:before {
  content: "\f486";
}

html .fa-print:before {
  content: "\f02f";
}

html .fa-procedures:before {
  content: "\f487";
}

html .fa-product-hunt:before {
  content: "\f288";
}

html .fa-project-diagram:before {
  content: "\f542";
}

html .fa-pump-medical:before {
  content: "\f96a";
}

html .fa-pump-soap:before {
  content: "\f96b";
}

html .fa-pushed:before {
  content: "\f3e1";
}

html .fa-puzzle-piece:before {
  content: "\f12e";
}

html .fa-python:before {
  content: "\f3e2";
}

html .fa-qq:before {
  content: "\f1d6";
}

html .fa-qrcode:before {
  content: "\f029";
}

html .fa-question:before {
  content: "\f128";
}

html .fa-question-circle:before {
  content: "\f059";
}

html .fa-quidditch:before {
  content: "\f458";
}

html .fa-quinscape:before {
  content: "\f459";
}

html .fa-quora:before {
  content: "\f2c4";
}

html .fa-quote-left:before {
  content: "\f10d";
}

html .fa-quote-right:before {
  content: "\f10e";
}

html .fa-quran:before {
  content: "\f687";
}

html .fa-r-project:before {
  content: "\f4f7";
}

html .fa-radiation:before {
  content: "\f7b9";
}

html .fa-radiation-alt:before {
  content: "\f7ba";
}

html .fa-rainbow:before {
  content: "\f75b";
}

html .fa-random:before {
  content: "\f074";
}

html .fa-raspberry-pi:before {
  content: "\f7bb";
}

html .fa-ravelry:before {
  content: "\f2d9";
}

html .fa-react:before {
  content: "\f41b";
}

html .fa-reacteurope:before {
  content: "\f75d";
}

html .fa-readme:before {
  content: "\f4d5";
}

html .fa-rebel:before {
  content: "\f1d0";
}

html .fa-receipt:before {
  content: "\f543";
}

html .fa-record-vinyl:before {
  content: "\f8d9";
}

html .fa-recycle:before {
  content: "\f1b8";
}

html .fa-red-river:before {
  content: "\f3e3";
}

html .fa-reddit:before {
  content: "\f1a1";
}

html .fa-reddit-alien:before {
  content: "\f281";
}

html .fa-reddit-square:before {
  content: "\f1a2";
}

html .fa-redhat:before {
  content: "\f7bc";
}

html .fa-redo:before {
  content: "\f01e";
}

html .fa-redo-alt:before {
  content: "\f2f9";
}

html .fa-registered:before {
  content: "\f25d";
}

html .fa-remove-format:before {
  content: "\f87d";
}

html .fa-renren:before {
  content: "\f18b";
}

html .fa-reply:before {
  content: "\f3e5";
}

html .fa-reply-all:before {
  content: "\f122";
}

html .fa-replyd:before {
  content: "\f3e6";
}

html .fa-republican:before {
  content: "\f75e";
}

html .fa-researchgate:before {
  content: "\f4f8";
}

html .fa-resolving:before {
  content: "\f3e7";
}

html .fa-restroom:before {
  content: "\f7bd";
}

html .fa-retweet:before {
  content: "\f079";
}

html .fa-rev:before {
  content: "\f5b2";
}

html .fa-ribbon:before {
  content: "\f4d6";
}

html .fa-ring:before {
  content: "\f70b";
}

html .fa-road:before {
  content: "\f018";
}

html .fa-robot:before {
  content: "\f544";
}

html .fa-rocket:before {
  content: "\f135";
}

html .fa-rocketchat:before {
  content: "\f3e8";
}

html .fa-rockrms:before {
  content: "\f3e9";
}

html .fa-route:before {
  content: "\f4d7";
}

html .fa-rss:before {
  content: "\f09e";
}

html .fa-rss-square:before {
  content: "\f143";
}

html .fa-ruble-sign:before {
  content: "\f158";
}

html .fa-ruler:before {
  content: "\f545";
}

html .fa-ruler-combined:before {
  content: "\f546";
}

html .fa-ruler-horizontal:before {
  content: "\f547";
}

html .fa-ruler-vertical:before {
  content: "\f548";
}

html .fa-running:before {
  content: "\f70c";
}

html .fa-rupee-sign:before {
  content: "\f156";
}

html .fa-rust:before {
  content: "\f97a";
}

html .fa-sad-cry:before {
  content: "\f5b3";
}

html .fa-sad-tear:before {
  content: "\f5b4";
}

html .fa-safari:before {
  content: "\f267";
}

html .fa-salesforce:before {
  content: "\f83b";
}

html .fa-sass:before {
  content: "\f41e";
}

html .fa-satellite:before {
  content: "\f7bf";
}

html .fa-satellite-dish:before {
  content: "\f7c0";
}

html .fa-save:before {
  content: "\f0c7";
}

html .fa-schlix:before {
  content: "\f3ea";
}

html .fa-school:before {
  content: "\f549";
}

html .fa-screwdriver:before {
  content: "\f54a";
}

html .fa-scribd:before {
  content: "\f28a";
}

html .fa-scroll:before {
  content: "\f70e";
}

html .fa-sd-card:before {
  content: "\f7c2";
}

html .fa-search:before {
  content: "\f002";
}

html .fa-search-dollar:before {
  content: "\f688";
}

html .fa-search-location:before {
  content: "\f689";
}

html .fa-search-minus:before {
  content: "\f010";
}

html .fa-search-plus:before {
  content: "\f00e";
}

html .fa-searchengin:before {
  content: "\f3eb";
}

html .fa-seedling:before {
  content: "\f4d8";
}

html .fa-sellcast:before {
  content: "\f2da";
}

html .fa-sellsy:before {
  content: "\f213";
}

html .fa-server:before {
  content: "\f233";
}

html .fa-servicestack:before {
  content: "\f3ec";
}

html .fa-shapes:before {
  content: "\f61f";
}

html .fa-share:before {
  content: "\f064";
}

html .fa-share-alt:before {
  content: "\f1e0";
}

html .fa-share-alt-square:before {
  content: "\f1e1";
}

html .fa-share-square:before {
  content: "\f14d";
}

html .fa-shekel-sign:before {
  content: "\f20b";
}

html .fa-shield-alt:before {
  content: "\f3ed";
}

html .fa-shield-virus:before {
  content: "\f96c";
}

html .fa-ship:before {
  content: "\f21a";
}

html .fa-shipping-fast:before {
  content: "\f48b";
}

html .fa-shirtsinbulk:before {
  content: "\f214";
}

html .fa-shoe-prints:before {
  content: "\f54b";
}

html .fa-shopify:before {
  content: "\f957";
}

html .fa-shopping-bag:before {
  content: "\f290";
}

html .fa-shopping-basket:before {
  content: "\f291";
}

html .fa-shopping-cart:before {
  content: "\f07a";
}

html .fa-shopware:before {
  content: "\f5b5";
}

html .fa-shower:before {
  content: "\f2cc";
}

html .fa-shuttle-van:before {
  content: "\f5b6";
}

html .fa-sign:before {
  content: "\f4d9";
}

html .fa-sign-in-alt:before {
  content: "\f2f6";
}

html .fa-sign-language:before {
  content: "\f2a7";
}

html .fa-sign-out-alt:before {
  content: "\f2f5";
}

html .fa-signal:before {
  content: "\f012";
}

html .fa-signature:before {
  content: "\f5b7";
}

html .fa-sim-card:before {
  content: "\f7c4";
}

html .fa-simplybuilt:before {
  content: "\f215";
}

html .fa-sink:before {
  content: "\f96d";
}

html .fa-sistrix:before {
  content: "\f3ee";
}

html .fa-sitemap:before {
  content: "\f0e8";
}

html .fa-sith:before {
  content: "\f512";
}

html .fa-skating:before {
  content: "\f7c5";
}

html .fa-sketch:before {
  content: "\f7c6";
}

html .fa-skiing:before {
  content: "\f7c9";
}

html .fa-skiing-nordic:before {
  content: "\f7ca";
}

html .fa-skull:before {
  content: "\f54c";
}

html .fa-skull-crossbones:before {
  content: "\f714";
}

html .fa-skyatlas:before {
  content: "\f216";
}

html .fa-skype:before {
  content: "\f17e";
}

html .fa-slack:before {
  content: "\f198";
}

html .fa-slack-hash:before {
  content: "\f3ef";
}

html .fa-slash:before {
  content: "\f715";
}

html .fa-sleigh:before {
  content: "\f7cc";
}

html .fa-sliders-h:before {
  content: "\f1de";
}

html .fa-slideshare:before {
  content: "\f1e7";
}

html .fa-smile:before {
  content: "\f118";
}

html .fa-smile-beam:before {
  content: "\f5b8";
}

html .fa-smile-wink:before {
  content: "\f4da";
}

html .fa-smog:before {
  content: "\f75f";
}

html .fa-smoking:before {
  content: "\f48d";
}

html .fa-smoking-ban:before {
  content: "\f54d";
}

html .fa-sms:before {
  content: "\f7cd";
}

html .fa-snapchat:before {
  content: "\f2ab";
}

html .fa-snapchat-ghost:before {
  content: "\f2ac";
}

html .fa-snapchat-square:before {
  content: "\f2ad";
}

html .fa-snowboarding:before {
  content: "\f7ce";
}

html .fa-snowflake:before {
  content: "\f2dc";
}

html .fa-snowman:before {
  content: "\f7d0";
}

html .fa-snowplow:before {
  content: "\f7d2";
}

html .fa-soap:before {
  content: "\f96e";
}

html .fa-socks:before {
  content: "\f696";
}

html .fa-solar-panel:before {
  content: "\f5ba";
}

html .fa-sort:before {
  content: "\f0dc";
}

html .fa-sort-alpha-down:before {
  content: "\f15d";
}

html .fa-sort-alpha-down-alt:before {
  content: "\f881";
}

html .fa-sort-alpha-up:before {
  content: "\f15e";
}

html .fa-sort-alpha-up-alt:before {
  content: "\f882";
}

html .fa-sort-amount-down:before {
  content: "\f160";
}

html .fa-sort-amount-down-alt:before {
  content: "\f884";
}

html .fa-sort-amount-up:before {
  content: "\f161";
}

html .fa-sort-amount-up-alt:before {
  content: "\f885";
}

html .fa-sort-down:before {
  content: "\f0dd";
}

html .fa-sort-numeric-down:before {
  content: "\f162";
}

html .fa-sort-numeric-down-alt:before {
  content: "\f886";
}

html .fa-sort-numeric-up:before {
  content: "\f163";
}

html .fa-sort-numeric-up-alt:before {
  content: "\f887";
}

html .fa-sort-up:before {
  content: "\f0de";
}

html .fa-soundcloud:before {
  content: "\f1be";
}

html .fa-sourcetree:before {
  content: "\f7d3";
}

html .fa-spa:before {
  content: "\f5bb";
}

html .fa-space-shuttle:before {
  content: "\f197";
}

html .fa-speakap:before {
  content: "\f3f3";
}

html .fa-speaker-deck:before {
  content: "\f83c";
}

html .fa-spell-check:before {
  content: "\f891";
}

html .fa-spider:before {
  content: "\f717";
}

html .fa-spinner:before {
  content: "\f110";
}

html .fa-splotch:before {
  content: "\f5bc";
}

html .fa-spotify:before {
  content: "\f1bc";
}

html .fa-spray-can:before {
  content: "\f5bd";
}

html .fa-square:before {
  content: "\f0c8";
}

html .fa-square-full:before {
  content: "\f45c";
}

html .fa-square-root-alt:before {
  content: "\f698";
}

html .fa-squarespace:before {
  content: "\f5be";
}

html .fa-stack-exchange:before {
  content: "\f18d";
}

html .fa-stack-overflow:before {
  content: "\f16c";
}

html .fa-stackpath:before {
  content: "\f842";
}

html .fa-stamp:before {
  content: "\f5bf";
}

html .fa-star:before {
  content: "\f005";
}

html .fa-star-and-crescent:before {
  content: "\f699";
}

html .fa-star-half:before {
  content: "\f089";
}

html .fa-star-half-alt:before {
  content: "\f5c0";
}

html .fa-star-of-david:before {
  content: "\f69a";
}

html .fa-star-of-life:before {
  content: "\f621";
}

html .fa-staylinked:before {
  content: "\f3f5";
}

html .fa-steam:before {
  content: "\f1b6";
}

html .fa-steam-square:before {
  content: "\f1b7";
}

html .fa-steam-symbol:before {
  content: "\f3f6";
}

html .fa-step-backward:before {
  content: "\f048";
}

html .fa-step-forward:before {
  content: "\f051";
}

html .fa-stethoscope:before {
  content: "\f0f1";
}

html .fa-sticker-mule:before {
  content: "\f3f7";
}

html .fa-sticky-note:before {
  content: "\f249";
}

html .fa-stop:before {
  content: "\f04d";
}

html .fa-stop-circle:before {
  content: "\f28d";
}

html .fa-stopwatch:before {
  content: "\f2f2";
}

html .fa-stopwatch-20:before {
  content: "\f96f";
}

html .fa-store:before {
  content: "\f54e";
}

html .fa-store-alt:before {
  content: "\f54f";
}

html .fa-store-alt-slash:before {
  content: "\f970";
}

html .fa-store-slash:before {
  content: "\f971";
}

html .fa-strava:before {
  content: "\f428";
}

html .fa-stream:before {
  content: "\f550";
}

html .fa-street-view:before {
  content: "\f21d";
}

html .fa-strikethrough:before {
  content: "\f0cc";
}

html .fa-stripe:before {
  content: "\f429";
}

html .fa-stripe-s:before {
  content: "\f42a";
}

html .fa-stroopwafel:before {
  content: "\f551";
}

html .fa-studiovinari:before {
  content: "\f3f8";
}

html .fa-stumbleupon:before {
  content: "\f1a4";
}

html .fa-stumbleupon-circle:before {
  content: "\f1a3";
}

html .fa-subscript:before {
  content: "\f12c";
}

html .fa-subway:before {
  content: "\f239";
}

html .fa-suitcase:before {
  content: "\f0f2";
}

html .fa-suitcase-rolling:before {
  content: "\f5c1";
}

html .fa-sun:before {
  content: "\f185";
}

html .fa-superpowers:before {
  content: "\f2dd";
}

html .fa-superscript:before {
  content: "\f12b";
}

html .fa-supple:before {
  content: "\f3f9";
}

html .fa-surprise:before {
  content: "\f5c2";
}

html .fa-suse:before {
  content: "\f7d6";
}

html .fa-swatchbook:before {
  content: "\f5c3";
}

html .fa-swift:before {
  content: "\f8e1";
}

html .fa-swimmer:before {
  content: "\f5c4";
}

html .fa-swimming-pool:before {
  content: "\f5c5";
}

html .fa-symfony:before {
  content: "\f83d";
}

html .fa-synagogue:before {
  content: "\f69b";
}

html .fa-sync:before {
  content: "\f021";
}

html .fa-sync-alt:before {
  content: "\f2f1";
}

html .fa-syringe:before {
  content: "\f48e";
}

html .fa-table:before {
  content: "\f0ce";
}

html .fa-table-tennis:before {
  content: "\f45d";
}

html .fa-tablet:before {
  content: "\f10a";
}

html .fa-tablet-alt:before {
  content: "\f3fa";
}

html .fa-tablets:before {
  content: "\f490";
}

html .fa-tachometer-alt:before {
  content: "\f3fd";
}

html .fa-tag:before {
  content: "\f02b";
}

html .fa-tags:before {
  content: "\f02c";
}

html .fa-tape:before {
  content: "\f4db";
}

html .fa-tasks:before {
  content: "\f0ae";
}

html .fa-taxi:before {
  content: "\f1ba";
}

html .fa-teamspeak:before {
  content: "\f4f9";
}

html .fa-teeth:before {
  content: "\f62e";
}

html .fa-teeth-open:before {
  content: "\f62f";
}

html .fa-telegram:before {
  content: "\f2c6";
}

html .fa-telegram-plane:before {
  content: "\f3fe";
}

html .fa-temperature-high:before {
  content: "\f769";
}

html .fa-temperature-low:before {
  content: "\f76b";
}

html .fa-tencent-weibo:before {
  content: "\f1d5";
}

html .fa-tenge:before {
  content: "\f7d7";
}

html .fa-terminal:before {
  content: "\f120";
}

html .fa-text-height:before {
  content: "\f034";
}

html .fa-text-width:before {
  content: "\f035";
}

html .fa-th:before {
  content: "\f00a";
}

html .fa-th-large:before {
  content: "\f009";
}

html .fa-th-list:before {
  content: "\f00b";
}

html .fa-the-red-yeti:before {
  content: "\f69d";
}

html .fa-theater-masks:before {
  content: "\f630";
}

html .fa-themeco:before {
  content: "\f5c6";
}

html .fa-themeisle:before {
  content: "\f2b2";
}

html .fa-thermometer:before {
  content: "\f491";
}

html .fa-thermometer-empty:before {
  content: "\f2cb";
}

html .fa-thermometer-full:before {
  content: "\f2c7";
}

html .fa-thermometer-half:before {
  content: "\f2c9";
}

html .fa-thermometer-quarter:before {
  content: "\f2ca";
}

html .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

html .fa-think-peaks:before {
  content: "\f731";
}

html .fa-thumbs-down:before {
  content: "\f165";
}

html .fa-thumbs-up:before {
  content: "\f164";
}

html .fa-thumbtack:before {
  content: "\f08d";
}

html .fa-ticket-alt:before {
  content: "\f3ff";
}

html .fa-tiktok:before {
  content: "\f97b";
}

html .fa-times:before {
  content: "\f00d";
}

html .fa-times-circle:before {
  content: "\f057";
}

html .fa-tint:before {
  content: "\f043";
}

html .fa-tint-slash:before {
  content: "\f5c7";
}

html .fa-tired:before {
  content: "\f5c8";
}

html .fa-toggle-off:before {
  content: "\f204";
}

html .fa-toggle-on:before {
  content: "\f205";
}

html .fa-toilet:before {
  content: "\f7d8";
}

html .fa-toilet-paper:before {
  content: "\f71e";
}

html .fa-toilet-paper-slash:before {
  content: "\f972";
}

html .fa-toolbox:before {
  content: "\f552";
}

html .fa-tools:before {
  content: "\f7d9";
}

html .fa-tooth:before {
  content: "\f5c9";
}

html .fa-torah:before {
  content: "\f6a0";
}

html .fa-torii-gate:before {
  content: "\f6a1";
}

html .fa-tractor:before {
  content: "\f722";
}

html .fa-trade-federation:before {
  content: "\f513";
}

html .fa-trademark:before {
  content: "\f25c";
}

html .fa-traffic-light:before {
  content: "\f637";
}

html .fa-trailer:before {
  content: "\f941";
}

html .fa-train:before {
  content: "\f238";
}

html .fa-tram:before {
  content: "\f7da";
}

html .fa-transgender:before {
  content: "\f224";
}

html .fa-transgender-alt:before {
  content: "\f225";
}

html .fa-trash:before {
  content: "\f1f8";
}

html .fa-trash-alt:before {
  content: "\f2ed";
}

html .fa-trash-restore:before {
  content: "\f829";
}

html .fa-trash-restore-alt:before {
  content: "\f82a";
}

html .fa-tree:before {
  content: "\f1bb";
}

html .fa-trello:before {
  content: "\f181";
}

html .fa-tripadvisor:before {
  content: "\f262";
}

html .fa-trophy:before {
  content: "\f091";
}

html .fa-truck:before {
  content: "\f0d1";
}

html .fa-truck-loading:before {
  content: "\f4de";
}

html .fa-truck-monster:before {
  content: "\f63b";
}

html .fa-truck-moving:before {
  content: "\f4df";
}

html .fa-truck-pickup:before {
  content: "\f63c";
}

html .fa-tshirt:before {
  content: "\f553";
}

html .fa-tty:before {
  content: "\f1e4";
}

html .fa-tumblr:before {
  content: "\f173";
}

html .fa-tumblr-square:before {
  content: "\f174";
}

html .fa-tv:before {
  content: "\f26c";
}

html .fa-twitch:before {
  content: "\f1e8";
}

html .fa-twitter:before {
  content: "\f099";
}

html .fa-twitter-square:before {
  content: "\f081";
}

html .fa-typo3:before {
  content: "\f42b";
}

html .fa-uber:before {
  content: "\f402";
}

html .fa-ubuntu:before {
  content: "\f7df";
}

html .fa-uikit:before {
  content: "\f403";
}

html .fa-umbraco:before {
  content: "\f8e8";
}

html .fa-umbrella:before {
  content: "\f0e9";
}

html .fa-umbrella-beach:before {
  content: "\f5ca";
}

html .fa-underline:before {
  content: "\f0cd";
}

html .fa-undo:before {
  content: "\f0e2";
}

html .fa-undo-alt:before {
  content: "\f2ea";
}

html .fa-uniregistry:before {
  content: "\f404";
}

html .fa-unity:before {
  content: "\f949";
}

html .fa-universal-access:before {
  content: "\f29a";
}

html .fa-university:before {
  content: "\f19c";
}

html .fa-unlink:before {
  content: "\f127";
}

html .fa-unlock:before {
  content: "\f09c";
}

html .fa-unlock-alt:before {
  content: "\f13e";
}

html .fa-unsplash:before {
  content: "\f97c";
}

html .fa-untappd:before {
  content: "\f405";
}

html .fa-upload:before {
  content: "\f093";
}

html .fa-ups:before {
  content: "\f7e0";
}

html .fa-usb:before {
  content: "\f287";
}

html .fa-user:before {
  content: "\f007";
}

html .fa-user-alt:before {
  content: "\f406";
}

html .fa-user-alt-slash:before {
  content: "\f4fa";
}

html .fa-user-astronaut:before {
  content: "\f4fb";
}

html .fa-user-check:before {
  content: "\f4fc";
}

html .fa-user-circle:before {
  content: "\f2bd";
}

html .fa-user-clock:before {
  content: "\f4fd";
}

html .fa-user-cog:before {
  content: "\f4fe";
}

html .fa-user-edit:before {
  content: "\f4ff";
}

html .fa-user-friends:before {
  content: "\f500";
}

html .fa-user-graduate:before {
  content: "\f501";
}

html .fa-user-injured:before {
  content: "\f728";
}

html .fa-user-lock:before {
  content: "\f502";
}

html .fa-user-md:before {
  content: "\f0f0";
}

html .fa-user-minus:before {
  content: "\f503";
}

html .fa-user-ninja:before {
  content: "\f504";
}

html .fa-user-nurse:before {
  content: "\f82f";
}

html .fa-user-plus:before {
  content: "\f234";
}

html .fa-user-secret:before {
  content: "\f21b";
}

html .fa-user-shield:before {
  content: "\f505";
}

html .fa-user-slash:before {
  content: "\f506";
}

html .fa-user-tag:before {
  content: "\f507";
}

html .fa-user-tie:before {
  content: "\f508";
}

html .fa-user-times:before {
  content: "\f235";
}

html .fa-users:before {
  content: "\f0c0";
}

html .fa-users-cog:before {
  content: "\f509";
}

html .fa-users-slash:before {
  content: "\f973";
}

html .fa-usps:before {
  content: "\f7e1";
}

html .fa-ussunnah:before {
  content: "\f407";
}

html .fa-utensil-spoon:before {
  content: "\f2e5";
}

html .fa-utensils:before {
  content: "\f2e7";
}

html .fa-vaadin:before {
  content: "\f408";
}

html .fa-vector-square:before {
  content: "\f5cb";
}

html .fa-venus:before {
  content: "\f221";
}

html .fa-venus-double:before {
  content: "\f226";
}

html .fa-venus-mars:before {
  content: "\f228";
}

html .fa-viacoin:before {
  content: "\f237";
}

html .fa-viadeo:before {
  content: "\f2a9";
}

html .fa-viadeo-square:before {
  content: "\f2aa";
}

html .fa-vial:before {
  content: "\f492";
}

html .fa-vials:before {
  content: "\f493";
}

html .fa-viber:before {
  content: "\f409";
}

html .fa-video:before {
  content: "\f03d";
}

html .fa-video-slash:before {
  content: "\f4e2";
}

html .fa-vihara:before {
  content: "\f6a7";
}

html .fa-vimeo:before {
  content: "\f40a";
}

html .fa-vimeo-square:before {
  content: "\f194";
}

html .fa-vimeo-v:before {
  content: "\f27d";
}

html .fa-vine:before {
  content: "\f1ca";
}

html .fa-virus:before {
  content: "\f974";
}

html .fa-virus-slash:before {
  content: "\f975";
}

html .fa-viruses:before {
  content: "\f976";
}

html .fa-vk:before {
  content: "\f189";
}

html .fa-vnv:before {
  content: "\f40b";
}

html .fa-voicemail:before {
  content: "\f897";
}

html .fa-volleyball-ball:before {
  content: "\f45f";
}

html .fa-volume-down:before {
  content: "\f027";
}

html .fa-volume-mute:before {
  content: "\f6a9";
}

html .fa-volume-off:before {
  content: "\f026";
}

html .fa-volume-up:before {
  content: "\f028";
}

html .fa-vote-yea:before {
  content: "\f772";
}

html .fa-vr-cardboard:before {
  content: "\f729";
}

html .fa-vuejs:before {
  content: "\f41f";
}

html .fa-walking:before {
  content: "\f554";
}

html .fa-wallet:before {
  content: "\f555";
}

html .fa-warehouse:before {
  content: "\f494";
}

html .fa-water:before {
  content: "\f773";
}

html .fa-wave-square:before {
  content: "\f83e";
}

html .fa-waze:before {
  content: "\f83f";
}

html .fa-weebly:before {
  content: "\f5cc";
}

html .fa-weibo:before {
  content: "\f18a";
}

html .fa-weight:before {
  content: "\f496";
}

html .fa-weight-hanging:before {
  content: "\f5cd";
}

html .fa-weixin:before {
  content: "\f1d7";
}

html .fa-whatsapp:before {
  content: "\f232";
}

html .fa-whatsapp-square:before {
  content: "\f40c";
}

html .fa-wheelchair:before {
  content: "\f193";
}

html .fa-whmcs:before {
  content: "\f40d";
}

html .fa-wifi:before {
  content: "\f1eb";
}

html .fa-wikipedia-w:before {
  content: "\f266";
}

html .fa-wind:before {
  content: "\f72e";
}

html .fa-window-close:before {
  content: "\f410";
}

html .fa-window-maximize:before {
  content: "\f2d0";
}

html .fa-window-minimize:before {
  content: "\f2d1";
}

html .fa-window-restore:before {
  content: "\f2d2";
}

html .fa-windows:before {
  content: "\f17a";
}

html .fa-wine-bottle:before {
  content: "\f72f";
}

html .fa-wine-glass:before {
  content: "\f4e3";
}

html .fa-wine-glass-alt:before {
  content: "\f5ce";
}

html .fa-wix:before {
  content: "\f5cf";
}

html .fa-wizards-of-the-coast:before {
  content: "\f730";
}

html .fa-wolf-pack-battalion:before {
  content: "\f514";
}

html .fa-won-sign:before {
  content: "\f159";
}

html .fa-wordpress:before {
  content: "\f19a";
}

html .fa-wordpress-simple:before {
  content: "\f411";
}

html .fa-wpbeginner:before {
  content: "\f297";
}

html .fa-wpexplorer:before {
  content: "\f2de";
}

html .fa-wpforms:before {
  content: "\f298";
}

html .fa-wpressr:before {
  content: "\f3e4";
}

html .fa-wrench:before {
  content: "\f0ad";
}

html .fa-x-ray:before {
  content: "\f497";
}

html .fa-xbox:before {
  content: "\f412";
}

html .fa-xing:before {
  content: "\f168";
}

html .fa-xing-square:before {
  content: "\f169";
}

html .fa-y-combinator:before {
  content: "\f23b";
}

html .fa-yahoo:before {
  content: "\f19e";
}

html .fa-yammer:before {
  content: "\f840";
}

html .fa-yandex:before {
  content: "\f413";
}

html .fa-yandex-international:before {
  content: "\f414";
}

html .fa-yarn:before {
  content: "\f7e3";
}

html .fa-yelp:before {
  content: "\f1e9";
}

html .fa-yen-sign:before {
  content: "\f157";
}

html .fa-yin-yang:before {
  content: "\f6ad";
}

html .fa-yoast:before {
  content: "\f2b1";
}

html .fa-youtube:before {
  content: "\f167";
}

html .fa-youtube-square:before {
  content: "\f431";
}

html .fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.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(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.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(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.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;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

.m-5 {
  margin: 6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

.p-5 {
  padding: 6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

.m-n4 {
  margin: -3rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 580px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 2rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }

  .m-sm-4 {
    margin: 3rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }

  .m-sm-5 {
    margin: 6rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 2rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }

  .p-sm-4 {
    padding: 3rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }

  .p-sm-5 {
    padding: 6rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -1rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  .m-sm-n3 {
    margin: -2rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }

  .m-sm-n4 {
    margin: -3rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important;
  }

  .m-sm-n5 {
    margin: -6rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 2rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }

  .m-md-4 {
    margin: 3rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }

  .m-md-5 {
    margin: 6rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 2rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }

  .p-md-4 {
    padding: 3rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }

  .p-md-5 {
    padding: 6rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -1rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }

  .m-md-n3 {
    margin: -2rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }

  .m-md-n4 {
    margin: -3rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important;
  }

  .m-md-n5 {
    margin: -6rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 2rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }

  .m-lg-4 {
    margin: 3rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }

  .m-lg-5 {
    margin: 6rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 2rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }

  .p-lg-4 {
    padding: 3rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }

  .p-lg-5 {
    padding: 6rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -1rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  .m-lg-n3 {
    margin: -2rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }

  .m-lg-n4 {
    margin: -3rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important;
  }

  .m-lg-n5 {
    margin: -6rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .m-xl-3 {
    margin: 2rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }

  .m-xl-4 {
    margin: 3rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }

  .m-xl-5 {
    margin: 6rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  .p-xl-3 {
    padding: 2rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }

  .p-xl-4 {
    padding: 3rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }

  .p-xl-5 {
    padding: 6rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -1rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  .m-xl-n3 {
    margin: -2rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }

  .m-xl-n4 {
    margin: -3rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important;
  }

  .m-xl-n5 {
    margin: -6rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 580px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 580px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 580px) {
  .container {
    max-width: 778px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1076px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1276px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 580px) {

  .container,
  .container-sm {
    max-width: 778px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 992px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1076px;
  }
}

@media (min-width: 1300px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1276px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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: 18px;
  padding-left: 18px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 580px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 580px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 580px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

.m-5 {
  margin: 6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

.p-5 {
  padding: 6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

.m-n4 {
  margin: -3rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 580px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 2rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }

  .m-sm-4 {
    margin: 3rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }

  .m-sm-5 {
    margin: 6rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 2rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }

  .p-sm-4 {
    padding: 3rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }

  .p-sm-5 {
    padding: 6rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -1rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  .m-sm-n3 {
    margin: -2rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }

  .m-sm-n4 {
    margin: -3rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important;
  }

  .m-sm-n5 {
    margin: -6rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 2rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }

  .m-md-4 {
    margin: 3rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }

  .m-md-5 {
    margin: 6rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 2rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }

  .p-md-4 {
    padding: 3rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }

  .p-md-5 {
    padding: 6rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -1rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }

  .m-md-n3 {
    margin: -2rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }

  .m-md-n4 {
    margin: -3rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important;
  }

  .m-md-n5 {
    margin: -6rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 2rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }

  .m-lg-4 {
    margin: 3rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }

  .m-lg-5 {
    margin: 6rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 2rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }

  .p-lg-4 {
    padding: 3rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }

  .p-lg-5 {
    padding: 6rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -1rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  .m-lg-n3 {
    margin: -2rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }

  .m-lg-n4 {
    margin: -3rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important;
  }

  .m-lg-n5 {
    margin: -6rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .m-xl-3 {
    margin: 2rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }

  .m-xl-4 {
    margin: 3rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }

  .m-xl-5 {
    margin: 6rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  .p-xl-3 {
    padding: 2rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }

  .p-xl-4 {
    padding: 3rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }

  .p-xl-5 {
    padding: 6rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -1rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  .m-xl-n3 {
    margin: -2rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }

  .m-xl-n4 {
    margin: -3rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important;
  }

  .m-xl-n5 {
    margin: -6rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.form-control,
.lw_forms_form select,
.lw_forms_form input[type="text"],
.lw_forms_form textarea {
  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: #ffffff;
  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) {

  .form-control,
  .lw_forms_form select,
  .lw_forms_form input[type="text"],
  .lw_forms_form textarea {
    transition: none;
  }
}

.form-control::-ms-expand,
.lw_forms_form select::-ms-expand,
.lw_forms_form input[type="text"]::-ms-expand,
.lw_forms_form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring,
.lw_forms_form select:-moz-focusring,
.lw_forms_form input:-moz-focusring[type="text"],
.lw_forms_form textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus,
.lw_forms_form select:focus,
.lw_forms_form input:focus[type="text"],
.lw_forms_form textarea:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder,
.lw_forms_form select::placeholder,
.lw_forms_form input[type="text"]::placeholder,
.lw_forms_form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.lw_forms_form select:disabled,
.lw_forms_form input:disabled[type="text"],
.lw_forms_form textarea:disabled,
.form-control[readonly],
.lw_forms_form select[readonly],
.lw_forms_form input[readonly][type="text"],
.lw_forms_form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
.lw_forms_form input[type="date"][type="text"],
input[type="time"].form-control,
.lw_forms_form input[type="time"][type="text"],
input[type="datetime-local"].form-control,
.lw_forms_form input[type="datetime-local"][type="text"],
input[type="month"].form-control,
.lw_forms_form input[type="month"][type="text"] {
  appearance: none;
}

select.form-control:focus::-ms-value,
.lw_forms_form select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.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;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.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;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.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;
}

.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;
}

select.form-control[size],
.lw_forms_form select[size],
select.form-control[multiple],
.lw_forms_form select[multiple] {
  height: auto;
}

textarea.form-control,
.lw_forms_form textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.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: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.was-validated .lw_forms_form select:valid,
.lw_forms_form .was-validated select:valid,
.was-validated .lw_forms_form input:valid[type="text"],
.lw_forms_form .was-validated input:valid[type="text"],
.was-validated .lw_forms_form textarea:valid,
.lw_forms_form .was-validated textarea:valid,
.form-control.is-valid,
.lw_forms_form select.is-valid,
.lw_forms_form input.is-valid[type="text"],
.lw_forms_form textarea.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);
}

.was-validated .form-control:valid:focus,
.was-validated .lw_forms_form select:valid:focus,
.lw_forms_form .was-validated select:valid:focus,
.was-validated .lw_forms_form input:valid:focus[type="text"],
.lw_forms_form .was-validated input:valid:focus[type="text"],
.was-validated .lw_forms_form textarea:valid:focus,
.lw_forms_form .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.lw_forms_form select.is-valid:focus,
.lw_forms_form input.is-valid:focus[type="text"],
.lw_forms_form textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated .lw_forms_form textarea:valid,
.lw_forms_form .was-validated textarea:valid,
textarea.form-control.is-valid,
.lw_forms_form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.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;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.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;
}

.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);
}

.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;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.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);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.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: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.was-validated .lw_forms_form select:invalid,
.lw_forms_form .was-validated select:invalid,
.was-validated .lw_forms_form input:invalid[type="text"],
.lw_forms_form .was-validated input:invalid[type="text"],
.was-validated .lw_forms_form textarea:invalid,
.lw_forms_form .was-validated textarea:invalid,
.form-control.is-invalid,
.lw_forms_form select.is-invalid,
.lw_forms_form input.is-invalid[type="text"],
.lw_forms_form textarea.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);
}

.was-validated .form-control:invalid:focus,
.was-validated .lw_forms_form select:invalid:focus,
.lw_forms_form .was-validated select:invalid:focus,
.was-validated .lw_forms_form input:invalid:focus[type="text"],
.lw_forms_form .was-validated input:invalid:focus[type="text"],
.was-validated .lw_forms_form textarea:invalid:focus,
.lw_forms_form .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.lw_forms_form select.is-invalid:focus,
.lw_forms_form input.is-invalid:focus[type="text"],
.lw_forms_form textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .lw_forms_form textarea:invalid,
.lw_forms_form .was-validated textarea:invalid,
textarea.form-control.is-invalid,
.lw_forms_form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.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;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.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;
}

.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);
}

.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;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.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);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 580px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .lw_forms_form select,
  .lw_forms_form .form-inline select,
  .form-inline .lw_forms_form input[type="text"],
  .lw_forms_form .form-inline input[type="text"],
  .form-inline .lw_forms_form textarea,
  .lw_forms_form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.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;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.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: 579.98px) {

  .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: 580px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .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) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .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) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1299.98px) {

  .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: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.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;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.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);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.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: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.clearfix {
  clear: both;
  width: 100%;
}

.text-left {
  text-align-last: auto;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

html {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 62.5%;
  height: 100%;
}

html body {
  background-color: #ffffff !important;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 1.88;
  margin: 0;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: visible !important;
}

html body.is-no-scroll {
  overflow: hidden;
  position: fixed;
}

html a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}

html a:hover {
  color: inherit;
}

html a:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

html a[id]:not([href])::before {
  content: " ";
  display: block;
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
}

html h1 a,
html h2 a,
html h3 a,
html h4 a,
html h5 a,
html h6 a {
  text-decoration: none;
}

html h1 a:hover,
html h1 a:focus,
html h2 a:hover,
html h2 a:focus,
html h3 a:hover,
html h3 a:focus,
html h4 a:hover,
html h4 a:focus,
html h5 a:hover,
html h5 a:focus,
html h6 a:hover,
html h6 a:focus {
  text-decoration: underline;
}

html h1,
html .h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  color: #393430;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

  html h1,
  html .h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  html h1,
  html .h1 {
    font-size: 41px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {

  html h1,
  html .h1 {
    font-size: 39px;
  }
}

@media only screen and (max-width: 435px) {

  html h1,
  html .h1 {
    font-size: 34px;
  }
}

html h2,
html .h2 {
  margin-top: 25px;
  margin-bottom: 4px;
  color: #393430;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.25;
}

html h3,
html .h3 {
  margin-top: 25px;
  margin-bottom: 4px;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}

html h4,
html .h4 {
  margin-top: 25px;
  margin-bottom: 4px;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}

html h5,
html .h5 {
  margin-top: 25px;
  margin-bottom: 4px;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.12;
}

html h6,
html .h6 {
  margin-top: 25px;
  margin-bottom: 4px;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.12;
}

html p {
  margin-top: 0;
  margin-bottom: 1em;
}

html p:last-child {
  margin-bottom: 0;
}

html strong,
html b {
  font-weight: bold;
}

html i,
html cite,
html em,
html var,
html address,
html dfn {
  font-style: italic;
}

html ul {
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

html ul li {
  margin-bottom: 0.5em;
}

html hr {
  border: none;
  border-bottom: 1px solid #C75000;
  margin-top: 4rem;
  margin-bottom: 3rem;
  width: 100%;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  html hr {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

html blockquote {
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 33px;
}

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

html input,
html textarea,
html select,
html button {
  font-size: 2rem;
}

html button::-moz-focus-inner {
  border: 0;
}

.page-title {
  display: block;
  margin-top: 40px;
  margin-bottom: 8px;
  color: #393430;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .page-title {
    margin-top: 10px;
  }
}

.page-intro.page-intro {
  margin-bottom: 30px;
  color: #666666;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .page-intro.page-intro {
    font-size: 22px;
  }
}

.page-intro.page-intro a {
  color: #C75000;
  font-weight: 500;
  text-decoration: none;
}

.page-intro.page-intro a:hover,
.page-intro.page-intro a:focus {
  color: #e15a00;
  text-decoration: underline;
}

.page-intro.page-intro a:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.title-rule,
.has-title-rule>h3,
.has-title-rule>h4 {
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #343430;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}

.title-rule::after,
.has-title-rule>h3::after,
.has-title-rule>h4::after {
  content: '';
  display: inline-block;
  margin-left: 25px;
  flex: 1 1 auto;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
}

.title-small,
.has-title-small>h3,
.has-title-small>h4 {
  margin: 35px 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
}

.back-link {
  display: inline-block;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 300;
}

.back-link::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background-image: url(../images/arrow-right-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 10px;
  width: 15px;
  transform: rotate(180deg);
}

.back-link:hover {
  text-decoration: underline;
}

.lw_widget_results {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lw_widget .lw_item_thumb {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.lw_widget .lw_item_thumb img {
  float: left;
}

.lw_widget_column_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px;
}

.lw_widget_column {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .lw_widget_column_wrapper {
    flex-direction: column;
  }
}

.lw_widget_inactive_results {
  display: none;
}

.lw_slideshow_interval,
.lw_widget_slideshow_results,
.lw_widget_slideshow_result {
  display: none;
}

.lw_gallery.lw_widget_slideshow .lw_gallery_thumbnails {
  display: none;
}

.lw_widget_files .lw_files_swf a {
  background: url(../images/swficon.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_mp3 a {
  background: url(../images/mp3.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_pdf a {
  background: url(../images/pdficon.gif) no-repeat 100% 50%;
  padding-right: 18px !important;
}

.lw_widget_files .lw_files_qt a {
  background: url(../images/quicktime.gif) no-repeat 100% 50%;
  padding-right: 18px;
}

.lw_widget_files .lw_files_wma a,
.lw_widget_files .lw_files_wmv a {
  background: url(../images/wmedia.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_doc a,
.lw_widget_files .lw_files_docx a,
.lw_widget_files .lw_files_rtf a,
.lw_widget_files .lw_files_txt a {
  background: url(../images/docicon.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_xls a,
.lw_widget_files .lw_files_xls a {
  background: url(../images/xlsicon.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_ppt a,
.lw_widget_files .lw_files_pptx a {
  background: url(../images/ppticon.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_widget_files .lw_files_jpg a,
.lw_widget_files .lw_files_gif a,
.lw_widget_files .lw_files_png a {
  background: url(../images/image.gif) no-repeat 100% 50%;
  padding-right: 20px;
}

.lw_places_footer {
  display: none;
}

.rich-text {
  margin-bottom: 35px;
  color: #555555;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  line-height: 1.89;
  font-weight: 500;
}

.rich-text::after {
  display: block;
  clear: both;
  content: "";
}

.rich-text h1:first-child,
.rich-text h2:first-child,
.rich-text h3:first-child,
.rich-text h4:first-child,
.rich-text h5:first-child,
.rich-text h6:first-child {
  margin-top: 0;
}

.rich-text a {
  color: #C75000;
  font-weight: 700;
  text-decoration: none;
}

.rich-text a:hover,
.rich-text a:focus {
  color: #e15a00;
  text-decoration: underline;
}

.rich-text a:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.rich-text ul,
.rich-text ol {
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

.rich-text ul li,
.rich-text ol li {
  margin-bottom: .75em;
}

.rich-text blockquote {
  position: relative;
  margin: 60px 0 60px 114px;
  padding: 0.3em 0 0.5em 30px;
  border-left: 1px solid #d6d6d6;
  color: #343430;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.15;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .rich-text blockquote {
    font-size: 1.3em;
    margin: 60px 0 60px 57px;
  }
}

.rich-text blockquote::before {
  content: '';
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -25px;
  background-image: url(../images/quotes-orange.png);
  background-size: contain;
  height: 38px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .rich-text blockquote::before {
    background-image: url(../images/quotes-orange@2x.png);
  }
}

.rich-text blockquote .quote-author {
  display: block;
  margin-top: -10px;
  font-size: 2.2rem;
  font-style: italic;
}

.rich-text hr:last-child {
  margin-bottom: 0;
}

.rich-text .iframe-wrapper {
  max-width: 100%;
}

.rich-text .lw_image {
  margin-bottom: 15px;
}

.rich-text .lw_align_left.lw_align_left {
  margin-right: 1.3em;
}

.rich-text .lw_align_right.lw_align_right {
  margin-left: 1.3em;
}

.rich-text .lw_align_center.lw_align_center {
  margin-left: auto;
  margin-right: auto;
}

.rich-text .lw_preview_image:hover,
.rich-text .lw_preview_image:focus {
  text-decoration: underline;
  color: inherit;
}

.rich-text .lw_image_caption,
.rich-text .lw_image_credit {
  max-width: 100%;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.rich-text .lw_image_caption a,
.rich-text .lw_image_credit a {
  color: #C75000;
  font-weight: 700;
  text-decoration: none;
}

.rich-text .lw_image_caption a:hover,
.rich-text .lw_image_caption a:focus,
.rich-text .lw_image_credit a:hover,
.rich-text .lw_image_credit a:focus {
  text-decoration: underline;
}

.rich-text .lw_image_caption.lw_image_credit,
.rich-text .lw_image_credit.lw_image_credit {
  float: none;
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  color: #6d6d6d;
  margin-bottom: 15px;
}

.rich-text .lw_image_caption.lw_column_width_half,
.rich-text .lw_image_credit.lw_column_width_half {
  max-width: 50%;
}

.rich-text .lw_image_caption.lw_align_left,
.rich-text .lw_image_credit.lw_align_left {
  margin-right: 1.3em;
}

.rich-text .lw_image_caption.lw_align_right,
.rich-text .lw_image_credit.lw_align_right {
  margin-left: 1.3em;
}

.rich-text .fluid-width-video-wrapper {
  margin-bottom: 15px;
}

.blackbox {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blackbox .blackbox_slide {
  width: 100% !important;
  height: auto !important;
  align-self: stretch;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.blackbox .blackbox_box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #111;
  color: #f7f7f7;
  text-align: center;
  padding: 74px 75px 74px;
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.15);
}

.blackbox .blackbox_box::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  background-image: url(../images/gray-2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .blackbox .blackbox_box::before {
    background-image: url(../images/gray-2@2x.png);
  }
}

.blackbox .blackbox_box::after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 1px solid #C75000;
}

.blackbox .blackbox_box_inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blackbox .blackbox_box_inner .btn-small-style-1,
.blackbox .blackbox_box_inner .btn-small-style-2,
.blackbox .blackbox_box_inner .btn-small-style-3 {
  background-color: #C75000;
  color: #ffffff;
  font-size: small;
  font-weight: 700;
  max-width: 232px;
  min-height: 32px;
  margin: 15px 30px 15px 0;
  text-decoration: none;
}

.blackbox .blackbox_box_inner .btn-small-style-1:hover,
.blackbox .blackbox_box_inner .btn-small-style-1:focus,
.blackbox .blackbox_box_inner .btn-small-style-2:hover,
.blackbox .blackbox_box_inner .btn-small-style-2:focus,
.blackbox .blackbox_box_inner .btn-small-style-3:hover,
.blackbox .blackbox_box_inner .btn-small-style-3:focus {
  color: #ffffff !important;
}

.blackbox .blackbox_box_inner .btn-small-style-1:hover::before,
.blackbox .blackbox_box_inner .btn-small-style-1:focus::before,
.blackbox .blackbox_box_inner .btn-small-style-2:hover::before,
.blackbox .blackbox_box_inner .btn-small-style-2:focus::before,
.blackbox .blackbox_box_inner .btn-small-style-3:hover::before,
.blackbox .blackbox_box_inner .btn-small-style-3:focus::before {
  opacity: 1;
}

.blackbox .blackbox_headline {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 6rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .blackbox .blackbox_headline {
    font-size: 9.6rem;
  }
}

.blackbox .blackbox_headline-small {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 6rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .blackbox .blackbox_headline-small {
    font-size: 8.6rem;
  }
}

.blackbox .blackbox_headline_quote {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 3rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 1px;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .blackbox .blackbox_headline_quote {
    font-size: 3.1rem;
  }
}

.blackbox .blackbox_summary {
  color: #f7f7f7;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
}

.blackbox .blackbox_summary a {
  color: inherit;
  text-decoration: underline;
}

.blackbox .blackbox_summary a:hover,
.blackbox .blackbox_summary a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.blackbox .blackbox_summary_quote {
  color: #f7f7f7;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.blackbox .blackbox_summary_quote a {
  color: inherit;
  text-decoration: underline;
}

.blackbox .blackbox_summary_quote a:hover,
.blackbox .blackbox_summary_quote a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.blackbox .blackbox_summary_quote blockquote {
  color: #f7f7f7;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  padding: inherit;
  border-left: none;
}

.blackbox .blackbox_summary_quote blockquote::before {
  margin: 0 auto;
  position: unset;
  padding-top: 60px !important;
}

.blackbox .blackbox_summary_quote blockquote a {
  color: inherit;
  text-decoration: underline;
}

.blackbox .blackbox_summary_quote blockquote a:hover,
.blackbox .blackbox_summary_quote blockquote a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.blackbox .blackbox_pagination.blackbox_pagination {
  z-index: 1;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blackbox .blackbox_pagination.blackbox_pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #858585;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 3px;
}

.blackbox .blackbox_pagination.blackbox_pagination .swiper-pagination-bullet.swiper-pagination-bullet:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.blackbox .blackbox_pagination.blackbox_pagination .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d6d6d6;
}

.blackbox.swiper-container-initialized .blackbox_pagination {
  opacity: 1;
}

.blackbox.has-image .blackbox_image {
  display: block;
  line-height: 0;
}

.blackbox.has-image .blackbox_image img {
  margin: 0;
}

.blackbox.has-image .blackbox_author_title,
.blackbox.has-image .blackbox_author_secondary_title,
.blackbox.has-image .blackbox_author_tertiary_title {
  color: #f7f7f7;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .blackbox.has-image .blackbox_slide {
    display: flex;
    align-items: center;
  }

  .blackbox.has-image .blackbox_box {
    order: 1;
    flex: 0 0 auto;
    width: 410px;
    height: auto;
  }

  .blackbox.has-image .blackbox_pagination {
    width: 410px;
    bottom: 95px;
  }

  .blackbox.has-image .blackbox_image {
    order: 2;
    flex: 0 0 auto;
    margin-left: -10%;
    max-width: 60%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .blackbox.has-image .blackbox_slide {
    position: relative;
    padding-top: 300px;
  }

  .blackbox.has-image .blackbox_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blackbox.has-image .blackbox_image img {
    max-height: 400px;
    width: auto;
  }
}

.btn.btn,
body .btn-small-style-1,
body .btn-small-style-2,
body .btn-small-style-3,
.button {
  z-index: 0;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 2px solid #cd511c;
  background-color: #ffffff;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  padding: 11px 25px;
  font-size: 18px;
  line-height: 1.11;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all 150ms ease;
}

.btn.btn.focus,
body .focus.btn-small-style-1,
body .focus.btn-small-style-2,
body .focus.btn-small-style-3,
.button.focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.btn.btn::before,
body .btn-small-style-1::before,
body .btn-small-style-2::before,
body .btn-small-style-3::before,
.button::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 500ms ease;
}

.btn.btn.style-1:hover,
body .style-1.btn-small-style-1:hover,
body .style-1.btn-small-style-2:hover,
body .style-1.btn-small-style-3:hover,
.btn.btn.style-1:focus,
body .style-1.btn-small-style-1:focus,
body .style-1.btn-small-style-2:focus,
body .style-1.btn-small-style-3:focus,
.btn.btn.style-2:hover,
body .style-2.btn-small-style-1:hover,
body .style-2.btn-small-style-2:hover,
body .style-2.btn-small-style-3:hover,
.btn.btn.style-2:focus,
body .style-2.btn-small-style-1:focus,
body .style-2.btn-small-style-2:focus,
body .style-2.btn-small-style-3:focus,
.btn.btn.style-3:hover,
body .style-3.btn-small-style-1:hover,
body .style-3.btn-small-style-2:hover,
body .style-3.btn-small-style-3:hover,
.btn.btn.style-3:focus,
body .style-3.btn-small-style-1:focus,
body .style-3.btn-small-style-2:focus,
body .style-3.btn-small-style-3:focus,
.btn.btn.style-4:hover,
body .style-4.btn-small-style-1:hover,
body .style-4.btn-small-style-2:hover,
body .style-4.btn-small-style-3:hover,
.btn.btn.style-4:focus,
body .style-4.btn-small-style-1:focus,
body .style-4.btn-small-style-2:focus,
body .style-4.btn-small-style-3:focus,
.btn.btn.style-5:hover,
body .style-5.btn-small-style-1:hover,
body .style-5.btn-small-style-2:hover,
body .style-5.btn-small-style-3:hover,
.btn.btn.style-5:focus,
body .style-5.btn-small-style-1:focus,
body .style-5.btn-small-style-2:focus,
body .style-5.btn-small-style-3:focus,
.button.style-1:hover,
.button.style-1:focus,
.button.style-2:hover,
.button.style-2:focus,
.button.style-3:hover,
.button.style-3:focus,
.button.style-4:hover,
.button.style-4:focus,
.button.style-5:hover,
.button.style-5:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  text-decoration: none;
}

.btn.btn.style-1:hover::before,
body .style-1.btn-small-style-1:hover::before,
body .style-1.btn-small-style-2:hover::before,
body .style-1.btn-small-style-3:hover::before,
.btn.btn.style-1:focus::before,
body .style-1.btn-small-style-1:focus::before,
body .style-1.btn-small-style-2:focus::before,
body .style-1.btn-small-style-3:focus::before,
.btn.btn.style-2:hover::before,
body .style-2.btn-small-style-1:hover::before,
body .style-2.btn-small-style-2:hover::before,
body .style-2.btn-small-style-3:hover::before,
.btn.btn.style-2:focus::before,
body .style-2.btn-small-style-1:focus::before,
body .style-2.btn-small-style-2:focus::before,
body .style-2.btn-small-style-3:focus::before,
.btn.btn.style-3:hover::before,
body .style-3.btn-small-style-1:hover::before,
body .style-3.btn-small-style-2:hover::before,
body .style-3.btn-small-style-3:hover::before,
.btn.btn.style-3:focus::before,
body .style-3.btn-small-style-1:focus::before,
body .style-3.btn-small-style-2:focus::before,
body .style-3.btn-small-style-3:focus::before,
.btn.btn.style-4:hover::before,
body .style-4.btn-small-style-1:hover::before,
body .style-4.btn-small-style-2:hover::before,
body .style-4.btn-small-style-3:hover::before,
.btn.btn.style-4:focus::before,
body .style-4.btn-small-style-1:focus::before,
body .style-4.btn-small-style-2:focus::before,
body .style-4.btn-small-style-3:focus::before,
.btn.btn.style-5:hover::before,
body .style-5.btn-small-style-1:hover::before,
body .style-5.btn-small-style-2:hover::before,
body .style-5.btn-small-style-3:hover::before,
.btn.btn.style-5:focus::before,
body .style-5.btn-small-style-1:focus::before,
body .style-5.btn-small-style-2:focus::before,
body .style-5.btn-small-style-3:focus::before,
.button.style-1:hover::before,
.button.style-1:focus::before,
.button.style-2:hover::before,
.button.style-2:focus::before,
.button.style-3:hover::before,
.button.style-3:focus::before,
.button.style-4:hover::before,
.button.style-4:focus::before,
.button.style-5:hover::before,
.button.style-5:focus::before {
  opacity: 1;
}

.btn.btn.style-1::before,
body .style-1.btn-small-style-1::before,
body .style-1.btn-small-style-2::before,
body .style-1.btn-small-style-3::before,
.button.style-1::before {
  background-image: url(../images/button-1.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .btn.btn.style-1::before,
  body .style-1.btn-small-style-1::before,
  body .style-1.btn-small-style-2::before,
  body .style-1.btn-small-style-3::before,
  .button.style-1::before {
    background-image: url(../images/button-1@2x.png);
  }
}

.btn.btn.style-2::before,
body .style-2.btn-small-style-1::before,
body .style-2.btn-small-style-2::before,
body .style-2.btn-small-style-3::before,
.button.style-2::before {
  background-image: url(../images/button-2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .btn.btn.style-2::before,
  body .style-2.btn-small-style-1::before,
  body .style-2.btn-small-style-2::before,
  body .style-2.btn-small-style-3::before,
  .button.style-2::before {
    background-image: url(../images/button-2@2x.png);
  }
}

.btn.btn.style-3::before,
body .style-3.btn-small-style-1::before,
body .style-3.btn-small-style-2::before,
body .style-3.btn-small-style-3::before,
.button.style-3::before {
  background-image: url(../images/button-3.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .btn.btn.style-3::before,
  body .style-3.btn-small-style-1::before,
  body .style-3.btn-small-style-2::before,
  body .style-3.btn-small-style-3::before,
  .button.style-3::before {
    background-image: url(../images/button-3@2x.png);
  }
}

.btn.btn.style-4::before,
body .style-4.btn-small-style-1::before,
body .style-4.btn-small-style-2::before,
body .style-4.btn-small-style-3::before,
.button.style-4::before {
  background-image: url(../images/button-4.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .btn.btn.style-4::before,
  body .style-4.btn-small-style-1::before,
  body .style-4.btn-small-style-2::before,
  body .style-4.btn-small-style-3::before,
  .button.style-4::before {
    background-image: url(../images/button-4@2x.png);
  }
}

.btn.btn.style-5::before,
body .style-5.btn-small-style-1::before,
body .style-5.btn-small-style-2::before,
body .style-5.btn-small-style-3::before,
.button.style-5::before {
  background-image: url(../images/button-5.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {

  .btn.btn.style-5::before,
  body .style-5.btn-small-style-1::before,
  body .style-5.btn-small-style-2::before,
  body .style-5.btn-small-style-3::before,
  .button.style-5::before {
    background-image: url(../images/button-5@2x.png);
  }
}

.btn.btn.small,
body .small.btn-small-style-1,
body .small.btn-small-style-2,
body .small.btn-small-style-3,
.button.small {
  max-width: 232px;
  min-height: 64px;
  margin: 15px 30px 15px 0;
}

.btn.btn.large,
body .large.btn-small-style-1,
body .large.btn-small-style-2,
body .large.btn-small-style-3,
.button.large {
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 16px 150px;
  margin-bottom: 88px;
  width: 100%;
}

.btn.btn.large::after,
body .large.btn-small-style-1::after,
body .large.btn-small-style-2::after,
body .large.btn-small-style-3::after,
.button.large::after {
  content: '';
  display: inline-block;
  margin: 0px -32px 0 7px;
  background-image: url(../images/arrow-right-black.svg);
  background-size: contain;
  height: 12px;
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn.btn.large:hover::after,
body .large.btn-small-style-1:hover::after,
body .large.btn-small-style-2:hover::after,
body .large.btn-small-style-3:hover::after,
.button.large:hover::after {
  margin-right: -64px;
  background-image: url(../images/arrow-right-long-white.svg);
  background-size: contain;
  height: 12px;
  width: 64px;
  background-position: center;
  background-repeat: no-repeat;
}

body .btn-small-style-1.btn-small-style-1,
body .btn-small-style-2.btn-small-style-2,
body .btn-small-style-3.btn-small-style-3 {
  color: #393430;
  font-weight: 700;
  max-width: 232px;
  min-height: 64px;
  margin: 15px 30px 15px 0;
}

body .btn-small-style-1.btn-small-style-1:hover,
body .btn-small-style-1.btn-small-style-1:focus,
body .btn-small-style-2.btn-small-style-2:hover,
body .btn-small-style-2.btn-small-style-2:focus,
body .btn-small-style-3.btn-small-style-3:hover,
body .btn-small-style-3.btn-small-style-3:focus {
  color: #ffffff !important;
  text-decoration: none;
}

body .btn-small-style-1.btn-small-style-1:hover::before,
body .btn-small-style-1.btn-small-style-1:focus::before,
body .btn-small-style-2.btn-small-style-2:hover::before,
body .btn-small-style-2.btn-small-style-2:focus::before,
body .btn-small-style-3.btn-small-style-3:hover::before,
body .btn-small-style-3.btn-small-style-3:focus::before {
  opacity: 1;
}

body .btn-small-style-1.btn-small-style-1::before {
  background-image: url(../images/button-1.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  body .btn-small-style-1.btn-small-style-1::before {
    background-image: url(../images/button-1@2x.png);
  }
}

body .btn-small-style-2.btn-small-style-2::before {
  background-image: url(../images/button-2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  body .btn-small-style-2.btn-small-style-2::before {
    background-image: url(../images/button-2@2x.png);
  }
}

body .btn-small-style-3.btn-small-style-3::before {
  background-image: url(../images/button-3.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  body .btn-small-style-3.btn-small-style-3::before {
    background-image: url(../images/button-3@2x.png);
  }
}

.breadcrumbs {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #919191;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.6rem;
  }
}

.breadcrumbs .lw_breadcrumb_separator {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumbs .lw_breadcrumb_link.lw_current {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  color: #393430;
}

.breadcrumbs .lw_breadcrumb_link.home {
  background-image: url(../images/home.png);
  background-size: contain;
  height: 14px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 150ms ease;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .breadcrumbs .lw_breadcrumb_link.home {
    background-image: url(../images/home@2x.png);
  }
}

.breadcrumbs .lw_breadcrumb_link.home:hover,
.breadcrumbs .lw_breadcrumb_link.home:focus {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}

.breadcrumbs .lw_breadcrumb_link a {
  color: inherit;
  transition: color 150ms ease;
}

.breadcrumbs .lw_breadcrumb_link a:hover,
.breadcrumbs .lw_breadcrumb_link a:focus {
  text-decoration: underline;
  color: #393430;
}

.hero-split .breadcrumbs,
.hero-full .breadcrumbs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-split .breadcrumbs .lw_breadcrumb_link.lw_current,
.hero-full .breadcrumbs .lw_breadcrumb_link.lw_current {
  color: #bababa;
}

.hero-split .breadcrumbs a:hover,
.hero-split .breadcrumbs a:focus,
.hero-full .breadcrumbs a:hover,
.hero-full .breadcrumbs a:focus {
  color: #fff;
}

.hero-split .breadcrumbs .home:hover,
.hero-split .breadcrumbs .home:focus,
.hero-full .breadcrumbs .home:hover,
.hero-full .breadcrumbs .home:focus {
  -webkit-filter: brightness(1.8);
  filter: brightness(1.8);
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-full .breadcrumbs {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  #site-header_menus {
    display: none;
  }
}

#jPanelMenu-menu {
  background-color: #272727;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.site-header {
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header {
    z-index: 900;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.site-header_inner {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.site-header_top {
  padding: 6px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-header_top {
    background-color: #343430;
  }

  .site-header_top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_top {
    order: 3;
    padding-bottom: 10px;
  }
}

.site-header_top_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex: 1 0 auto;
  color: #cfcfcf;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_top_nav {
    border-top: 1px solid #e79f78;
    padding-top: 10px;
  }
}

.site-header_top_nav li {
  display: inline-block;
  margin: 0 34px 0 0;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_top_nav li {
    display: block;
    margin: 0;
  }
}

.site-header_top_nav a {
  display: block;
}

.site-header_top_nav a:focus,
.site-header_top_nav a:hover {
  text-decoration: underline;
}

.site-header_top_nav a.active {
  text-decoration: underline;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_top_nav a {
    padding: 5px 0;
    line-height: 1.3;
  }
}

.site-header_middle {
  padding: 10px 0;
}

.site-header_middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header_logo {
  display: block;
  transition: -webkit-filter 150ms ease;
  transition: filter 150ms ease;
  transition: filter 150ms ease, -webkit-filter 150ms ease;
  background-repeat: no-repeat;
}

.site-header_logo:focus,
.site-header_logo:hover {
  opacity: 0.7;
}

.site-header_audiences {
  color: #f5f5f5;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.site-header_audiences_title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_audiences_title {
    margin-top: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #cfcfcf;
    text-align: left;
  }
}

.site-header_inner>nav {
  background-color: #231F20;
}

.site-header_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #f5f5f5;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  gap: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header_nav {
    padding-top: 7px;
  }
}

.site-header_nav li {
  margin: 0;
  display: block;
}

.site-header_nav a {
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
}

.site-header_nav a:focus,
.site-header_nav a:hover {
  text-decoration: underline;
}

.site-header_mobile {
  z-index: 9;
  position: relative;
  padding: 10px 0;
}

.site-header_mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-header_mobile {
    display: none;
  }
}

.site-header_mobile_menu-btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 9;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 20px;
}

.site-header_mobile_menu-btn:focus {
  outline: none;
}

.site-header_mobile_menu-btn i {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 27px;
  border-radius: 2px;
  background-color: #ffffff;
}

.site-header_mobile_menu-btn i:nth-of-type(1) {
  top: 0px;
}

.site-header_mobile_menu-btn i:nth-of-type(2) {
  top: 9px;
  width: 78%;
}

.site-header_mobile_menu-btn i:nth-of-type(3) {
  top: 18px;
}

.site-header_mobile_menu-btn:focus-visible {
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4db3f6;
}

.site-header_mobile_logo {
  background-image: url(../images/logo-CAS-color-horizontal.png);
  background-size: contain;
  height: 32px;
  width: 216px;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  display: block;
}

.site-header_mobile_search-btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-image: url(../images/search-square.svg);
  background-size: contain;
  height: 28px;
  width: 28px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.site-header_mobile_search-btn:focus {
  outline: none;
}

.site-header_mobile_search-btn:focus-visible {
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4db3f6;
}

.site-header_mobile_search-dropdown {
  display: none;
  padding: 10px 18px 0;
}

.skip-to-footer {
  display: none;
}

.site-header.www .site-header_mobile_logo {
  background-image: url(../images/logo-inst-color-horizontal.png);
  background-size: contain;
  height: 32px;
  width: 216px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  mix-blend-mode: darken;
}

.site-header.www .site-header_mobile button i {
  background-color: #000;
}

.site-header.college .site-header_mobile_logo {
  background-image: url(../images/logo-CAS-color-horizontal.png);
  background-size: contain;
  height: 32px;
  width: 216px;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  display: block;
}

.site-header.college .site-header_mobile button i {
  background-color: #000;
}

.site-header.cas-header .site-header_inner {
  background-image: url(../images/palatine-topo-2.png);
  background-size: cover;
}

.site-header.cas-header .site-header_logo {
  margin: 36px 0 24px 0;
  mix-blend-mode: darken;
}

.site-header.cas-header .site-header_mobile {
  background-image: url(../images/palatine-topo-2.png);
  background-size: 200%;
  z-index: 9;
  position: relative;
  padding: 10px 0;
}

.site-header.cas-header .site-header_mobile .container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header.cas-header .site-header_mobile .site-header_mobile_menu-btn i {
  background-color: black;
}

.site-header.cas-header .site-header_mobile .site-header_mobile_logo {
  mix-blend-mode: darken;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-header.cas-header .site-header_mobile {
    display: none;
  }
}

#jPanelMenu-menu .site-header_middle {
  display: none;
}

.site-header--law {
  background-color: #0f2703;
  background-image: url(../images/header-green.jpg);
  background-size: 100% calc(100% - 39px);
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
}

.site-header--law .site-header_middle {
  padding: 10px 0 23px;
}

.site-header--law .site-header_logo {
  background-image: url(../images/logo-law-school-2021.png);
  width: 682px;
  height: 51px;
  margin-top: 13px;
  background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-header--law .site-header_logo {
    background-image: url(../images/logo-law-school-2021@2x.png);
  }
}

.site-header--law .site-header_mobile_logo {
  background-image: url(../images/logo-law-school-2021.png);
  max-width: 77%;
  width: 682px;
  height: 51px;
  background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-header--law .site-header_mobile_logo {
    background-image: url(../images/logo-law-school-2021@2x.png);
  }
}

@media only screen and (max-width: 440px) {
  .site-header--law .site-header_mobile_logo {
    width: 70%;
  }
}

.site-header--law .site-header_nav {
  border-top-color: rgba(255, 255, 255, 0.44);
}

.site-header--grad {
  background-color: #0f2703;
  background-image: url(../images/grad-header-gray-A.png);
  background-size: cover;
  background-position: left bottom;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-header--grad .site-header_top {
    background-color: #21211f;
  }
}

.site-header--grad .site-header_middle {
  padding: 10px 0 20px;
}

.site-header--grad .site-header_logo {
  background-image: url(../images/logo-grad-school-2022.png);
  background-size: contain;
  width: 703px;
  height: 51px;
  margin-top: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-header--grad .site-header_logo {
    background-image: url(../images/logo-grad-school-2022@2x.png);
    background-size: contain;
  }
}

.site-header--grad .site-header_mobile_logo {
  background-image: url(../images/logo-grad-school-2022.png);
  max-width: 70%;
  width: 703px;
  height: 51px;
  background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-header--grad .site-header_mobile_logo {
    background-image: url(../images/logo-grad-school-2022@2x.png);
  }
}

@media only screen and (max-width: 440px) {
  .site-header--grad .site-header_mobile_logo {
    width: 70%;
  }
}

.site-header--grad .site-header_nav {
  border-top-color: rgba(255, 255, 255, 0.44);
}

.site-footer-bar_inner {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer-bar_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.site-footer-bar_top {
  padding: 6px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-footer-bar_top {
    background-color: #343430;
  }

  .site-footer-bar_top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer-bar_top {
    order: 3;
    padding-bottom: 10px;
  }
}

.site-footer-bar_top_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex: 1 0 auto;
  color: #cfcfcf;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px !important;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer-bar_top_nav {
    border-top: 1px solid #e79f78;
    padding-top: 10px;
  }
}

.site-footer-bar_top_nav li {
  display: inline-block;
  margin: 0 34px 0 0;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer-bar_top_nav li {
    display: block;
    margin: 0;
  }
}

.site-footer-bar_top_nav a {
  display: block;
}

.site-footer-bar_top_nav a:focus,
.site-footer-bar_top_nav a:hover {
  text-decoration: underline;
}

.site-footer-bar_top_nav a.active {
  text-decoration: underline;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer-bar_top_nav a {
    padding: 5px 0;
    line-height: 1.3;
    color: #555;
  }
}

.site-footer {
  background-color: #C75000;
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
}

.site-footer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/footer-orange.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.63;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-footer::before {
    background-image: url(../images/footer-orange@2x.jpg);
  }
}

.site-footer_panel {
  min-height: 340px;
  overflow: visible;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .site-footer_panel {
    overflow: hidden;
  }
}

.site-footer_image {
  z-index: 1;
  position: relative;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  right: -1px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .site-footer_image::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}

.site-footer_image_caption {
  color: #ffffff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-footer_image_caption {
    position: absolute;
    left: 100%;
    bottom: 30px;
    width: 46vw;
    padding-left: 55px;
  }

  .site-footer_image_caption::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
    background-image: url(../images/arrow-left-white.png);
    background-size: contain;
    height: 12px;
    width: 41px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 992px) and (max-width: 1299px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 768px) and (max-width: 991px) and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-width: 992px) and (max-width: 1299px) and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-width: 1300px) and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 992px) and (max-width: 1299px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 1300px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5),
only screen and (min-width: 992px) and (max-width: 1299px) and (min-device-pixel-ratio: 1.5),
only screen and (min-width: 1300px) and (min-device-pixel-ratio: 1.5) {
  .site-footer_image_caption::before {
    background-image: url(../images/arrow-left-white@2x.png);
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .site-footer_image_caption {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 18px 18px;
  }
}

.site-footer_inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: #f5f5f5;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 40px 6vw 140px 35px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .site-footer_inner {
    padding: 30px 0 38px;
  }
}

.site-footer_inner h5,
.site-footer_inner h6 {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin-top: 0;
  margin-bottom: 6px;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  text-decoration: underline;
  text-transform: lowercase;
}

.site-footer_inner::before {
  background-image: url(../images/shield-white.png);
  background-size: contain;
  height: 428px;
  width: 315px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.22;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .site-footer_inner::before {
    background-image: url(../images/shield-white@2x.png);
  }
}

.site-footer_address {
  font-style: normal;
}

.site-footer_address span,
.site-footer_address a {
  display: block;
}

.site-footer .social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.site-footer .social-links li {
  display: inline-block;
  margin-right: 2px;
}

.site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 1px;
  background-color: #ffffff;
  color: #C75000;
  font-size: 13px;
}

.site-footer .social-links a:hover {
  color: #000;
}

section.social .site-footer .social-links {
  float: right;
  margin: 0 0 0 16px;
}

section.social .site-footer .social-links a {
  color: #ffffff;
  background-color: #C75000;
}

section.social .site-footer .social-links a:hover {
  background-color: #000;
}

section.social .site-footer .social-links li {
  margin: 0;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .site-footer_inner_right {
    position: relative;
    margin-left: 22px;
    padding-left: 40px;
  }

  .site-footer_inner_right::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    height: calc(100% - 14px);
    border-left: 1px solid rgba(255, 255, 255, 0.44);
  }
}

@media only screen and (max-width: 579px) {
  .site-footer_inner_right {
    padding-bottom: 35px;
  }
}

.site-footer_nav {
  color: #f7f7f7;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}

.site-footer_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer_nav li {
  display: block;
  margin: 0;
}

.site-footer_nav a {
  display: block;
}

.site-footer_nav ul+ul {
  margin-top: 21px;
  padding-top: 16px;
  position: relative;
}

.site-footer_nav ul+ul::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.44);
}

@media only screen and (max-width: 767px) {
  .site-footer--cas .site-footer_inner {
    padding: 50px 0 48px;
  }

  .site-footer--cas .site-footer_panel {
    order: 1;
  }

  .site-footer--cas .site-footer_inner::after {
    content: '';
    z-index: -1;
    pointer-events: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(180deg, rgba(225, 105, 25, 0) 0%, #e16919 100%);
  }

  .site-footer--cas .site-footer_panel::after {
    content: '';
    z-index: 1;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, rgba(225, 105, 25, 0) 0%, #e16919 100%);
  }

  .site-footer--cas .site-footer_image {
    top: 1px;
  }
}

.site-footer--law {
  background-color: #113300 !important;
}

.site-footer--law::before {
  display: none;
}

.site-footer--law .social-links a {
  color: #113300;
}

@media only screen and (max-width: 767px) {
  .site-footer--law .site-footer_inner {
    padding: 50px 0 48px;
  }

  .site-footer--law .site-footer_panel {
    order: 1;
  }

  .site-footer--law .site-footer_panel::after {
    content: '';
    z-index: 1;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, rgba(17, 51, 0, 0) 0%, #113300 100%);
  }

  .site-footer--law .site-footer_image {
    top: 1px;
  }
}

.site-footer--grad {
  background-color: #5e5e5e !important;
}

.site-footer--grad::before {
  display: none;
}

.site-footer--grad .social-links a {
  color: #5e5e5e;
}

@media only screen and (max-width: 767px) {
  .site-footer--grad .site-footer_inner {
    padding: 50px 0 48px;
  }

  .site-footer--grad .site-footer_panel {
    order: 1;
  }

  .site-footer--grad .site-footer_panel::after {
    content: '';
    z-index: 1;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, rgba(94, 94, 94, 0) 0%, #5e5e5e 100%);
  }

  .site-footer--grad .site-footer_image {
    top: 1px;
  }
}

.site-main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: auto;
  position: relative;
}

body.right-column_hidden #left-column,
body.right-column_hidden #right-column,
body.left-column_hidden #left-column,
body.left-column_hidden #right-column {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .sidebar {
    padding-top: 107px;
    padding-bottom: 55px;
  }
}

.sidebar .lw_active,
.sidebar .lw_subnav .lw_active {
  color: #cd511c;
}

.sidebar .sidebar_nav .lw_widget_results_navigation>li>.lw_subnav .lw_subnav {
  color: #292723;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .sidebar.sticky {
    padding-top: 65px;
    transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  }

  .sidebar.sticky.is-visible {
    opacity: 1;
  }

  .sidebar.sticky .sidebar_inner {
    z-index: 2;
    position: sticky;
    top: 60px;
  }
}

.sidebar_dropdown:not(.is-mobile) .sidebar_dropdown_btn {
  display: none;
}

.sidebar_dropdown.is-mobile {
  position: relative;
  margin-top: 23px;
  margin-bottom: 28px;
  padding: 0;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .sidebar_dropdown.is-mobile {
    margin-top: 18px;
    margin-bottom: 20px;
  }
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: auto;
  padding: 6px 16px;
  margin: 0;
  border-radius: 2px;
  background-color: #cd511c;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.61;
  text-transform: uppercase;
  text-align: left;
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn:focus {
  outline: none;
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn span.sidebar_dropdown_group_title {
  display: none;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .sidebar_dropdown.is-mobile .sidebar_dropdown_btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 579px) {
  .sidebar_dropdown.is-mobile .sidebar_dropdown_btn {
    width: 100%;
  }
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn a:hover,
.sidebar_dropdown.is-mobile .sidebar_dropdown_btn a:focus {
  color: #ffffff;
  text-decoration: none;
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: '\f0c9';
  vertical-align: bottom;
  margin-right: 10px;
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_btn::after {
  content: ' menu';
}

.sidebar_dropdown.is-mobile .sidebar_dropdown_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease;
  padding: 2px 16px 20px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.05);
  background-color: #eeedec;
}

.sidebar_dropdown.is-mobile.is-expanded .sidebar_dropdown_content {
  z-index: 999;
  position: absolute;
  opacity: 1;
  pointer-events: all;
}

body.academic-landing .sidebar_dropdown.is-mobile.is-expanded .sidebar_dropdown_content {
  position: relative;
}

.sidebar_nav {
  position: relative;
}

.sidebar_nav .sidebar_nav_title {
  display: block;
  margin: 0;
  padding: 0 28px 8px;
  border-bottom: 2px solid #cd511c;
  color: #858585;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_nav .sidebar_nav_title {
    display: none;
  }
}

.sidebar_nav .sidebar_nav_title a:hover,
.sidebar_nav .sidebar_nav_title a:focus {
  color: #393430;
  text-decoration: none;
}

.sidebar_nav .lw_widget_navigation {
  margin: 0;
}

.sidebar_nav .lw_widget_results_navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #42423d;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .sidebar_nav .lw_widget_results_navigation {
    font-size: 18px;
  }
}

.sidebar_nav .lw_widget_results_navigation li {
  margin: 0;
}

.sidebar_nav .lw_widget_results_navigation a,
.sidebar_nav .lw_widget_results_navigation .lw_separator_title {
  display: block;
  font-weight: inherit;
  padding: 0.32em 0 0.32em;
}

.sidebar_nav .lw_widget_results_navigation a:hover,
.sidebar_nav .lw_widget_results_navigation a:focus {
  color: #C75000;
}

.sidebar_nav .lw_widget_results_navigation>li {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #d6d6d6;
}

.sidebar_nav .lw_widget_results_navigation>li>a,
.sidebar_nav .lw_widget_results_navigation>li>.lw_separator_title {
  position: relative;
  display: block;
  padding: 11px 28px 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.sidebar_nav .lw_widget_results_navigation>li>.lw_subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 24px 28px;
  padding-left: 14px;
  color: #292723;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

.sidebar_nav .lw_widget_results_navigation>li>.lw_subnav .lw_subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block !important;
  margin-bottom: 6px;
  padding-left: 14px;
  font-size: 14px;
  font-style: italic;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav>a {
  position: relative;
  padding-right: 46px;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav>a::after {
  content: '';
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -9px;
  background-image: url(../images/chevron-right.svg);
  background-size: contain;
  height: 16px;
  width: 11px;
  background-position: center;
  background-repeat: no-repeat;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav li.lw_is_parent.lw_has_subnav a::after {
  height: 13px;
  margin-top: -6px;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav:not(.lw_separator)>.lw_subnav {
  display: none !important;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav.lw_active>.lw_subnav {
  display: block !important;
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav.lw_active>a::after {
  transform: rotate(90deg);
}

.sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav.lw_expanded>a::after {
  transform: rotate(90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .sidebar_nav .lw_widget_results_navigation>li>a {
    min-height: 68px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_nav .sidebar_nav_title {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar_nav .lw_widget_results_navigation {
    padding: 0;
  }

  .sidebar_nav .lw_widget_results_navigation>li>a,
  .sidebar_nav .lw_widget_results_navigation>li>.lw_separator_title {
    padding: 16px 0 18px;
  }

  .sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav>a {
    padding-right: 28px;
  }

  .sidebar_nav .lw_widget_results_navigation li.lw_is_parent.lw_has_subnav>a::after {
    right: 0;
  }

  .sidebar_nav .lw_widget_results_navigation>li>.lw_subnav {
    margin-left: 18px;
  }
}

.group-socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .group-socials {
    margin-top: 0;
  }
}

.group-socials li {
  display: block;
  margin-bottom: 12px;
}

.group-socials a {
  position: relative;
  display: block;
  padding-left: 45px;
  color: #555;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 32px;
}

.group-socials i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 1px;
  font-size: 18px;
  background-color: #C75000;
  color: #ffffff;
  transition: all 150ms ease;
}

.group-socials a:hover,
.group-socials a:focus {
  text-decoration: underline;
}

.group-socials a:hover i,
.group-socials a:focus i {
  background-color: #a1a1a1;
}

html .tiktok-link,
html .twitter-link,
html .facebook-link,
html .instagram-link,
html .youtube-link,
html .linkedin-link {
  color: #555;
  font-weight: normal;
}

html .tiktok-link::before,
html .twitter-link::before,
html .facebook-link::before,
html .instagram-link::before,
html .youtube-link::before,
html .linkedin-link::before {
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: text-bottom;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 1px;
  font-size: 16px;
  background-color: #C75000;
  color: #ffffff;
  transition: all 150ms ease;
}

html .tiktok-link:hover,
html .tiktok-link:focus,
html .twitter-link:hover,
html .twitter-link:focus,
html .facebook-link:hover,
html .facebook-link:focus,
html .instagram-link:hover,
html .instagram-link:focus,
html .youtube-link:hover,
html .youtube-link:focus,
html .linkedin-link:hover,
html .linkedin-link:focus {
  color: #C75000;
  text-decoration: none !important;
}

html .tiktok-link:hover::before,
html .tiktok-link:focus::before,
html .twitter-link:hover::before,
html .twitter-link:focus::before,
html .facebook-link:hover::before,
html .facebook-link:focus::before,
html .instagram-link:hover::before,
html .instagram-link:focus::before,
html .youtube-link:hover::before,
html .youtube-link:focus::before,
html .linkedin-link:hover::before,
html .linkedin-link:focus::before {
  background-color: #a1a1a1;
}

html .twitter-link::before {
  content: '\f099';
}

html .facebook-link::before {
  content: '\f39e';
}

html .instagram-link::before {
  content: '\f16d';
}

html .youtube-link::before {
  content: '\f167';
}

html .linkedin-link::before {
  content: '\f08c';
}

html .tiktok-link:before {
  content: "\f97b";
}

.contact-box {
  margin-top: 30px;
  border-radius: 1px;
  color: #343430;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .contact-box {
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .contact-box {
    background-color: #f7f7f7;
  }
}

.contact-box .contact-box_button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 10px 14px;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.9px;
  text-transform: uppercase;
  text-align: center;
}

.contact-box .contact-box_button:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .contact-box .contact-box_button {
    transition: background-color 150ms ease;
  }

  .contact-box .contact-box_button:hover {
    background-color: #d9d9d9;
  }

  .contact-box .contact-box_button:focus {
    outline: 2px dotted #4DB3F6;
    outline: auto 6px -webkit-focus-ring-color;
    outline-color: #4DB3F6;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .contact-box .contact-box_button {
    pointer-events: none;
    font-size: 24px;
  }
}

.contact-box .contact-box_content {
  padding: 5px 10px 20px;
  text-align: center;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .contact-box .contact-box_content {
    display: block !important;
  }
}

.contact-box .contact-box_content a {
  color: #C75000;
  text-decoration: underline;
}

.contact-box .contact-box_content a[href^="mailto:"] {
  word-break: break-all;
}

.contact-box .contact-box_content .lw_item_thumb {
  display: block;
  line-height: 0;
}

.contact-box .contact-box_content .lw_item_thumb a {
  display: inline-block;
}

.contact-box .contact-box_content .lw_item_thumb img {
  border-radius: 50%;
}

.contact-box .contact-box_content .vcard>p strong {
  margin-right: 6px;
}

.contact-box .contact-box_content p.adr>span.organization-name {
  display: block;
}

.contact-box .contact-box_name {
  margin: 5px 0 3px;
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.contact-box .contact-box_name a {
  color: inherit;
  text-decoration: none;
}

.contact-box .contact-box_title {
  margin-bottom: 7px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.contact-box .contact-box_email,
.contact-box .contact-box_phone {
  margin-bottom: 1px;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-box .vcard-related ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-box .vcard-related a[href*="facebook.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="facebook.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f39e";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="facebook.com"]:hover,
.contact-box .vcard-related a[href*="facebook.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="facebook.com"]:hover::before,
.contact-box .vcard-related a[href*="facebook.com"]:focus::before {
  background-color: #a1a1a1;
}

.contact-box .vcard-related a[href*="twitter.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="twitter.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f099";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="twitter.com"]:hover,
.contact-box .vcard-related a[href*="twitter.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="twitter.com"]:hover::before,
.contact-box .vcard-related a[href*="twitter.com"]:focus::before {
  background-color: #a1a1a1;
}

.contact-box .vcard-related a[href*="instagram.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="instagram.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f16d";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="instagram.com"]:hover,
.contact-box .vcard-related a[href*="instagram.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="instagram.com"]:hover::before,
.contact-box .vcard-related a[href*="instagram.com"]:focus::before {
  background-color: #a1a1a1;
}

.contact-box .vcard-related a[href*="tiktok.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="tiktok.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f97b";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="tiktok.com"]:hover,
.contact-box .vcard-related a[href*="tiktok.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="tiktok.com"]:hover::before,
.contact-box .vcard-related a[href*="tiktok.com"]:focus::before {
  background-color: #a1a1a1;
}

.contact-box .vcard-related a[href*="youtube.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="youtube.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f167";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="youtube.com"]:hover,
.contact-box .vcard-related a[href*="youtube.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="youtube.com"]:hover::before,
.contact-box .vcard-related a[href*="youtube.com"]:focus::before {
  background-color: #a1a1a1;
}

.contact-box .vcard-related a[href*="linkedin.com"] {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.contact-box .vcard-related a[href*="linkedin.com"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f08c";
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  font-size: 14px;
  background-color: #cd511c;
  color: #ffffff;
  transition: all 150ms ease;
}

.contact-box .vcard-related a[href*="linkedin.com"]:hover,
.contact-box .vcard-related a[href*="linkedin.com"]:focus {
  color: inherit;
  text-decoration: underline;
}

.contact-box .vcard-related a[href*="linkedin.com"]:hover::before,
.contact-box .vcard-related a[href*="linkedin.com"]:focus::before {
  background-color: #a1a1a1;
}

.lw_widget_id_8323 .contact-box {
  background-color: transparent;
  border: 0px solid transparent;
}

.lw_widget_id_8323 .lw_paginate {
  display: none;
}

.callout-box {
  position: relative;
  border: 1px solid #d6d6d6;
  font-family: ltc-goudy-oldstyle-pro, serif;
  line-height: 1.35;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .callout-box {
    padding: 39px 74px;
    margin: 50px 0px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 579px) {
  .callout-box {
    padding: 24px;
    margin: 30px 0px;
    font-size: 2.2rem;
  }
}

.callout-box a:last-child {
  display: inline-block;
  color: #cd511c;
  font-weight: 700;
}

.callout-box a:last-child::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-right: -15px;
  background-image: url(../images/arrow-right-orange.svg);
  background-size: contain;
  height: 10px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-full {
  position: relative;
  background-color: #272727;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-full {
    height: 690px;
  }
}

.hero-full .hero-full_inner {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-full .hero-full_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-full .hero-full_panel {
  background-color: #393430;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-full .hero-full_panel {
    position: absolute;
    left: 18px;
    bottom: 60px;
    max-width: 54%;
    padding: 25px 60px;
  }
}

@media (min-width: 1320px) {
  .hero-full .hero-full_panel {
    left: 0;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-full .hero-full_panel {
    position: relative;
    width: 100%;
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 435px) {
  .hero-full .hero-full_panel {
    padding: 12px 14px 13px;
  }
}

.hero-full .hero-full_panel::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/gray.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.15;
  pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .hero-full .hero-full_panel::before {
    background-image: url(../images/gray@2x.png);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-full .hero-full_panel::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 33px;
    border-left: 1px solid #C75000;
  }
}

.hero-full .hero-full_title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 0.94;
  margin-top: 6px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .hero-full .hero-full_title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-full .hero-full_title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-full .hero-full_title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 579px) {
  .hero-full .hero-full_title {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.hero-full .hero-full_title:hover,
.hero-full .hero-full_title:focus {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-full .hero-full_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }

  .hero-full .hero-full_image::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-full .hero-full_image {
    position: relative;
    width: 100%;
    display: block;
    height: 70vw;
    overflow: hidden;
  }
}

@media only screen and (max-width: 579px) {
  .hero-full .hero-full_image {
    height: 80vw;
  }
}

.hero-full .hero-full_image .lw_preview_image {
  pointer-events: none;
}

.hero-full .hero-full_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-full .hero-full_image img {
    max-height: 100%;
  }
}

.hero-full .hero-full_image_caption {
  color: #ffffff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.hero-full .hero-full_image_caption a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-full .hero-full_image_caption {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 45vw;
    padding: 0 46px 17px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-full .hero-full_image_caption {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 9px 18px 13px;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translateY(100%);
    transition: all 320ms ease;
  }

  .hero-full .hero-full_image_caption::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: '\f078';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 18px;
    width: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1px 1px 0 0;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #cfcfcf;
  }

  .hero-full .hero-full_image_caption[aria-expanded="true"] {
    transform: translateY(0);
  }

  .hero-full .hero-full_image_caption[aria-expanded="true"]::before {
    transform: rotate(-180deg);
  }
}

.hero-split {
  position: relative;
  background-color: #272727;
  color: #ffffff;
}

.hero-split::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/gray.png);
  background-size: 921px 692px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.15;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .hero-split::before {
    background-image: url(../images/gray@2x.png);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-split {
    height: 690px;
  }
}

.hero-split .hero-split_inner {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-split .hero-split_inner {
    height: 690px;
    padding-top: 62px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_inner {
    z-index: 1;
    position: static;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.hero-split .hero-split_title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-size: 96px;
  letter-spacing: -2px;
  line-height: 0.94;
  margin-top: 15px;
  margin-bottom: 22px;
}

.hero-split .hero-split_title.smaller {
  font-size: 74px;
  line-height: 0.9;
  letter-spacing: -4px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-split .hero-split_title.smaller {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 435px) {
  .hero-split .hero-split_title {
    font-size: 50px;
  }
}

.hero-split .hero-split_title:hover,
.hero-split .hero-split_title:focus {
  color: #ffffff;
}

.hero-split .hero-split_blurb {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
}

.hero-split .hero-split_blurb a {
  color: #C75000;
  font-weight: 700;
}

.hero-split .hero-split_blurb a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-split .hero-split_blurb {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_blurb {
    margin-bottom: 53px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-split .hero-split_bottom {
    position: absolute;
    bottom: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_bottom {
    display: none;
  }
}

.hero-split .hero-split_image {
  overflow: hidden;
}

.hero-split .hero-split_image .lw_preview_image {
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-split .hero-split_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
  }

  .hero-split .hero-split_image::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_image {
    position: relative;
    width: 100%;
    display: block;
    height: 70vw;
  }
}

@media only screen and (max-width: 579px) {
  .hero-split .hero-split_image {
    height: 80vw;
  }
}

.hero-split .hero-split_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_image img {
    max-width: 100%;
  }
}

.hero-split .hero-split_image_caption {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.hero-split .hero-split_image_caption a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .hero-split .hero-split_image_caption {
    padding: 0 46px 17px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .hero-split_image_caption {
    width: 100%;
    padding: 9px 18px 13px;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translateY(100%);
    transition: all 320ms ease;
  }

  .hero-split .hero-split_image_caption::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: '\f078';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 18px;
    width: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1px 1px 0 0;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #cfcfcf;
  }

  .hero-split .hero-split_image_caption[aria-expanded="true"] {
    transform: translateY(0);
  }

  .hero-split .hero-split_image_caption[aria-expanded="true"]::before {
    transform: rotate(-180deg);
  }
}

.majors-button {
  position: relative;
}

.majors-button .majors-button_btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px 20px 18px;
  border-radius: 2px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #343430;
  background-color: #ebebeb;
  transition: background-color 150ms ease;
}

.majors-button .majors-button_btn:focus {
  outline: none;
}

.majors-button .majors-button_btn:hover {
  background-color: #d2d2d2;
}

.majors-button .majors-button_btn:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.hero-split .majors-button .majors-button_btn {
  display: inline-block;
  width: auto;
  background-color: #fff;
}

.hero-split .majors-button .majors-button_btn:hover {
  background-color: #e6e6e6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .majors-button .majors-button_btn {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #e0e0e0;
  }

  .majors-button .majors-button_btn::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -2px;
    margin-top: -9px;
    background-image: url(../images/chevron-right.svg);
    background-size: contain;
    height: 16px;
    width: 11px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.majors-button .majors-button_btn_icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 17px;
  margin-right: 9px;
  margin-bottom: -3px;
}

.majors-button .majors-button_btn_icon i {
  position: absolute;
  left: 0px;
  height: 3px;
  width: 24px;
  border-radius: 3px;
  background-color: #393430;
}

.majors-button .majors-button_btn_icon i:nth-of-type(1) {
  top: 0px;
}

.majors-button .majors-button_btn_icon i:nth-of-type(2) {
  top: 7px;
}

.majors-button .majors-button_btn_icon i:nth-of-type(3) {
  top: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .hero-split .majors-button .majors-button_btn_icon {
    display: none;
  }
}

.majors-button.is-active .majors-button_overlay {
  pointer-events: all;
  opacity: 1;
}

.majors-button .majors-button_overlay {
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow-y: scroll;
  background-color: rgba(205, 81, 28, 0.98);
  color: #ffffff;
}

@media only screen and (min-width: 1300px) {
  .majors-button .majors-button_overlay {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .majors-button .majors-button_overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.majors-button .majors-button_overlay>.container {
  position: relative;
  margin: 0 18px;
  max-width: calc(100% - 18px - 18px);
  padding: 30px 40px 55px;
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.majors-button .majors-button_overlay h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
}

.majors-button .majors-button_overlay p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 1px 0 2px;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.majors-button .majors-button_overlay a {
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}

.majors-button .majors-button_overlay a:hover {
  text-decoration: underline;
}

.majors-button .majors-button_close {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 28px;
  height: 28px;
}

.majors-button .majors-button_close:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .majors-button .majors-button_close {
    right: 18px;
  }
}

.majors-button .majors-button_close::before,
.majors-button .majors-button_close::after {
  content: '';
  position: absolute;
  display: block;
  width: 28px;
  border-top: 3px solid #f7f7f7;
  transition: border-color 150ms ease;
}

.majors-button .majors-button_close::before {
  transform: rotateZ(45deg);
}

.majors-button .majors-button_close::after {
  transform: rotateZ(-45deg);
}

.majors-button .majors-button_close:hover::before,
.majors-button .majors-button_close:hover::after {
  border-color: #d8d8d8;
}

.majors-button .majors-button_close:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.form-control,
.lw_forms_form select,
.lw_forms_form input[type="text"],
.lw_forms_form textarea {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.8rem;
  line-height: 1.29;
  font-weight: 300;
  color: #666666;
  height: auto;
  padding: 1rem 1rem;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}

.form-btn,
.lw_forms_form input[type="button"],
.lw_forms_form input[type="submit"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 25px;
  border-radius: 2px;
  background-color: #343430;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease;
}

.form-btn:focus,
.lw_forms_form input:focus[type="button"],
.lw_forms_form input:focus[type="submit"] {
  outline: none;
}

.form-btn:hover,
.lw_forms_form input:hover[type="button"],
.lw_forms_form input:hover[type="submit"],
.form-btn:focus,
.lw_forms_form input:focus[type="button"],
.lw_forms_form input:focus[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #C75000;
  text-decoration: none;
}

.form-btn.focus,
.lw_forms_form input.focus[type="button"],
.lw_forms_form input.focus[type="submit"] {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.lw_forms_intro {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 38px;
}

.lw_forms_form {
  margin: 25px 0;
  padding: 26px 38px 35px;
  border-radius: 1px;
  background-color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 300;
  color: #666666;
}

.lw_forms_form::after {
  display: block;
  clear: both;
  content: "";
}

.lw_forms_form h2,
.lw_forms_form h3,
.lw_forms_form h4 {
  color: #666666;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.lw_forms_form .lw_forms_fieldset {
  margin-bottom: 12px;
  border: none;
  padding: 0;
}

.lw_forms_form .lw_forms_fieldset::after {
  display: block;
  clear: both;
  content: "";
}

.lw_forms_form .lw_forms_label,
.lw_forms_form label[for="captcha_answer"] {
  display: block;
  margin-bottom: 4px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 300;
  color: #666666;
}

.lw_forms_form .lw_forms_instruction {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 300;
  color: #393430;
}

.lw_forms_form .lw_uploads_files {
  list-style-type: none;
}

.lw_forms_form .lw_forms_radio,
.lw_forms_form .lw_forms_checkbox {
  margin-top: 15px;
  margin-bottom: 8px;
}

.lw_forms_form .lw_forms_radio input,
.lw_forms_form .lw_forms_checkbox input {
  vertical-align: text-bottom;
  margin: 0 7px 2px 0;
}

.lw_forms_form input[name="upload"]+span {
  font-size: 1.4rem;
}

.lw_forms_form input[type="button"] {
  margin-bottom: 5px;
}

.lw_forms_form input[type="submit"] {
  margin-top: 30px;
  margin-bottom: 5px;
  float: right;
}

.emergency-alert {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 16px 0 18px;
  background-color: #343430;
  color: #f5f5f5;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .emergency-alert {
    font-size: 1.7rem;
  }
}

.emergency-alert_inner {
  position: relative;
  padding-left: 55px;
}

.emergency-alert_inner::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -15px;
  background-image: url(../images/exclamation-square.svg);
  background-size: contain;
  height: 32px;
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

div.lw_widget:has(.emergency-alert) {
  z-index: 1000;
  position: relative;
}

div.lw_widget:has(.emergency-alert)+.hero-feature .logo,
div.lw_widget:has(.emergency-alert)+.hero-feature .video-hero .overlay {
  top: 60px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

  div.lw_widget:has(.emergency-alert)+.hero-feature .logo,
  div.lw_widget:has(.emergency-alert)+.hero-feature .video-hero .overlay {
    top: 150px;
  }
}

.details-label {
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 2px;
  border-radius: 1px;
  background-color: #C75000;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
}

.news-details-page .details-label {
  margin-top: 40px;
}

.details-related ul {
  padding-left: 0;
}

.details-related li {
  position: relative;
  padding-left: 25px;
  list-style-type: none;
}

.details-related li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 2px;
  height: .3em;
  width: .3em;
  background-color: #C75000;
  transform: rotate(45deg);
}

.details-related a {
  display: block;
  color: #555555;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 500;
}

.details-related a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: '\f35d';
  color: #C75000;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-right: -26px;
  transition: transform 150ms ease;
}

.details-related a:hover::after,
.details-related a:focus::after {
  transform: scale(1.3) translateX(3px) translateY(-1px);
}

.details-related picture,
.details-related img {
  display: none;
}

.lw_slideshow_wrapper {
  margin-top: 55px;
  margin-bottom: 30px;
}

.lw_slideshow_wrapper>li .lw_news_credit,
.lw_slideshow_wrapper>li .lw_news_caption {
  max-width: 100%;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.lw_slideshow_wrapper>li .lw_news_credit a,
.lw_slideshow_wrapper>li .lw_news_caption a {
  color: #C75000;
  font-weight: 700;
  text-decoration: none;
}

.lw_slideshow_wrapper>li .lw_news_credit a:hover,
.lw_slideshow_wrapper>li .lw_news_credit a:focus,
.lw_slideshow_wrapper>li .lw_news_caption a:hover,
.lw_slideshow_wrapper>li .lw_news_caption a:focus {
  text-decoration: underline;
}

.lw_slideshow_wrapper .lw_slideshow_controls {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.lw_slideshow_wrapper .lw_slideshow_controls a {
  color: #C75000;
}

.lw_slideshow_wrapper .lw_slideshow_controls a:hover {
  text-decoration: underline;
}

.lw_widget_saveandshare {
  margin-top: 2px;
  margin-bottom: 20px;
}

.lw_widget_saveandshare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lw_widget_saveandshare li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.lw_widget_saveandshare a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 1px;
  background-color: #666666;
  color: #ffffff;
  font-size: 18px;
  transition: all 150ms ease;
}

.lw_widget_saveandshare a:hover,
.lw_widget_saveandshare a:focus {
  color: #ffffff;
  background-color: #C75000;
}

.lw_widget_saveandshare .permalink {
  display: none;
}

.rich-text table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border: 1px solid #e8e7e6;
  border-collapse: collapse;
  font-size: 1.6rem;
  color: #666666;
}

.rich-text table td,
.rich-text table th {
  line-height: 1.1;
  text-align: left;
  vertical-align: top;
}

.rich-text table td p:last-child,
.rich-text table th p:last-child {
  margin-bottom: 0;
}

table.data.data.has-header tr:first-child td *,
table.data.data.has-header tr:first-child th *,
table.data.data thead tr:first-child td *,
table.data.data thead tr:first-child th * {
  color: #555555;
  line-height: 1.2;
  text-transform: none;
}

table.data.data thead tr:first-child td,
table.data.data thead tr:first-child th {
  background-color: #f7f7f7;
}

table.data.data.has-header tbody>tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}

table.data.data:not(.has-header) tbody>tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}

table.data.data:not(.has-header) thead+tbody>tr:nth-child(2n+1) td {
  background-color: #fff;
}

table.data.data:not(.has-header) thead+tbody>tr:nth-child(2n+2) td {
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  table.data.data {
    border: none;
  }
}

.quoted-profiles-widget {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .quoted-profiles-widget {
    height: calc(110px + 405px + 110px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1300px) {
  .quoted-profiles-widget {
    height: calc(66px + 454px + 66px);
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .quoted-profiles-widget {
    height: 460px;
  }
}

@media only screen and (max-width: 579px) {
  .quoted-profiles-widget {
    margin-top: 35px;
    margin-bottom: 35px;
    height: calc(66px + 454px + 66px);
  }
}

@media (max-width: 1100px) {
  .quoted-profiles-widget {
    margin-left: 20px;
  }
}

.quoted-profiles-widget_btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
  position: absolute;
  left: -25px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.quoted-profiles-widget_btn:focus {
  outline: none;
}

.quoted-profiles-widget_btn:nth-of-type(1) {
  top: 66px;
}

.quoted-profiles-widget_btn:nth-of-type(2) {
  top: calc(66px + 50px + 16px);
}

.quoted-profiles-widget_btn:nth-of-type(3) {
  top: calc(66px + 50px + 16px + 50px + 16px);
}

.quoted-profiles-widget_btn img {
  opacity: 0.4;
  transition: opacity 280ms ease;
}

.quoted-profiles-widget_btn:hover img,
.quoted-profiles-widget_btn:focus img {
  opacity: 0.6;
}

.quoted-profiles-widget_btn.is-active img {
  opacity: 1;
}

.quoted-profile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .quoted-profile {
    padding-right: 180px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .quoted-profile {
    text-align: center;
  }
}

.quoted-profile.is-active {
  z-index: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 600ms ease 100ms;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .quoted-profile .quoted-profile_image {
    position: absolute;
    right: 0;
    top: 110px;
    max-width: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1300px) {
  .quoted-profile .quoted-profile_image {
    position: absolute;
    right: 0;
    top: 66px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .quoted-profile .quoted-profile_image {
    display: none;
  }
}

.quoted-profile .quoted-profile_image img {
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.quoted-profile .quoted-profile_image a:hover img,
.quoted-profile .quoted-profile_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.quoted-profile .quoted-profile_box {
  overflow: hidden;
  height: 100%;
  border: 1px solid #d6d6d6;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .quoted-profile .quoted-profile_box {
    padding: 140px 200px 18px 68px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .quoted-profile .quoted-profile_box {
    padding: 120px 150px 18px 68px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quoted-profile .quoted-profile_box {
    padding: 110px 200px 18px 68px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .quoted-profile .quoted-profile_box {
    padding: 90px 68px 22px 68px;
  }
}

@media only screen and (max-width: 579px) {
  .quoted-profile .quoted-profile_box {
    padding: 90px 14vw 22px 14vw;
  }
}

.quoted-profile .quoted-profile_quote {
  position: relative;
  display: block;
  margin-bottom: 36px;
  color: #393430;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 435px),
only screen and (min-width: 992px) and (max-width: 1299px) {
  .quoted-profile .quoted-profile_quote {
    font-size: 2rem;
  }
}

.quoted-profile .quoted-profile_quote::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -17px;
  background-image: url(../images/quotes-orange.png);
  background-size: contain;
  height: 28px;
  width: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .quoted-profile .quoted-profile_quote::before {
    background-image: url(../images/quotes-orange@2x.png);
  }
}

.quoted-profile .quoted-profile_name {
  display: block;
  color: #393430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.87;
  text-transform: uppercase;
}

.quoted-profile .quoted-profile_meta {
  margin-top: 2px;
  display: block;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.38;
}

.quoted-profile .quoted-profile_link {
  display: block;
  margin-top: 60px;
  color: #cd511c;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 435px) {
  .quoted-profile .quoted-profile_link {
    font-size: 1.4rem;
  }
}

.quoted-profile .quoted-profile_link::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-right: -15px;
  background-image: url(../images/arrow-right-orange.svg);
  background-size: contain;
  height: 10px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-box {
  position: relative;
  border: 1px solid #d6d6d6;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .profile-box {
    padding: 51px 74px 39px 188px;
    margin: 50px 0px 50px 50px;
  }
}

@media only screen and (max-width: 579px) {
  .profile-box {
    padding: 40px 24px 24px;
    margin: 40px 0px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .profile-box .profile-box_image {
    position: absolute;
    left: -49px;
    top: 40px;
  }
}

@media only screen and (max-width: 579px) {
  .profile-box .profile-box_image {
    position: relative;
    display: inline-block;
  }
}

.profile-box .profile-box_image img {
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.profile-box .profile-box_image a:hover img,
.profile-box .profile-box_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.profile-box .profile-box_name {
  margin: 0;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
}

.profile-box .profile-box_name a {
  color: inherit;
}

.profile-box .profile-box_name a:hover,
.profile-box .profile-box_name a:focus {
  text-decoration: underline;
}

.profile-box .profile-box_meta {
  display: block;
  margin-bottom: 17px;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 300;
}

.profile-box .quoted-profile_quote {
  padding-bottom: 1em;
}

.profile-box .profile-box_field {
  display: block;
  margin-bottom: 12px;
  color: #555555;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.50;
}

.profile-box .profile-box_field strong {
  font-weight: 700;
}

.profile-box .profile-box_link {
  display: block;
  margin-top: 25px;
  color: #cd511c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 435px) {
  .profile-box .profile-box_link {
    font-size: 1.4rem;
  }
}

.profile-box .profile-box_link::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-right: -15px;
  background-image: url(../images/arrow-right-orange.svg);
  background-size: contain;
  height: 10px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.profile-list .profile-list_item {
  display: flex;
  margin-bottom: 32px;
}

.profile-list .profile-list_item_image {
  flex: 0 0 auto;
  display: block;
  margin-right: 30px;
}

.lw_widget_column_wrapper .profile-list .profile-list_item_image {
  margin-right: 18px;
}

.profile-list .profile-list_item_image img {
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.profile-list .profile-list_item_image a:hover img,
.profile-list .profile-list_item_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.profile-list .profile-list_item_text {
  display: block;
  margin-right: 30px;
}

.lw_widget_column_wrapper .profile-list .profile-list_item_text {
  margin-right: 0;
}

.profile-list .profile-list_meta {
  display: block;
  margin-bottom: -2px;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.2;
}

.lw_widget_column_wrapper .profile-list .profile-list_meta {
  margin-bottom: 6px;
  line-height: 1.1;
}

.profile-list .profile-list_name {
  margin: 0;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
}

.lw_widget_column_wrapper .profile-list .profile-list_name {
  font-size: 1.8rem;
  line-height: 1.1;
}

.profile-list .profile-list_name a {
  color: inherit;
}

.profile-list .profile-list_name a:hover,
.profile-list .profile-list_name a:focus {
  color: inherit;
  text-decoration: underline;
}

.profile-list-long-description {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .profile-list-long-description .profile-list_item {
    display: flex;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 579px) {
  .profile-list-long-description .profile-list_item {
    display: block;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .profile-list-long-description .profile-list_item_image {
    flex: 0 0 auto;
    display: block;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 579px) {
  .profile-list-long-description .profile-list_item_image {
    display: block;
    margin-right: 30px;
  }
}

.lw_widget_column_wrapper .profile-list-long-description .profile-list_item_image {
  margin-right: 18px;
}

.profile-list-long-description .profile-list_item_image img {
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.profile-list-long-description .profile-list_item_image a:hover img,
.profile-list-long-description .profile-list_item_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.profile-list-long-description .profile-list_item_text {
  display: block;
  margin-right: 30px;
}

.lw_widget_column_wrapper .profile-list-long-description .profile-list_item_text {
  margin-right: 0;
}

.profile-list-long-description .profile-list_meta {
  display: block;
  margin-bottom: -2px;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.2;
}

.lw_widget_column_wrapper .profile-list-long-description .profile-list_meta {
  margin-bottom: 6px;
  line-height: 1.1;
}

.profile-list-long-description .profile-list_name {
  margin: 0;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
}

.lw_widget_column_wrapper .profile-list-long-description .profile-list_name {
  font-size: 1.8rem;
  line-height: 1.1;
}

.profile-list-long-description .profile-list_name a {
  color: inherit;
}

.profile-list-long-description .profile-list_name a:hover,
.profile-list-long-description .profile-list_name a:focus {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .bulletin {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .bulletin .bulletin_image {
    flex: 0 0 350px;
    max-width: 40%;
  }
}

@media only screen and (max-width: 579px) {
  .bulletin .bulletin_image {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .bulletin .bulletin_image+.bulletin_image {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 579px) {
  .bulletin .bulletin_image+.bulletin_image {
    margin-top: 35px;
  }
}

.bulletin .bulletin_image img {
  display: block;
  margin: 0 0 9px 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.bulletin .bulletin_image a:hover img,
.bulletin .bulletin_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.bulletin .bulletin_meta {
  display: block;
  margin: 0;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1;
}

.bulletin .bulletin_headline {
  margin: 0;
  color: #42423d;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.bulletin .bulletin_headline a {
  color: inherit;
}

.bulletin .bulletin_headline a:hover,
.bulletin .bulletin_headline a:focus {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .bulletin .bulletin_list {
    flex: 1 1 auto;
    padding-left: 55px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1299px) {
  .bulletin .bulletin_list {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 579px) {
  .bulletin .bulletin_list {
    border-top: 1px solid #dbdbdb;
  }
}

.bulletin .bulletin_list_item {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 16px 0;
  border-bottom: 1px solid #dbdbdb;
}

.bulletin .bulletin_list_item_inner .bulletin_meta {
  margin-top: -16px;
}

.bulletin-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bulletin-list .bulletin-list_item {
  display: flex;
  margin-bottom: 32px;
}

.bulletin-list .bulletin-list_item_image {
  flex: 0 0 auto;
  display: block;
  margin-right: 30px;
}

.lw_widget_column_wrapper .bulletin-list .bulletin-list_item_image {
  margin-right: 18px;
}

.bulletin-list .bulletin-list_item_image img {
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.bulletin-list .bulletin-list_item_image a:hover img,
.bulletin-list .bulletin-list_item_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.bulletin-list .bulletin-list_item_text {
  display: block;
  margin-right: 30px;
}

.lw_widget_column_wrapper .bulletin-list .bulletin-list_item_text {
  margin-right: 0;
}

.bulletin-list .bulletin-list_meta {
  display: block;
  margin-bottom: -2px;
  color: #606060;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.2;
}

.lw_widget_column_wrapper .bulletin-list .bulletin-list_meta {
  margin-bottom: 6px;
  line-height: 1.1;
}

.bulletin-list .bulletin-list_summary {
  display: block;
  margin-bottom: -2px;
  margin-top: 6px;
  color: #606060;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.lw_widget_column_wrapper .bulletin-list .bulletin-list_summary {
  margin-bottom: 6px;
  line-height: 1.1;
}

.bulletin-list .bulletin-list_headline {
  margin: 0;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
}

.lw_widget_column_wrapper .bulletin-list .bulletin-list_headline {
  font-size: 1.8rem;
  line-height: 1.1;
}

.bulletin-list .bulletin-list_headline a {
  color: inherit;
}

.bulletin-list .bulletin-list_headline a:hover,
.bulletin-list .bulletin-list_headline a:focus {
  color: inherit;
  text-decoration: underline;
}

.feature {
  background-color: #f7f7f7;
  color: #343430;
}

.dark .feature {
  background-color: #343430;
  color: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .feature {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

.feature .feature_image {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .feature .feature_image {
    order: 2;
    flex: 0 0 482px;
    min-height: 390px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .feature .feature_image {
    max-width: 50%;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .feature .feature_image {
    max-height: 500px;
  }

  .feature .feature_image::after {
    content: '';
    display: block;
    padding-bottom: calc(390 / 482 * 100%);
  }
}

.feature .feature_image img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  display: block;
  margin: 0;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .feature .feature_image img {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .feature .feature_image img {
    left: 0;
    top: 0;
  }
}

.feature .feature_image a:hover img,
.feature .feature_image a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.feature .feature_text {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .feature .feature_text {
    flex: 0 1 auto;
    padding-right: 35px;
    padding: 40px 40px 90px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .feature .feature_text {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .feature .feature_text {
    padding: 5vw 5vw 7vw 5vw;
  }
}

.feature .feature_meta {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C75000;
  color: #666666;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 1.6rem;
  line-height: 1;
  font-style: italic;
}

.dark .feature .feature_meta {
  color: #d6d6d6;
}

.feature .feature_headline {
  margin: 0 0 9px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  color: #343430;
}

.dark .feature .feature_headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7f7f7;
}

.feature .feature_headline a {
  color: inherit;
}

.feature .feature_headline a:hover,
.feature .feature_headline a:focus {
  color: inherit;
  text-decoration: none;
}

.feature .feature_summary {
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 300;
  color: #666666;
}

.dark .feature .feature_summary {
  color: #ffffff;
}

.feature .feature_link {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 25px;
  border-radius: 2px;
  background-color: #343430;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease;
}

.feature .feature_link:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .feature .feature_link {
    position: absolute;
    bottom: 28px;
    left: 40px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .feature .feature_link {
    margin-top: 40px;
  }
}

.feature .feature_link:hover,
.feature .feature_link:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  background-color: #C75000;
  text-decoration: none;
}

.feature .feature_link.focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.dark .feature .feature_link {
  border: 1px solid transparent;
  background-color: #C75000;
  color: #ffffff;
}

.dark .feature .feature_link:hover,
.dark .feature .feature_link:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f7;
  color: #C75000;
  border-color: #C75000;
}

.announcement.announcement {
  margin: 60px 0;
  border-radius: 2px;
  padding: 48px 130px 56px;
  background-color: #343430;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .announcement.announcement {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.announcement.announcement .announcement_icon {
  display: inline-block;
  margin-top: -18px;
  margin-bottom: 18px;
}

.announcement.announcement .announcement_icon.critical {
  background-image: url(../images/exclamation-square.svg);
  background-size: contain;
  height: 32px;
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.announcement.announcement .announcement_headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px;
  color: #f7f7f7;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.announcement.announcement a:not(.btn-small-style-1):not(.btn-small-style-2):not(.btn-small-style-3) {
  color: #ffc8b0;
  font-weight: normal;
  text-decoration: underline;
}

.announcement.announcement a:not(.btn-small-style-1):not(.btn-small-style-2):not(.btn-small-style-3):hover,
.announcement.announcement a:not(.btn-small-style-1):not(.btn-small-style-2):not(.btn-small-style-3):focus {
  color: #ffac87;
  text-decoration: underline;
}

.announcement.announcement a.btn-small-style-1,
.announcement.announcement a.btn-small-style-2,
.announcement.announcement a.btn-small-style-3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: #C75000;
}

.statistics {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.statistics .statistics_slide {
  width: 100% !important;
  height: auto !important;
  align-self: stretch;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.statistics .statistics_box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #111;
  color: #f7f7f7;
  text-align: center;
  padding: 84px 75px 100px;
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.15);
}

.statistics .statistics_box::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  background-image: url(../images/gray-2.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .statistics .statistics_box::before {
    background-image: url(../images/gray-2@2x.png);
  }
}

.statistics .statistics_box::after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 1px solid #C75000;
}

.statistics .statistics_box_inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.statistics .statistics_headline {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 6rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .statistics .statistics_headline {
    font-size: 9.6rem;
  }
}

.statistics .statistics_headline-small {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 6rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .statistics .statistics_headline-small {
    font-size: 8.6rem;
  }
}

.statistics .statistics_headline_quote {
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 3rem;
  line-height: 0.87;
  margin-top: 0;
  margin-bottom: 1px;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .statistics .statistics_headline_quote {
    font-size: 3.1rem;
  }
}

.statistics .statistics_summary {
  color: #f7f7f7;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
}

.statistics .statistics_summary a {
  color: inherit;
  text-decoration: underline;
}

.statistics .statistics_summary a:hover,
.statistics .statistics_summary a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.statistics .statistics_summary_quote {
  color: #f7f7f7;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.statistics .statistics_summary_quote a {
  color: inherit;
  text-decoration: underline;
}

.statistics .statistics_summary_quote a:hover,
.statistics .statistics_summary_quote a:focus {
  color: inherit;
  text-decoration: underline;
  opacity: 0.85;
}

.statistics .statistics_pagination.statistics_pagination {
  z-index: 1;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistics .statistics_pagination.statistics_pagination .swiper-pagination-bullet.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #858585;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 3px;
}

.statistics .statistics_pagination.statistics_pagination .swiper-pagination-bullet.swiper-pagination-bullet:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.statistics .statistics_pagination.statistics_pagination .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d6d6d6;
}

.statistics.swiper-container-initialized .statistics_pagination {
  opacity: 1;
}

.statistics.has-image .statistics_image {
  display: block;
  line-height: 0;
}

.statistics.has-image .statistics_image img {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .statistics.has-image .statistics_slide {
    display: flex;
    align-items: center;
  }

  .statistics.has-image .statistics_box {
    order: 1;
    flex: 0 0 auto;
    width: 410px;
    height: 410px;
  }

  .statistics.has-image .statistics_pagination {
    width: 410px;
    bottom: 95px;
  }

  .statistics.has-image .statistics_image {
    order: 2;
    flex: 0 0 auto;
    margin-left: -10%;
    max-width: 60%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .statistics.has-image .statistics_box {
    width: 360px;
    height: 360px;
  }

  .statistics.has-image .statistics_pagination {
    width: 360px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .statistics.has-image .statistics_slide {
    position: relative;
    padding-top: 300px;
  }

  .statistics.has-image .statistics_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statistics.has-image .statistics_image img {
    max-height: 400px;
    width: auto;
  }
}

.vertical-videos {
  position: relative;
}

.vertical-videos:not(.three-across) {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .vertical-videos:not(.three-across) {
    display: flex;
    justify-content: flex-start;
  }

  .vertical-videos:not(.three-across) .vertical-video+.vertical-video {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 579px) {
  .vertical-videos:not(.three-across) .vertical-video+.vertical-video {
    margin-top: 30px;
  }
}

.vertical-videos.three-across {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .vertical-videos.three-across {
    display: flex;
    justify-content: flex-start;
  }

  .vertical-videos.three-across .vertical-video {
    flex: 1 0 0;
    max-width: 380px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .vertical-videos.three-across .vertical-video:nth-child(3n+1) {
    margin-left: 0;
    margin-right: auto;
  }

  .vertical-videos.three-across .vertical-video:nth-child(3n+2) {
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-videos.three-across .vertical-video:nth-child(3n+3) {
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .vertical-videos.three-across .vertical-video:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 15px;
  }

  .vertical-videos.three-across .vertical-video:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
  }

  .vertical-videos.three-across .vertical-video:nth-child(3n+3) {
    margin-left: 15px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .vertical-videos.three-across {
    margin-left: -18px;
    margin-right: -18px;
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .vertical-videos.three-across.swiper-container-initialized {
    opacity: 1;
  }
}

@media only screen and (max-width: 550px) {
  .vertical-videos.three-across .vertical-video {
    width: 80%;
  }
}

.vertical-video {
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}

.vertical-video_inner {
  z-index: 10;
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  bottom: 28px;
}

.vertical-video_title {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  text-align: center;
  color: #f7f7f7;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.25;
}

.vertical-video_summary {
  position: absolute;
  bottom: calc(90px - 10px);
  transform: translateY(100%);
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.29;
}

.vertical-video_btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 128px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7f7f7;
  transition: background-color 240ms ease;
}

.vertical-video_btn:focus {
  outline: none;
}

.vertical-video_btn .fa-play {
  color: #C75000;
  margin-left: 3px;
  margin-top: -1px;
  font-size: 17px;
  transition: color 240ms ease;
}

.vertical-video_btn:hover {
  background-color: #C75000;
}

.vertical-video_btn:hover .fa-play {
  color: #f7f7f7;
}

.vertical-video_btn:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.vertical-video_image {
  display: block;
  line-height: 0;
}

.vertical-video_image img {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .vertical-video_image img {
    transition: -webkit-filter 240ms ease;
    transition: filter 240ms ease;
    transition: filter 240ms ease, -webkit-filter 240ms ease;
  }

  .vertical-video:hover .vertical-video_image img,
  .vertical-video:focus .vertical-video_image img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}

.vertical-video_image::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.vertical-video_iframe {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease;
}

.vertical-video.is-playing .vertical-video_iframe {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.filter-fieldset.filter-fieldset {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.filter-fieldset.filter-fieldset.is-hidden {
  display: none;
}

.filter.filter {
  margin-bottom: 15px;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .filter.filter {
    flex: 0 0 32%;
    margin-left: 1.5%;
  }

  .filter.filter:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter.filter {
    flex: 0 0 24%;
    margin-left: 1.3%;
  }

  .filter.filter:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 579px) {
  .filter.filter {
    width: 49%;
    margin-left: 2%;
  }

  .filter.filter:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 435px) {
  .filter.filter {
    width: 100%;
  }
}

.filter.filter.is-hidden {
  display: none;
}

.filter.filter label {
  display: inline-block;
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  font-style: normal;
  color: #575757;
  font-size: 1.6rem;
  line-height: 1;
}

.filter.filter label.large {
  font-size: 2rem;
}

.filter.filter select {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0;
  height: 48px;
  padding: 7px 12px 6px;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  border-radius: 1px;
  border: 2px solid #e6e6e6;
  color: #222;
  background: #fff url(../images/select-arrows.png) no-repeat 97% 50%;
  background-size: 14px auto;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filter.filter select::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: #666666 transparent transparent;
  border-width: 6px;
  transform-origin: center 25%;
  transition: transform 100ms ease;
}

.filter-clear.filter-clear {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 0 10px;
  width: auto;
  height: 30px;
  font-size: 14px;
  color: #C75000;
}

.filter-clear.filter-clear:focus {
  outline: none;
}

.filter-clear.filter-clear i {
  margin-right: 3px;
  vertical-align: bottom;
}

.filter-clear.filter-clear:hover,
.filter-clear.filter-clear:focus {
  text-decoration: underline;
  color: #7b3100;
}

.filter-clear.filter-clear:focus:not(:hover) {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

.filter-fieldset-or {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  text-align: center;
}

.filter-fieldset-or span {
  display: inline-block;
  margin: 0 8px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  vertical-align: text-top;
  background-color: #C75000;
  color: #ffffff;
}

.filter-fieldset-or::before,
.filter-fieldset-or::after {
  display: inline-block;
  content: '';
  width: 30%;
  border: 1px solid #e6e6e6;
}

.filter-search {
  display: flex;
  margin: 0px 0;
  min-height: 47px;
  background-color: #ffffff;
  border-radius: 1px;
  border: 2px solid #e6e6e6;
  color: #222;
  width: 100%;
}

.filter-search::after {
  display: block;
  clear: both;
  content: "";
}

.filter-search input[type="text"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #575757;
  background-image: none;
  border-radius: 4px;
  border: none;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  margin-bottom: 0;
  min-width: 0;
  padding: 7px 12px 8px 55px;
  width: 100%;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .filter-search input[type="text"] {
    font-size: 18px;
    line-height: 1;
    padding-left: 55px;
  }
}

.filter-search input[type="text"]::-webkit-input-placeholder {
  color: #717171;
}

.filter-search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #717171;
}

.filter-search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #717171;
}

.filter-search input[type="text"]:-ms-input-placeholder {
  color: #717171;
}

.filter-search input[type="text"]:focus {
  outline: none;
}

.filter-search .btn-search {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -15px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  color: #575757;
}

.filter-search .btn-search:focus {
  outline: none;
}

.filter-search .btn-search:focus:not(:hover) {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .filter-search .btn-search {
    margin-top: -15px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
}

.filter-search .btn-close {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 1;
  position: absolute;
  right: 9px;
  top: 9px;
  overflow: hidden;
  background-image: url(../images/cross-gray.png);
  background-size: contain;
  height: 14px;
  width: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-search .btn-close:focus {
  outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-device-pixel-ratio: 1.5) {
  .filter-search .btn-close {
    background-image: url(../images/cross-gray@2x.png);
  }
}

.filter-search .btn-close:focus {
  outline: 2px dotted #4DB3F6;
  outline: auto 6px -webkit-focus-ring-color;
  outline-color: #4DB3F6;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px) {
  .filter-search .btn-close {
    top: 10px;
  }
}

.filter-grid.filter-grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.filter-grid.filter-grid .filter-item {
  float: left;
}

@media only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1299px),
only screen and (min-width: 1300px) {
  .filter-grid.filter-grid .filter-item {
    margin-bottom: 0.4%;
    margin-right: 0.4%;
    width: 32.93%;
  }
}

@media only screen and (max-width: 579px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-grid.filter-grid .filter-item {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 49%;
  }
}

@media only screen and (max-width: 435px) {
  .filter-grid.filter-grid .filter-item {
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
  }
}

.filter-item.filter-item {
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 40px;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-size: cover;
}

.filter-item.filter-item .filter-item-url {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.filter-item.filter-item .filter-item-url:hover,
.filter-item.filter-item .filter-item-url:focus {
  text-decoration: none;
}

.filter-item.filter-item .filter-item-inner {
  width: 100%;
  height: 100%;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 200ms ease 180ms;
}

.filter-item.filter-item .filter-item-inner .filter-item-title {
  transition: opacity 180ms ease-in 180ms, transform 180ms ease-in 180ms;
}

.filter-item.filter-item:hover .filter-item-inner,
.filter-item.filter-item:focus .filter-item-inner {
  filter: brightness(1.1);
}

.filter-item.filter-item[style^="background-image"]::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc((220 / 280) * 100%);
}

.filter-item.filter-item[style^="background-image"] .filter-item-inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  justify-content: flex-end;
}

.filter-item.filter-item[style^="background-image"] .filter-item-overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  background-color: transparent;
  opacity: 0;
  transition: opacity 180ms ease-out;
}

.filter-item.filter-item[style^="background-image"]:hover .filter-item-inner,
.filter-item.filter-item[style^="background-image"]:focus .filter-item-inner {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 200ms ease;
}

.filter-item.filter-item[style^="background-image"]:hover .filter-item-inner .filter-item-title,
.filter-item.filter-item[style^="background-image"]:focus .filter-item-inner .filter-item-title {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.filter-item.filter-item[style^="background-image"]:hover .filter-item-overlay,
.filter-item.filter-item[style^="background-image"]:focus .filter-item-overlay {
  opacity: 1;
  transition: opacity 340ms cubic-bezier(0.2, 0.73, 0.68, 1.02) 240ms;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-item.filter-item[style^="background-image"] .filter-item-inner {
    background-color: rgba(0, 0, 0, 0.2);
    transition: none;
  }

  .filter-item.filter-item[style^="background-image"] .filter-item-inner .filter-item-title {
    display: none;
  }

  .filter-item.filter-item[style^="background-image"] .filter-item-overlay {
    opacity: 1;
    transition: none;
  }
}

.filter-item.filter-item .filter-item-title {
  display: block;
  margin: 0;
  padding: 8px 9px 7px;
  color: #ffffff;
  background-color: #C75000;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
}

.filter-item.filter-item .filter-item-tags {
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: capitalize;
}

.filter-item.filter-item .filter-item-tags ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.filter-item.filter-item .filter-item-tags ul li {
  display: inline-block;
  margin: 0;
}

.filter-item.filter-item .filter-item-tags ul li:not(:only-child):not(:last-child)::after {
  content: ',';
  margin-right: 5px;
}

@media only screen and (max-width: 579px),
only screen and (min-width: 580px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-item.filter-item .filter-item-tags {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 7px 8px 7px;
    font-size: 1.4rem;
  }
}

.search-page td {
  border: 1px solid #fff;
}

.search-page div.gs-bidi-start-align.gs-snippet {
  padding-left: 1em;
}

.search-page h1.group_title {
  padding: 1ex 1ex 0;
}

.search-page span.gs-fileFormat {
  padding-left: 1em;
}

.search-page span.gsc-role {
  padding-left: 1em;
}

.search-page span.gsc-location {
  padding-left: 1em;
}

.search-page .gsc-search-box {
  position: relative;
}

.search-page .gsc-search-box .gsc-input {
  width: 100%;
}

.search-page .gsc-search-box .gsc-input .gsc-input-box {
  padding-right: 100px;
}

.search-page .gsc-search-box .gsc-search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
}

.search-page .gsc-search-box .gsst_a {
  margin-top: 3px;
}

.search-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  padding: 3px 7px;
}

.search-page div.result div.name {
  font-weight: bold;
}

.search-page div.result {
  font-size: 95%;
}

.search-page div.second.column {
  margin-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 600px) {
  .search-page .columns {
    min-width: auto;
  }
}

@media only screen and (min-width: 600px) {
  .search-page .two .column {
    width: 450px;
  }
}

.search-box {
  position: relative;
  display: inline-flex;
  justify-content: start;
  align-items: stretch;
  min-width: 400px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #d6d6d6;
  margin: 25px 0 5px;
}

.search-box input {
  flex: 1 0 auto;
  border: none;
  padding: 5px 12px;
  margin-right: 1px;
  background-color: #fff;
}

.search-box button[type="submit"] {
  box-shadow: none;
  border: none;
  padding: 5px 7px;
  color: #fff;
  background-color: #cd511c;
  -webkit-appearance: none;
}

.search-box .qa_results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.search-box .qa_results ul {
  margin: 0;
}

.search-box .qa_results li {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  padding: 8px 16px;
  margin-bottom: 0;
}

.search-box .qa_results li a {
  display: block;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
}

.search-box.hide-qa-title .qa_category_title {
  display: none;
}

.blurbs-tabs ul {
  margin-left: 0;
}

.blurbs-tabs .nav-item {
  margin-bottom: -35px;
}

.blurbs-tabs .nav-link {
  color: #919191;
  font-weight: 400;
  font-size: 16px;
}

.blurbs-tabs .nav-link:hover {
  text-decoration: none;
  background-color: #ebebeb;
  color: #393430;
}

.blurbs-tabs .nav-link.active {
  font-weight: bold;
  text-decoration: none;
  color: #C75000;
  background-color: #f8f8f8;
}

.lw_widget_type_tags {
  display: block;
  float: right;
  margin-left: 1em;
  width: 25%;
}

.lw_widget_type_tags hr {
  display: none;
}

.lw_widget_type_tags a.lw_widget_all_tags {
  display: block;
  text-transform: lowercase;
}

.lw_widget_type_tags .lw_widget_all_tag_selected,
.lw_widget_type_tags .lw_widget_all_tags,
.lw_widget_type_tags .lw_starred_tag {
  padding: 0 1.1em;
  background-color: #ebebeb;
  margin-bottom: 0.5em;
}

.lw_widget_type_tags .lw_widget_all_tag_selected:hover,
.lw_widget_type_tags .lw_widget_all_tags:hover,
.lw_widget_type_tags .lw_starred_tag:hover {
  background-color: #393430;
  transition: all 150ms ease;
}

.lw_widget_type_tags .lw_widget_all_tag_selected:hover a,
.lw_widget_type_tags .lw_widget_all_tags:hover a,
.lw_widget_type_tags .lw_starred_tag:hover a {
  text-decoration: none;
  color: #fff;
}

.lw_accordion .lw_accordion_block {
  margin-bottom: 8px;
}

.lw_accordion .lw_accordion_block_title.lw_event span.lw_item {
  display: flex;
}

@media screen and (max-width: 480px) {
  .lw_accordion .lw_accordion_block_title.lw_event span.lw_item {
    display: block;
  }
}

.lw_accordion .lw_accordion_block_title.lw_event span.list_item_image {
  flex: 0 0 auto;
  margin-right: 1em;
  display: block;
}

@media screen and (max-width: 480px) {
  .lw_accordion .lw_accordion_block_title.lw_event span.list_item_image {
    display: none;
  }
}

.lw_accordion .lw_accordion_block_title.lw_event span.lw_item_text {
  width: 80%;
}

.lw_accordion .lw_accordion_block_title.lw_event span.lw_events_date {
  font-size: small;
  font-weight: 700;
  text-transform: uppercase;
}

.lw_accordion .lw_accordion_block_title.lw_event span.lw_events_time,
.lw_accordion .lw_accordion_block_title.lw_event span.lw_events_location {
  font-size: small;
  font-weight: 300;
}

.lw_accordion .lw_accordion_block_title.lw_event span.lw_events_title {
  display: block;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .lw_accordion .lw_accordion_block_title.lw_event span.lw_events_title {
    font-size: 24px;
  }
}

.lw_accordion .lw_accordion_block_title a,
.lw_accordion .lw_accordion_block_title button {
  background-color: #f7f7f7;
  color: #343430;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.25;
  padding: 14px 65px 15px 32px;
}

.lw_accordion .lw_accordion_block_title a::after,
.lw_accordion .lw_accordion_block_title button::after {
  top: 27px;
  right: 27px;
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 0.8;
  padding-left: 0;
  color: #f7f7f7;
  background-color: #343430;
}

.lw_accordion .lw_accordion_block_content {
  border: 2px solid #f7f7f7;
}

.lw_accordion .lw_accordion_block_content .lw_widget_type_profiles ul {
  padding-left: 0;
  clear: both;
}

.lw_accordion .lw_accordion_block_content .lw_events_summary {
  margin-bottom: 1em;
}

.lw_accordion .lw_accordion_block_content .lw_events_view {
  clear: both;
  margin-top: 1em;
}

.programs-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

@media (max-width: 500px) {
  .programs-grid {
    justify-content: center;
  }
}

.programs-grid .programs-grid_item {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 240px;
}

@media (min-width: 601px) {
  .programs-grid .programs-grid_item {
    width: calc((100% - 20px - 20px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .programs-grid .programs-grid_item:nth-child(3n) {
    margin-right: auto;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .programs-grid .programs-grid_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .programs-grid .programs-grid_item:nth-child(2n) {
    margin-right: auto;
  }
}

@media (max-width: 500px) {
  .programs-grid .programs-grid_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.programs-grid .programs-grid_item::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.programs-grid .programs-grid_item .programs-grid_item_inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.programs-grid .programs-grid_item .programs-grid_item_tags {
  margin-bottom: auto;
  color: #ffffff;
  font-family: acumin-pro, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.85;
  text-transform: uppercase;
}

.programs-grid .programs-grid_item .programs-grid_item_tags span {
  margin-right: 12px;
  padding-bottom: 2px;
  border-bottom: 3px solid #cd511c;
}

.programs-grid .programs-grid_item .programs-grid_item_title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #f7f7f7;
  font-family: goudy-old-style, serif;
  font-size: 24px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

.programs-grid .programs-grid_item .programs-grid_item_image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-filter 240ms ease;
  transition: filter 240ms ease;
  transition: filter 240ms ease, -webkit-filter 240ms ease;
}

.programs-grid .programs-grid_item .programs-grid_item_image::before,
.programs-grid .programs-grid_item .programs-grid_item_image::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.programs-grid .programs-grid_item .programs-grid_item_image::before {
  top: 0;
  height: 16%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.programs-grid .programs-grid_item .programs-grid_item_image::after {
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.programs-grid .programs-grid_item[href]:hover .programs-grid_item_title {
  text-decoration: underline;
}

.programs-grid .programs-grid_item[href]:hover .programs-grid_item_image {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

/*      Resource ID: 17f93eb20fb7b3f922c87162897 (frontend.less, compiled by lessc, minified by none) (01/23/2026 2:53pm) (A:8439, B:8439, C:10901, D:11066, F:11066, J:11066, K:11066)      */
@font-face {
  font-family: 'lw-calendar';
  src: url(../fonts/lw-calendar.rev.1609876626.eot);
  src: url(../fonts/lw-calendar.rev.1609876626.eot#iefix) format('embedded-opentype'),
    url(../fonts/lw-calendar.rev.1609876626.woff2) format('woff2'),
    url(../fonts/lw-calendar.rev.1609876627.woff) format('woff'),
    url(../fonts/lw-calendar.rev.1609876627.ttf) format('truetype'),
    url(../fonts/lw-calendar.svg#lw-calendar) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="lw-icon-"]:before,
[class*=" lw-icon-"]:before {
  display: inline-block;
  font-family: "lw-calendar";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.lw-icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.lw-icon-2x {
  font-size: 2em;
}

.lw-icon-3x {
  font-size: 3em;
}

.lw-icon-4x {
  font-size: 4em;
}

.lw-icon-5x {
  font-size: 5em;
}

.lw-icon-fw {
  width: 1.28571em;
  text-align: center;
}

.lw-icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.lw-icon-ul>li {
  position: relative;
}

.lw-icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.lw-icon-li.lw-icon-lg {
  left: -1.85714em;
}

.lw-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.lw-icon-envelope-o:before {
  content: '\e800';
}

/* '' */
.lw-icon-videocam:before {
  content: '\e801';
}

/* '' */
.lw-icon-twitter-square:before {
  content: '\e802';
}

/* '' */
.lw-icon-facebook-square:before {
  content: '\e803';
}

/* '' */
.lw-icon-chevron-circle-right:before {
  content: '\e804';
}

/* '' */
.lw-icon-chevron-circle-left:before {
  content: '\e805';
}

/* '' */
.lw-icon-edit:before {
  content: '\e806';
}

/* '' */
.lw-icon-times-circle:before {
  content: '\e807';
}

/* '' */
.lw-icon-link:before {
  content: '\e808';
}

/* '' */
.lw-icon-linkedin-square:before {
  content: '\e809';
}

/* '' */
.lw-icon-instagram:before {
  content: '\e80a';
}

/* '' */
.lw-icon-flickr:before {
  content: '\e80b';
}

/* '' */
.lw-icon-tumblr-square:before {
  content: '\e80c';
}

/* '' */
.lw-icon-youtube-square:before {
  content: '\e80d';
}

/* '' */
.lw-icon-vimeo-square:before {
  content: '\e80e';
}

/* '' */
.lw-icon-pinterest-square:before {
  content: '\e80f';
}

/* '' */
.lw-icon-delicious:before {
  content: '\e810';
}

/* '' */
.lw-icon-github-square:before {
  content: '\e811';
}

/* '' */
.lw-icon-soundcloud:before {
  content: '\e813';
}

/* '' */
.lw-icon-right-open:before {
  content: '\e814';
}

/* '' */
.lw-icon-rss-square:before {
  content: '\e815';
}

/* '' */
.lw-icon-down-open:before {
  content: '\e816';
}

/* '' */
.lw-icon-left-open:before {
  content: '\e817';
}

/* '' */
.lw-icon-up-open:before {
  content: '\e818';
}

/* '' */
.lw-icon-angle-left:before {
  content: '\e819';
}

/* '' */
.lw-icon-angle-right:before {
  content: '\e81a';
}

/* '' */
.lw-icon-angle-up:before {
  content: '\e81b';
}

/* '' */
.lw-icon-angle-down:before {
  content: '\e81c';
}

/* '' */
.lw-icon-angle-circled-up:before {
  content: '\e81d';
}

/* '' */
.lw-icon-angle-circled-down:before {
  content: '\e81e';
}

/* '' */
.lw-icon-down-dir:before {
  content: '\e81f';
}

/* '' */
.lw-icon-up-dir:before {
  content: '\e820';
}

/* '' */
.lw-icon-left-dir:before {
  content: '\e821';
}

/* '' */
.lw-icon-right-dir:before {
  content: '\e822';
}

/* '' */
.lw-icon-tags:before {
  content: '\e823';
}

/* '' */
.lw-icon-search:before {
  content: '\e824';
}

/* '' */
.lw-icon-cancel:before {
  content: '\e825';
}

/* '' */
.lw-icon-tag:before {
  content: '\e826';
}

/* '' */
.lw-icon-location:before {
  content: '\e827';
}

/* '' */
.lw-icon-youtube-play:before {
  content: '\e828';
}

/* '' */
/* Item image controls */
.lw_slideshow_single {
  display: none;
}

/* Captcha/Honeypot */
.lw_captcha {
  min-height: 100px;
  margin: 1em 0;
}

/* this is used for randomized widgets; encoded content shouldn't be visible */
.lw_htmlencoded {
  display: none;
}

/* Save and Share */
#lw_email_overlay {
  width: 465px;
}

#lw_email_overlay h1 {
  margin-top: 0;
}

#lw_email_overlay label {
  font-weight: bold;
  display: block;
}

#lw_email_overlay .lw_field {
  float: left;
  margin: 0.4em 10px;
}

#lw_email_overlay .lw_captcha {
  margin: 0;
}

#lw_email_name,
#lw_email_sender {
  width: 203px;
}

#lw_email_recipients {
  width: 435px;
}

#lw_email_message {
  width: 435px;
  height: 50px;
}

#lw_email_submit {
  clear: left;
  margin-top: 1em;
}

/* Preview bar */
body.lw_is_preview {
  padding-top: 22px;
  /* add padding to make space for preview bar, so bar doesn't overlap content */
}

#lw_preview_bar {
  background-color: #0B2A3E;
  height: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  border-bottom: 2px solid #345;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #f3f3f3;
  padding-left: 2em;
}

#lw_preview_bar a {
  color: #f3f3f3;
}

/* jQuery UI datepicker */
#ui-datepicker-div {
  width: 13em;
  font-size: 0.8em;
  padding: 3px;
  background-color: #fff;
  border: solid #24315E;
  border-width: 1px 2px 2px 1px;
  display: none;
  margin-top: -2px;
  margin-left: 4px;
  z-index: 1010;
}

#ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
  background: url(../images/left.png) no-repeat left top;
}

#ui-datepicker-div .ui-datepicker-next {
  right: 2px;
  background: url(../images/right.png) no-repeat left top;
}

#ui-datepicker-div .ui-datepicker-title {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

#ui-datepicker-div table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border: none;
}

#ui-datepicker-div th {
  border: none;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 0.9em;
}

#ui-datepicker-div td {
  border: none;
  padding: 0;
}

#ui-datepicker-div td a:hover {
  background-color: #D5E7FF;
  color: #222;
}

#ui-datepicker-div .ui-state-highlight {
  font-weight: bold;
}

#ui-datepicker-div .ui-state-active {
  border: 1px solid #638EC8;
  background-color: #D5E7FF;
  padding: 1px 3px 1px 0;
}

#ui-datepicker-div .ui-datepicker-unselectable span {
  color: #aaa;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  display: block;
  top: 3px;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  outline: none;
  color: #333;
}

#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  background-position: left bottom;
}

#ui-datepicker-div td span,
.ui-datepicker td a {
  display: block;
  padding: 2px 4px 2px 0;
  text-align: right;
  text-decoration: none;
  color: #222;
}

/* Lightbox */
.lw_lightbox_background {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lw_lightbox_container {
  margin: 0 auto;
  width: 0;
  position: relative;
}

.lw_lightbox {
  margin-top: 50px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 3px #000;
}

/* Geotagging */
.lw_geotag {
  display: none;
}

/* Disable preview of frontend images  */
a.lw_disable_preview {
  cursor: default;
}

/* Places */
.lw_widget_type_places li {
  list-style-type: none;
}

.lw_point_infowindow .lw_point_content_found {
  display: none;
  font-size: 0.9em;
  color: #555;
}

.lw_point_infowindow .lw_point_content_type {
  display: none;
}

.lw_point_infowindow h3 {
  font-weight: bold;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: -0.05em;
}

.lw_point_infowindow ul {
  padding: 0;
}

.lw_point_infowindow .lw_point_content_date {
  font-size: 0.85em;
  color: #999;
  margin-bottom: -0.5em;
  display: none;
}

.lw_point_infowindow .lw_point_content_type_story .lw_point_content_date {
  display: block;
}

.lw_point_infowindow .lw_point_content_type_event .lw_point_content_date {
  display: block;
}

.lw_places_footer {
  text-align: center;
  margin-top: 0.5em;
}

/* QuickAccess */
.qa_highlight {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 2px 2px;
  margin: 0 -2px;
}

.qa_selected {
  background-color: #c6dbf4;
}

.qa_blur,
.qa_noquery {
  display: none;
}

.qa_mouse li {
  cursor: pointer;
  position: relative;
}

.qa_message {
  padding: 6px 16px;
  font-style: italic;
  color: #888;
}

.qa_category_title {
  font-weight: bold;
  padding: 10px;
  text-transform: capitalize;
}

.qa_results {
  width: 100%;
  position: relative;
  left: 0px;
  top: 1px;
  z-index: 40;
  border: 1px solid #999;
}

.qa_results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qa_results a {
  color: #222;
  text-decoration: none;
}

.qa_results small {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 1px 4px 0px;
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 16px;
}

.qa_results li {
  padding: 6px 16px;
}

/* Payments */
.lw_payments {
  display: none;
}

.lw_payments_charge input[type="text"] {
  border: 1px solid #ccc;
  padding: 2px 3px;
  background-color: #fff;
}

.lw_event_registration_success {
  font-size: 1.2em;
}

.lw_image_caption {
  font-size: 13px;
  padding: 4px 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}

fieldset.lw_forms_horizontal_line,
fieldset.lw_forms_header,
fieldset.lw_forms_paragraph {
  border: 0px;
}

/* Google Tag Manager */
#lw_gtm {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.lw_widget_saveandshare .permalink a {
  position: relative;
}

.lw_widget_saveandshare .permalink a:after {
  content: "Link copied to clipboard";
  display: block;
  z-index: -1;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 9px 13px 7px;
  text-align: center;
  background: #555;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.lw_widget_saveandshare .permalink a.is-copied:after {
  z-index: 1;
  opacity: 1;
  width: 196px;
  height: auto;
  overflow: visible;
}

/* Override Twitter icon with "X" Icon */
.lw-icon-twitter-square {
  position: relative;
}

.lw-icon-twitter-square:before {
  opacity: 0;
}

.lw-icon-twitter-square:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M389.2%2048h70.6L305.6%20224.2%20487%20464H345L233.7%20318.6%20106.5%20464H35.8L200.7%20275.5%2026.8%2048H172.4L272.9%20180.9%20389.2%2048zM364.4%20421.8h39.1L151.1%2088h-42L364.4%20421.8z%22/%3E%3C/svg%3E");
}

a>.lw-icon-twitter-square {
  opacity: 0.6;
}

a:hover>.lw-icon-twitter-square {
  opacity: 1;
}