
@charset "UTF-8";


/*      Request ID: 55f9843f360a35ef9234d24498e303e3_1772487512 (03/02/2026 7:11pm) (minifier disabled) (rc7bDYAwCEDRVRxAy0wVMSXBkkgtdntfI9if+3lyIelGgJyX9nXKOgsFcYwSUDdwdxCu5CkKgZUmZCB+8J1JK+0SWzA0Gwf4h2UtvHay0nM269lHi4i6L6z55S4=)      */

body.lw_overlay_open {
  overflow: hidden;
}

body.lw_overlay_open .lw_overlay_wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.lw_overlay_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 1150;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.lw_overlay_wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.lw_overlay_wrapper .fade.in {
  opacity: 1;
}

.lw_overlay_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1140;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.lw_overlay {
  position: relative;
  width: auto;
  margin: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.lw_overlay a.lw_overlay_close_button {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background-color: #222;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 1200;
}
.lw_overlay a.lw_overlay_close_button:hover {
  background-color: #b22;
  color: #fff;
  border-color: #777;
  text-decoration: none;
}
.lw_overlay button.lw_overlay_close {
  float: right;
  padding: 0;
  margin-top: -4px;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  width: 24px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.lw_overlay .lw_overlay_save_toggle {
  display: none;
  margin-right: -4px;
}
.lw_overlay .lw_overlay_header {
  line-height: 1.25;
}
.lw_overlay .lw_overlay_header h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}
.lw_overlay .lw_overlay_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lw_overlay .lw_overlay_footer > div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.lw_overlay_contents {
  overflow: hidden;
  position: relative;
}

.lw_overlay_header,
.lw_overlay_body,
.lw_overlay_footer {
  padding: 1rem;
}

.lw_overlay_header {
  border-bottom: 1px solid #e5e5e5;
}
.lw_overlay_header h3 {
  margin: 0;
}

.lw_overlay_footer {
  border-top: 1px solid #e5e5e5;
}
.lw_overlay_footer .btn {
  margin-left: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .lw_overlay {
    max-width: 725px;
    margin: 30px auto;
  }
  .overlay-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .overlay-lg {
    max-width: 900px;
  }
}

/*# sourceMappingURL=05c1045642808424d0f6489469fe8b91.c2aa0063.map */
/* Notices */
body > .lw_notices,
#lw_page > .lw_notices {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  max-width: 50%;
}

