/* Global Footer  */
footer {
  background-color: var(--accent-blue-primary-90);
}

footer .block {
  max-width: var(--screen-width);
  margin: auto;
  padding: 0 var(--section-gutter-space);
}

footer a {
  color: var(--white);
}

.ft-social a {
  text-decoration: none;
}

footer a:any-link {
  color: var(--white);
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  padding-left: 24px;
  text-decoration: none;
}

footer a:visited {
  color: var(--white);
}

footer a:hover {
  text-decoration: underline;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-social {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px var(--divider-on-dark-default) solid;
  padding: 44px 0 42px;
  gap: 32px;
}

.ft-social a:any-link {
  padding-left: 0;
}

.ft-social .ft-social-list {
  display: inline-block;
}

.ft-social .ft-social-list a {
  font-size: 16px;
  font-weight: var(--font-weight-700);
  line-height: 22px;
  display: block;
}

.ft-social .ft-social-list:first-child {
  padding-right: 40px;
  border-right: 2px solid var(--divider-on-dark-default);
  border-left: 0;
}

.ft-legal .ft-legal-list li a {
  opacity: 0.75;
}

.ft-social .ft-social-list:first-child a {
  padding: 0;
}

.ft-legal .ft-legal-list li a:any-link:hover {
  color: var(--white);
  text-decoration-color: var(--white);
  text-underline-offset: 2px;
}

.ft-social .ft-social-list:nth-child(2) {
  padding: 13px 0 0;
  margin-right: auto;
  opacity: 0.9;
}

html[dir="rtl"] .ft-social-list:first-child {
  border-right: 0;
  border-left: 1px solid var(--accent-blue-primary-60);
  padding-right: 0;
  padding-left: 40px;
}

html[dir="rtl"] .ft-social .ft-social-list:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

.ft-main .ft-main-item ul {
  line-height: 0;
}

.ft-main .ft-main-item ul li {
  line-height: 0;
}

/* stylelint-disable-next-line no-descending-specificity */
.ft-main .ft-main-item:not(:last-child) ul li a{
  opacity: 0.75;
}

.ft-social .ft-social-list:nth-child(2)>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px ;
}

/* stylelint-disable-next-line no-descending-specificity */
.ft-social .ft-social-list:last-child {
  margin: auto 0;
}

.ft-legal .ft-legal-list:last-child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 10px;
}

.ft-social .ft-social-list:last-child ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  vertical-align: top;
}

.ft-social .ft-social-list:last-child ul li:not(:last-child) {
  padding: 0 12px 0 0;
}

.ft-social .ft-social-list:last-child ul span.icon:hover svg path{
  fill: var(--icon-on-light-link-enabled);
}

.ft-social .ft-social-list:last-child ul span.icon {
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--button-primary-background-enabled);
  height: 50px;
}

.ft-social .ft-social-list:last-child ul span.icon:hover {
  background-color: var(--background-container-on-light-link-primary-hover);
}

.ft-social .ft-social-list:dir(rtl) ul li.ft-main-item:not(:last-child) {
  padding: 0 0 0 12px;
}

.ft-main .ft-main-item:not(:last-child) ul li:not(:last-child) {
  padding: 0 0 20px;
}

html[dir="rtl"] .ft-social .ft-social-list:last-child ul li:not(:last-child) {
  padding: 0 0 0 12px;
}

html[dir="rtl"] .ft-social .ft-social-list:dir(rtl) ul li.ft-main-item:not(:last-child) {
  padding: 0 12px 0 0;
}

.ft-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.45fr;
  justify-content: space-between;
  padding: 64px 0 76px;
}

.ft-main .ft-main-item {
  padding-right: 28px;
  min-width: 20%;
}

/* stylelint-disable-next-line no-descending-specificity */
.ft-main .ft-main-item a:not(.button) {
  display: inline-block;
  font-size: 16px;
  white-space: break-spaces;
  line-height: 22px;
  padding-left: 0;
}

