@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
form {
  display: flex;
  width: 100%;
  max-width: 100%;
}

input,
textarea,
.textarea,
select {
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  padding: 0 1em;
  height: 46px;
  font-weight: 600;
  font-family: var(--font);
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: all linear 0.15s;
}
input::-moz-placeholder, textarea::-moz-placeholder, .textarea::-moz-placeholder, select::-moz-placeholder {
  color: #787878;
  opacity: 1;
  font-weight: 400;
}
input::placeholder,
textarea::placeholder,
.textarea::placeholder,
select::placeholder {
  color: #787878;
  opacity: 1;
  font-weight: 400;
}
input:focus,
textarea:focus,
.textarea:focus,
select:focus {
  border: 1px solid #aaa;
}
input.small,
textarea.small,
.textarea.small,
select.small {
  max-width: 200px;
}
input.medium,
textarea.medium,
.textarea.medium,
select.medium {
  max-width: 480px;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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: rgba(0, 0, 0, 0.45);
  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";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  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;
  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;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.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;
  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;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms 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;
  transform: scale3d(1, 1, 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-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: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  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;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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 {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.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 {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  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;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  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: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !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: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !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: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !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-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 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-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;
  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 {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 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;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.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 {
  transition-duration: 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 {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  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;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.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 {
  display: inline-block !important;
}
.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 {
  transform: translate3d(0, 0%, 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;
  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 {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  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 {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  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 {
  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 {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 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 {
  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 {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  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 {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

:root {
  --font-title:"Poppins", sans-serif;
  --font-text:"Poppins", sans-serif;
  --font-weight-normal: 400;
  --font-size:15px;
  --clr-background: #fff;
  --clr-text: #565454;
  --clr-title: #242424;
  --clr-light-gray: #e8e8e8;
  --clr-border:#d5deeb;
  --clr-primary: #389cff;
  --clr-primary-hover: #217dda;
  --clr-secondary: #86b5cd;
  --clr-secondary-hover: #79acc5;
  --clr-link: #0066ff;
  --clr-button: #1d1d1b;
  --clr-button-hover: #000;
  --clr-button-text: #fff;
  --clr-input-border:#dbdfe9;
  --content-padding: clamp(24px, 5vw, 40px);
  --content-width: 670px;
  --content-width-medium: 900px;
  --content-width-large: 1280px;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: var(--font-text);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size);
  line-height: 1.9;
  color: var(--clr-text);
  background: var(--clr-background);
  width: 100%;
  overflow-y: scroll;
}
body.locked {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: var(--font-title);
  color: var(--clr-title);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: clamp(26px, 8vw, 36px);
  font-weight: 600;
  margin-bottom: 2rem;
}

h2, .h2 {
  font-size: clamp(20px, 6vw, 24px);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

h3, .h3 {
  font-size: 16px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

p {
  margin-bottom: 1.75em;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--clr-link);
}

b,
strong {
  color: var(--clr-title);
}

.buttons {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.button,
button {
  float: left;
  background-color: var(--clr-button);
  color: var(--clr-button-text);
  padding: 0.375em 1em;
  margin: 0 0.5em 0.5em 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 250ms ease;
}
.button:hover,
button:hover {
  background: var(--clr-button-hover);
}

.image-container {
  width: 100%;
}
.image-container.animated {
  overflow: hidden;
}
.image-container.animated img {
  animation: normal;
  transition: opacity 250ms ease;
  image-rendering: smooth;
}
.image-container.animated:hover img {
  opacity: 0.85;
}
.image-container picture,
.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 120px solid var(--clr-black);
  padding: 0;
  margin: 0;
}

.layout-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.layout-container.with-background {
  background: var(--clr-light-gray);
}

.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.content-container p + h2 {
  margin-top: 1rem;
}
.content-container p + h3 {
  margin-top: 2.5rem;
}
.content-container p + h4 {
  margin-top: 2rem;
}

.homepage .logo {
  width: 70px;
  margin-bottom: 2.5rem;
}
.homepage h1 {
  margin-bottom: 0.5rem;
}
.homepage .layout-container {
  background: url(../images/background_search.jpg);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: center 330px;
}
.homepage .content-container {
  align-items: center;
  width: 100%;
  max-width: var(--content-width-medium);
  padding: 6em clamp(1.5em, 5vw, 6em);
}
.homepage .topiclist {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3;
  grid-template-columns: repeat(3, 1fr);
}
.homepage .topiclist li {
  margin: 0;
}
.homepage .topiclist li .name {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage .topiclist li .icon {
  display: none;
}

.topbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
}
.topbar .searchbar.has-results {
  border-radius: 8px 8px 0 0;
}
.topbar .searchbar #search {
  height: 50px;
}
.topbar .searchbar .searchresults {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 0;
  box-shadow: 0 18px 20px 0px rgba(0, 0, 0, 0.1);
}

.searchbar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.searchbar.has-results {
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.searchbar.has-results #search {
  border-color: transparent;
  border-radius: 8px 8px 0 0;
}
.searchbar.has-results #search:focus {
  box-shadow: none;
}
.searchbar.has-results .clear {
  display: flex;
}
.searchbar:has(#search.loading) .list {
  opacity: 0.5;
}
.searchbar .input-field {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.searchbar .searching {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 60px;
  width: auto;
  z-index: 4;
  background: #fff;
  height: calc(100% - 2px);
  padding-left: 60px;
  border-radius: 8px;
}
.searchbar .searching .flex-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  align-items: center;
  opacity: 0.65;
}
.searchbar .searching .spinner {
  position: absolute;
  left: 20px;
}
.searchbar .searching .spinner svg {
  width: 18px;
  height: 18px;
  animation: rotate 1.5s linear infinite;
}
.searchbar .clear {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  z-index: 4;
}
.searchbar .clear:hover {
  background: #f1f8ff;
}
.searchbar .icon {
  position: absolute;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 3;
}
.searchbar svg {
  display: block;
  width: 20px;
  height: 20px;
}
.searchbar #search {
  height: 64px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: none;
}
.searchbar #search:focus {
  border: 1px solid transparent;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.searchbar .searchresults {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 2rem;
  border-top: 1px solid #eee;
}
.searchbar .searchresults.small {
  padding: 1rem 2rem;
}
.searchbar .list {
  margin-top: 2rem;
}
.searchbar .list:first-of-type {
  margin-top: 0;
}
.searchbar .list h3 {
  margin-bottom: 0.5rem;
}
.searchbar .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchbar .list a {
  display: block;
  width: 100%;
  padding: 3px 20px;
  font-size: 14px;
}
.searchbar .list a:hover {
  background: #f1f8ff;
}
.searchbar .all-searches {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}
.searchbar .search-all {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: var(--clr-link);
  cursor: pointer;
  margin: 0 auto 0 0;
}
.searchbar .info {
  background: #f5f5f5;
  padding: 0.25rem 1rem;
  font-weight: 700;
  text-align: center;
}

.highlight {
  background: #ffff00;
  padding: 2px 0;
  color: #000;
}

.content-container.with-sidebar {
  display: flex;
  flex-direction: row;
}

.sidebar {
  display: flex;
  align-self: flex-start;
  align-items: flex-end;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: clamp(20em, 25vw, 36em);
  overflow: auto;
  padding: 4em clamp(1em, 5vw, 4em) 0;
  background: #eff3f7;
  background: linear-gradient(to bottom, #f1f6fb 65%, #fff);
}
.sidebar .title {
  margin-top: 3em;
}
.sidebar .title h2 {
  margin-bottom: 0;
}
.sidebar .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 20em;
  height: 100%;
}
.sidebar .logo {
  display: block;
  width: 100%;
  max-width: 200px;
}
.sidebar .category-listing {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.sidebar .category-listing li {
  display: flex;
  border-left: 2px solid var(--clr-border);
}
.sidebar .category-listing li:hover {
  border-color: #a1b4d1;
}
.sidebar .category-listing li:hover a {
  color: var(--clr-link);
}
.sidebar .category-listing a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0 6px 1em;
  width: 100%;
}
.sidebar .category-listing a:hover {
  text-decoration: underline;
}
.sidebar h2.divider {
  margin-top: 3rem;
  padding-top: 3rem;
  margin-bottom: 0;
  border-top: 1px solid var(--clr-border);
}
.sidebar .backlink {
  font-size: 14px;
  margin-top: auto;
  margin-right: auto;
  padding-bottom: 4em;
  font-weight: 600;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 2em 0 4em;
  font-size: 14px;
  line-height: 1.5;
}
.sidebar-menu a {
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 9px 0;
  color: var(--clr-title);
}
.sidebar-menu a.active {
  color: var(--clr-link);
  font-weight: 600;
}
.sidebar-menu a:hover {
  color: var(--clr-link);
  text-decoration: underline;
}
.sidebar-menu .submenu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 0 1em 2px;
  margin: 0;
  font-size: 13px;
}
.sidebar-menu .submenu li {
  margin: 0;
}
.sidebar-menu .submenu li:last-of-type {
  margin: 0;
}
.sidebar-menu .submenu a {
  float: left;
  width: 100%;
  font-weight: 400;
  border-left: 2px solid var(--clr-border);
  padding: 6px 0 6px 1em;
  position: relative;
  color: var(--clr-text);
}
.sidebar-menu .submenu a:hover {
  text-decoration: none;
  border-color: #a1b4d1;
  color: var(--clr-link);
}
.sidebar-menu .submenu a.active {
  border-color: var(--clr-link);
}

.page-content-container {
  margin-left: auto;
  width: 100%;
  max-width: calc(100% - clamp(20em, 25vw, 36em));
  padding: 4em clamp(1.5em, 5vw, 6em);
}

.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 5em;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs svg {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.breadcrumbs svg path {
  fill: #999;
}

.page-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: -1rem 0 2rem;
}
.page-nav li {
  display: flex;
  flex-direction: row;
}
.page-nav li a {
  font-size: 14px;
  text-decoration: none;
}
.page-nav li a:hover {
  text-decoration: underline;
}
.page-nav li span {
  padding-right: 4px;
}

.category-intro {
  max-width: var(--content-width);
  margin-bottom: 3rem;
}

.topics {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.topiclist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.topiclist li {
  width: 100%;
  margin-bottom: 0.5rem;
}
.topiclist li a {
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 20px;
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--clr-title);
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.topiclist li a:hover {
  border: 1px solid #999;
}
.topiclist li .name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.topiclist li .description {
  font-size: 13px;
  color: var(--clr-text);
  font-weight: 400;
  margin-top: 6px;
}
.topiclist li .icon {
  display: flex;
  width: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.topiclist li .icon svg {
  display: block;
  width: 10px;
  height: 10px;
}

.topic-nav {
  width: 100%;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--clr-border);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}

.lg-img-wrap {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 20px 60px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.contentblocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
  margin-bottom: 4rem;
}
.contentblocks h3 {
  font-size: 16px;
}

.contentblock {
  position: relative;
  margin-top: 4rem;
}
.contentblock.has-anchor:before {
  content: "#";
  display: none;
  position: absolute;
  left: -30px;
  top: 3px;
  font-size: 24px;
  line-height: 100%;
  color: var(--clr-primary);
}
.contentblock.compact {
  margin-top: 2.5rem;
}
.contentblock:first-of-type {
  margin-top: 0;
}
.contentblock:last-of-type {
  margin-bottom: 0;
}

.contentblock.image-gallery {
  margin-bottom: -0.5em;
}
.contentblock.image-gallery .gallery {
  float: left;
  width: 100%;
}
.contentblock.image-gallery .gallery.per-row-1 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 1) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-1 .image-container:nth-of-type(1n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-2 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 2) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-2 .image-container:nth-of-type(2n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 3) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(3n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 4) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(4n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 5) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(5n) {
  margin-right: 0;
}
.contentblock.image-gallery .with-lightbox .image-container {
  overflow: hidden;
}
.contentblock.image-gallery .with-lightbox .image-container:hover img {
  opacity: 0.85;
}
.contentblock.image-gallery .with-lightbox .image-container img {
  transition: all 250ms ease;
}
.contentblock.image-gallery .layout-landscape .image-container {
  aspect-ratio: 16/10;
}
.contentblock.image-gallery .layout-square .image-container {
  aspect-ratio: 1;
}
.contentblock.image-gallery .layout-portrait .image-container {
  aspect-ratio: 9/14;
}

.contentblock.video .video-container {
  aspect-ratio: 16/9;
}
.contentblock.video .video-container iframe,
.contentblock.video .video-container object,
.contentblock.video .video-container embed {
  width: 100%;
  height: 100%;
}

.contentblock.buttons {
  margin-top: 1em;
  margin-bottom: -0.5em;
}
.contentblock.buttons .buttons {
  margin-top: 1em;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.even-columns {
  display: flex;
}
.even-columns > * {
  width: 100%;
}

.flex-row,
.flex-row-to-column,
.flex-row-to-column-reverse {
  display: flex;
  flex-direction: row;
}

.flex-column,
.flex-column-to-row,
.flex-column-to-row-reverse {
  display: flex;
  flex-direction: column;
}

.flex-start {
  align-self: flex-start;
}

.max-content {
  width: -moz-max-content;
  width: max-content;
}

.gap {
  gap: 1.5em;
}

.full {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hidden {
  display: none;
}

.align-center {
  align-self: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.flex-grow {
  flex-grow: 1;
}

.mt-0 {
  margin-top: 0;
}

.mt-075 {
  margin-top: 0.75em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 1em;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 1em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-075 {
  margin-bottom: 0.75em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}
