.gwd-inactive {
  visibility: hidden;
}
gwd-page {
  display: block;
}
.gwd-pagedeck {
  position: relative;
  display: block;
}

.gwd-pagedeck > .gwd-page.transparent {
  opacity: 0;
}

.gwd-pagedeck > .gwd-page {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.gwd-pagedeck > .gwd-page.linear {
  transition-timing-function: linear;
}

.gwd-pagedeck > .gwd-page.ease-in {
  transition-timing-function: ease-in;
}

.gwd-pagedeck > .gwd-page.ease-out {
  transition-timing-function: ease-out;
}

.gwd-pagedeck > .gwd-page.ease {
  transition-timing-function: ease;
}

.gwd-pagedeck > .gwd-page.ease-in-out {
  transition-timing-function: ease-in-out;
}

.linear *,
.ease-in *,
.ease-out *,
.ease *,
.ease-in-out * {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

gwd-image.scaled-proportionally > div.intermediate-element > img {
  background-repeat: no-repeat;
  background-position: center;
}

gwd-image {
  display: inline-block;
}

gwd-image > div.intermediate-element {
  width: 100%;
  height: 100%;
}

gwd-image > div.intermediate-element > img {
  display: block;
  width: 100%;
  height: 100%;
}
div[is="gwd-page"].fs,
gwd-page.fs {
  border: none;
}
.gwd-lightbox {
  overflow: hidden;
}
.gwd-page-container {
  position: relative;
  width: 100%;
  height: 540px;
}

.gwd-page-content {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  perspective: 1400px;
  -webkit-perspective: 1400px;
  -moz-perspective: 1400px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  position: absolute;
  background-color: transparent;
}

.gwd-page-wrapper {
  position: absolute;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  background-color: #fff;
}

.gwd-page-size {
  width: 100%;
  height: 540px;
}

.gwd-taparea-1k7d {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0px;
  top: 200px;
}

.gwd-div-17a5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 540px;
  background-image: none;
  background-color: #c32929;
}

.gwd-div-to73 {
  background-image: none;
  background-color: #fff;
}

.gwd-img-n4y8 {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 60px;
  top: 190px;
}

@keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}

#page1.gwd-play-animation .event-1-animation {
  animation: gwd-empty-animation 0.2s linear 0s 1 normal forwards;
  -webkit-animation: gwd-empty-animation 0.2s linear 0s 1 normal forwards;
  -moz-animation: gwd-empty-animation 0.2s linear 0s 1 normal forwards;
}

.twentytwenty-handle::before {
  width: 74px;
  height: 74px;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -37px;
  position: absolute;
  content: url("../images/mouse.png");
  background-color: #fff;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

.twentytwenty-vertical .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 540px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
  color: white;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
  position: absolute;
  line-height: 20px;
  padding: 0px 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.298);
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
  top: 50%;
  margin-top: -9px;
}

.twentytwenty-vertical .twentytwenty-before-label::before,
.twentytwenty-vertical .twentytwenty-after-label::before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0px;
  height: 0px;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -9px;
  z-index: 9999;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label::before {
  content: "Move Right";
}

.twentytwenty-after-label::before {
  content: "Move Left";
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
  left: 5px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
  right: 5px;
}

.twentytwenty-vertical .twentytwenty-before-label::before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label::before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  z-index: 25;
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 540px;

  width: 3px;
  position: absolute;
  left: 50%;
  top: 0%;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 200px;
  box-shadow: rgba(0, 0, 0, 0.18) 2px 0 0;
  z-index: 40;
  cursor: e-resize;
}

.twentytwenty-horizontal .twentytwenty-handle::after {
  top: 50%;
  margin-top: 22px;
  box-shadow: #fff 0 -3px 0, rgba(51, 51, 51, 0.498) 0 0 12px;
}

.twentytwenty-vertical .twentytwenty-handle::before {
  left: 50%;
  margin-left: 22px;
  box-shadow: #fff 3px 0 0, rgba(51, 51, 51, 0.498) 0 0 12px;
}

.twentytwenty-vertical .twentytwenty-handle::after {
  right: 50%;
  margin-right: 22px;
  box-shadow: #fff -3px 0 0, rgba(51, 51, 51, 0.498) 0 0 12px;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #f68220;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #f68220;
  bottom: 50%;
  margin-bottom: -17px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  border: none;
  margin: 0 0 0 -3px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  animation: none !important;
  top: 0;
}

.twentytwenty-right-arrow {
  top: auto;
  bottom: 0;
  margin-left: -5px;
  right: auto;
  left: 50%;
}

.gwd-div-1mmu {
  background-image: none;
  position: relative;
  top: 0px;
  width: 100%;
  height: 540px;
  opacity: 1;
  left: 0px;
}

.twentytwenty-container {
  top: 0px;
  width: 100%;
  height: 540px;
  left: 0px;
}

.gwd-image-1pb2 {
  width: 100%;
  height: 540px;
  top: 0px;
  left: 0px;
}

.gwd-image-kihz {
  top: 0px;
  width: 100%;
  height: 540px;
  left: 0px;
}

.gwd-div-to73 {
  width: 100%;
  height: 540px;
}

.gwd-div-1cfl {
  width: 100%;
  height: 540px;
}

.gwd-image-11mm {
  position: absolute;
  width: 100%;
  height: 540px;
  top: 0px;
  left: 0px;
}

.gwd-image-13bf {
  position: absolute;
  width: 147px;
  height: 62px;
  left: 87px;
  top: 10px;
}

.twentytwenty-inst {
  border-left: 6px solid white;
  right: 50%;
  margin-right: 0px;
  color: white;
}

.inst {
  color: #fff;
  width: 10px;
  height: 10px;
  float: left;
  top: 231px;
  position: absolute;
  margin-left: -12px;
  font-size: 10px;
  z-index: 9999;
}
#page1.gwd-play-animation .event-1-animation {
  animation: gwd-empty-animation 0s linear 0s 1 normal forwards;
  -webkit-animation: gwd-empty-animation 0s linear 0s 1 normal forwards;
  -moz-animation: gwd-empty-animation 0s linear 0s 1 normal forwards;
}
@keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}
