body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  /* height: auto; */
  /* overflow-y: hidden; */
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0px;
  top: -9999px;
  visibility: hidden;
  position: absolute !important;
}

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0px;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0px;
  touch-action: manipulation;
  transform: translateZ(0px);
  width: 100%;
  z-index: 100001;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.fancybox-outer {
  overflow-y: auto;
}

.fancybox-bg {
  background: var(--page-bg);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 999997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: var(--font-color);
  font-size: 95%;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 44px;
  min-width: 44px;
  /* mix-blend-mode: difference; */
  padding: 0px 10px;
  /* pointer-events: none; */
  top: 3px;
  user-select: none;
}

.fancybox-toolbar {
  left: 0px;
  top: 0px;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0px);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0px;
  outline: none;
  overflow: auto;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0px;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0px;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0px;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: rgb(37 48 54);
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  overflow: auto;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: 0% 0% / 100% 100% no-repeat transparent;
  left: 0px;
  max-width: none;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 0px;
  transform-origin: left top;
  transition-property: transform, opacity, -webkit-transform;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: url(../images/zoom-in.png);
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0px;
  height: 100%;
  left: 0px;
  margin: 0 1%;
  max-height: 98%;
  /* max-width: 95%; */
  padding: 0px;
  position: absolute;
  top: 0px;
  user-select: none;
  /* width: 103%; */
  /* box-shadow: rgba(0, 0, 0, 0.5) 5px 4px 17px; */
  /* border: 10px solid #fff; */
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0px;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: rgb(0, 0, 0);
}

.fancybox-slide--map .fancybox-content {
  background: rgb(229, 227, 223);
}

.fancybox-slide--iframe .fancybox-content {
  background: rgb(255, 255, 255);
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0px;
  display: block;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 100%;
}

.fancybox-iframe {
  left: 0px;
  position: absolute;
  top: 0px;
}

.fancybox-error {
  background: rgb(255, 255, 255);
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

.fancybox-button {
  background: rgb(0 0 0 / 0%);
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  margin: 0px;
  padding: 10px;
  position: relative;
  transition: color 0.2s ease 0s;
  vertical-align: top;
  visibility: inherit;
  width: 45px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: var(--font-color);
  /* filter: drop-shadow(2px 0px 0px #fff); */
}

.fancybox-button:hover {
  /* color: rgb(255, 255, 255); */
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  /* color: rgb(136, 136, 136); */
  cursor: default;
  outline: none;
  opacity: 0.4!important;
}

.fancybox-button div {
  height: 100%;
  border-radius: 70px;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  border-radius: 54px;
  fill: #fff;
}

.fancybox-button svg path {
  fill: var(--fancy-button-color);
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: rgb(255, 82, 104);
  height: 2px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: scaleX(0);
  transform-origin: 0px center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  color: rgb(204, 204, 204);
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentcolor;
  padding: 10px;
  right: 0px;
  top: 0px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  bottom: 60px;
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0px;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0px;
}

.fancybox-caption {
  bottom: 0;
  color: var(--font-color);
  font-size: 82%;
  font-weight: 400;
  left: 0px;
  line-height: 1;
  padding: 21px 44px;
  background: #0000000d;
  right: 0px;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII="); */
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: rgb(204, 204, 204);
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.fancybox-loading {
  animation: 1s linear 0s infinite normal none running a;
  background: transparent;
  border-width: 4px;
  border-style: solid;
  border-color: rgb(136, 136, 136) rgb(136, 136, 136) rgb(255, 255, 255);
  border-image: initial;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0px 0px -25px;
  opacity: 0.7;
  padding: 0px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes a {
  100% {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0px);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* edited from 1.5 to 1 */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0px, 0px);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0px, 0px);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0px);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0px, 0px) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0px, 0px) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0px) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0px;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: rgb(78, 78, 78);
    color: rgb(242, 244, 246);
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0px;
    top: 0px;
    width: 36px;
  }
}

.fancybox-share {
  background: rgb(244, 244, 244);
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: rgb(34, 34, 34);
  font-size: 35px;
  font-weight: 700;
  margin: 0px 0px 20px;
}

.fancybox-share p {
  margin: 0px;
  padding: 0px;
}

.fancybox-share__button {
  border: 0px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px 5px 10px;
  min-width: 130px;
  padding: 0px 15px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: rgb(255, 255, 255);
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: rgb(59, 89, 152);
}

.fancybox-share__button--fb:hover {
  background: rgb(52, 78, 134);
}

.fancybox-share__button--pt {
  background: rgb(189, 8, 29);
}

.fancybox-share__button--pt:hover {
  background: rgb(170, 7, 25);
}

.fancybox-share__button--tw {
  background: rgb(29, 161, 242);
}

.fancybox-share__button--tw:hover {
  background: rgb(13, 149, 232);
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: rgb(255, 255, 255);
}

.fancybox-share__input {
  background: transparent;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(215, 215, 215);
  border-radius: 0px;
  color: rgb(93, 91, 91);
  font-size: 14px;
  margin: 10px 0px 0px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: rgb(221, 221, 221);
  bottom: 0px;
  display: none;
  margin: 0px;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0px;
  -webkit-tap-highlight-color: transparent;
  top: 0px;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow: auto hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0px;
  height: 100%;
  list-style: none;
  margin: 0px;
  overflow: hidden auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: rgb(42, 42, 42);
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid rgb(255, 82, 104);
  bottom: 0px;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}