/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 August 2026 11:50:04
*/


.footer {
  border-top: 2px solid #F40051;
  padding: 40px 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .footer {
    padding: 64px 32px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
.footer-container {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  display: grid;
  padding: 0 16px;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 0 32px;
  }
}
@media (min-width: 1280px) {
  .footer-container {
    grid-template-columns: 1fr 2fr 2fr;
    gap: 0;
  }
}
.info-col {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .info-col {
    grid-template-columns: 1fr 1fr;
  }
}
.footer p {
  font-size: 18px;
  font-family: Arial;
  margin-bottom: 0;
}
.footer-col ul li {
  margin-bottom: 0;
}
.footer-col, .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .footer-col, .footer-links {
    gap: 24px;
  }
}
.footer-links {
  list-style: none;
}
.footer-links a:hover, .contact-links a:hover {
  text-decoration: underline;
}
.external-icon {
  font-size: 11px;
  margin-left: 3px;
}
.logo-sub {
  font-size: 9px;
  color: #666;
  display: block;
  margin-bottom: 2px;
}
.logo-main {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.logo-icon {
  font-size: 28px;
  color: #f37023;
}
.logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1;
}
.logo-text span {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
.logo img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .logo img {
    margin-bottom: 8px;
  }
}
@media (min-width: 1280px) {
  .logo img {
    margin-bottom: 40px;
  }
}
.social-icons {
  display: flex;
  gap: 16px;
}
.contact-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .contact-links {
    gap: 24px;
  }
}
.contact-links li {
  margin-bottom: 10px;
}
.contact-links i {
  margin-right: 8px;
  color: #333;
}
.subscribe-title {
  color: #222;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
}
.bell-icon {
  color: #e52565;
}
.subscribe-text {
  font-size: 13px;
  color: #555555;
  margin-bottom: 16px;
}
.subscribe-text a {
  color: #333;
  text-decoration: underline;
}
.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-row {
  display: flex;
  gap: 10px;
}
.form-row input {
  width: 100%;
  padding: 10px 12px;
  background-color: #f7f7f9;
  border: 1px solid #e8e8ed;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  outline: none;
}
.form-row input::placeholder {
  color: #a0a0a0;
}
.form-row input:focus {
  border-color: #ccc;
}
.recaptcha-wrapper {
  margin-top: 4px;
  margin-bottom: 6px;
}
.submit-btn {
  width: max-content;
  background-color: #e52565;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.submit-btn:hover {
  background-color: #c91c53;
}
