.footer {
  padding-bottom: 20px;
}
@media (max-width: 1408px) {
  .footer {
    padding-bottom: calc(15px + 5 * (100vw - 360px) / 1048);
  }
}
.footer__body {
  background-color: #6b818c;
  border-radius: 8px;
  padding: 24px 24px 16px 24px;
}
.footer__row-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer__row-01 {
    flex-direction: column;
  }
}
.footer__logo {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}
.footer__logo img {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__nav .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 992px) {
  .footer__nav .menu-list {
    flex-direction: column;
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer__nav .menu-list li a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
  font-family: "Arial", sans-serif;
}
.footer__nav .menu-list li a:hover {
  color: #0c0c0c;
}
@media (max-width: 992px) {
  .footer__nav .menu-list li a {
    font-size: 18px;
    padding: 5px 0;
  }
}
.footer__row-02 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer__row-02 {
    flex-direction: column;
  }
}
.footer__address {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}
.footer__copy {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.footer-two {
  background-color: #492a31;
  padding: 30px 0;
  width: 100%;
  display: flex;
}
.footer-two__container {
  width: 100%;
}
.footer-two__body {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.footer-two__row-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer-two__row-01 {
    flex-direction: column;
  }
}
.footer-two__logo {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}
.footer-two__logo img {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-two__nav .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .footer-two__nav .menu-list {
    flex-direction: column;
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer-two__nav .menu-list li a {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  font-family: "Arial", sans-serif;
}
@media (max-width: 992px) {
  .footer-two__nav .menu-list li a {
    font-size: 18px;
    padding: 5px 0;
  }
}
.footer-two__row-02 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer-two__row-02 {
    flex-direction: column;
  }
}
.footer-two__address {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-two__address {
    text-align: center;
  }
}
.footer-two__copy {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-two__copy {
    text-align: center;
  }
}

.footer-three {
  padding: 24px 0;
  background-color: #ebe9fe;
}
.footer-three__body {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer-three__row-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-three__row-01 {
    flex-direction: column;
  }
}
.footer-three__logo img {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .footer-three__nav .menu-container {
    overflow: auto;
  }
}
.footer-three__nav .menu-container .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer-three__nav .menu-container .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-three__nav .menu-container .menu-list li a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.footer-three__nav .menu-container .menu-list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.footer-three__nav .menu-container .menu-list li a:hover {
  color: #252f8a;
}
.footer-three__nav .menu-container .menu-list li a:hover::before {
  width: 100%;
}
.footer-three__row-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-three__row-02 {
    flex-direction: column;
  }
}
.footer-three__address {
  color: #1e266d;
}
.footer-three__copy {
  color: #1e266d;
  font-weight: 600;
}

.footer-four {
  padding: 24px 0;
  background-color: #016887;
}
.footer-four__body {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer-four__row-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-four__row-01 {
    flex-direction: column;
  }
}
.footer-four__logo img {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .footer-four__nav .menu-container {
    overflow: auto;
  }
}
.footer-four__nav .menu-container .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer-four__nav .menu-container .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-four__nav .menu-container .menu-list li a {
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.footer-four__nav .menu-container .menu-list li a:hover {
  color: #ffb52f;
}
.footer-four__row-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer-four__row-02 {
    flex-direction: column;
  }
}
.footer-four__address {
  color: #ffffff;
}
.footer-four__copy {
  color: #ffffff;
  font-weight: 600;
}/*# sourceMappingURL=footer.css.map */