@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-o-keyframes zoomInDown {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-o-keyframes zoomInLeft {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-o-keyframes zoomInRight {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-o-keyframes zoomInUp {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: #00285b;
  color: #fff;
}

*::selection {
  background: #00285b;
  color: #fff;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #111;
  font-family: "Segoe UI", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.66;
  color: #333;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin: 0 0 1.66em;
}

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

img.w-auto {
  width: auto;
}

.show-sm-down,
.show-md-down {
  display: block !important;
}

img.show-sm-down,
img.show-md-down {
  display: inline-block !important;
}

.show-sm-up,
.show-md-up,
img.show-sm-up,
img.show-md-up {
  display: none !important;
}

.pic {
  margin: 0;
}

.pic img {
  display: block;
  margin: 0 auto;
}

.img {
  position: relative;
  display: block;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 100% !important;
  visibility: hidden;
}

[role="button"] {
  cursor: pointer;
}

*:focus {
  outline: none;
}

.wrapper {
  background: #123C33;
  color: #fff;
  max-width: 648px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 64px;
}

.container {
  position: relative;
}

.slick-item+.slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.slick-initialized .slick-item+.slick-item {
  position: relative;
  visibility: visible;
}

.main::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-danger {
  color: #E14545;
}

.text-success {
  color: #5cb85c;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.ic {
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.flex-row .col {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 10px;
}

.object-fit {
  max-width: none;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide {
  display: none;
}

.txt-c1 {
  color: #00285b;
}

.txt-c2 {
  color: #184c99;
}

.txt-c3 {
  color: #333333;
}

.txt-gray {
  color: #ccc;
}

.ff-custom {
  font-family: "Times New Roman", "EB Garamond", serif;
  letter-spacing: 0;
}

.tt-up {
  text-transform: uppercase;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .br-sm-up {
    display: block;
    height: 0;
  }

  .show-sm-down,
  img.show-sm-down {
    display: none !important;
  }

  .show-sm-up {
    display: block !important;
  }

  img.show-sm-up {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {

  .show-md-down,
  img.show-md-down {
    display: none !important;
  }

  .show-md-up {
    display: block !important;
  }

  img.show-md-up {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .br-sm-down {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .br-md-down {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes scrollFloating {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-o-keyframes scrollFloating {
  0% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes scrollFloating {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.anime {
  visibility: hidden;
}

.anime.anime-run {
  visibility: visible;
}

.anime-run.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run[data-anime-delay="0.1s"] {
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.anime-run[data-anime-delay="0.2s"] {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.anime-run[data-anime-delay="0.3s"] {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.anime-run[data-anime-delay="0.4s"] {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.anime-run[data-anime-delay="0.5s"] {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list a,
.list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit;
}

.list span,
.list-h span,
.list-v span,
.list-inline span {
  display: block;
}

.list-h::after {
  content: '';
  display: block;
  clear: both;
}

.list-h>li,
.list-h .item {
  float: left;
}

.list-inline>li {
  display: inline-block;
  vertical-align: top;
}

.list-inline a {
  display: inline-block;
}

.field {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
}

.field:focus {
  outline: none;
  border-color: #036EB4;
}

.field::-webkit-input-placeholder {
  color: #969696;
}

.field::-moz-placeholder {
  color: #969696;
}

.field:-ms-input-placeholder {
  color: #969696;
}

.field:-moz-placeholder {
  color: #969696;
}

textarea.field {
  height: auto;
  line-height: 1.5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.field-group {
  position: relative;
  line-height: 2.5em;
  margin-bottom: 15px;
}

.field-group .field-label {
  display: block;
  margin-bottom: 0.25em;
}

.field-group .field-label b {
  color: #E14545;
}

.field-group .field-box {
  position: relative;
}

.field-group .field-box:focus-within {
  border-color: #184c99;
}

.field-group a {
  display: inline-block;
  color: inherit;
}

.field-group a:hover {
  color: #C3AC72;
}

.display-toggle {
  display: none
}

.display-toggle.show {
  display: block
}

.custom-radio,
.custom-checkbox {
  position: relative;
  display: block;
}

.custom-radio.inline,
.custom-checkbox.inline {
  display: inline-block;
}

.field-group .field-box .custom-radio.inline,
.field-group .field-box .custom-checkbox.inline {
  margin-right: 1em;
}

.custom-radio input,
.custom-checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-radio input+*,
.custom-checkbox input+* {
  display: block;
  text-indent: -2.25em;
  padding-left: 2.25em;
  line-height: 1.5;
}

.custom-radio input+* *,
.custom-checkbox input+* * {
  text-indent: 0;
}

.custom-radio input+*::before,
.custom-checkbox input+*::before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff no-repeat 0 50%;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  margin-left: 0.2em;
  margin-right: 0.5em;
  position: relative;
  top: 0.05em;
}

.custom-radio input:checked+*::before,
.custom-checkbox input:checked+*::before {
  background-position: 100% 50%;
}

.custom-checkbox input+*::before {
  background-image: url(../img/form_checkbox.png);
}

.custom-radio input+*::before {
  background-image: url(../img/form_radio.png);
  border-radius: 50%;
}

.form-foot {
  text-align: center;
  padding-top: 2em;
}

@media (min-width: 768px) {
  .field-group {
    margin-bottom: 20px;
  }
}

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
}

.bt::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bt:focus {
  outline: none;
}

.bt:hover {
  text-decoration: none;
}

.bt-style1 {
  color: #969696;
  background: #EFEFEF;
  font-weight: 700;
  line-height: 3;
  width: 5.25em;
}

.bt-style1:hover {
  color: #fff;
  background: #111;
}

.photo {
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.photo img {
  width: 100%;
}

.photo-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #3e505c;
  padding: 6px;
  pointer-events: none;
}

.photo-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  font-size: 1.38462em;
  line-height: 50px;
  padding: 0 1em;
}

.photo-title.posR {
  right: 0;
}

.photo-title.posL {
  left: 0;
}

.photo-title2 {
  color: #fff;
  background: #00285b;
  text-align: center;
  font-size: 1.38462em;
  padding: 0.5em 1em;
}

.slider.c1 .photo-title2 {
  background: #00285b;
}

.slider.c2 .photo-title2 {
  background: #184c99;
}


.gallery {
  width: 85%;
  margin: 0 auto;
}
.gallery img.pc {
  display: none;
}

.gallery-wrap {
  position: relative;
  border: 1px solid #fff;
  padding: 8px;
  margin: 1px;
}

.gallery-wrap .ps-txt {
  position: absolute;
  z-index: 10;
  bottom: 1em;
  left: 1.5em;
  line-height: 1.5;
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 5px #000;
  margin: 0;
}

.gallery-wrap .ps-txt.pos-r {
  left: auto;
  right: 1.5em;
}

.gallery .txt {
  display: none;
}

.gallery .pic {
  position: relative;
}

.gallery .pic-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.25em 0.75em;
}

.gallery .zoom-cover {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .zoom-cover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 76, 153, 0.7) url(../img/zoom.png) 50% 50% no-repeat;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery .zoom-cover:hover:before {
  opacity: 1;
}

.gallery figure {
  margin: 0;
}

.gallery figure a {
  display: block;
}

.gallery figure a:hover {
  text-decoration: none;
}

.gallery figure img {
  width: 100%;
}

.gallery.grid {
  margin: -8px;
}

.gallery.grid .grid-sizer,
.gallery.grid .grid-item {
  width: 50%;
}

.gallery.grid .grid-item {
  padding: 8px;
}

.gallery.slider .slick-prev,
.gallery.slider .slick-next {
  border: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  bottom: 0;
  background: url("../img/slider_arrow_m.png") no-repeat;
  width: 25px;
  height: 50px;
}

.gallery.slider.arrow-style2 .slick-prev,
.gallery.slider.arrow-style2 .slick-next {
  bottom: 50%;
  background-image: url("../img/slider_arrow2.png");
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 200% auto;
  box-shadow: 0 0 10px 0 #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-bottom: -18px;
}

.gallery.slider .slick-prev {
  left: 10px;
}

.gallery.slider .slick-next {
  right: 10px;
  background-position: 100% 0;
}

.gallery.slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.gallery.slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.gallery.slider .slick-dots li button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  color: transparent;
  width: 28px;
  height: 28px;
  position: relative;
}

.gallery.slider .slick-dots li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gallery.slider .slick-dots li button:focus {
  outline: none;
}

.gallery.slider .slick-dots li button:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gallery.slider .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #184c99;
}

@media (min-width: 768px) {

  .gallery.grid .grid-sizer,
  .gallery.grid .grid-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .gallery img.pc {
    display: block;
  }

  .gallery img.m {
    display: none;
  }

  .gallery-wrap .ps-txt {
    font-size: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .gallery.grid {
    margin: -16px;
  }

  .gallery.grid .grid-sizer,
  .gallery.grid .grid-item {
    width: 25%;
    padding: 16px;
  }

  .gallery.slider .slick-prev,
  .gallery.slider .slick-next {
    background-image: url("../img/slider_arrow.png");
    width: 50px;
    height: 100px;
    bottom: 50%;
    margin-bottom: -50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .gallery.slider .slick-prev:hover,
  .gallery.slider .slick-next:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .gallery.slider .slick-prev {
    left: 1.83%;
  }

  .gallery.slider .slick-next {
    right: 1.83%;
  }

  .gallery.slider .slick-dots {
    padding: 18px 0;
  }

  .gallery.slider .slick-dots li button {
    width: 33px;
    height: 33px;
  }
}

body .pswp {
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
}

body .pswp img {
  max-height: none;
}

body .pswp__bg {
  background: rgba(0, 0, 0, 0.95);
}

body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before {
  -webkit-background-size: 396px 132px;
  background-size: 396px 132px;
  width: 45px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
}

body .pswp__button--arrow--left:before {
  background-position: -207px -66px;
}

body .pswp__button--arrow--right:before {
  background-position: -141px -66px;
}

body .pswp--svg .pswp__button--arrow--left,
body .pswp--svg .pswp__button--arrow--right {
  background: 0 0;
}

body .pswp__button--thumbs,
body .pswp--svg .pswp__button--thumbs {
  background: url(../img/pswp_thumbs.png) no-repeat 50% 50%;
}

body .pswp__caption__center {
  max-width: 90%;
  border-top: 1px solid #fff;
  margin: 2em auto;
}

body .pswp__thumbs {
  position: fixed;
  z-index: 1500;
  bottom: -100;
  right: 0;
  width: 100%;
  height: 100px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  text-align: center;
}

body .pswp__thumbs .list {
  padding: 5px;
  white-space: nowrap;
}

body .pswp__thumbs .list li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding: 5px;
}

body .pswp__thumbs .list li .img {
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 75%;
  border: 3px solid #fff;
}

body .pswp__thumbs .list li.active .img {
  border-color: #00285b;
}

.pswp__thumbs--open .pswp {
  bottom: 100px;
}

.pswp__thumbs--open .pswp__thumbs {
  bottom: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {

  body .pswp--svg .pswp__button--arrow--left,
  body .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }

  body .pswp--svg .pswp__button--thumbs {
    background: url(../img/pswp_thumbs.png) no-repeat 50% 50%;
  }
}

@media (min-width: 768px) {
  body .pswp {
    right: 0;
    bottom: 0;
  }

  body .pswp__thumbs {
    width: 210px;
    height: 100%;
    right: -210px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }

  body .pswp__thumbs .list {
    white-space: normal;
  }

  body .pswp__thumbs .list li {
    width: 50%;
  }

  .pswp__thumbs--open .pswp {
    right: 210px;
    bottom: 0;
  }

  .pswp__thumbs--open .pswp__thumbs {
    right: 0;
    bottom: 0;
  }
}

.header .container {
  padding: 0;
  width: auto;
}

.header .site-title {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 18px 6px;
  font-size: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-fixed .header .site-title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.nav-open .header .site-title {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.header .site-title .logo {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  color: transparent;
  background: url(../img/logo.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 122px;
  height: 60px;
}

.nav-open .header .site-title .logo {
  background-image: url("../img/logo2.png");
}

.header .site-title .logo:hover {
  opacity: 0.7;
}

.nav {
  color: #fff;
  background: #00285b;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 100%;
  right: -300px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 88px;
}

.nav-open .nav {
  right: 0;
  left: 0;
}

.nav-open {
  overflow: hidden;
}

.nav-toggle {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: none;
  width: 80px;
  height: 88px;
  text-align: center;
  vertical-align: top;
}

.nav-toggle .ic-bar {
  width: 26px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle .ic-bar:nth-child(1) {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}

.nav-toggle .ic-bar:nth-child(2) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}

.nav-open .nav-toggle {
  color: #00285b;
}

.nav-open .nav-toggle .ic-bar {
  background: #001f5b;
  height: 4px;
  margin-top: -2px;
}

.nav-open .nav-toggle .ic-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(3) {
  display: none;
}

.nav-inner {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 1.5em 0 225px;
}

.nav .menu>li {
  position: relative;
  margin-bottom: 0.75em;
}

.nav .menu>li>a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.25em 3em;
}

.nav .menu>li>a:hover,
.nav .menu>li.current>a {
  background: rgba(0, 0, 0, 0.5);
}

.nav .menu>li.current>a::after {
  content: '';
  display: block;
  background: url("../img/menu_current.png") no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 3em;
  top: 0.75em;
}

@media (min-width: 992px) {
  .header {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-fixed .header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .header .container {
    max-width: 1920px;
    padding: 0 35px;
  }

  .header .site-title {
    position: static;
    float: left;
    padding: 18px 0;
  }

  .header-fixed .header .site-title {
    background: none;
  }

  .nav {
    position: static;
    overflow: visible;
    background: none;
    margin-left: 180px;
    padding: 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-inner {
    position: relative;
    top: 0;
  }

  .nav .menu {
    background: none;
    padding: 1.25em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    max-width: 900px;
    font-size: 20px;
  }

  .nav .menu>li {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .nav .menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.25em 1em;
  }

  .nav .menu>li.current>a::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header .site-title .logo {
    width: 243px;
    height: 70px;
  }

  .nav {
    margin-left: 250px;
  }

  .nav .menu {
    padding-top: 2em;
  }
}

@media (min-width: 1440px) {
  .nav {
    margin-left: 300px;
  }
}

.footer {
  color: #fff;
  background: #00245e;
  font-size: 14px;
}

.footer .container {
  width: auto;
  padding: 48px;
}

.footer-logo img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 1em;
  max-width: 192px;
}

.footer-info {
  padding: 1em 0;
}

.footer-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-info-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.footer-info-list li .ic {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-copyright .author {
  opacity: 0.5;
  margin-top: 0.2em;
}

.floating {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: -1px;
  border-top: 1px solid #fff;
  background: #333333;
  color: #fff;
  line-height: 1.5;
}

.floating-contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}

.floating-contact>li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
}

.floating-contact>li>a {
  display: block;
  text-align: center;
  padding: 10px;
}

.floating-contact>li>a:hover {
  background-color: #111;
}

.floating-contact>li>a>* {
  display: block;
}

.floating-contact>li>a>.ic {
  font-size: 25px;
}

.gotop {
  background: #333333 url("../img/gotop.png") no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 25%;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gotop:hover {
  background-color: #123636;
}

.header-fixed .gotop {
  z-index: 200;
  opacity: 1;
  pointer-events: visible;
}

@media (min-width: 992px) {
  .footer .container {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto;
  }

  .footer .container::after {
    content: '';
    display: block;
    clear: both;
  }

  .footer-logo {
    float: left;
  }

  .footer-info,
  .footer-copyright {
    float: right;
    width: 50%;
    padding: 0.5em 0;
    margin-top: 0;
  }

  .footer-copyright {
    clear: right;
  }

  .floating-contact {
    font-size: 18px;
  }

  .floating-contact>li>a {
    padding: 20px 0;
    line-height: 28px;
  }

  .floating-contact>li>a>* {
    display: inline-block;
    vertical-align: middle;
  }

  .floating-contact>li>a>.ic {
    margin-right: 0.25em;
    min-width: 1em;
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .footer-logo {
    width: 38.6%;
    padding-top: 0.5em;
    text-align: center;
  }

  .footer-logo img {
    max-width: 237px;
  }

  .footer-info {
    width: 29.6%;
    padding: 2.5em 0 0;
    float: left;
  }

  .footer-copyright {
    padding-top: 2.5em;
    clear: none;
    float: right;
    width: 28.68056%;
  }

  .footer-copyright .author {
    margin-top: 0.5em;
  }

  .gotop {
    width: 50px;
    height: 50px;
    right: 1%;
  }
}

.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.content {
  padding: 0 40px;
}

.content-title {
  color: #333;
  font-size: 1.71429em;
  font-weight: bold;
  line-height: 1.33333;
  margin: 0 0 0.7em;
}

.content-title small {
  display: block;
  color: #184c99;
  font-family: "Times New Roman", "EB Garamond", serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.33333;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.content-title small.fz1 {
  font-size: 1em;
  margin-top: 0.2em;
}

.content-box {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px 28px 25px;
  z-index: 2;
}

.content-box span {
  display: inline-block;
}

.content-outer {
  position: relative;
}

.content p {
  margin: 0;
  color: #666;
}

.content .ps-txt {
  line-height: 1.5;
  margin: 0.75em 0 2.5em;
}

@media (min-width: 1440px) {
  .content-title {
    font-size: 1.875em;
  }

  .content-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 35px 40px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.sect {
  position: relative;
}

.sect .deco {
  position: absolute;
}

.sect-inner {
  max-width: 36em;
  margin: 0 auto;
}

.sect img {
  vertical-align: top;
  margin: 0 auto;
}


.sect1 {
  background: url('../img/sect1_bg.jpg') no-repeat 50% 100%;
  background-size: cover;
  padding-top: 22.53%;
  padding-bottom: 34.26%;
}

.sect1 .logo {
  margin-bottom: 12.96%;
}
.sect1 .logo img {
  width: 63.12%;
}
.sect1 .txt1 {
  margin-bottom: 7.72%;
}
.sect1 .txt1 img {
  width: 73.92%;
}
.sect1 .deco1 {
  margin-bottom: 3%;
}
.sect1 .deco1 img {
  width: 79.63%;
}
.sect1 .txt2 img {
  width: 84.57%;
}

.sect2 {
  padding-top: 10%;
  padding-bottom: 4.32%;
  text-align: left;
}
.sect2 .txt1 {
  margin-bottom: 6.94%;
  padding-left: 2.5%;
}
.sect2 .txt1 img {
  width: 90.43%;
  margin-left: 0;
}
.sect2 .txt2 {
  margin-bottom: 16.2%;
}
.sect2 .txt2 img {
  width: 84.57%;
  margin-left: 0;
}

.sect3 {
  background: #e3750f;
  padding-top: 10%;
  padding-bottom: 4.32%;
  text-align: left;
}
.sect3 .txt1 {
  margin-bottom: 6.94%;
  padding-left: 2.5%;
}
.sect3 .txt1 img {
  width: 78.24%;
  margin-left: 0;
}
.sect3 .txt2 {
  margin-bottom: 16.2%;
}
.sect3 .txt2 img {
  width: 85.18%;
  margin-left: 0;
}


.sect4 {
  padding-top: 10%;
  padding-bottom: 4.32%;
  text-align: left;
}
.sect4 .txt1 {
  margin-bottom: 6.94%;
  padding-left: 2.5%;
}
.sect4 .txt1 img {
  width: 81.17%;
  margin-left: 0;
}
.sect4 .txt2 {
  margin-bottom: 16.2%;
}
.sect4 .txt2 img {
  width: 94.13%;
  margin-left: 0;
}

.sect5 {
  padding-top: 10%;
  text-align: left;
}
.sect5 .txt1 {
  margin-bottom: 6.94%;
  padding-left: 2.5%;
}
.sect5 .txt1 img {
  width: 91.36%;
  margin-left: 0;
}
.sect5 .txt2 {
  margin-bottom: 16.2%;
}
.sect5 .txt2 img {
  width: 84.72%;
  margin-left: 0;
}

.sect6 {
  background: url('../img/sect6_bg.jpg') no-repeat 50% 0;
  background-size: cover;
  padding-top: 11%;
  padding-bottom: 10.5%;
}

.sect6 .logo {
  margin-bottom: 9.88%;
}
.sect6 .logo img {
  width: 57.72%;
}
.sect6 .txt1 {
  margin-bottom: 7.41%;
}
.sect6 .txt1 img {
  width: 81.79%;
}

.sect6 .txt2 {
  margin-bottom: 4.63%;
}
.sect6 .txt2 img {
  width: 56.02%;
}

.sect6 .txt3 {
  margin-bottom: 8.49%;
}
.sect6 .txt3 img {
  width: 56.33%;
}

.sect6 .txt4 {
  margin-bottom: 7.1%;
}
.sect6 .txt4 img {
  width: 24.23%;
}

.sect6 .txt5 {
  margin-bottom: 10.03%;
}
.sect6 .txt5 img {
  width: 51.54%;
}

.contact-form {
  width: 77%;
  margin: 0 auto;
}
.contact-form .form-head {
  margin-bottom: 6%;
}

.contact-form .form-title {
  font-size: 1.5em;
  margin: 0;
}

.contact-form .reminder .required {
  color: #E14545;
}

.contact-form .field-label {
  display: none;
}
.contact-form .field {
  margin-bottom: 1.25em;
  background: #efefef;
  border-radius: 0;
}

.contact-form .agree {
  font-size: 12px;
}

.contact-form .row {
  margin: 0 -8px;
}

.contact-form .row::after {
  content: '';
  display: block;
  clear: both;
}

.contact-form .col {
  float: left;
  width: 50%;
  padding: 0 8px;
}
#terms-dialog {
  color: #666;
  background: white;
  padding: 40px 30px 20px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 400px) {
}
@media (min-width: 768px) {
  #terms-dialog {
    padding: 75px 88px 60px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {
}