.footer-updates {
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* Space above updates uses footer/content background, not the tinted panel */
  margin-top: 6rem;
}
@media only screen and (max-width: 575px) {
  .footer-updates {
    margin-top: 3rem;
  }
}
.footer-updates::before {
  position: absolute;
  left: -5rem;
  right: -5rem;
  height: 100%;
  background-color: rgba(143, 112, 102, 0.05);
  overflow: hidden;
  border-bottom-right-radius: 100rem 5rem;
  border-bottom-left-radius: 100rem 5rem;
  z-index: 1;
  content: '';
}
@media only screen and (max-width: 1279px) {
  .footer-updates::before {
    left: -3rem;
    right: -3rem;
  }
}
@media only screen and (max-width: 1366px) {
  .footer-updates::before {
    left: -2rem;
    right: -2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-updates::before {
    left: -1rem;
    right: -1rem;
  }
}
.footer-updates__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  position: relative;
  width: 100%;
  margin-top: 7.2rem;
  margin-bottom: 4.8rem;
  padding: 2.4rem 1.6rem;
  border: 0;
  background: transparent;
  color: #268fd0;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .footer-updates__toggle {
    gap: 3.2rem;
    margin-top: 3.2rem;
    margin-bottom: 2.8rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-updates__toggle {
    gap: 1.6rem;
    padding: 2rem 1.6rem;
    font-size: 2.2rem;
    text-align: left;
  }
}
.footer-updates__toggle:hover,
.footer-updates__toggle:focus {
  color: #2077ae;
}
.footer-updates__toggle:focus {
  outline: none;
}
.footer-updates__toggle:focus-visible {
  outline: 2px solid rgba(38, 143, 208, 0.45);
  outline-offset: -6px;
}
.footer-updates__toggle-icon {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  margin-top: -0.6rem;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.35s ease, margin-top 0.35s ease;
}
@media only screen and (max-width: 1023px) {
  .footer-updates__toggle-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.footer-updates__panel {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  z-index: 2;
}
.footer-updates__panel .container {
  padding-bottom: 7.2rem;
}
.footer-updates__section {
  margin-bottom: 5.6rem;
}
.footer-updates__section:last-child {
  margin-bottom: 0;
}
.footer-updates__title {
  margin: 0 0 5.6rem;
  color: #268fd0;
  text-align: center;
}
.footer-updates__menus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 5.6rem;
  row-gap: 3.2rem;
}
.footer-updates__menu {
  min-width: 0;
}
.footer-updates__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-updates__menu li {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 2.4rem;
  color: #b9aaa7;
  font-size: 1.5rem;
  line-height: 1.35;
}
.footer-updates__menu li:last-child {
  margin-bottom: 0;
}
.footer-updates__menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(0) translateY(-50%);
}
.footer-updates__menu a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-updates__menu a:hover,
.footer-updates__menu a:focus {
  color: #268fd0;
  text-decoration: none;
}
.footer-updates.is-open .footer-updates__toggle-icon {
  margin-top: 0.6rem;
  transform: rotate(-135deg);
}
.footer-updates.is-open .footer-updates__panel {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .footer-updates__panel .container {
    padding-bottom: 6.4rem;
  }
  .footer-updates__section {
    margin-bottom: 3.6rem;
  }
  .footer-updates__title {
    margin-bottom: 3.6rem;
  }
  .footer-updates__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4.2rem;
    row-gap: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .footer-updates__toggle-icon {
    width: 1.4rem;
    height: 1.4rem;
    border-right-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .footer-updates__panel .container {
    padding-bottom: 4.8rem;
  }
  .footer-updates__title {
    margin-bottom: 2.4rem;
    text-align: left;
  }
  .footer-updates__menus {
    display: block;
  }
  .footer-updates__menu {
    margin-bottom: 1.6rem;
  }
  .footer-updates__menu:last-child {
    margin-bottom: 0;
  }
  .footer-updates__menu li {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
