.fp-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fp-section > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #fp-nav.fp-left {
    left: 0;
  }
}
#fp-nav ul li a span {
  background: #176d91;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
#fp-nav ul li a.active span {
  background: #64a6c4;
}

#fullpage .index-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fullpage .index-title .en {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
#fullpage .index-title h3 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 12px 0 16px;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
#fullpage .index-title p {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}
#fullpage .active .index-title .en {
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .active .index-title h3 {
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .active .index-title p {
  animation-delay: 0.7s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .next {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  z-index: 100;
  bottom: 40px;
  width: 34px;
  height: 36px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
#fullpage .next .iconfont {
  font-size: 48px;
  color: #64a6c4;
}
#fullpage .page1 {
  position: relative;
  overflow: hidden;
}
#fullpage .page1 .banner {
  width: 100%;
  height: 100%;
}
#fullpage .page1 .banner .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  transition-property: opacity;
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide .banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(5px);
  transform: scale(1.3);
  opacity: 0.5;
  transition: all 2s linear;
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #fullpage .page1 .banner .swiper-wrapper .swiper-slide .text {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  margin-top: 30px;
  text-shadow: 2px 0px 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #fullpage .page1 .banner .swiper-wrapper .swiper-slide .text h1 {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1.25;
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-transform: uppercase;
  margin-top: 30px;
  text-shadow: 2px 0px 2px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #fullpage .page1 .banner .swiper-wrapper .swiper-slide .text .en {
    font-size: 1rem;
  }
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .banner-background {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h1 {
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .en {
  animation-delay: 0.7s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .page1 .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .more {
  animation-delay: 0.9s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#fullpage .page1 .banner .swiper-pagination-bullet {
  background-color: #fff;
}
#fullpage .page2 {
  position: relative;
}
#fullpage .page2 #wonder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fullpage .page2 #wonder canvas {
  display: inline-block;
}
#fullpage .page2 .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #fullpage .page2 .container {
    padding: 0 1rem;
  }
}
#fullpage .page2 .container .title {
  text-align: center;
  color: transparent;
  background-image: linear-gradient(to right, #64a6c4, #176d91);
  -webkit-background-clip: text;
}
#fullpage .page2 .container .desc {
  margin-top: 1rem;
  text-align: left;
  text-indent: 2em;
}
#fullpage .page2 .container ul {
  display: flex;
  margin-top: 1rem;
  justify-content: space-around;
}
#fullpage .page2 .container ul li {
  text-align: center;
}
#fullpage .page2 .container ul li .num span {
  color: #333333;
  font-size: 2.25rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page2 .container ul li .num span {
    font-size: 1.5rem;
  }
}
#fullpage .page2 .container .pro-swiper {
  width: 100%;
  margin-top: 1rem;
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.2s linear;
  background-image: linear-gradient(to right, rgba(100, 166, 196, 0), rgba(100, 166, 196, 0));
}
@media screen and (max-width: 768px) {
  #fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask {
    padding: 1rem;
  }
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask p {
  color: #fff;
  font-size: 18px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask p {
    margin-top: 0;
  }
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 35px;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask .arrow {
    margin-top: 0;
  }
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide .mask .arrow .iconfont {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#fullpage .page2 .container .pro-swiper .swiper-wrapper .swiper-slide:hover .mask {
  background-image: linear-gradient(to right, #64a6c4, rgba(100, 166, 196, 0));
}
#fullpage .page3 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
#fullpage .page3 .container .cates {
  display: flex;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates {
    padding: 1rem;
    flex-direction: column;
  }
}
#fullpage .page3 .container .cates .index-cates {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .index-cates {
    order: 1;
    padding-left: 0;
  }
}
#fullpage .page3 .container .cates .index-cates .mySwiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
#fullpage .page3 .container .cates .index-cates .mySwiper .swiper-wrapper {
  gap: 16px;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .index-cates .mySwiper .swiper-wrapper {
    padding: 0;
  }
}
#fullpage .page3 .container .cates .index-cates .mySwiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  padding: 1em;
  transition: all 0.3s linear;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #333333;
  font-size: 1.25rem;
  border-radius: 1rem;
  box-sizing: border-box;
  width: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .index-cates .mySwiper .swiper-wrapper .swiper-slide {
    padding: 0.5rem;
    font-size: 14px;
  }
}
#fullpage .page3 .container .cates .index-cates .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-image: linear-gradient(to right, #64a6c4, #176d91);
  color: #fff;
}
#fullpage .page3 .container .cates .mySwiper2 {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 {
    order: 2;
    margin-top: 1rem;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper {
    width: 100% !important;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide {
  position: relative;
  padding-bottom: 64px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide {
    padding: 0;
    flex-direction: column;
    width: 100% !important;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info {
  width: 60%;
  margin-left: 40%;
  border-radius: 10px;
  padding-left: 90px;
  padding-top: 81px;
  padding-bottom: 81px;
  padding-right: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info {
    margin-left: 0;
    width: 100%;
    padding: 0;
    box-shadow: initial;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .title {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .title {
    margin-bottom: 0.5rem;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .title .tit a {
  color: #333333;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .title .tit a {
    font-size: 1rem;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .title .tit .line {
  width: 240px;
  height: 7px;
  margin-top: 14px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #64a6c4, #176d91);
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info p {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info p::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 1em;
  background-color: #666666;
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info p span {
  color: #333333;
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  align-self: flex-end;
  margin-top: 1rem;
  line-height: 1;
  padding: 1rem 2rem;
  background-image: linear-gradient(to right, #64a6c4, #176d91);
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .more {
    padding: 0.5rem 1rem;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .info .more span {
  margin-left: 1rem;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .pic {
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 460px;
  height: 330px;
  border-radius: 10px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  #fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    bottom: 0;
    margin-top: 1rem;
  }
}
#fullpage .page3 .container .cates .mySwiper2 .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#fullpage .page3 .container .cates .mySwiper2 .bubble {
  width: 310px;
  height: 330px;
  position: absolute;
  left: 48px;
  top: 16px;
  z-index: 11;
  animation: spin 60s linear infinite;
}
#fullpage .page3 .container .cates .mySwiper2 .bubble .b1 {
  width: 154px;
  height: 141px;
  top: 0;
  right: 0;
  position: absolute;
  animation: spin 45s linear infinite;
  animation-direction: reverse;
  background: url(../images/b1.png) no-repeat center center;
}
#fullpage .page3 .container .cates .mySwiper2 .bubble .b2 {
  width: 154px;
  height: 156px;
  top: 68px;
  left: 0;
  position: absolute;
  animation: spin 50s linear infinite;
  background: url(../images/b2.png) no-repeat center center;
}
#fullpage .page3 .container .cates .mySwiper2 .bubble .b3 {
  width: 143px;
  height: 142px;
  right: 25px;
  bottom: 0;
  position: absolute;
  animation: spin 55s linear infinite;
  background: url(../images/b3.png) no-repeat center center;
}
#fullpage .page4 .line {
  width: 240px;
  height: 7px;
  margin-top: 14px;
  border-radius: 3px;
  align-self: center;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, #64a6c4, #176d91);
}
#fullpage .page4 .fixed-grid .grid {
  gap: 0;
}
#fullpage .page4 .fixed-grid .grid .cell {
  position: relative;
}
#fullpage .page4 .fixed-grid .grid .cell .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#fullpage .page4 .fixed-grid .grid .cell .mask .iconfont {
  font-size: 76px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fullpage .page4 .fixed-grid .grid .cell .mask .iconfont {
    font-size: 2.5rem;
  }
}
#fullpage .page4 .fixed-grid .grid .cell .mask h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fullpage .page4 .fixed-grid .grid .cell .mask h2 {
    font-size: 1.25rem;
  }
}
#fullpage .page4 .fixed-grid .grid .cell .mask p {
  color: #fff;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page4 .fixed-grid .grid .cell .mask p {
    font-size: 14px;
    padding: 0 1rem;
  }
}
#fullpage .page4 .fixed-grid .grid .cell .mask .more {
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  margin-top: 1rem;
  line-height: 1;
  padding: 1rem 2rem;
  background-image: linear-gradient(to right, #64a6c4, #176d91);
}
@media screen and (max-width: 768px) {
  #fullpage .page4 .fixed-grid .grid .cell .mask .more {
    padding: 0.5rem 1rem;
  }
}
#fullpage .page4 .fixed-grid .grid .cell .mask .more span {
  margin-left: 1rem;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
