@charset "UTF-8";
/**
 * Footer component styles.
 * SCSS: assets/css/components/footer.scss
 * CSS (compiled by IDE): assets/css/components/footer.css
 *
 * Layout: .s-575057b > .c-4dbbda8 > .f-42c1023 / .f-9cd61d9 / .f-ccb2243
 * All rows share the same .c-4dbbda8 column as header and sections.
 */
.s-575057b {
  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-575057b > .c-4dbbda8 {
  padding-left: 0;
  padding-right: 0;
}

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

.f-42c1023 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.f-877962d {
  flex-direction: row-reverse;
}
.f-0693abc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.f-0693abc a,
.f-0693abc button.f-9f0158e {
  color: var(--text-color, #fff);
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}
.f-0693abc a:hover,
.f-0693abc button.f-9f0158e:hover {
  color: var(--additional-c-elements, #fff);
}
.f-f98a033 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}
.f-3c4fd39 {
  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-3c4fd39 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

.f-9cd61d9 {
  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-f10bce3 {
  flex-direction: row-reverse;
}
.f-f10bce3 .f-156d062 {
  margin-left: 0;
  margin-right: auto;
}
.f-dfe27a8 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
.f-dfe27a8 img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.f-156d062 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: auto;
  flex-shrink: 0;
}
.f-b4e582c {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: fit-content;
  min-width: 0;
  padding: 6px 10px;
  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: auto;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.f-b4e582c img,
.f-b4e582c .f-d19e032 {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.f-b4e582c .f-68d5a76 {
  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-ce82f14 {
  font-size: max(11px, calc(var(--button-font-size, 14px) - 2px));
  font-weight: 700;
  line-height: 1.15;
  min-width: 0;
  white-space: nowrap;
}
.f-59fea22 {
  font-weight: 400;
  display: block;
  font-size: max(9px, calc(var(--button-font-size, 14px) - 4px));
  text-align: left;
  white-space: nowrap;
}
.f-81571b9 {
  white-space: nowrap;
}

.f-ccb2243 {
  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-031d07c {
  grid-template-areas: "icons text" "copyright copyright";
}
.f-031d07c .f-237fa28 {
  justify-content: flex-start;
}
.f-031d07c .f-044e018 {
  text-align: right;
}
.f-044e018 {
  grid-area: text;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
}
.f-237fa28 {
  grid-area: icons;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  flex-shrink: 0;
}
.f-237fa28 img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.f-8f7467b {
  grid-area: copyright;
  color: var(--text-color);
}
.f-93e688e {
  text-align: left;
}
.f-9c98879 {
  text-align: center;
}
.f-0ff8119 {
  text-align: right;
}

@media (max-width: 992px) {
  .f-42c1023,
  .f-9cd61d9 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .f-ccb2243 {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "icons" "copyright";
    text-align: center;
  }
  .f-0693abc,
  .f-f98a033,
  .f-dfe27a8,
  .f-156d062 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .f-156d062 {
    width: 100%;
  }
  .f-877962d,
  .f-f10bce3 {
    flex-direction: column;
  }
  .f-f10bce3 .f-156d062 {
    margin-right: 0;
  }
  .f-031d07c {
    grid-template-areas: "icons" "text" "copyright";
  }
  .f-031d07c .f-044e018 {
    text-align: center;
  }
  .f-237fa28 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .s-575057b {
    padding: 20px var(--site-gutter, 15px);
  }
  .f-42c1023 {
    margin-bottom: 24px;
  }
  .f-0693abc {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .f-9f0158e {
    text-align: center;
  }
  .f-9cd61d9 {
    margin-bottom: 24px;
  }
  .f-156d062 {
    width: 100%;
  }
  .f-b4e582c {
    width: 100%;
    justify-content: center;
    min-height: 52px;
  }
  .f-ccb2243 {
    row-gap: 15px;
  }
  .f-8f7467b {
    font-size: 14px;
    line-height: 1.4;
  }
}