.lw_notice {
  padding: 10px;
  clear: both;
  position: relative !important;
  background-color: #eee;
  border-bottom: solid #ccc;
  border-width: 0 0 1px 0 !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  z-index: 1000;
}
.lw_notice .lw_container {
  width: auto;
  max-width: 992px;
  min-width: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0 6px;
  position: relative;
  margin: 0 auto;
}
.lw_notice a {
  text-decoration: underline;
}
.lw_notice a:hover {
  text-decoration: none;
}
.lw_notice .lw_notice_close_button {
  float: right;
  margin-left: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 16px;
  height: 16px;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  background-color: #666;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.lw_notice .lw_notice_close_button:hover {
  background-color: #b22;
  border-color: #777;
}
.lw_notice .lw_notice_details {
  display: none;
}
.lw_notice .lw_notice_showdetails {
  font-size: 0.9em;
  margin: 0 1em;
  color: #666;
}
.lw_notice .lw_notices_details {
  border: 1px solid #ccc;
  background-color: #eee;
  width: 450px;
  max-height: 300px;
  overflow: auto;
}
.lw_notice .lw_notices_details .lw_notice:last-of-type {
  border-bottom: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_close_button {
  display: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_showdetails {
  display: none;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_details {
  display: block;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  color: #222;
  font-size: 0.9em;
  padding: 4px;
}
.lw_notice .lw_notices_details .lw_notice .lw_notice_details a {
  color: #666;
}

/*# sourceMappingURL=d73aefe0d99aa46e101671a2a37373f2.c3b9d673.map */
/* jquery.lw-hoverbox.js */
.lw_hoverbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1150;
  padding: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.lw_hoverbox .lw_arrow,
.lw_hoverbox .lw_arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.lw_hoverbox .lw_arrow {
  border-width: 11px;
}
.lw_hoverbox .lw_arrow:after {
  content: "";
  border-width: 10px;
}
.lw_hoverbox.lw_top .lw_arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.lw_hoverbox.lw_top .lw_arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.lw_hoverbox.lw_bottom .lw_arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.lw_hoverbox.lw_bottom .lw_arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.lw_hoverbox.lw_left .lw_arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.lw_hoverbox.lw_left .lw_arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
.lw_hoverbox.lw_right .lw_arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.lw_hoverbox.lw_right .lw_arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.lw_hoverbox_content {
  padding: 8px 12px;
}

/*# sourceMappingURL=9736f2efbf54075b9cc81a305e80e12a.47926e5b.map */

table.lw_wysiwyg_accordion {
  width: 100%;
  border-spacing: 0;
  margin: 35px auto;
  border: 5px solid #fcc;
}
table.lw_wysiwyg_accordion:before {
  content: "Accordion list";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0px;
  padding: 7px 10px 6px;
  margin: 0 0 0 -5px;
  background-color: #fcc;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}
table.lw_wysiwyg_accordion:after {
  content: "Press Tab key to add additional rows";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 7px 8px 5px;
  background-color: #fcc;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
table.lw_wysiwyg_accordion,
table.lw_wysiwyg_accordion > tbody > tr,
table.lw_wysiwyg_accordion > tbody > td {
  position: relative;
}
table.lw_wysiwyg_accordion > tbody > td {
  padding: 11px;
  padding-left: 80px;
  position: relative;
}
table.lw_wysiwyg_accordion > tbody > td:before {
  display: inline-block;
  content: "";
  position: absolute;
  padding: 2px 5px 2px 0;
  font-size: 14px;
  background-color: #fff;
}
table.lw_wysiwyg_accordion > tbody > td + td {
  display: none !important;
}
table.lw_wysiwyg_accordion > tbody > tr > td {
  position: relative;
  padding: 15px 15px 15px 80px;
}
table.lw_wysiwyg_accordion > tbody > tr > td:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 2px 7px 6px 2px;
  background-color: #9df;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
table.lw_wysiwyg_accordion > tbody > tr:nth-child(odd) > td {
  font-weight: 700;
  font-size: 1.25em;
  border: 5px solid #9df;
}
table.lw_wysiwyg_accordion > tbody > tr:nth-child(odd) > td:before {
  content: "Header";
  background-color: #9df;
}
table.lw_wysiwyg_accordion > tbody > tr:nth-child(even) > td {
  border: 5px solid #9f9;
}
table.lw_wysiwyg_accordion > tbody > tr:nth-child(even) > td:before {
  content: "Content";
  background-color: #9f9;
}

.lw_accordion {
  margin-top: 20px;
  margin-bottom: 35px;
}
.lw_accordion:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  p + .lw_accordion:not(:first-child) {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 769px) {
  p + .lw_accordion:not(:first-child) {
    margin-top: 25px;
  }
}

.lw_accordion_block {
  margin-bottom: 25px;
}

.lw_accordion .lw_accordion_block_title {
  margin: 0;
}
.lw_accordion .lw_accordion_block_title a,
.lw_accordion .lw_accordion_block_title button {
  -webkit-appearance: none;
  background-color: transparent;
  text-decoration: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  color: #6e6e6e;
  background-color: #f2f0f0;
  padding: 23px 65px 20px 32px;
  border-radius: 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .lw_accordion .lw_accordion_block_title a,
  .lw_accordion .lw_accordion_block_title button {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .lw_accordion .lw_accordion_block_title a,
  .lw_accordion .lw_accordion_block_title button {
    font-size: 1.8rem;
    padding: 19px 65px 18px 25px;
  }
}
.lw_accordion .lw_accordion_block_title a:hover, .lw_accordion .lw_accordion_block_title a:focus,
.lw_accordion .lw_accordion_block_title button:hover,
.lw_accordion .lw_accordion_block_title button:focus {
  background-color: rgb(232.5285714286, 229.0714285714, 229.0714285714);
  color: inherit;
  text-decoration: none;
}
.lw_accordion .lw_accordion_block_title a:focus,
.lw_accordion .lw_accordion_block_title button:focus {
  outline: 2px dotted #337ab7;
  outline: auto 5px -webkit-focus-ring-color;
  outline-color: #337ab7;
}
.lw_accordion .lw_accordion_block_title a::after,
.lw_accordion .lw_accordion_block_title button::after {
  content: "+";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1px;
  padding-top: 3px;
  text-align: center;
  color: #a8a8a8;
  background-color: #f7f6f6;
  font-size: 35px;
  line-height: 0.98;
  font-weight: 900;
  font-family: "sans-serif";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
@media (max-width: 768px) {
  .lw_accordion .lw_accordion_block_title a::after,
  .lw_accordion .lw_accordion_block_title button::after {
    width: 34px;
    height: 34px;
    font-size: 29px;
    line-height: 0.9;
  }
}
@media print {
  .lw_accordion .lw_accordion_block_title a::after,
  .lw_accordion .lw_accordion_block_title button::after {
    display: none !important;
  }
}

.lw_accordion .lw_accordion_block.is-active > .lw_accordion_block_title button::after {
  padding-left: 0;
  content: "–";
}

.lw_accordion_block_content {
  display: none;
  margin-bottom: 0;
  padding: 30px 35px 25px;
  border: 2px solid #f2f0f0;
  border-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  color: #262626;
  line-height: 1.5;
  font-weight: 300;
}
.lw_accordion_block_content ul, .lw_accordion_block_content ol {
  padding-left: 45px;
  margin-top: 20px;
}
@media print {
  .lw_accordion_block_content {
    display: block !important;
  }
}

/*# sourceMappingURL=1323613f240f999e7c6ca347153f9893.8dce87fa.map */
