.footer--topbar {
  background-color: #0847B6;
  padding-block: 0;
}
.footer--topbar .section--outer {
  padding-block: 12px;
}
.footer--topbar .container {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .footer--topbar .container {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #F6F7F9;
  }
}
@media (min-width: 992px) {
  .footer--topbar .container {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #F6F7F9;
  }
}
.footer--topbar .container .star-group {
  display: flex;
  gap: 2px;
  font-size: 23px;
}
@media (max-width: 991.98px) {
  .footer--topbar .container .star-group .fa-kit.fa-star-full:not(:first-child) {
    display: none;
  }
}

.section--logo-bottom {
  padding-block: 0;
  padding-inline: 0;
  background-color: #E7E9EE;
}
.section--logo-bottom .section--outer {
  padding-block: 0;
  padding-inline: 0;
}
.section--logo-bottom .container {
  margin-trim: block;
  padding-inline: 0;
  max-width: initial;
}
@supports not (margin-trim: block) {
  .section--logo-bottom .container > :first-child {
    margin-block-start: 0;
  }
  .section--logo-bottom .container > :last-child {
    margin-block-end: 0;
  }
}
.section--logo-bottom .container ul {
  display: flex;
  align-items: center;
  padding-inline-start: 0;
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container ul {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .section--logo-bottom .container ul {
    flex-wrap: nowrap;
  }
}
.section--logo-bottom .container ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  list-style: none;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container ul li {
    aspect-ratio: 125/100;
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .section--logo-bottom .container ul li {
    height: 167px;
  }
}
@media (min-width: 992px) {
  .section--logo-bottom .container ul li:not(:last-child) {
    border-inline-end-color: #9DA3AE;
    border-inline-end-style: solid;
    border-inline-end-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container ul li:not(:nth-child(1), :nth-child(4)) {
    border-inline-start-color: #9DA3AE;
    border-inline-start-style: solid;
    border-inline-start-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container ul li:not(:nth-child(n+4)) {
    border-block-end-color: #9DA3AE;
    border-block-end-style: solid;
    border-block-end-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container ul li:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section--logo-bottom .container img,
  .section--logo-bottom .container svg {
    object-fit: contain;
    max-height: 45px;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .section--logo-bottom .container img,
  .section--logo-bottom .container svg {
    object-fit: contain;
    max-height: 58px;
    max-width: 90px;
  }
}

footer .rate {
  display: flex;
  align-items: center;
}
footer .rate .rate-score {
  gap: 8px;
  display: flex;
  justify-content: flex-start;
  color: #009967;
  text-decoration: none;
}
footer .rate .rate-score:after {
  display: none;
}
footer .rate .rate-score:has(.fa-kit) {
  gap: 1px;
  margin-inline-end: 4px;
}
footer .rate .rate-score:has(.fa-kit) .fa-kit {
  font-size: 17px;
}
footer .rate .rate-stars {
  width: 112px;
  height: 20px;
  background-image: url("/assets/images/rating-v2.png");
  background-image: url("/assets/images/rating-v2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 8px;
}
footer .rate .rate-summery {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  font-size: 12px;
  line-height: 22px;
  line-height: 12px;
  color: #FFFFFF;
  translate: 0 1px;
}
footer .rate .rate-link {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .rate .rate-link a {
  text-decoration: none;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .element--collapsible-block summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .element--collapsible-block ul {
  padding-inline-start: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer .element--collapsible-block[open] .icon {
    scale: -1;
  }
}
@media (min-width: 992px) {
  footer .element--collapsible-block .icon {
    display: none;
  }
  footer .element--collapsible-block[open] {
    display: block;
  }
  footer .element--collapsible-block summary {
    pointer-events: none;
    user-select: none;
  }
}
footer .element--two-line-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: -4px;
  text-decoration: none;
  color: inherit;
  width: fit-content;
}
footer .element--two-line-item * {
  transition: 200ms ease all;
}
footer .element--two-line-item:hover {
  color: inherit;
}
footer .element--two-line-item:hover a,
footer .element--two-line-item:hover .description {
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .element--two-line-item:hover .icon {
  background-color: #2C4480;
}
footer .element--two-line-item a {
  text-decoration: none;
  color: inherit;
}
footer .element--two-line-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer;
}
footer .element--two-line-item .title {
  margin-top: 0;
}
footer .element--two-line-item .icon {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  height: 40px;
  border-radius: 50%;
  background-color: #15234C;
}
footer .element--two-line-item .fa-kit {
  font-size: 24px;
}
footer .element--two-line-item .description {
  color: #AAB6D3;
}
footer section:first-of-type {
  background-color: #0A152E;
  padding-block-start: 0;
}
footer .section--outer {
  padding-block-end: 8px;
}
@media (max-width: 991.98px) {
  footer .section--outer {
    padding-block-start: 40px;
  }
}
@media (min-width: 992px) {
  footer .section--outer {
    padding-block-start: 56px;
  }
}
footer .container {
  display: grid;
  gap: 30px;
  row-gap: 0;
}
@media (min-width: 992px) {
  footer .container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 991.98px) {
  footer .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .footer--header {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
footer .footer--header::after {
  content: "";
  grid-column-start: 1;
  grid-column-end: -1;
  border-block-end-width: 1px;
  border-block-end-color: #15234C;
  border-block-end-style: solid;
}
@media (max-width: 991.98px) {
  footer .footer--header::after {
    padding-block-end: 40px;
  }
}
@media (min-width: 992px) {
  footer .footer--header::after {
    padding-block-end: 56px;
    margin-block-end: 32px;
  }
}
@media (max-width: 991.98px) {
  footer .footer--header .footer--big-title {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) {
  footer .footer--header .footer--big-title {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
@media (max-width: 991.98px) {
  footer .footer--header .footer--big-title {
    margin-block-end: 32px;
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    color: #F6F7F9;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  footer .footer--header .footer--big-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  footer .footer--header .footer--big-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  footer .footer--header .footer--big-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -2px;
    color: #F6F7F9;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  footer .footer--header .footer--big-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  footer .footer--header .footer--big-title {
    font-size: 40px;
    line-height: 48px;
  }
}
footer .footer--header .element--two-line-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991.98px) {
  footer .footer--header .element--two-line-list {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) {
  footer .footer--header .element--two-line-list {
    grid-column-start: 9;
    grid-column-end: 13;
  }
}
footer .footer--header .footer-contact {
  padding-bottom: 0;
}
footer .footer--header .footer-contact .section--outer {
  max-width: initial;
  padding-block: 56px;
  padding-inline: 24px;
}
footer .footer--header .footer-contact .container {
  display: grid;
  place-items: center;
  text-align: center;
}
footer .footer--header .footer-contact .container {
  padding-inline: 0;
}
footer .footer--header .footer-contact .header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer--header .footer-contact .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
footer .footer--header .footer-contact .sub-title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -1.12px;
  text-wrap: pretty;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer .footer--header .footer-contact .sub-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.7px;
  }
}
footer .footer--header .footer-contact .sub-title > a {
  color: #0A152E;
  text-decoration: none !important;
}
footer .footer--menus {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  padding-block-end: 64px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .footer--menus {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  footer .footer--menus > .empty-item {
    order: 1;
    flex-basis: 170px;
  }
}
footer .footer--menus .flex-item {
  flex-grow: 0;
}
@media (min-width: 992px) {
  footer .footer--menus .flex-item {
    flex-basis: 170px;
  }
}
@media (max-width: 991.98px) {
  footer .footer--menus .flex-item {
    border-block-end-width: 1px;
    border-block-end-color: #15234C;
    border-block-end-style: solid;
    padding-block-end: 24px;
    padding-block-start: 24px;
  }
}
footer .footer--menus .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}
footer .footer--menus .title .icon {
  font-size: 24px;
}
footer .footer--menus ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-inline-start: 0;
  margin-block-end: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer .footer--menus ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-block-start: 16px;
  }
}
@media (min-width: 992px) {
  footer .footer--menus ul {
    margin-block-start: 8px;
  }
}
footer .footer--menus a {
  color: #AAB6D3;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  footer .footer--menus a {
    transition: initial;
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #AAB6D3;
  }
}
footer .footer--menus a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer--bottom {
  display: contents;
}
@media (max-width: 991.98px) {
  footer .footer--bottom > * {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  footer .footer--bottom .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer--bottom .social-icons {
    order: 4;
    margin-block-end: 48px;
  }
  footer .footer--bottom .footer--logo {
    width: 208px;
    height: 40px;
    margin-block-end: 12px;
  }
  footer .footer--bottom #usp-rating {
    margin-block-start: 32px;
  }
  footer .footer--bottom #usp-rating .rate {
    justify-content: center;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  footer .footer--bottom #usp-rating .rate .fa-kit:not(:first-child) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  footer .footer--bottom #language-menu {
    margin-block: 32px;
  }
}
@media (min-width: 992px) {
  footer .footer--bottom > *:nth-child(1),
  footer .footer--bottom > *:nth-child(4) {
    align-self: center;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  footer .footer--bottom > *:nth-child(1),
  footer .footer--bottom > *:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  footer .footer--bottom > *:nth-child(1),
  footer .footer--bottom > *:nth-child(4) {
    grid-column: span 8;
  }
}
@media (min-width: 992px) {
  footer .footer--bottom > *:nth-child(2),
  footer .footer--bottom > *:nth-child(5) {
    grid-column: span 4;
    justify-content: end;
    align-items: center;
  }
  footer .footer--bottom > *:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: -1;
    margin-block-start: 16px;
    margin-block-end: 12px;
    border-block-end-width: 1px;
    border-block-end-color: #15234C;
    border-block-end-style: solid;
  }
}
footer .footer--meta {
  display: flex;
  gap: 16px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
footer .footer-links ul {
  display: flex;
  gap: 12px;
  list-style: none;
  margin-block-end: 0;
  padding-inline-start: 0;
}
footer .footer-links ul a {
  text-decoration: none;
  color: inherit;
}
footer .footer-links ul a:hover {
  text-decoration: underline;
}
footer .social-icons {
  display: flex;
  gap: 8px;
}
footer .social-icons .social-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: transparent;
}
footer .social-icons .social-item svg {
  display: block;
  height: 24px;
  width: 24px;
}
footer .social-icons .social-item svg path {
  fill: #F6F7F9;
}
footer .social-icons .social-item:hover {
  background-color: #2C4480;
}
footer .footer--logo {
  display: block;
  width: 160px;
  height: 30px;
  background-position: left center;
  background-image: url("/assets/images/footer-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}
@media (min-width: 992px) {
  footer .footer--logo {
    margin-bottom: 16px;
  }
}
footer .footer--logo:after {
  display: none;
}
footer address {
  color: #AAB6D3;
  font-style: normal;
  margin-block-end: 0;
}
@media (max-width: 991.98px) {
  footer address {
    text-align: center;
  }
}
footer #language-menu {
  display: grid;
  margin-left: 0;
}
footer #language-menu .toggle-open-trigger {
  padding-right: 0;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
  padding-block: 6px;
  border-radius: 4px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: #15234C;
  display: flex;
  justify-content: space-between;
  height: 44px;
}
footer #language-menu .toggle-open-trigger span {
  margin-right: auto;
}
footer #language-menu .toggle-open-trigger:hover {
  background-color: #2C4480;
}
footer #language-menu #toggle-language-menu {
  text-transform: initial;
}
footer #language-menu #toggle-language-menu .fa-kit,
footer #language-menu .toggle-popup-shop-switcher * {
  color: #FFFFFF;
}
footer #language-menu .toggle-open-wrapper.styled-v2 > .toggle-open-trigger:after {
  content: none;
}

/* OLD */
@media (min-width: 992px) {
  #footer-v3 .footer-outer {
    padding-block: 24px;
  }
}
@media (min-width: 1400px) {
  #footer-v3 .footer-outer .container {
    max-width: var(--xxl-max-body-width);
  }
}
@media (max-width: 991.98px) {
  #footer-v3 .footer-outer .container > .row:nth-child(2) {
    margin-top: 72px;
  }
}
@media (min-width: 992px) {
  #footer-v3 .footer-outer .footer-bottom {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991.98px) {
  #footer-v3 .footer-outer .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#footer-v3 .footer-outer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  #footer-v3 .footer-outer .footer-bottom .container {
    gap: 24px;
    height: 78px;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #footer-v3 .footer-outer .footer-bottom .payments {
    order: -1;
  }
}
#footer-v3 .footer-outer .footer-bottom .payments picture {
  display: inline-block;
}
#footer-v3 .footer-outer .footer-bottom .payments img {
  max-height: 28px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  #footer-v3 .footer-outer .footer-bottom .payments img {
    max-height: 24px;
  }
}
