.neon-blue {
  color: #0055FF;
  background: #D6EBFF;
}

.sorbus {
  color: #CC5702;
  background: #FFF3D3;
}

.coral-red {
  color: #ED1527;
  background: #FFF1F2;
}

.site-footer {
  padding-top: 44px;
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding-top: calc(44px + 27 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer {
    border-top: 1px solid #EEF2F6;
  }
}
.site-footer__inner {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    margin-bottom: calc(20px + 0 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer__inner {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer__inner .social-links-wrapper {
  display: flex;
  gap: 17px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner .social-links-wrapper {
    gap: calc(17px + 10 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer__inner .social-links-wrapper {
    gap: 27px;
  }
}
.site-footer__inner .social-links-wrapper {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner .social-links-wrapper {
    margin-top: calc(22px + 14 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer__inner .social-links-wrapper {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__inner .social-links-wrapper {
    gap: 24px;
  }
}
.site-footer__inner i {
  color: #9AA4B2;
  font-size: 17px;
}
@media only screen and (min-width: 992px) {
  .site-footer__inner i {
    font-size: calc(17px + 10 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer__inner i {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__inner i {
    font-size: 24px;
  }
}
.site-footer .footer-banner-image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-banner-image {
    margin-bottom: calc(20px + 10 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-banner-image {
    margin-bottom: 30px;
  }
}
.site-footer .footer-banner-image a {
  display: block;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-banner-image a {
    width: calc(200px + 30 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-banner-image a {
    width: 230px;
  }
}
.site-footer .footer-banner-image a img {
  width: 100%;
  height: auto;
}
.site-footer__copyright {
  color: #697586;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .site-footer__copyright {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer__copyright {
    font-size: 16px;
  }
}
.site-footer #footer-widget-1 {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer #footer-widget-1 {
    width: 25%;
    margin-right: 44px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .site-footer #footer-widget-1 {
    margin-right: calc(44px + 27 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .site-footer #footer-widget-1 {
    margin-right: 71px;
  }
}
.site-footer #footer-widget-1 img {
  width: 132px;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-widget-1 img {
    width: calc(132px + 81 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer #footer-widget-1 img {
    width: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer #footer-widget-1 img {
    width: 110px;
  }
}
.site-footer #footer-widget-1 .textwidget {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) {
  .site-footer #footer-widget-1 .textwidget {
    margin-top: calc(22px + 14 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer #footer-widget-1 .textwidget {
    margin-top: 36px;
  }
}
.site-footer #footer-widget-1 .textwidget p {
  color: #697586;
}
@media only screen and (max-width: 767px) {
  .site-footer #footer-widget-1 .textwidget p {
    font-size: 16px;
    font-weight: 500;
  }
}
.site-footer #footer-widget-2 {
  width: 100%;
}
.site-footer #footer-widget-3,
.site-footer #footer-widget-4 {
  width: 100%;
}
.site-footer #menu-footer-menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer #menu-footer-menu {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .site-footer #menu-footer-menu {
    gap: calc(24px + 12 * (100vw - 768px) / 832);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .site-footer #menu-footer-menu {
    gap: 36px;
  }
}
.site-footer #menu-footer-menu li {
  display: block;
  list-style: none;
}
.site-footer #menu-footer-menu li::before {
  display: none;
}
.site-footer #menu-footer-menu li a {
  display: block;
  color: #9AA4B2;
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .site-footer #menu-footer-menu li a {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer #menu-footer-menu li a {
    font-size: 16px;
  }
}
.site-footer #menu-footer-menu li a {
  margin-bottom: 11px;
}
@media only screen and (min-width: 992px) {
  .site-footer #menu-footer-menu li a {
    margin-bottom: calc(11px + 5 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer #menu-footer-menu li a {
    margin-bottom: 16px;
  }
}
.site-footer #menu-footer-menu .sub-menu {
  margin: 0;
  padding: 0;
}
.site-footer #menu-footer-menu .sub-menu li a {
  color: #697586;
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .site-footer #menu-footer-menu .sub-menu li a {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer #menu-footer-menu .sub-menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer #menu-footer-menu {
    flex-direction: column;
    gap: 32px;
    margin-top: 48px !important;
  }
  .site-footer #menu-footer-menu li a {
    font-size: 14px !important;
    font-weight: 600;
  }
  .site-footer #menu-footer-menu li.menu-item-has-children {
    margin: 0;
  }
  .site-footer #menu-footer-menu li.menu-item-has-children > a {
    margin-bottom: 16px;
    font-size: 14px !important;
    font-weight: 600;
  }
  .site-footer #menu-footer-menu li.menu-item-has-children .sub-menu li a {
    margin-bottom: 12px;
    font-size: 16px !important;
    font-weight: 500;
  }
  .site-footer #menu-footer-menu li.menu-item-has-children .sub-menu li:last-child a {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom {
  background: #F9F9FB;
}
.site-footer .footer-bottom .bottom-container {
  padding-top: 22px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bottom .bottom-container {
    padding-top: calc(22px + 14 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-bottom .bottom-container {
    padding-top: 36px;
  }
}
.site-footer .footer-bottom .bottom-container {
  padding-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bottom .bottom-container {
    padding-bottom: calc(22px + 14 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-bottom .bottom-container {
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-bottom .bottom-container .site-footer__copyright {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.site-footer .footer-bottom .bottom-container #secondary-footer {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 11px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer {
    gap: calc(11px + 7 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer {
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 0;
    flex-wrap: wrap;
  }
}
.site-footer .footer-bottom .bottom-container #secondary-footer li {
  list-style: none;
}
.site-footer .footer-bottom .bottom-container #secondary-footer li::before {
  display: none;
}
.site-footer .footer-bottom .bottom-container #secondary-footer li a {
  color: #697586;
  text-decoration: none;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer li a {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-bottom .bottom-container #secondary-footer li a {
    font-size: 16px;
  }
}
.site-footer .footer-bottom .bottom-container.with-disclaimer {
  padding-bottom: 0;
}
.site-footer .footer-bottom .disclaimer {
  padding-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-bottom .disclaimer {
    padding-bottom: calc(22px + 14 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .footer-bottom .disclaimer {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-bottom .disclaimer {
    padding-bottom: 72px;
  }
}
.site-footer .footer-bottom .disclaimer p {
  font-size: 10px;
}
.site-footer a {
  transition: 0.3s;
}
.site-footer a i {
  transition: 0.3s;
}
@media (hover: hover) {
  .site-footer a:hover {
    color: #202939 !important;
  }
  .site-footer a:hover i {
    color: #202939 !important;
  }
}

.footer-divider {
  background: #EEF2F6;
}