<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer =================================================================== */
.footer-bg {
/*
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
*/
  background: linear-gradient(335deg, #4b5358, #59676a);
}
@media (max-width: 992px) {
  .footer-bg {
    height: auto;
  }
}

.footer-content {
  padding-top: 150px;
}

footer {
/*  background: rgba(255, 255, 255, 0.7);*/
  padding: 2%;
/*  box-shadow: 0px 0px 11px 0px #ffffff;*/
  position: relative;
}
footer .footer-circle {
  position: absolute;
  left: calc(50% - 52px);
  top: -50px;
}
@media (max-width: 576px) {
  footer .footer-circle {
    top: -130px;
  }
}
footer .footer-circle:before {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url(../images/footer-circle.png) no-repeat;
  animation: rotate 70s linear infinite;
}
footer .footer-circle .footer-mail a:before {
  position: absolute;
  left: 26px;
  top: 24px;
  background: url(../images/footer-mail-01.png) no-repeat;
  content: "";
  display: block;
  width: 53px;
  height: 52px;
  transition: all 0.3s ease-in-out;
}
footer .footer-circle .footer-mail a:hover:before {
  background: url(../images/footer-mail-02.png) no-repeat;
  left: 34px;
  top: 30px;
}
footer .wrap-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .wrap-footer .footer-contact {
  width: 100%;
  margin: 0 auto;
  display: block;
}
footer .wrap-footer .footer-navigation {
  width: 100%;
  margin: auto;
  max-width: 1100px;
}
footer .copyright {
  width: 100%;
  display: block;
  margin: 2% auto auto auto;
  padding-top: 1.5rem;
  border-top: solid 1px #A9C3C9;
  font-size: 0.8rem;
  color: #a0a0a0;
  text-align: center;
}
footer h3 {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 400;
  line-height: 4rem;
}
@media (max-width: 992px) {
  footer h3 {
    padding: 0px 20px;
    cursor: pointer;
  }
  footer h3:after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #A9C3C9;
    border-right: 2px solid #A9C3C9;
    transform: rotate(135deg);
    transition: transform 0.5s;
  }
}
footer h3 a {
  color: #A9C3C9 !important;
}
footer li {
  margin: 5px 0;
  font-size: 0.9rem;
  color: #666;
}
footer li span {
  color: #fff;
}
footer a {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer a:hover span {
  color: #A9C3C9 !important;
}

.footer-links-holder {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: left;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  vertical-align: top;
}
@media (max-width: 992px) {
  .footer-links-holder {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .footer-links-holder.active h3:after {
    transform: rotate(-45deg);
  }
  .footer-links-holder.active .footer-information, .footer-links-holder.active .social-icons {
    max-height: 300px;
  }
}
.footer-links-holder:nth-child(1) {
  width: 70%;
  padding: 0 1%;
  border-left: none;
}
.footer-links-holder:nth-child(2) {
  width: 25%;
  padding: 0 0 0 5%;
  border-left: none;
}

ul.footer-information {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  ul.footer-information {
    max-height: 0;
    overflow: hidden;
    padding: 0px 20px;
  }
}
ul.footer-information li {
  width: 100%;
  display: inline-block;
  margin: 1% auto;
  vertical-align: top;
  color: #82898D;
  letter-spacing: 0.05em;
}
ul.footer-information li.ft-w3 {
  width: 27%;
}
@media (max-width: 992px) {
  ul.footer-information li.ft-w3 {
    width: 100%;
  }
}

.social-icons {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .social-icons {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
  }
}
.social-icons li {
  display: inline-block;
  margin: 10px 10px 0px 0px;
}
.social-icons li a {
  background: url(icons/iconset-footer.svg) transparent no-repeat;
  background-size: cover;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover {
  background: url(icons/iconset-footer-v.svg) transparent no-repeat;
  background-size: cover;
}
.social-icons li.facebook a {
  background-position: 1px 0px;
}
.social-icons li.line a {
  background-position: -39px 0px;
}
.social-icons li.youtube a {
  background-position: -79px 0px;
}
.social-icons li.instagram a {
  background-position: -119px 0px;
}
.social-icons li.twitter a {
  background-position: -159px 0px;
}
.social-icons li.gplus a {
  background-position: -198px 0px;
}

footer .link {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 10px;
}
footer .link a {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 20px;
  text-decoration: underline;
  position: relative;
}
footer .link a:after {
  position: absolute;
  top: 20%;
  right: 0px;
  content: "";
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
}
footer .link a:last-child {
  border: none;
  padding-right: 0px;
}
footer .link a:last-child:after {
  display: none;
}
footer .link a:hover {
	color: #A9C3C9!important;
}
[class^=ft-information-] {
  position: relative;
  padding: 8px 0 8px 23px;
}
[class^=ft-information-]:before {
  font-size: 16px;
  content: "";
  position: absolute;
  left: 0px;
  opacity: 0.7;
}

.ft-information-tel a {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ft-information-tel a {
    pointer-events: visible;
  }
}
.ft-information-add:before {
  background: url(icons/icon-ft-map.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-tel:before {
  background: url(icons/icon-ft-phone.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-fax:before {
  background: url(icons/icon-ft-fax.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}
.ft-information-mail:before {
  background: url(icons/icon-ft-mail.svg) no-repeat;
  background-size: cover;
  padding: 9px;
}

/* Quick Link =================================================================== */
.quick-link {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 2;
}
.quick-link li {
  margin-bottom: 10px;
  list-style: none;
}
.quick-link li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transition: all 0.5s;
}
.quick-link li a:hover {
  transform: scale(0.9);
}
.quick-link li.phone a {
  background: #43cc28 url("../images/quick-link-phone.png") no-repeat center center;
}
.quick-link li.facebook a {
  background: #1787fb url("../images/quick-link-fb.png") no-repeat center center;
}
.quick-link li.line a {
  background: #44cb28 url("../images/quick-link-line.png") no-repeat center center;
}</pre></body></html>