/** -----------------------------------------------------
 *   footer component
 * ----------------------------------------------------- */
/**
 // fluid-type example:

 $minScreen: 24rem;
 $maxScreen: 120rem;
 $minFont: 1.5rem;
 $maxFont: 3.125rem;

 .fluid-text {
  text-rendering: optimizeLegibility;
  @include fluid-type(font-size, $minScreen, $maxScreen, $minFont, $maxFont);
 }

 */
/**
    TYPOGRAPHY NORENDER
    This is a norender file, meaning it does not render any styles directly and so can
    be shared easily between components. Please do not add any classes to this file, or
    direcly include any file which is not 'norender' from vis directly in your components
*/
/**
    CTA NORENDER
    This is a norender file, meaning it does not render any styles directly and so can
    be shared easily between components. Please do not add any classes to this file, or
    direcly include any file which is not 'norender' from vis directly in your components
*/
/**
 * only .button-play and .button-pause using this
 */
.root {
  background: white;
}

.xf-content-height {
  margin: 0 !important;
}

.global-footer {
  position: relative;
  z-index: 2;
  background-color: #f6f6f6;
}
@media (min-width: 48em) {
  .global-footer .tcom-mobile-only {
    display: none;
  }
}
.global-footer .mobile-hide {
  display: none !important;
}
.global-footer a {
  text-decoration: none;
  color: #000;
}
.global-footer a:hover {
  text-decoration: underline;
}
.global-footer a:focus {
  text-decoration: underline;
}
.global-footer .button.primary,
.global-footer .button.secondary {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.global-footer .button.primary:hover,
.global-footer .button.secondary:hover {
  text-decoration: none;
}
.global-footer .button.primary .btn-text,
.global-footer .button.secondary .btn-text {
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.global-footer .tcom-footer-buttons {
  padding: 19px;
  background-color: #000;
}
.global-footer .tcom-footer-buttons > div:first-of-type {
  padding-bottom: 19px;
}
.global-footer .tcom-footer-latest-news .btn-text {
  color: #fff;
  font-size: 14px;
}
.global-footer .tcom-footer-latest-news .btn-text svg {
  display: none;
}
.global-footer .tcom-footer-latest-news .button:hover .btn-text svg {
  position: absolute;
  top: 6px;
  display: inline;
}
.global-footer .tcom-footer-latest-news {
  margin-bottom: 56px;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-latest-news {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-latest-news {
    margin-right: 33px;
  }
}
@media (min-width: 1920px) {
  .global-footer .tcom-footer-latest-news {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .tcom-footer-latest-news .button {
    width: 100%;
  }
}
.global-footer .tcom-footer-icon {
  transition: background 0.1s ease;
  text-align: center;
}
.global-footer .tcom-footer-icon .tcom-icon,
.global-footer .tcom-footer-icon .tcom-social-icon {
  width: 100%;
  height: 100%;
  text-align: center;
}
.global-footer [data-cmp-contentfragment-model$="/external-site-modal"] {
  display: none;
}
.global-footer .tcom-footer-body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-body {
    width: calc(100% - 96px);
    margin: 0 auto;
    position: relative;
    padding-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-body {
    width: calc(100% - 144px);
    padding-bottom: 79px;
  }
}
@media (min-width: 120em) {
  .global-footer .tcom-footer-body {
    max-width: 1776px;
  }
}
.global-footer .tcom-footer-body .tcom-footer-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-body .tcom-footer-section {
    position: relative;
    order: 1;
  }
}
.global-footer .tcom-footer-body .tcom-footer-section .tcom-footer .button::before {
  border-radius: 50px !important;
}
.global-footer .tcom-footer-body .tcom-footer-section .tcom-footer .button {
  font-size: 14px;
  line-height: 14px;
}
.global-footer .tcom-footer-body .tcom-footer-social-section {
  padding: 61px 20px 0px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section {
    padding: 56px 36px 15px;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-body .tcom-footer-social-section {
    align-items: center;
  }
}
@media (min-width: 120em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 96px 0 43px;
  }
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 90em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left {
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 56px;
    max-width: max-content;
    gap: 24px;
  }
}
@media (min-width: 120em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left {
    width: 75%;
    margin: 0;
    gap: 40px;
  }
}
html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-non-tablet {
  display: block;
}
html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-tablet {
  display: none;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-non-tablet {
    display: none;
  }
  html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-tablet {
    display: block;
  }
}
@media (min-width: 64em) {
  html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-non-tablet {
    display: block;
  }
  html[lang=es] .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row .is-tablet {
    display: none;
  }
}
@media (min-width: 90em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row {
    width: max-content;
    gap: 24px;
  }
}
@media (min-width: 120em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .row {
    gap: 40px;
  }
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left a, .global-footer .tcom-footer-body .tcom-footer-social-section .content-left button {
  font-size: 14px;
  margin-bottom: 16px;
  font-family: "tcomMed", "HelveticaNeueMedium", "Helvetica Neue Medium", Arial, sans-serif;
  line-height: 22px;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left a, .global-footer .tcom-footer-body .tcom-footer-social-section .content-left button {
    line-height: 20px;
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left a, .global-footer .tcom-footer-body .tcom-footer-social-section .content-left button {
    margin-bottom: 0;
  }
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left a.hide, .global-footer .tcom-footer-body .tcom-footer-social-section .content-left button.hide {
  display: none !important;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-cookie-consent button:hover, .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-cookie-consent button:focus {
  text-decoration: underline;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info {
    margin: 0;
  }
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info a,
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info button {
  display: inline-flex;
  align-items: center;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info .btn-img {
  max-height: 20px;
  display: inline-block;
  width: 41px;
  position: relative;
  right: 4px;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info .btn-img img {
  max-height: inherit;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info .btn-text {
  color: #ca1f00;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info .reverse {
  flex-direction: row-reverse;
  text-decoration-color: #ca1f00;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .tcom-footer-personal-info .reverse .btn-img {
  right: auto;
  left: 4px;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .text-link-inline .btn-text {
  letter-spacing: 1px !important;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-left .text-link-inline .btn-text:after {
  background-color: transparent !important;
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-right {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 29px;
    margin-bottom: 23px;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-right {
    justify-content: space-around;
    margin: 0 23px 11px;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-right {
    width: 50%;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
.global-footer .tcom-footer-body .tcom-footer-social-section .content-right .tcom-footer-latest-news {
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-body .tcom-footer-social-section .content-right .tcom-footer-latest-news {
    margin-bottom: 0;
  }
}
.global-footer .tcom-footer-body .tcom-social-links {
  display: flex;
  justify-content: space-between;
  max-width: 232px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .global-footer .tcom-footer-body .tcom-social-links {
    margin: 39px auto 0;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-body .tcom-social-links {
    order: 2;
  }
}
.global-footer .tcom-footer-body .tcom-social-links .tcom-footer-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1pc;
  transition: 0.3s;
  background: transparent;
  border-radius: 50%;
}
.global-footer .tcom-footer-body .tcom-social-links .tcom-footer-icon:hover, .global-footer .tcom-footer-body .tcom-social-links .tcom-footer-icon:focus, .global-footer .tcom-footer-body .tcom-social-links .tcom-footer-icon:active {
  box-shadow: 0 0 0 1px #000;
}
.global-footer .tcom-footer-body .tcom-social-links .tcom-footer-icon.tcom-social-twitter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
}
.global-footer .tcom-footer-grid {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .global-footer .tcom-footer-grid {
    padding: 0 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global-footer .tcom-footer-grid {
    padding: 0 36px;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .column.aem-GridColumn {
    float: none !important;
    width: 100% !important;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid {
    order: 2;
  }
}
.global-footer .tcom-footer-grid a {
  color: #000;
  font-family: "tcomLight", "HelvNeueLight", "Helvetica Neue Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: -0.1px;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid a {
    line-height: 22px;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid > div {
    margin: 13px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .global-footer .tcom-footer-grid .footer-links .grid-1 .folding-panel-content {
    width: 100%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-1 .folding-panel-content ul {
    justify-content: space-evenly;
  }
}
@media (max-width: 63.9375em) {
  .global-footer .tcom-footer-grid .footer-links {
    grid-template-columns: 33% 33% 33%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-1 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-2 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-3 {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-4 {
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-5 {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-6 {
    grid-column-start: 2;
    grid-row-start: 4;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .footer-links {
    display: grid;
    grid-template-columns: 22% 18% 21% 19% 19%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-1 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-2 {
    grid-column-start: 2;
    grid-row-start: 1;
    margin-left: 1%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-3 {
    grid-column-start: 3;
    grid-row-start: 1;
    margin-left: 3%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-4 {
    grid-column-start: 4;
    grid-row-start: 1;
    margin-left: 4%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-5 {
    grid-column-start: 5;
    grid-row-start: 1;
    margin-left: 6%;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-grid .footer-links .grid-2 {
    margin-left: 8%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-3 {
    margin-left: 16%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-4 {
    margin-left: 24%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-5 {
    margin-left: 32%;
  }
}
@media (min-width: 1920px) {
  .global-footer .tcom-footer-grid .footer-links .grid-1 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-2 {
    grid-column-start: 2;
    grid-row-start: 1;
    margin-left: 13%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-3 {
    grid-column-start: 3;
    grid-row-start: 1;
    margin-left: 25%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-4 {
    grid-column-start: 4;
    grid-row-start: 1;
    margin-left: 38%;
  }
  .global-footer .tcom-footer-grid .footer-links .grid-5 {
    grid-column-start: 5;
    grid-row-start: 1;
    margin-left: 50%;
  }
}
.global-footer .tcom-footer-grid .tcom-footer-section-links {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links {
    display: block;
  }
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links > div {
    margin: 0 auto;
  }
}
.global-footer .tcom-footer-grid .tcom-footer-section-links ul {
  display: flex;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links ul {
    display: block;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links li {
    margin: 10px 0 9px;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links li:first-child {
    margin-top: 0;
  }
}
.global-footer .tcom-footer-grid .tcom-footer-section-links li:last-child a {
  padding-right: 0;
}
.global-footer .tcom-footer-grid .tcom-footer-section-links a {
  display: block;
  padding-right: 17px;
  font-size: 14px;
  line-height: normal;
  font-family: "tcomMed", "HelveticaNeueMedium", "Helvetica Neue Medium", Arial, sans-serif;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .tcom-footer-section-links a {
    line-height: 22px;
  }
}
.global-footer .tcom-footer-grid .tcom-footer-section-links a:focus > *, .global-footer .tcom-footer-grid .tcom-footer-section-links a:hover > * {
  text-decoration: underline;
}
.global-footer .tcom-footer-grid .tcom-footer-section-links input,
.global-footer .tcom-footer-grid .tcom-footer-section-links label {
  display: none;
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .folding-panel {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 7px;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel {
    padding-top: 0;
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-grid .folding-panel ul {
    column-count: 3;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel ul {
    column-count: auto;
  }
}
.global-footer .tcom-footer-grid .folding-panel label {
  font-size: 14px;
  font-family: "tcomMed", "HelveticaNeueMedium", "Helvetica Neue Medium", Arial, sans-serif;
  color: #000;
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-grid .folding-panel:first-of-type li {
    padding: 0 62px 0 0;
  }
}
@media (min-width: 1920px) {
  .global-footer .tcom-footer-grid .folding-panel:first-of-type li {
    padding: 0 44% 0 0;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel:nth-of-type(3) li {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-grid .folding-panel:nth-of-type(3) li {
    padding: 0 36px 0 0;
  }
}
@media (min-width: 1920px) {
  .global-footer .tcom-footer-grid .folding-panel:nth-of-type(3) li {
    padding: 0 32% 0 0;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-grid .folding-panel:nth-of-type(4) li {
    padding: 0 42px 0 0;
  }
}
@media (min-width: 1920px) {
  .global-footer .tcom-footer-grid .folding-panel:nth-of-type(4) li {
    padding: 0 29% 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .folding-panel-title {
    position: relative;
    display: block;
    line-height: 45px;
    background-color: #f6f6f6;
  }
  .global-footer .tcom-footer-grid .folding-panel-title:before {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 2px;
    height: 16px;
    background: #000;
    content: "";
    transition: transform 0.1s ease;
    cursor: pointer;
  }
}
@media screen and (max-width: 1023px) and (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel-title:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .folding-panel-title:after {
    display: block;
    position: absolute;
    top: 21px;
    right: 3px;
    width: 16px;
    height: 2px;
    background: #000;
    content: "";
    transition: transform 0.1s linear;
    cursor: pointer;
  }
}
@media screen and (max-width: 1023px) and (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel-title:after {
    display: none;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel-title {
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .folding-panel-content {
    padding: 0 0 3px;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid .folding-panel-content {
    padding: 0 0 24px;
    display: block;
    max-height: 2000px !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-grid li {
    margin: 10px 0;
    padding: 0 13px 0 0;
    line-height: normal;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-grid li {
    padding: 0 16px 0 0;
  }
}
.global-footer .tcom-footer-grid li.is-external a {
  margin-right: 4px;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .global-footer .tcom-footer-grid .folding-panel-toggle:checked + .folding-panel-title:before {
    transform: rotate(90deg);
  }
}
.global-footer .tcom-footer-bottom {
  margin: 0 auto;
  padding: 0 19px 128px;
  background-color: #f6f6f6;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom {
    width: calc(100% - 96px);
    margin: 0 auto;
    padding: 0 0 93px;
    border-top: 1px solid #d8d8d8;
  }
}
@media (min-width: 1440px) {
  .global-footer .tcom-footer-bottom {
    width: calc(100% - 144px);
  }
}
@media (min-width: 120em) {
  .global-footer .tcom-footer-bottom {
    max-width: 1776px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-section {
  display: flex;
  margin: 33px auto;
  justify-content: left;
  flex-direction: column;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-bottom .tcom-footer-bottom-section {
    justify-content: center;
    margin: 34px auto;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom .tcom-footer-bottom-section {
    margin: 36px auto 33px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-logo {
  text-align: center;
  height: auto;
  place-self: flex-start;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-bottom .tcom-footer-logo {
    place-self: center;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-logo svg, .global-footer .tcom-footer-bottom .tcom-footer-logo img {
  width: 154px;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom .tcom-footer-logo svg, .global-footer .tcom-footer-bottom .tcom-footer-logo img {
    width: 192px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-logo .logo-text {
  font-size: 7pt;
  margin-top: 6px;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom .tcom-footer-logo .logo-text {
    font-size: 13px;
    margin-top: 14px;
    letter-spacing: -0.3px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-below-logo-list {
  margin: 48px 0 0;
  width: 100%;
  max-width: fit-content;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-bottom .tcom-footer-below-logo-list {
    margin: 47px auto 0;
  }
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom .tcom-footer-below-logo-list {
    margin: 44px auto 0;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul {
    margin: 0 4px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul li {
  font-size: 14px;
  font-weight: bold;
}
html[lang=es] .global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul li {
  width: min-content;
}
@media (min-width: 48em) {
  html[lang=es] .global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul li {
    width: auto;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-below-logo-list ul li a {
  letter-spacing: 1px;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 978px;
  margin: auto;
  color: #000;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list {
  margin: 0 7px;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  font-size: 10px;
  line-height: 18px;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li {
  margin-bottom: 0.5em;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li a {
  display: block;
  padding: 0 12px;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li a {
    padding: 0 18px;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li:first-child a {
  padding-left: 0;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li:before {
  display: block;
  width: 1px;
  height: 12px;
  margin-top: 4px;
  float: left;
  background: #000;
  content: "";
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li:first-child:before {
  display: none;
}
@media (min-width: 23.4375em) and (max-width: 37.4375em) {
  html[lang=es] .global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li:nth-child(2) {
    padding-right: 0;
  }
  html[lang=es] .global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul li:nth-child(3) {
    padding-left: 0;
  }
}
html[lang=es] .global-footer .tcom-footer-bottom .tcom-footer-bottom-list ul {
  flex-wrap: wrap;
  justify-content: center;
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-legal {
  width: 100%;
  text-align: left;
}
@media (min-width: 48em) {
  .global-footer .tcom-footer-bottom .tcom-footer-bottom-legal {
    text-align: center;
  }
}
.global-footer .tcom-footer-bottom .tcom-footer-bottom-legal p {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 24px;
  padding: 0 10px;
}
.global-footer .tcom-footer-bottom .tcom-footer-disclosure-link {
  font-family: "tcomMed", "HelveticaNeueMedium", "Helvetica Neue Medium", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #e10a1d;
}
.global-footer .folding-panel .folding-panel-toggle {
  display: none;
}
.global-footer .folding-panel .folding-panel-content {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.global-footer .folding-panel .folding-panel-toggle:checked ~ .folding-panel-content {
  max-height: 2000px;
  opacity: 1;
  padding: 0 0 40px;
}
.global-footer .folding-panel .folding-panel-title.show-toggle-icon .toggle-button {
  display: inline;
  position: relative;
  padding: 0;
}
.global-footer .folding-panel .folding-panel-title.show-toggle-icon .toggle-button:after {
  content: "";
  width: 8px;
  position: absolute;
  height: 8px;
  right: -12px;
  top: 40%;
  transform: rotate(0);
  background-color: transparent;
  transition: transform 0.4s ease;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT43MzAyRjI4NS1DQzdBLTQwQ0EtOUQ2Qi0zNTVGODMxRUFDOTY8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29ucy94eC1zbWFsbC9hcnJvdy1kb3duIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEuNzkyODkzMjIsMC43OTI4OTMyMTkgQzIuMTUzMzc3MTgsMC40MzI0MDkyNTcgMi43MjA2MDgyNCwwLjQwNDY3OTcyMiAzLjExMjg5OTQ0LDAuNzA5NzA0NjEyIEwzLjIwNzEwNjc4LDAuNzkyODkzMjE5IEw2LjIwNzEwNjc4LDMuNzkyODkzMjIgQzYuNTY3NTkwNzQsNC4xNTMzNzcxOCA2LjU5NTMyMDI4LDQuNzIwNjA4MjQgNi4yOTAyOTUzOSw1LjExMjg5OTQ0IEw2LjIwNzEwNjc4LDUuMjA3MTA2NzggTDMuMjA3MTA2NzgsOC4yMDcxMDY3OCBDMi44MTY1ODI0OSw4LjU5NzYzMTA3IDIuMTgzNDE3NTEsOC41OTc2MzEwNyAxLjc5Mjg5MzIyLDguMjA3MTA2NzggQzEuNDMyNDA5MjYsNy44NDY2MjI4MiAxLjQwNDY3OTcyLDcuMjc5MzkxNzYgMS43MDk3MDQ2MSw2Ljg4NzEwMDU2IEwxLjc5Mjg5MzIyLDYuNzkyODkzMjIgTDQuMDg1LDQuNSBMMS43OTI4OTMyMiwyLjIwNzEwNjc4IEMxLjQzMjQwOTI2LDEuODQ2NjIyODIgMS40MDQ2Nzk3MiwxLjI3OTM5MTc2IDEuNzA5NzA0NjEsMC44ODcxMDA1NTcgTDEuNzkyODkzMjIsMC43OTI4OTMyMTkgWiIgaWQ9ImFycm93LWRvd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuMDAwMDAwLCA0LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTQuMDAwMDAwLCAtNC41MDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-repeat: no-repeat;
}
.global-footer .folding-panel .folding-panel-title.show-toggle-icon .toggle-button.is-open:after {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
  top: 45%;
}