.ft-main .ft-main-item ul li a.button {
  margin: 0;
  padding: 16px 32px;
  white-space: nowrap!important;
}

.ft-main .ft-main-item p {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 20px;
}

.ft-main .ft-main-item p strong {
  font-weight: var(--font-weight-700);
}

.ft-main .ft-main-item:last-child {
  border-left: 2px solid var(--divider-on-dark-default);
  margin: 0 0 0 20px;
  min-width: 40%;
  padding: 0 0 0 48px;
  opacity: 0.9;
}

footer .section.bg-primary-blue-90 a:any-link:hover {
  color: var(--white);
  text-decoration-color: var(--white);
  text-underline-offset: 2px;
  opacity: 1;
}

footer .section.bg-primary-blue-90 a:any-link:visited:not(.button) {
  color: var(--white);
  text-decoration-color: var(--white);
}

html[dir="rtl"] .ft-main-item:last-child {
  border-left: 0;
  border-right: 1px solid var(--accent-blue-primary-60);
  padding: 0 48px 0 0;
}

html[dir="rtl"] .ft-main-item:not(:last-child) {
  padding-right: 0;
}

.ft-legal {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, auto));
  justify-content: space-between;
  border-top: 2px var(--accent-blue-primary-60) solid;
  padding: 42px 0 72px;
  margin: auto;
  font-size: 14px;
  line-height: 17px;
}

.ft-legal .ft-legal-list p {
  margin: 0;
  padding: 0;
  opacity: 0.75;
}

@media (width <= 1024px) {
  .ft-social {
    padding: 40px 0 32px;
  }

  .ft-legal .ft-legal-list:last-child ul li {
    margin: 8px 0;
  }

  .ft-social .ft-social-list:last-child ul li:not(:last-child) {
    padding: 0 32px 0 0;
  }

  .ft-social .ft-social-list:first-child {
    padding-right: 40px;
  }

  .ft-social .ft-social-list:last-child {
    width: 100%;
  }

  .ft-social .ft-social-list:last-child ul {
    justify-content: center;
    padding: 32px 0 0;
    border-top: 2px solid var(--divider-on-dark-default);
  }

  .ft-main .ft-main-item ul li a.button {
    padding: 12px 32px;
  }

  .ft-main .ft-main-item:last-child ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }

  .ft-legal .ft-legal-list:last-child ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
  }

  html[dir="rtl"] .ft-social .ft-social-list:last-child ul {
    padding-top: 32px;
  }

  html[dir="rtl"] .ft-legal .ft-legal-list:last-child ul li {
    margin: 8px 0 8px 20px;
  }

  html[dir="rtl"] .ft-social .ft-social-list:last-child ul li:not(:last-child) {
    padding: 0 0 0 32px;
  }

  .ft-main {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    padding: 32px 0;
  }

  .ft-main .ft-main-item {
    padding-bottom: 32px;
  }

  .ft-main .ft-main-item:last-child {
    grid-column: 1 / 4;
    grid-row: 2 / 2;
    border: 0;
    border-top: 1px solid var(--accent-blue-primary-60);
    padding: 32px 0 0;
    margin: 0;
    width: 100%;
  }

  .ft-main a {
    margin: 0;
  }

  .ft-main .ft-main-item:last-child ul li a {
    font-size: 14px;
  }

  .ft-main .ft-main-item:last-child p {
    margin: 0 130px 0 0;
  }

  html[dir="rtl"] .ft-main-item:last-child {
    border-left: 0;
    border-right: 0;
    padding: 32px 0 0;
  }

  html[dir="rtl"] .ft-main-item:last-child p {
    margin: 0 0 0 130px;
  }

  html[dir="rtl"] .ft-main-item:first-child {
    padding-right: 0;
  }

  .ft-legal {
    grid-template-columns: 1fr;
    text-align: center;
    grid-template-rows: 1fr;
    grid-row-gap: 32px;
    padding: 32px 0 60px;
  }

  .ft-legal .ft-legal-list:first-child {
    text-align: center;
  }

  .ft-legal .ft-legal-list:last-child ul li a {
    margin: 0;
    padding: 0;
    white-space: break-spaces;
  }
}