#fullpage .page5 {
  align-items: center;
  background: url(../images/bg1.jpg) no-repeat center center/cover;
}
#fullpage .page5 .container {
  flex-direction: row;
  gap: 2%;
  flex: 0;
}
@media screen and (max-width: 768px) {
  #fullpage .page5 .container {
    flex-direction: column;
  }
}
#fullpage .page5 .container ul {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page5 .container ul {
    width: 100%;
  }
}
#fullpage .page5 .container ul li {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  background-color: #ebf0f3;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
#fullpage .page5 .container ul li .image {
  height: 128px;
}
@media screen and (max-width: 768px) {
  #fullpage .page5 .container ul li .image {
    aspect-ratio: 1/1;
    height: 96px;
  }
}
#fullpage .page5 .container ul li .info .date {
  color: #666666;
  font-size: 14px;
}
#fullpage .page5 .container ul li .info .tit {
  color: #333333;
  font-size: 18px;
}
#fullpage .page5 .container ul li .info .desc {
  color: #666666;
}
#fullpage .page5 .container .rec-news {
  width: 49%;
  padding: 1rem;
  gap: 1rem;
  align-items: center;
  background-color: #ebf0f3;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
#fullpage .page5 .container .rec-news .image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fullpage .page5 .container .rec-news {
    width: 100%;
  }
}
#fullpage .page5 .container .rec-news .info .date {
  color: #666666;
  font-size: 14px;
}
#fullpage .page5 .container .rec-news .info .tit {
  color: #333333;
  font-size: 18px;
}
#fullpage .page5 .container .rec-news .info .desc {
  color: #666666;
}
#fullpage .page6 {
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container h2 {
    font-size: 1.5rem;
    text-indent: 1em;
  }
}
#fullpage .page6 .container .contact {
  display: flex;
  margin-top: 2vh;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    gap: 0;
  }
}
#fullpage .page6 .container .contact .info {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact .info {
    justify-content: center;
    flex: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
  }
  #fullpage .page6 .container .contact .info .logo {
    width: 50%;
  }
}
#fullpage .page6 .container .contact .info .tels {
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact .info .tels {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
#fullpage .page6 .container .contact .info .tels .logo {
  margin-bottom: 2rem;
}
#fullpage .page6 .container .contact .info .tels span {
  color: #333333;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact .info .tels span {
    font-size: 14px;
  }
}
#fullpage .page6 .container .contact .info .tels p {
  color: #d10707;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact .info .tels p {
    font-size: 1rem;
  }
}
#fullpage .page6 .container .contact .map {
  width: 100%;
  height: 480px;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  #fullpage .page6 .container .contact .map {
    height: 240px;
  }
}
#fullpage .page6 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */