@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/Nunito_Sans/static/NunitoSans_10pt-Black.ttf") format("truetype");
  font-weight: 900;
}

p {
  margin: 0;
}
#main {
  padding-bottom: 150px;
  background-image: url("./IndividualSourcePages-Background.png");
}
@media screen and (max-width: 1239px) {
  #main {
    padding-bottom: 50px;
  }
}
.source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  padding-top: 0;
  max-width: 1100px;
  margin: 15px auto 15px auto;
}
.source-explorer--text-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  padding-top: 0;
  padding-bottom: 40px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  max-width: 1100px;
  margin: auto;
}
.breadcrumb.svelte-rqkrvh a.svelte-rqkrvh.svelte-rqkrvh {
  color: var(--grey10);
  font-size: 1rem;
}
.download-source {
  width: 236px !important;
}
.download.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  border: 2px solid var(--grey20);
  padding: var(--gap05);
  text-transform: uppercase;
  display: flex;
}
.download.svelte-rqkrvh a.svelte-rqkrvh.svelte-rqkrvh {
  color: var(--grey10);
  text-decoration: none;
}
.download.svelte-rqkrvh a.svelte-rqkrvh.svelte-rqkrvh:hover {
  text-decoration: underline;
}
h1.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  position: relative;
  transform: translateY(11px);
  font-family: "Nunito Sans", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #b55328;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    max-width: 710px;
  }
  h1.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    width: 75%;
    margin: auto;
    position: relative;
    transform: translateY(3px);
  }
}
.wrapper.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.frow.sources-grid {
  justify-content: start;
  gap: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  .wrapper.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    padding: 0 50px;
  }
  .frow.sources-grid {
    justify-content: center;
    gap: 10px;
  }
  .source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    max-width: 710px;
  }
  .source-explorer--text-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    max-width: 710px;
  }
  .article-body.svelte-144120l {
    max-width: 710px;
    margin: auto;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.right {
    text-align: end;
  }
}
.lesson-container {
  padding-top: 60px;
}
.right-header-area .svelte-1j66sda {
  margin-top: 25px !important;
}
@media screen and (max-width: 726px) {
  .source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    padding-left: 40px;
    padding-right: 40px;
  }
  .source-explorer--text-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page--source {
    /* padding-left: 20px;
    padding-right: 20px; */
  }
}
.loading.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  min-height: 80vh;
}
.grid-item.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
  position: relative;
  width: 350px;
  min-width: 300px;
  overflow: hidden;
}

@media screen and (max-width: 1239px) {
  .page--source {
    max-width: 710px;
    margin: auto;
  }
  .grid-item.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    margin-bottom: 10px;
  }
}
.grid-item.svelte-rqkrvh img.svelte-rqkrvh.svelte-rqkrvh {
  object-fit: cover;
  object-position: 0 5%;
  width: 350px;
  height: 410px;
  border: 1px solid #b55328;
}
.grid-item.svelte-rqkrvh a.svelte-rqkrvh.svelte-rqkrvh {
  position: relative;
}
.grid-item.svelte-rqkrvh a.svelte-rqkrvh:focus-visible > img.svelte-rqkrvh {
  border: var(--blue) dashed 2px;
}
.grid-item.svelte-rqkrvh .hover-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  padding: 10px;
  background: rgba(45, 49, 66, 0.9);
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  border-top: 2px solid #b55328;
  height: 125px;
}
.grid-item.svelte-rqkrvh a:focus-visible .hover-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  visibility: visible;
  margin-top: 0;
  bottom: 0;
}
.grid-item.svelte-rqkrvh .hover-wrapper .source-mark.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  align-self: flex-end;
}
.grid-item.svelte-rqkrvh .hover-wrapper .source-title.svelte-rqkrvh.svelte-rqkrvh {
  font-size: 15px;
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
.grid-item.svelte-rqkrvh .hover-wrapper .title-coursive.svelte-rqkrvh.svelte-rqkrvh {
  font-style: italic;
}
.grid-item.svelte-rqkrvh .hover-wrapper .view-more.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: center;
}
.grid-item.svelte-rqkrvh .hover-wrapper .view-more img.svelte-rqkrvh.svelte-rqkrvh {
  height: 20px;
  margin-left: 1.75rem;
}
.grid-item.svelte-rqkrvh:nth-child(9) a.svelte-rqkrvh > img.svelte-rqkrvh {
  height: 410px;
}
.hover-wrapper-bottom.svelte-rqkrvh.hover-wrapper-e {
  height: 220px;
}
@media screen and (max-width: 624px) {
  .hover-wrapper-bottom.svelte-rqkrvh.hover-wrapper-e {
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .hover-wrapper-bottom.svelte-rqkrvh.hover-wrapper-e {
    height: 400px;
  }
}
.hover-wrapper-under {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0px;
  padding: 10px 15px;
  background: rgba(45, 49, 66, 0.9);
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  border-top: 1px solid #b55328;
  height: fit-content;
}
.hover-wrapper-under.source-g-hover-wrapper-under {
  padding: 10px 11px 10px 15px;
}
@media (max-width: 1239px) {
  .hover-wrapper-under.source-g-hover-wrapper-under {
    padding: 10px 8px 10px 8px;
  }
}
@media (max-width: 710px) {
  .hover-wrapper-under.source-g-hover-wrapper-under {
    padding: 10px 15px;
  }
}
.source-explorer-grid {
  display: flex;
}
.grid-item {
  width: 32%;
}
.grid-item.svelte-rqkrvh .source-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  display: flex;
  justify-content: center;
  position: absolute;
  padding: 10px;
  background: #b55328;
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 10px 0;
  z-index: 1;
}
.grid-item.svelte-rqkrvh a:focus-visible .source-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  visibility: visible;
  margin-top: 0;
  bottom: 0;
}
.grid-item.svelte-rqkrvh .source-wrapper .source-mark.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  align-self: flex-end;
}
.grid-item.svelte-rqkrvh .source-wrapper .source-title.svelte-rqkrvh.svelte-rqkrvh {
  font-size: 15px;
  color: var(--white);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
.grid-item.svelte-rqkrvh .source-wrapper .title-coursive.svelte-rqkrvh.svelte-rqkrvh {
  font-style: italic;
}
.grid-item.svelte-rqkrvh .source-wrapper .view-more.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: center;
}
.grid-item.svelte-rqkrvh .surce-wrapper .view-more img.svelte-rqkrvh.svelte-rqkrvh {
  height: 20px;
  margin-left: 1.75rem;
}