@media (width < 768px) {
  .ft-social {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0;
    padding: 28px 0 32px;
  }

  .ft-social-list {
    width: 100%;
  }

  .ft-social .ft-social-list:first-child {
    border-right: 0;
    border-left: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--accent-blue-primary-60);
    padding-right: 0;
  }

  .ft-social .ft-social-list:nth-child(2) {
    padding-top: 0;
    margin: 0;
  }

  .ft-social .ft-social-list:nth-child(2) ul {
    justify-content: center;
    padding: 24px 0;
    width: 100%;
  }

  .ft-main .ft-main-item:last-child ul li {
    text-align: center;
    width: 100%;
  }

  .ft-main .ft-main-item:not(:last-child) ul li:not(:last-child) {
    padding: 0;
  }

  .ft-social .ft-social-list:last-child ul li:not(:last-child) {
    padding-right: 12px;
    padding-left: 0;
  }

  html[dir="rtl"] .ft-social .ft-social-list:nth-child(2)>ul>li:not(:first-child) {
    padding: 0 35px 0 0;
  }

  .ft-social .ft-social-list:last-child {
    grid-column: 1 / 3;
    grid-row: 3 / 3;
  }

  .ft-social .ft-social-list:last-child ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 0 0;
    border-top: 1px solid var(--accent-blue-primary-60);
    margin: 0;
  }

  html[dir="rtl"] .ft-social .ft-social-list:last-child ul li:not(:last-child) {
    padding-left: 12px;
    padding-right: 0;
  }

  html[dir="rtl"] .ft-social-list:first-child {
    border-right: 0;
    border-left: 0;
    padding-left: 0;
  }

  .ft-main .ft-main-item {
    border-bottom: 1px solid var(--accent-blue-primary-60);
    padding-bottom: 2rem;
  }

  .ft-main .ft-main-item:first-child {
    grid-column: 1 / 4;
    grid-row: 1 / 1;
    border: 0;
    padding: 0;
  }

  .ft-main .ft-main-item:first-child ul {
    justify-content: space-evenly;
    padding: 0;
  }

  .ft-main .ft-main-item:nth-child(2) {
    grid-column: 1 / 4;
    grid-row: 2 / 2;
    border: 0;
    padding: 0;
  }

  .ft-main .ft-main-item:nth-child(2) ul {
    justify-content: space-evenly;
    padding: 0;
  }

  .ft-main .ft-main-item:nth-child(3) {
    grid-column: 1 / 4;
    grid-row: 3 / 3;
    border: 0;
    padding: 0;
  }

  .ft-main .ft-main-item:nth-child(3) ul {
    justify-content: space-evenly;
    padding: 0;
  }

  .ft-main .ft-main-item a {
    padding: 0 0 16px;
  }

  .ft-main .ft-main-item:last-child {
    grid-column: 1 / 4;
    grid-row: 4 / 4;
    border-top: 1px solid var(--accent-blue-primary-60);
    margin-top: 32px;
    width: 100%;
  }

  .ft-main .ft-main-item:last-child ul {
    flex-direction: column;
    align-items: center;
  }

  .ft-main .ft-main-item:last-child ul li a {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
  }

  .ft-main .ft-main-item:last-child p {
    margin: 0 0 20px;
  }


  html[dir="rtl"] .ft-main-item:last-child p {
    margin: 0 0 20px;
  }

  html[dir="rtl"] .ft-main-item:last-child {
    border-left: 0;
    border-right: 0;
    padding: 32px 0 0;
  }

  .ft-legal {
    padding: 32px 0 60px;
  }

  footer .section.bg-primary-blue-90 {
    margin: 0;
  }
}

@media (width <= 390px) {
  .ft-social .ft-social-list:first-child > ul > li a {
    display: flex;
    justify-content: flex-start;
  }

  .ft-social .ft-social-list:first-child > ul > li a img {
    width: 100%;
    object-fit: contain;
  }
}