/* === Footer css Begin === */
.tui_footer_teaser {
  text-align: center;
  margin: 0 auto var(--spacing-large) auto;
}

@media (min-width: 1024px) {
  .tui_footer_teaser {
    margin-bottom: 0;
  }
}

.tui_footer_teaser .footer-image__image_link {
  display: block;
}

.tui_footer_teaser .footer-image__image {
  width: 70px;
  height: auto;
  margin: 0 auto;
  margin-bottom: var(--spacing-regular);
}

@media (min-width: 768px) {
  .tui_footer_teaser .footer-image__image {
    width: 80px;
  }
}

.tui_footer_teaser .footer-teaser__title {
  color: var(--Gray-1000);
  text-align: center;
  font-family: "Dashiell Fine";
  font-size: var(--font-heading-h3);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: var(--spacing-small);
}

/*@media (min-width: 768px) {
  .tui_footer_teaser .footer-teaser__description {
    padding-left: 40px;
    padding-right: 40px;
  }
}*/

.tui_footer_teaser .footer-teaser__description p {
  color: var(--Gray-1000);
  font-size: var(--font-body-text-small);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: var(--spacing-small);
}

.tui_footer_teaser .footer-teaser__pretitle {
  color: var(--Blue-900);
  text-align: center;
  font-size: var(--Font-Titles-Sans_Title_MD);
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 20.8px */
}

.tui_footer_icon_list {
  display: flex;
  justify-content: center;
  gap: var(--spacing-small);
  width: 100%;
  margin-bottom: 24px;
  min-height: 48px;
}

@media (min-width: 1024px) {
  .tui_footer_icon_list {
    justify-content: flex-start;
  }
}

.tui_footer_icon_list a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #141212;
  border-radius: 48px;
  color: #141212;
  font-size: 1.25rem;
}

.tui_footer_icon_list a:hover {
  color: var(--Brand-Blue-500);
  border: 1px solid var(--Brand-Blue-500);
}

.tui_footer_left_text p {
  text-align: center;
  color: var(--Gray-1000);
  font-size: var(--font-body-text-small);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .tui_footer_left_text p {
    text-align: left;
    width: 100%;
  }
}

.tui_footer_right_text p {
  color: var(--Gray-1000);
  text-align: center;
  font-size: var(--font-body-text-medium);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .tui_footer_right_text p {
    text-align: right;
    width: 100%;
  }
}

.tui_footer_right {
  margin-bottom: var(--spacing-large);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .tui_footer_right {
    margin-bottom: 0;
    align-items: flex-end;
  }
}

.tui_footer_right .tui_button_primary button {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .tui_footer_right .tui_button_primary button {
    float: right;
  }
}

.tui_footer_top {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tui_footer_top .tui_footer_left {
  order: 2;
}

@media (min-width: 1024px) {
  .tui_footer_top {
    margin-bottom: 48px;
    align-items: flex-end;
    flex-direction: row;
  }

  .tui_footer_top .tui_footer_left {
    order: 0;
  }
}

.tui_footer_bottom {
  margin-bottom: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-small);
  padding-top: var(--spacing-large);
}

@media (min-width: 1024px) {
  .tui_footer_bottom {
    justify-content: space-between;
    flex-direction: row;
    padding-top: 0;
  }
}

.tui_footer_bottom:before,
.tui_footer_bottom:after {
  content: none !important;
}

.tui_footer_list_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-regular);
}

.tui_footer_list_left a {
  color: var(--Brand-Blue-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1.5px solid var(--Brand-Blue-500);
}

.tui_footer_list_left a:hover {
  color: var(--Blue-900);
  border-bottom: 1.5px solid var(--Blue-900);
}

.tui_footer_bottom::before,
.tui_footer_bottom::after {
  content: none !important;
}

.tui_footer_copyright_text {
  color: var(--Gray-1000);
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-body-text-xsmall);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}



@media (min-width: 1024px) {
  .tui_footer_right_text .tui_button_primary {
    justify-content: flex-end;
    width: auto;
  }
}



@media (max-width: 1023.5px) {

  #ieo_footer_cmp_desktop .tui_footer_top,
  #ieo_footer_cmp_mobile .tui_footer_top {
    display: flex;
    padding: 0 8.3%
  }

  #ieo_footer_cmp_desktop .tui_footer_bottom,
  #ieo_footer_cmp_mobile .tui_footer_bottom {
    display: flex;
    column-gap: 8.3%;
    padding: 0 8.3%;
  }

  .footer-teaser__content {
    width: 70%;
    margin: 0 auto;
  }

  .tui_footer_left_text {
    width: 50%;
    margin: 0px auto 24px auto;
  }
}

@media (max-width: 768px) {

  #ieo_footer_cmp_desktop .tui_footer_top,
  #ieo_footer_cmp_mobile .tui_footer_top {
    display: flex;
    padding: 0;
  }

  .footer-teaser__content {
    width: 100%;
    margin: 0 auto;
  }

  .tui_footer_left_text {
    width: 100%;
    margin: 0px auto 24px auto;
  }
}



@media (min-width: 1024px) {

  #ieo_footer_cmp_desktop .tui_footer_top,
  #ieo_footer_cmp_mobile .tui_footer_top {
    display: flex;
    column-gap: 6.3%
  }

  #ieo_footer_cmp_desktop .tui_footer_bottom,
  #ieo_footer_cmp_mobile .tui_footer_bottom {
    display: flex;
    column-gap: 6.3%;
    padding: 0 6.3%;
  }
}

@media (min-width: 1200px) {

  #ieo_footer_cmp_desktop .tui_footer_top,
  #ieo_footer_cmp_mobile .tui_footer_top {
    display: flex;
    column-gap: 8.3%
  }

  #ieo_footer_cmp_desktop .tui_footer_bottom,
  #ieo_footer_cmp_mobile .tui_footer_bottom {
    display: flex;
    column-gap: 8.3%;
    padding: 0 8.3%;
  }
}

@media (max-width: 768px) {
  .tui_footer_copyright_text {
    margin-top: 8px;
  }
}

.aem-Grid.tui_footer_bottom::before,
.aem-Grid.tui_footer_bottom::after,
.aem-Grid.tui_footer_top::before,
.aem-Grid.tui_footer_top::after {
  clear: none;
  content: none;
}

@media (min-width: 1200px) {

  #ieo_footer_cmp_desktop .tui_footer_bottom,
  #ieo_footer_cmp_mobile .tui_footer_bottom {
    padding: 0;
  }
}

/* === Footer css End === */