.grid-item.svelte-rqkrvh .plus-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0px;
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent rgba(45, 49, 66, 0.9) transparent transparent;
}
.grid-item.svelte-rqkrvh a:focus-visible .plus-wrapper.svelte-rqkrvh.svelte-rqkrvh {
  visibility: visible;
  margin-top: 0;
  bottom: 0;
}
.grid-item.svelte-rqkrvh .plus-wrapper .source-mark.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  align-self: flex-end;
}
.grid-item.svelte-rqkrvh .plus-wrapper .source-title.svelte-rqkrvh.svelte-rqkrvh {
  font-size: 15px;
  color: var(--white);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
.grid-item.svelte-rqkrvh .plus-wrapper .title-coursive.svelte-rqkrvh.svelte-rqkrvh {
  font-style: italic;
}
.grid-item.svelte-rqkrvh .plus-wrapper .view-more.svelte-rqkrvh.svelte-rqkrvh {
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: center;
}
.grid-item.svelte-rqkrvh .plus-wrapper .view-more img.svelte-rqkrvh.svelte-rqkrvh {
  height: 20px;
  margin-left: 1.75rem;
}

.plus-wrapper .source-title-wrapper {
  position: relative;
  top: 20px;
  left: 28px;
}
.plus-wrapper .source-title-wrapper img {
  max-width: 30px;
  width: 28px;
}
p.svelte-144120l {
  background: #fff;
  padding: 12px 54px;
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid #b55328;
  margin: 0 0 25px 0px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
h2.svelte-144120l {
  background: #2d3142;
  padding: 8px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  width: 151.19px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.downloads-wrapper.svelte-144120l {
  display: flex;
  padding-bottom: 100px;
}
.download.svelte-144120l {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  color: #b55328;
  background-color: #f8f8f8;
  border: 2px solid #2d3142;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  transition: 0.1s;
  border-radius: 10px;
  text-decoration: none;
  width: 250px;
  height: 55px;
  transition: 0.1s;
}
.download.svelte-144120l:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #2d3142;
  border: 2px solid #fff;
  cursor: pointer;
}
.download.svelte-144120l:hover > a {
  color: #fff;
}
.download.svelte-144120l a {
  text-decoration: none;
  color: #b55328;
  transition: 0.1s;
}
.zoom-button.svelte-wd9vxs.svelte-wd9vxs {
  display: flex;
  position: relative;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  background-color: #5d5d5d;
  padding: 0.625rem 0.938rem;
  color: #fff;
  text-decoration: none;
  margin-top: -2.5rem;
  font-size: 0.875rem;
}
.zoom-image.svelte-wd9vxs.svelte-wd9vxs {
  width: 1.25rem;
}
.gallery-image.svelte-wd9vxs.svelte-wd9vxs {
  display: none;
}
.sources--source--item.svelte-wd9vxs.svelte-wd9vxs {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sources--source.source-table {
  padding: 30px;
}
@media (max-width: 400px) {
  .sources--source.source-table {
    padding: 10px;
  }
}
.sources--source.source-table table {
  border-radius: 10px;
  box-shadow: none;
  margin: 20px auto;
}
.sources--source.source-table table td {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 2px;
}
.sources--source.source-table table tbody tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
  background-color: #2d3142;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #b55328;
  padding-left: 20px;
}
.sources--source.source-table table tbody tr th:nth-child(2) {
  border-radius: 0 10px 0 0;
  background-color: #fff;
  color: #4f5d75;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 2px solid #b55328;
  padding-left: 20px;
  padding-right: 20px;
}
.sources--source.source-table table tbody tr:last-child td {
  border-bottom: none;
}
.sources--source.source-table table tbody tr td {
  border-bottom: 1px solid #c8c8c8;
  padding-left: 20px;
  padding-right: 20px;
}
.sources--source.source-table table tbody tr td:nth-child(2) {
  background-color: #f8f8f8;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #c8c8c8;
}
.sources--source.source-table table tbody tr:last-child td:last-child {
  border-radius: 10px;
}
.sources--source.source-table table tbody tr:nth-child(11) td {
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sources--source--item.svelte-wd9vxs.svelte-wd9vxs {
    max-width: none;
  }
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs {
  background-color: #e0e0e3;
  border-left: 1px solid #b55328;
  border-right: 1px solid #b55328;
  border-bottom: 1px solid #b55328;
  color: #2d3142;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 175%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 740;
}
.sources--source--details.source-d-details {
  height: 88px;
}
@media screen and (max-width: 1239px) {  
  .sources--source--details.source-d-details {
    height: 282px;
  }
}
@media screen and (max-width: 745px) {
  .sources--source--details.source-d-details {
    height: auto;
  }
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.map-details {
  border-top: 3px solid #b55328;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-no-hover {
  border-top: 1px solid #b55328;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-map {
  border: 1px solid #b55328;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-k-top-caption{
  border-top: 1px solid #b55328;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-top {
  border: none;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-top.credit-bottom-source-h {
  border-left: 1px solid #b55328;
  border-right: 1px solid #b55328;
  border-bottom: 1px solid #b55328;
}
.sources--source--details.svelte-wd9vxs.svelte-wd9vxs.source-e-details {
  /* border: none; */
  border-right: 1px solid #b55328;
}
a.full.svelte-wd9vxs.svelte-wd9vxs {
  color: #2d3142;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #e0e0e3;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs {
  object-fit: cover;
  height: 271px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-a {
  height: 241px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-b {
  height: 210px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-c {
  height: 353px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-e-img {
  height: 362px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-f-img {
  height: 228px;
  object-position: top;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-g-img {
  object-position: top;
  height: 298px;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-h-img {
  object-position: top;
  height: 465px;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-i-img {
  object-position: top;
  height: 289px;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-j-img {
  object-position: top;
  height: 342px;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-k-img {
  object-position: top;
  height: 164px;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-center {
  object-position: center;
}
a.full.svelte-wd9vxs img.svelte-wd9vxs.source-map-img {
  height: 270px;
}
@media (max-width: 1239px) {
  a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-a {
    height: 305px;
    object-position: top;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-b {
    height: 272px;
    object-position: top;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.first-source-c {
    height: 492px;
    object-position: top;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-e-img {
    height: 467px;
    object-position: top;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-f-img {
    height: 284px;
    object-position: top;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-g-img {
    object-position: top;
    height: 437px;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-h-img {
    object-position: top;
    height: 691px;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-i-img {
    object-position: top;
    height: 421px;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-j-img {
    object-position: top;
    height: 496px;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-k-img {
    object-position: top;
    height: 195px;
  }
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-center {
    object-position: center;
  }
}
@media (max-width: 625px) {
  a.full.svelte-wd9vxs img.svelte-wd9vxs.source-e-img {
    height: 700px;
  }
}
.sources--source--caption.svelte-wd9vxs.svelte-wd9vxs,
.sources--source--credit.svelte-wd9vxs.svelte-wd9vxs {
  font-weight: 400;
  line-height: 1.5rem;
}
.sources--source--credit.svelte-wd9vxs.svelte-wd9vxs {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.9rem;
}
h4.svelte-wd9vxs.svelte-wd9vxs {
  color: var(--white);
  font-weight: 100;
}
.sources--source--survivor.svelte-wd9vxs.svelte-wd9vxs {
  background-color: var(--grey90);
  color: var(--grey10);
  position: relative;
  overflow: initial !important;
}
.sources--source--survivor.svelte-wd9vxs.svelte-wd9vxs p {
  font-family: "Roboto Condensed", sans-serif;
  color: #2d3142;
  font-size: 14px;
}
.sources--source--survivor.svelte-wd9vxs.svelte-wd9vxs p.source-a-credit {
  font-family: "Roboto Condensed", sans-serif;
  color: #2d3142;
  font-size: 12px;
}
.sources--source--survivor.svelte-wd9vxs.svelte-wd9vxs p:nth-child(2) {
  border-left: 2px solid #b55328;
  padding: 0 0px 0 20px;
  margin-left: 20px;
  margin-top: 10px;
}
.survivor-label-wrapper.svelte-wd9vxs.svelte-wd9vxs {
  position: absolute;
  top: -30px;
  left: -40px;
}
.survivor-label-image.svelte-wd9vxs.svelte-wd9vxs {
  position: absolute;
  z-index: 0;
}
.survivor-label-text.svelte-wd9vxs.svelte-wd9vxs {
  position: relative;
  padding: 15px 40px;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
    "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: #00000073;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scaleZ(1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image,
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(./loading-298ad3ff.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scaleZ(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scaleZ(1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scaleZ(1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scaleZ(1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
    "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: #00000073;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  to {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-icon:focus-visible {
  outline: white dashed 1px;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  height: fit-content;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-sub-html ul {
  list-style: none;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scaleZ(1);
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image,
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress).lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.breadcrumb.svelte-ehfmy7 a.svelte-ehfmy7 {
  color: var(--grey10);
  font-size: 1rem;
}
.download.svelte-ehfmy7.svelte-ehfmy7 {
  border: 2px solid var(--grey20);
  padding: var(--gap05);
  text-transform: uppercase;
}
.download.svelte-ehfmy7 a.svelte-ehfmy7 {
  color: var(--grey10);
  text-decoration: none;
}
.download.svelte-ehfmy7 a.svelte-ehfmy7:hover {
  text-decoration: underline;
}
.source-title.svelte-ehfmy7.svelte-ehfmy7 {
  padding: 30px 40px;
  background: #2d3142;
  border-radius: 10px 10px 0px 0px;
}
.source-title.svelte-ehfmy7 .filtered-html p {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
.source-title.svelte-ehfmy7.svelte-ehfmy7 .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
}
.source-title.svelte-ehfmy7.svelte-ehfmy7 h1.bold-title {
  font-weight: bold;
}
.attr-text.svelte-ehfmy7.svelte-ehfmy7 {
  font-size: 1.7rem;
  margin-top: 5px;
}
.intro.svelte-ehfmy7 div.svelte-ehfmy7 {
  /* margin-bottom: var(--gap10); */
}
@media screen and (min-width: 901px) {
  .intro.svelte-ehfmy7.svelte-ehfmy7 {
    display: flex;
    flex-direction: column;
  }
}
.article.svelte-ehfmy7.svelte-ehfmy7 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: var(--font-sans);
}
.questions.svelte-ehfmy7.svelte-ehfmy7 {
  padding: 20px 40px 20px 40px;
  background-color: #f8f8f8;
  color: #2d3142;
  line-height: 2.1875rem;
}
.questions.svelte-ehfmy7 h2.svelte-ehfmy7 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.4175rem;
  color: #2d3142;
}
.questions.svelte-ehfmy7 ol.svelte-ehfmy7 {
  margin-top: 0;
  margin-left: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  padding: 0;
}
.questions.svelte-ehfmy7 li.svelte-ehfmy7 {
  margin-bottom: 5px;
}
.questions.svelte-ehfmy7.svelte-ehfmy7.questions-source-e {
  background-color: rgba(79, 93, 117, 0.85);
  padding: 30px 40px;
  border: none;
  border-top: 1px solid #b55328;
  border-bottom: 2px solid #b55328;
}
.questions.svelte-ehfmy7.svelte-ehfmy7.questions-source-e p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #fff;
}
.questions.svelte-ehfmy7.svelte-ehfmy7.questions-source-e p.p-break {
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.learn-item.svelte-ehfmy7.svelte-ehfmy7 {
  margin-bottom: var(--gap10);
  width: 33.33%;
}
.learn-item.learn-questions.svelte-ehfmy7 {
  width: 50%;
}
.learn-more-sources.svelte-ehfmy7.svelte-ehfmy7 {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.learn-more-sources.svelte-ehfmy7.lean-more-source-e {
  margin-top: 0;
  gap: 0;
}
.learn-item.svelte-ehfmy7.learn-questions .questions.svelte-ehfmy7 {
  border-left: 1px solid #b55328;
  border-bottom: 1px solid #b55328;
}
.learn-item.svelte-ehfmy7.learn-questions .questions.svelte-ehfmy7.source-e-questions {
  height: 599.6px;
}
@media screen and (max-width: 1239px) {
  .learn-item.svelte-ehfmy7.learn-questions .questions.svelte-ehfmy7 {
    border-right: 1px solid #b55328;
  }
  .learn-item.svelte-ehfmy7.learn-questions .questions.svelte-ehfmy7.source-e-questions {
    height: fit-content;
  }
}
@media screen and (min-width: 901px) {
  .learn-item.svelte-ehfmy7.svelte-ehfmy7 {
    margin-bottom: 0;
  }
  .learn-item.svelte-ehfmy7.learn-questions {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .learn-item.svelte-ehfmy7.learn-questions {
    margin-bottom: 0;
  }
}
.learn-more.svelte-ehfmy7.svelte-ehfmy7 {
  background-color: #fff;
  padding-bottom: 50px;
}
.learn-more.svelte-ehfmy7 h2.svelte-ehfmy7.source-e-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.4175rem;
  color: #2d3142;
  padding: 0;
}
.learn-more.svelte-ehfmy7 h2.svelte-ehfmy7 {
  font-weight: 400;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #4f5d75;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.learn-more.svelte-ehfmy7.learn-more-source-e-container {
  padding-bottom: 0;
}
.subfoot.svelte-ehfmy7.svelte-ehfmy7 {
  background-color: transparent;
  max-width: 1100px;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
.subfoot.svelte-ehfmy7 a.svelte-ehfmy7 {
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
.subfoot.svelte-ehfmy7 a.svelte-ehfmy7:first-child {
  margin-bottom: 5px;
}
.subfoot--arrow.subfoot--arrow--prev.svelte-ehfmy7.left a:first-child {
  margin-left: -5px;
}
.subfoot.svelte-ehfmy7 a.svelte-ehfmy7:hover {
  text-decoration: underline;
}
.subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
  display: flex;
  height: 135px;
}
.subfoot.svelte-ehfmy7 {
  padding-top: 0;
}
.subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7 {
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: #b55328;
  padding: 40px;
  /* width: 124px; */
}
.subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.left {
  border-radius: 0 0 0 10px;
  border-right: 1px solid #fff;
  width: 22%;
}
.subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.right {
  border-radius: 0 0 10px 0;
  border-left: 1px solid #fff;
  width: 22%;
}
.subfoot--arrow.svelte-ehfmy7 svg.svelte-ehfmy7 {
  height: 2em;
  width: 2em;
}
.subfoot--arrow--next.svelte-ehfmy7 svg.svelte-ehfmy7 {
  transform: rotate(180deg);
}
.subfoot--content.svelte-ehfmy7.svelte-ehfmy7 {
  width: 78%;
  padding: 40px 40px 40px 60px;
  background-color: #2d3142;
}
.subfoot--content.svelte-ehfmy7.svelte-ehfmy7 a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400px;
}
.subfoot--content.svelte-ehfmy7.svelte-ehfmy7 div {
}
.subfoot--left.svelte-ehfmy7.svelte-ehfmy7,
.subfoot--right.svelte-ehfmy7.svelte-ehfmy7 {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
}
.subfoot--left.svelte-ehfmy7.svelte-ehfmy7 {
  border-radius: 0 0 0 10px;
  display: flex;
  border-right: 1px solid #fff;
}
.subfoot--right.svelte-ehfmy7.svelte-ehfmy7 {
  border-radius: 0 0 10px 0;
  display: flex;
}
.subfoot--label.svelte-ehfmy7.svelte-ehfmy7 {
  font-weight: 900;
  margin: 0.5em 0 1em;
}
.subfoot--right.svelte-ehfmy7 .subfoot--content.svelte-ehfmy7 a {
  /* text-align: right; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.decoration-bar.svelte-2kr2yv.source {
  height: 31px !important;
  background-size: cover;
  border-top: 1px solid #b55328;
  border-bottom: 1px solid #b55328 !important;
}
.text-source.svelte-ehfmy7 .filtered-html {
  background-color: rgba(79, 93, 117, 0.85);
  padding: 25px 40px 25px 40px;
}
.text-source.svelte-ehfmy7 .filtered-html p {
  width: 75%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.text-source.svelte-ehfmy7 .filtered-html p.p-break {
  width: 75%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 729px) {
  .text-source.svelte-ehfmy7 .filtered-html p,
  .text-source.svelte-ehfmy7 .filtered-html p.p-break {
    width: 100%;
  }
}
.article .filtered-html,
.filtered-html.questions-source-e {
  margin-top: 0px !important;
  line-height: normal;
}
.question-source {
  display: flex;
  /* height: 315px; */
  height: fit-content;
}
.question-source .questions {
  border: 1px solid #b55328;
  width: 50%;
}
.first-source.svelte-ehfmy7 {
  border-top: 1px solid #b55328;
  border-right: 1px solid #b55328;
  border-bottom: 1px solid #b55328;
  height: fit-content;
  width: 50%;
}
.first-source.svelte-ehfmy7.first-source-e {
  height: auto;
  background-color: rgba(79, 93, 117, 0.85);
}
.source-item.svelte-ehfmy7 {
  position: relative;
}
.hover-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  padding: 10px 15px;
  background: rgba(45, 49, 66, 0.9);
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  border-top: 1px solid #b55328;
  height: fit-content;
}
.hover-wrapper-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  padding: 10px 15px;
  background: rgba(45, 49, 66, 0.9);
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #b55328;
  height: fit-content;
}
.hover-img {
  height: 370px;
  object-position: 0 80%;
}
.source-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}
.plus-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  /* bottom: 0px; */
  right: 0px;
  color: var(--white);
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.3s;
  display: flex;
  /* height: 125px; */
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent rgba(45, 49, 66, 0.9) transparent transparent;
}
.sources--source.survivor-account .filtered-html {
  border-left: 1px solid #b55328;
  border-right: 1px solid #b55328;
  border-bottom: 1px solid #b55328;
  background-color: #2d314226;
  padding: 15px;
}
.sources--source.survivor-account .account-title {
  background-color: #2d3142;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}
.source-subtitle {
  background-color: #fff;
  padding: 15px 50px 15px 40px;
}
.source-subtitle p {
  margin: 0;
  color: #4f5d75;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 140%;
}
.title-sub {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  margin-bottom: -3px;
  line-height: normal;
}
.download-source {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  color: #b55328;
  background-color: #f8f8f8;
  border: 2px solid #2d3142;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  transition: 0.1s;
  border-radius: 10px;
  /* margin: 0 80px; */
  width: 250px;
  height: 35px;
}
.source-arrows {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.left-arrow {
  margin-top: 3px;
  width: 30px;
}
.right-arrow {
  margin-top: 3px;
  width: 30px;
}
.sound-icon-small {
  width: 18px;
}
.sound-icon-big {
  width: 25px;
}
.sound-dark {
  display: none;
}
@media screen and (max-width: 1239px) {
  .source-arrows {
    margin: auto;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.left {
    border-radius: 10px 0 0 0px;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.left.source-e-left {
    border-radius: 0;
  }
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    height: 100px;
    flex-wrap: wrap;
    margin-bottom: 150px;
    max-width: 710px;
  }
  .subfoot--left.svelte-ehfmy7.svelte-ehfmy7,
  .subfoot--right.svelte-ehfmy7.svelte-ehfmy7 {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .subfoot--right.svelte-ehfmy7.svelte-ehfmy7 {
    border-radius: 0px 0 10px 0;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7 {
    padding: 20px;
  }
  .subfoot--content.svelte-ehfmy7.svelte-ehfmy7 {
    padding: 20px;
  }
  .learn-more.svelte-ehfmy7 {
    max-width: 710px;
    margin: auto;
  }

  .question-source.source-e-question {
    flex-wrap: wrap;
  }
  .questions.svelte-ehfmy7.source-e-questions-list,
  .first-source.svelte-ehfmy7.source-e-first-source {
    width: 100%;
  }
  .first-source-a {
    object-position: top;
  }
  .learn-more-sources.svelte-ehfmy7.svelte-ehfmy7 {
    flex-wrap: wrap;
  }
  .learn-item.svelte-ehfmy7.svelte-ehfmy7.account-item {
    width: 100%;
  }
  .learn-item.svelte-ehfmy7.svelte-ehfmy7 {
    width: 49.2%;
  }
  .learn-item.learn-questions.svelte-ehfmy7 {
    width: 100%;
  }
  .subfoot.svelte-ehfmy7.svelte-ehfmy7 {
    max-width: 711px;
  }
  .subfoot--left.svelte-ehfmy7.svelte-ehfmy7 {
    border-radius: 10px 0 0 0px;
    background: #2d3142;
  }
}
@media screen and (max-width: 745px) {
  .source-clipping {
    height: 318px;
  }
  /* .learn-more.svelte-ehfmy7.svelte-ehfmy7 {
    background-color: none;
  } */
  .question-source {
    flex-direction: column;
  }
  .first-source.svelte-ehfmy7 {
    width: 100%;
  }
  .first-source.svelte-ehfmy7 .source-item.svelte-ehfmy7 {
    /* border-bottom: 2px solid #b55328; */
    border-left: 1px solid #b55328;
  }
  .intro.svelte-ehfmy7 div.svelte-ehfmy7 {
    width: 100%;
  }
  .subfoot.svelte-ehfmy7.svelte-ehfmy7 {
    max-width: 706px;
  }
  .questions.svelte-ehfmy7.svelte-ehfmy7.questions-source-e {
    border-bottom: none;
  }
  .first-source.svelte-ehfmy7.first-source-e {
    border-top: none;
  }
}
@media screen and (max-width: 743px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media screen and (max-width: 742px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 2px;
  }
}
@media screen and (max-width: 741px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-right: 2px;
  }
}
@media screen and (max-width: 740px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 3px;
  }
}
@media screen and (max-width: 739px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-right: 3px;
  }
}
@media screen and (max-width: 738px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 4px;
  }
}
@media screen and (max-width: 737px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-right: 4px;
  }
}
@media screen and (max-width: 735px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 733px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 731px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 731px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 726px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 722px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media screen and (max-width: 721px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 720px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (max-width: 717px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media screen and (max-width: 715px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 713px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 711px) {
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media screen and (max-width: 710px) {
  .learn-item.svelte-ehfmy7.svelte-ehfmy7 {
    width: 100%;
  }
  .subfoot.svelte-ehfmy7 .container.svelte-ehfmy7 {
    padding-left: 20px;
    padding-right: 19px;
  }
}
@media screen and (max-width: 562px) {
  #main {
    padding-bottom: 100px;
  }
  .learn-item.svelte-ehfmy7.svelte-ehfmy7 {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .source-explorer--title-override.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    display: flex;
    flex-direction: column;
  }
  h1.svelte-rqkrvh.svelte-rqkrvh.svelte-rqkrvh {
    text-align: center;
    margin-bottom: 20px;
  }
  .download-source {
    margin: auto;
  }
}
@media screen and (max-width: 433px) {
  .subfoot--content.svelte-ehfmy7.svelte-ehfmy7 {
    height: 120px;
  }
  .subfoot--content.svelte-ehfmy7.subfoot-expand {
    height: 150px;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.left a:nth-child(1) {
    display: none;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.right a:nth-child(1) {
    display: none;
  }
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.right,
  .subfoot--arrow.svelte-ehfmy7.svelte-ehfmy7.left {
    text-align: center;
    position: relative;
  }
  .right-arrow {
    padding-right: 3px;
  }
  .left-arrow {
    padding-left: 3px;
  }
  .source-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#menu-open {
  transition: all .5s;
}

