@charset "UTF-8";
/**
 * Footer component styles.
 * SCSS: assets/css/components/footer.scss
 * CSS (compiled by IDE): assets/css/components/footer.css
 *
 * Layout: .s-5dbbb68 > .c-0428994 > .f-7d0e640 / .f-b7bf590 / .f-fab3383
 * All rows share the same .c-0428994 column as header and sections.
 */
.s-5dbbb68 {
  background: var(--footer-bg, var(--block-bg, transparent));
  color: var(--text-color);
  /* Sections own bottom spacing via --block-section-spacing-bottom — do not stack. */
  margin-top: 0;
  padding: 24px var(--site-gutter, 15px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.s-5dbbb68 > .c-0428994 {
  padding-left: 0;
  padding-right: 0;
}

.s-b2f7f19 {
  text-align: center;
  font-size: 14px;
}
.s-b2f7f19 a {
  color: inherit;
  text-decoration: none;
}
.s-b2f7f19 a:hover {
  color: var(--additional-c-elements);
}
.s-b2f7f19 .s-cf694e7 {
  margin: 0 8px;
  opacity: 0.6;
}

.f-7d0e640 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.f-e5d080d {
  flex-direction: row-reverse;
}
.f-384b292 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.f-384b292 a,
.f-384b292 button.f-dcad6fa {
  color: var(--text-color, #fff);
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}
.f-384b292 a:hover,
.f-384b292 button.f-dcad6fa:hover {
  color: var(--additional-c-elements, #fff);
}
.f-d098ba7 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}
.f-1c07e3b {
  background: rgba(255, 255, 255, 0.41);
  border-radius: var(--footer-icon-border-radius, 10px);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.f-1c07e3b img {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

.f-b7bf590 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 20px 0;
  margin: 20px 0;
}
.f-9af78c5 {
  flex-direction: row-reverse;
}
.f-9af78c5 .f-14f8c51 {
  margin-left: 0;
  margin-right: auto;
}
.f-ac84395 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-shrink: 0;
}
.f-ac84395 img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.f-14f8c51 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: auto;
  flex-shrink: 0;
}
.f-e849cfc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: fit-content;
  min-width: 0;
  padding: 8px 15px;
  border: none;
  border-radius: var(--footer-download-btn-border-radius, var(--button-border-radius, 5px));
  background: var(--footer-btn-bg, var(--footer-download-btn-bg, var(--button-bg)));
  color: var(--footer-download-btn-text-color, var(--button-text-color, #000));
  width: 150px;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.f-e849cfc img,
.f-e849cfc .f-ba56535 {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.f-e849cfc .f-2d13130 {
  background-color: var(--footer-download-btn-icon-color, currentColor);
  -webkit-mask-image: var(--icon-mask);
  mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.f-667bcd6 {
  font-size: var(--button-font-size, 14px);
  font-weight: 700;
  line-height: 1.2;
  min-width: 0;
}
.f-5295c04 {
  font-weight: 400;
  display: block;
  font-size: max(10px, calc(var(--button-font-size, 14px) - 2px));
  text-align: left;
}

.f-fab3383 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "text icons" "copyright copyright";
  align-items: start;
  column-gap: 24px;
  row-gap: 20px;
}
.f-261eadb {
  grid-template-areas: "icons text" "copyright copyright";
}
.f-261eadb .f-df323a2 {
  justify-content: flex-start;
}
.f-261eadb .f-cb113dd {
  text-align: right;
}
.f-cb113dd {
  grid-area: text;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
}
.f-df323a2 {
  grid-area: icons;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  flex-shrink: 0;
}
.f-df323a2 img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.f-10ed514 {
  grid-area: copyright;
  color: var(--text-color);
}
.f-89d4c54 {
  text-align: left;
}
.f-5a932b5 {
  text-align: center;
}
.f-1b4678d {
  text-align: right;
}

@media (max-width: 992px) {
  .f-7d0e640,
  .f-b7bf590 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .f-fab3383 {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "icons" "copyright";
    text-align: center;
  }
  .f-384b292,
  .f-d098ba7,
  .f-ac84395,
  .f-14f8c51 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .f-14f8c51 {
    width: 100%;
  }
  .f-e5d080d,
  .f-9af78c5 {
    flex-direction: column;
  }
  .f-9af78c5 .f-14f8c51 {
    margin-right: 0;
  }
  .f-261eadb {
    grid-template-areas: "icons" "text" "copyright";
  }
  .f-261eadb .f-cb113dd {
    text-align: center;
  }
  .f-df323a2 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .s-5dbbb68 {
    padding: 20px var(--site-gutter, 15px);
  }
  .f-7d0e640 {
    margin-bottom: 24px;
  }
  .f-384b292 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .f-dcad6fa {
    text-align: center;
  }
  .f-b7bf590 {
    margin-bottom: 24px;
  }
  .f-14f8c51 {
    width: 100%;
  }
  .f-e849cfc {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
  .f-fab3383 {
    row-gap: 15px;
  }
  .f-10ed514 {
    font-size: 14px;
    line-height: 1.4;
  }
}

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