.ceg-footer {
  position: relative;
  padding: 80px 0 40px;
  background-color: white;
}

.ceg-footer--top {
  position: relative;
  z-index: 1;
}

.ceg-footer--top--brand-logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.ceg-footer--top--inner {
  padding: 40px;
  background-color: var(--wp--preset--color--dark-slate);
  border-radius: 30px;
  min-height: 220px;
}

.ceg-footer--top--inner .grid-row {
  align-items: stretch;
}

.ceg-footer--top--brand-info {
  grid-column: 1 / 8;
}

.ceg-footer--top--address-lists {
  display: flex;
  gap: 1em;
}
.ceg-footer--top--address-lists > address {
  width: 17em;
}

@media screen and (max-width: 1120px) {
  .ceg-footer--top--address-lists {
    flex-direction: column;
    gap: 2em;
  }
}

@media screen and (max-width: 768px) {
  .ceg-footer--top--brand-info {
    grid-column: 1 / 13;
  }
}

.ceg-footer--top--brand-info .footer-logo {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .ceg-footer--top--brand-info .footer-logo {
    max-width: 200px;
  }
}

.ceg-footer--top--brand-info address {
  margin-bottom: 0;
}

.ceg-footer--top--brand-info address ul {
  margin-bottom: 0;
}

.ceg-footer--top--right {
  grid-column: 8 / 13;
}

@media screen and (max-width: 768px) {
  .ceg-footer--top--right {
    grid-column: 1 / 13;
    gap: 24px;
  }
}

.ceg-footer--bottom--subscribe {
  grid-column: 1 / 7;
}

@media screen and (max-width: 768px) {
  .ceg-footer--bottom--subscribe {
    grid-column: 1 / 13;
  }
}

.ceg-footer--top-brand-info--list .list-item {
  color: var(--wp--preset--color--white);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.ceg-footer--top-brand-info--list .list-item p {
  color: var(--wp--preset--color--white);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.ceg-footer--top-brand-info--list .list-item a {
  color: var(--wp--preset--color--white);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.ceg-column-title {
  color: var(--Color-2, #75877c);
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.ceg-footer--bottom {
  position: relative;
  padding: 40px 0;
  z-index: 1;
}

.ceg-footer--bottom--content {
  padding-top: 24px;
  grid-column: 1 / 6;
  display: none;
}

.ceg-footer--bottom--content > * {
  color: var(--wp--preset--color--ironside-grey);
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ceg-footer--bottom--content {
    grid-column: 1 / 13;
  }
}

.ceg-footer--background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.ceg-footer--background-image {
  position: absolute;
  bottom: 0;
}

.ceg-footer--copyright {
  position: relative;
  font-size: 11px;
  color: var(--wp--preset--color--ironside-grey);
  z-index: 1;
}

.ceg-footer--copyright p {
  margin-bottom: 0;
}

.ceg-footer--copyright a {
  color: var(--wp--preset--color--ironside-grey);
}

.ceg-footer--bottom--inner {
  padding: 0 var(--page-gutter);
}

.ceg-footer--copyright--inner {
  padding: 0 var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .ceg-footer--copyright--inner {
    padding: 0 var(--page-gutter);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
  }
}

.ceg-footer--top--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ceg-footer--top--right .ceg-top-bar--social-links {
  padding-top: 0;
}

.ceg-footer--menu ul {
  list-style: none;
  display: flex;
  gap: 12px 24px;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.ceg-footer--menu a {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.ceg-footer--menu a:hover {
  color: var(--wp--preset--color--white);
}

.ceg-footer--bottom--subscribe
  .gform-theme--framework
  .gform_validation_errors {
  display: none !important;
}

.ceg-footer--bottom--subscribe--form form {
  /* border: 1px solid #75877C; 
    border-radius: 40px; */
  display: flex;
  position: relative;
}

.ceg-footer--bottom--subscribe--form form .gform-body {
  flex-grow: 1;
}

.ceg-footer--bottom--subscribe--form form .ginput_container_email {
  display: flex;
  height: 54px;
}

.ceg-footer--bottom--subscribe--form form .ginput_container_email input {
  display: flex;
  height: 100%;
  border-radius: 32px;
  padding-left: 22px;
  padding-top: 4px;
}

.ceg-footer--bottom--subscribe--form .gform-field-label {
  position: absolute;
  color: #75877c !important;
  font-family: var(--wp--preset--font-family--inconsolata) !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 140% !important; /* 16.8px */
  letter-spacing: 0.48px !important;
  text-transform: uppercase;
  left: 24px;
  top: 5px;
}

.ceg-footer--bottom--subscribe--form .gform-theme--foundation .gform_footer {
  margin-block-start: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ceg-footer--bottom--subscribe--form
  .gform-theme--foundation
  .gform_footer
  .gform_button {
  --gf-local-bg-color: var(--wp--preset--color--turquoise) !important;
  --gf-local-color: var(--wp--preset--color--dark-slate) !important;
  --gf-local-radius: 32px;
  border-radius: 32px !important;
  padding: 0px !important;
  width: 32px !important;
  min-block-size: 32px !important;
}
