*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: block;
  flex-shrink: 0;
  width: 100%;
}

::slotted([slot=info]) {
  padding: 0 28px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 62em) {
  ::slotted([slot=info]) {
    padding: 0;
    margin-top: calc(20px - 0.5em);
    margin-bottom: 0;
  }
}

.duet-footer {
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  margin-top: 48px;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: left;
  background: rgb(8, 42, 77);
}
.duet-footer.duet-p-0 {
  padding: 0 !important;
}
.duet-footer.duet-m-0 {
  margin: 0 !important;
}
@media (min-width: 62em) {
  .duet-footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
.duet-footer.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: rgb(198, 12, 48);
}
.duet-footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.duet-footer a:focus {
  outline: 0;
}
:host(.user-is-tabbing) .duet-footer a:focus {
  outline: 2px solid;
  outline-offset: 2px;
  outline-color: rgba(0, 119, 179, 0.8);
}
.duet-theme-turva :host(.user-is-tabbing) .duet-footer a:focus, :host(.user-is-tabbing) .duet-footer a:focus.duet-theme-turva, .duet-theme-turva2 :host(.user-is-tabbing) .duet-footer a:focus, :host(.user-is-tabbing) .duet-footer a:focus.duet-theme-turva2 {
  outline-color: rgba(53, 79, 101, 0.8);
}
@media (min-width: 62em) {
  .duet-footer a {
    border-radius: 4px;
  }
}

.duet-footer-wrapper {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .duet-footer-wrapper {
    padding: 0 72px 0 48px;
  }
}
@media (min-width: 76.25em) {
  .duet-footer-wrapper {
    max-width: 1110px;
    padding: 0 20px 0 0;
  }
}

.duet-footer-top {
  width: 100%;
}
@media (min-width: 62em) {
  .duet-footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .duet-footer-top.duet-has-info {
    align-items: flex-start;
  }
}
.duet-footer-top .footer-top-logo {
  flex-grow: 1;
}
.duet-footer-top .footer-top-right-container {
  flex-grow: 1;
}
@media (min-width: 62em) {
  .duet-footer-top .footer-top-right-container {
    text-align: right;
  }
}
.duet-footer-top .footer-top-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 28px;
}
@media (min-width: 62em) {
  .duet-footer-top .footer-top-items {
    flex-direction: row;
    justify-content: flex-end;
  }
}

duet-logo {
  margin-bottom: 24px;
  margin-left: 16px !important;
}
@media (min-width: 62em) {
  duet-logo {
    margin-bottom: 0;
    margin-left: 0 !important;
  }
}

.duet-footer-link {
  padding: 16px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 300ms ease;
}
@media (min-width: 36em) {
  .duet-footer-link {
    padding-right: 20px !important;
    padding-left: 28px !important;
  }
}
@media (min-width: 62em) {
  .duet-footer-link {
    width: auto;
    min-width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: 0;
  }
}
.duet-footer-link:first-of-type {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 62em) {
  .duet-footer-link:first-of-type {
    margin: 0;
    border: 0;
  }
}
.duet-footer-link span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.duet-footer-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 62em) {
  .duet-footer-link:hover {
    background: transparent;
  }
}

.duet-footer-menu {
  padding: 20px !important;
  display: flex;
  gap: 2rem;
  padding-left: 28px !important;
  font-size: 0.875rem;
}
@media (min-width: 36em) {
  .duet-footer-menu {
    padding: 28px !important;
  }
}
@media (min-width: 62em) {
  .duet-footer-menu {
    padding-right: 0 !important;
    padding-left: 8px !important;
  }
}
.duet-footer-menu a {
  display: inline-block;
  overflow-wrap: break-word;
  text-decoration: none;
}
.duet-footer-menu a:hover, .duet-footer-menu a:focus {
  text-decoration: underline;
}
.duet-footer-menu a:hover .duet-footer-divider, .duet-footer-menu a:focus .duet-footer-divider {
  text-decoration: none;
}
.duet-footer-menu .duet-footer-divider {
  display: inline-block;
  margin: 0 8px;
}
.duet-footer-menu .duet-footer-divider-copyright {
  display: none;
}
.duet-footer-menu .duet-footer-menu-links {
  display: block;
  flex: 1;
}
@media (min-width: 62em) {
  .duet-footer-menu .duet-footer-menu-links {
    text-align: right;
  }
}
.duet-footer-menu a:last-of-type .duet-footer-divider {
  display: none;
}

.duet-footer-copyright {
  display: none;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 62em) {
  .duet-footer-copyright {
    display: inline;
  }
}
.duet-footer-copyright.duet-footer-copyright-mobile {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 28px;
  text-align: left;
}
@media (min-width: 62em) {
  .duet-footer-copyright.duet-footer-copyright-mobile {
    display: none;
  }
}

.duet-footer-simple {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  color: rgb(8, 42, 77);
  background: transparent !important;
  border-top: 1px solid rgb(212, 223, 229);
}
.duet-footer-simple .duet-footer-wrapper {
  max-width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media (min-width: 62em) {
  .duet-footer-simple .duet-footer-wrapper {
    padding: 0 36px;
  }
}
@media (min-width: 106.25em) {
  .duet-footer-simple .duet-footer-wrapper {
    padding: 0 48px;
  }
}
.duet-footer-simple .duet-footer-copyright,
.duet-footer-simple .duet-footer-menu a {
  color: rgb(8, 42, 77);
}
.duet-footer-simple .duet-footer-menu {
  padding: 20px 0 !important;
}
.duet-footer-simple .duet-footer-copyright-mobile {
  padding-left: 0;
}
.duet-footer-simple.duet-theme-turva {
  color: rgb(23, 28, 58);
  border-color: rgb(222, 224, 228);
}
.duet-footer-simple.duet-theme-turva .duet-footer-copyright,
.duet-footer-simple.duet-theme-turva .duet-footer-menu a {
  color: rgb(23, 28, 58);
}

.duet-footer-external {
  display: inline-block;
  margin-left: 4px;
  color: rgb(0, 119, 179);
}
.duet-theme-turva .duet-footer-external {
  color: rgb(255, 255, 255);
}
.duet-footer-simple.duet-theme-turva .duet-footer-external {
  color: rgb(198, 12, 48);
}

:host(.duet-theme-turva2) .duet-footer.duet-theme-turva {
  background: rgb(230, 23, 64);
}
:host(.duet-theme-turva2) .duet-footer-simple.duet-theme-turva {
  color: rgb(23, 42, 59);
  border-color: rgb(212, 221, 226);
}
:host(.duet-theme-turva2) .duet-footer-simple.duet-theme-turva .duet-footer-copyright,
:host(.duet-theme-turva2) .duet-footer-simple.duet-theme-turva .duet-footer-menu a {
  color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) .duet-footer-simple.duet-theme-turva .duet-footer-external {
  color: rgb(230, 23, 64);
}
:host(.duet-theme-turva2) duet-logo {
  margin-left: 28px !important;
}
@media (min-width: 62em) {
  :host(.duet-theme-turva2) duet-logo {
    margin-left: 0 !important;
  }
}
@media (min-width: 62em) {
  :host(.duet-theme-turva2) ::slotted([slot=info]) {
    margin-top: 4px;
  }
}