@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
/*
   Nunito Font Family Declaration
   Path: ../../fonts/nunito/static
*/
/* --- Regular (400) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* --- Medium (500) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* --- Light (300) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* --- ExtraLight (200) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/* --- SemiBold (600) / Bold (700) --- */
/* Note: Some fonts map "Bold" to 700 and others to 800 depending on the vendor.
   Below I have mapped Semi-Bold to 600 and Standard Bold to 700/800 based on Nunito's standard weights. */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Or 800 depending on specific file metrics */
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* --- ExtraBold (800) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* --- Black (900) --- */
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/static/Nunito-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.twogen-footer {
  background-color: #1C4853;
  color: #f0f0f0;
  padding: 3.5rem 0 1.5rem;
  line-height: 1.6;
}
.twogen-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (min-width: 777px) {
  .twogen-footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.twogen-footer__logo {
  max-height: 200px;
  width: auto;
  margin-bottom: 1rem;
}
.twogen-footer__tagline {
  font-size: 0.95rem;
  color: #b8c8cc;
  margin: 0;
  width: 100%;
  text-align: center;
}
.twogen-footer__heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #00B7A3;
  position: relative;
  padding-bottom: 0.5rem;
}
.twogen-footer__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #F89C5B;
  border-radius: 2px;
}
.twogen-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.twogen-footer__list li {
  margin-bottom: 0.75rem;
}
.twogen-footer__list a {
  color: #d1d9dc;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}
.twogen-footer__list a:hover, .twogen-footer__list a:focus-visible {
  color: #F36C42;
  transform: translateX(4px);
  text-decoration: underline;
}
.twogen-footer__social-icons {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.twogen-footer__social-icons svg {
  fill: white;
  width: 25px;
}
.twogen-footer__social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}
.twogen-footer__social-icons a:hover, .twogen-footer__social-icons a:focus-visible {
  background-color: #F89C5B;
  color: #1C4853;
  transform: translateY(-3px) scale(1.05);
}
.twogen-footer__social-icons a:hover svg, .twogen-footer__social-icons a:focus-visible svg {
  fill: #1C4853;
}
.twogen-footer__social-icons i {
  font-size: 1.1rem;
}
.twogen-footer__bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.9rem;
  color: #8a9aa4;
}
.twogen-footer__bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .twogen-footer__container {
    flex-direction: column;
    gap: 2rem;
  }

  .twogen-footer__col {
    width: 100%;
    text-align: center;
  }

  .twogen-footer__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .twogen-footer__list li a:hover,
.twogen-footer__list li a:focus-visible {
    transform: none;
  }

  .twogen-footer__social-icons {
    justify-content: center;
  }
}

/*# sourceMappingURL=footer.css.map */
