.header.header--insights, .footer{
  --color-brand-color: #5A2D82;
  --color-charcoal-900: #111111;
  --color-charcoal-800: #222222;
  --color-charcoal-700: #333333;
  --color-warm-cream: #F3EADC;
  --color-off-white: #FAF7F2;
  --color-white: #FFFFFF;
  --color-grey-light: #F5F5F5;
  --color-soft-gold: #C9A961;
  --color-gold: #D4AF37;
  --color-stone-grey: #E5E5E5;
  --color-red: #DC2626;
  --color-gray: #666666;
  --color-orange: #F97316;
  --color-uk: #762B5C;
  --color-europe: #B8A082;
  --color-asia-japan: #4A9B8E;
  --color-americas: #D97757;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-xs-2: 0.75rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-lg-2: 2.5rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 5rem;
  --spacing-4xl: 6rem;
  --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-family-spectral: Spectral, serif;
  --font-family-instrument-sans: Instrument Sans, sans-serif;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-lg-2: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 2rem;
  --font-size-4xl: 2.5rem;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-regular: 1.2;
  --container-max-width: clamp(1280px, 90vw, 1600px);
  --container-padding: 2rem;
  --border-radius: 24px;
  --border-radius-lg: 12px;
  --border-radius-full: 99px;
  --transition-base: 0.3s ease;
}:is(.header.header--insights, .footer), :is(.header.header--insights, .footer) *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}:is(.header.header--insights, .footer){
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height-regular);
  /* color: var(--color-charcoal-900);
  background-color: var(--color-white); */
}:is(.header.header--insights, .footer) img{
  max-width: 100%;
  height: auto;
  display: block;
}:is(.header.header--insights, .footer) a{
  color: inherit;
}:is(.header.header--insights, .footer) ul{
  list-style: none;
}:is(.header.header--insights, .footer) .iwc-h1{
  font-family: var(--font-family-spectral);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: 3rem;
  line-height: 62px;
}:is(.header.header--insights, .footer) .iwc-h2{
  font-family: var(--font-family-spectral);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: 2.5rem;
  line-height: 48px;
}:is(.header.header--insights, .footer) .iwc-h2-sm{
  font-family: var(--font-family-spectral);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: 2.25rem;
  line-height: 48px;
}:is(.header.header--insights, .footer) .iwc-h3{
  font-family: var(--font-family-spectral);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: 1.5rem;
  line-height: 36px;
}:is(.header.header--insights, .footer) .iwc-body-L{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .iwc-body-L-bold{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .iwc-body{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1rem;
  line-height: 24px;
}:is(.header.header--insights, .footer) .iwc-label{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 0.875rem;
  line-height: 20px;
}:is(.header.header--insights, .footer) .iwc-button{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .iwc-body-small{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 0.875rem;
  line-height: 20px;
}:is(.header.header--insights, .footer) .iwc-body-xl{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .iwc-body-medium{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1rem;
  line-height: 24px;
}:is(.header.header--insights, .footer) .iwc-body-large{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .iwc-body-large-2{
  font-family: var(--font-family-spectral);
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-lg-2);
  line-height: var(--line-height-regular);
}.header.header--insights{
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-brand-color);
  position: relative;
}.header.header--insights .header__logo{
  width: 100px;
  height: 100px;
  align-self: center;
  display: flex;
  text-decoration: none;
  cursor: pointer;
}.header.header--insights .header__mobile-toggle{
  display: none;
  position: absolute;
  top: 20px;
  right: var(--spacing-md);
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 0.375rem;
  padding: var(--spacing-xs);
  z-index: 10000;
  min-width: 2.75rem;
  min-height: 2.75rem;
}.header.header--insights .header__mobile-toggle-icon{
  width: 1.5rem;
  height: 0.1875rem;
  background-color: var(--color-white);
  transition: all var(--transition-base);
  border-radius: 0.125rem;
}.header.header--insights .header__menu{
  width: 100%;
  background-color: var(--color-charcoal-900);
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-white);
  padding: var(--spacing-sm) 0;
}.header.header--insights .header__menu-container{
  width: 100%;
  max-width: var(--container-max-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--container-padding);
}.header.header--insights .header__menu-list{
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  list-style: none;
  padding: var(--spacing-xs) 0;
  margin: 0;
}.header.header--insights .header__menu_item{
  color: var(--color-white);
  text-transform: uppercase;
}.header.header--insights .header__menu-link{
  text-decoration: none;
  display: block;
  padding: var(--spacing-xs) 0;
  transition: opacity var(--transition-base);
}.header.header--insights .header__menu-link span.iwc-label{
  margin-left: 4px;
}.header.header--insights .header__menu a.header__menu-link:hover{
  opacity: 0.8;
}.header.header--insights .header__actions{
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}:is(.header.header--insights, .footer) .language-selector{
  position: relative;
  display: inline-block;
}:is(.header.header--insights, .footer) .language-selector__trigger{
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  border-radius: var(--border-radius-lg);
  background-color: transparent;
  cursor: pointer;
  transition: all var(--transition-base);
  text-decoration: none;
  font-family: inherit;
  font-size: var(--font-size-sm);
  min-width: 80px;
  justify-content: center;
}:is(.header.header--insights, .footer) .language-selector__flag{
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}:is(.header.header--insights, .footer) .language-selector__code{
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-sm);
  letter-spacing: 0.5px;
}:is(.header.header--insights, .footer) .language-selector__icon{
  font-size: 0.75rem;
  color: var(--color-white);
  transition: transform var(--transition-base);
  margin-left: 4px;
  font-weight: normal;
  display: none;
}:is(.header.header--insights, .footer) .language-selector__trigger[aria-expanded=true]{
  background-color: var(--color-charcoal-900);
}:is(.header.header--insights, .footer) .language-selector__trigger[aria-expanded=true] .language-selector__icon{
  display: none;
  transform: rotate(180deg);
}:is(.header.header--insights, .footer) .language-selector__menu{
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: var(--spacing-sm);
  background-color: var(--color-charcoal-900);
  border: none;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin-left: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
  z-index: 1001;
}:is(.header.header--insights, .footer) .language-selector__menu[aria-hidden=false]{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}:is(.header.header--insights, .footer) .language-selector__item{
  margin: 0;
}:is(.header.header--insights, .footer) .language-selector__item:hover{
  outline: none;
  background-color: var(--color-charcoal-900);
}:is(.header.header--insights, .footer) .language-selector__item:first-child .language-selector__link{
  border-top-left-radius: var(--border-radius-lg);
  border-top-right-radius: var(--border-radius-lg);
}:is(.header.header--insights, .footer) .language-selector__item:last-child .language-selector__link{
  border-bottom-left-radius: var(--border-radius-lg);
  border-bottom-right-radius: var(--border-radius-lg);
}:is(.header.header--insights, .footer) .language-selector__link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-md);
  padding: var(--spacing-xs) var(--spacing-md);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base), opacity var(--transition-base);
  font-size: inherit;
  text-transform: uppercase;
  border-left: 3px solid transparent;
}:is(.header.header--insights, .footer) .language-selector__link:hover, :is(.header.header--insights, .footer) .language-selector__link:focus{
  background-color: rgba(255, 255, 255, 0.1);
}:is(.header.header--insights, .footer) .language-selector__text{
  color: var(--color-white);
  text-transform: uppercase;
}

@media (min-width: 1280px) {.header.header--insights .header__mobile-toggle{
    display: none !important;
  }.header.header--insights .header__menu{
    position: static !important;
    transform: none !important;
    display: flex !important;
    overflow: visible !important;
    padding: var(--spacing-sm) 0;
    background-color: var(--color-charcoal-900);
    width: 100%;
  }.header.header--insights .header__menu-container{
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: var(--container-max-width);
  }.header.header--insights .header__menu-list{
    flex-direction: row !important;
    gap: var(--spacing-lg);
    width: auto;
    padding: var(--spacing-xs) 0;
  }.header.header--insights .header__menu-item{
    width: auto !important;
  }.header.header--insights .header__menu-link{
    padding: var(--spacing-xs) 0 !important;
    min-height: auto !important;
    display: block !important;
  }.header.header--insights .header__menu .btn{
    width: auto !important;
    min-height: auto !important;
    padding: var(--spacing-sm) var(--spacing-xl);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {.header.header--insights .header__mobile-toggle{
    top: 15px;
  }.header.header--insights .header__logo{
    width: clamp(3.5rem, 5vw, 4rem);
    height: clamp(3.5rem, 5vw, 4rem);
  }.header.header--insights .header__menu-container{
    padding: 0 var(--spacing-md) 0 0;
    align-items: flex-start;
    justify-content: flex-start;
  }.header.header--insights .header__menu-list{
    align-items: flex-start;
  }.header.header--insights .header__menu-item{
    text-align: left;
  }.header.header--insights .header__menu-link{
    justify-content: flex-start;
    text-align: left;
  }.header.header--insights .header__menu .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 1279px) {.header.header--insights{
    padding: var(--spacing-xs) 0;
  }.header.header--insights .header__logo{
    width: clamp(3rem, 8vw, 4rem);
    height: clamp(3rem, 8vw, 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }.header.header--insights .header__mobile-toggle{
    display: flex;
  }.header.header--insights .header__menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-charcoal-900);
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform var(--transition-base);
    overflow-y: auto;
    padding: var(--spacing-3xl) var(--spacing-md) var(--spacing-md);
  }.header.header--insights .header__menu.active{
    transform: translateX(0);
    z-index: 10000;
  }.header.header--insights .header__menu-container{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--spacing-xl);
    padding: 0 var(--spacing-sm) 0 0;
    max-width: 100%;
    height: 100%;
  }.header.header--insights .header__menu-list{
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: flex-start;
  }.header.header--insights .header__menu-item{
    width: 100%;
    text-align: left;
  }.header.header--insights .header__menu-link{
    padding: 0 0;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }.header.header--insights .header__menu .btn{
    width: 100%;
    min-height: 2.75rem;
    padding: var(--spacing-sm) var(--spacing-lg);
    text-align: center;
    justify-content: center;
  }.header.header--insights .header__menu .language-selector{
    width: 100%;
  }.header.header--insights .header__menu .language-selector__trigger{
    width: 100%;
    justify-content: center;
  }.header.header--insights .header__menu .language-selector__menu{
    position: static;
    width: 100%;
    margin-top: var(--spacing-xs);
    box-shadow: none;
    transform: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity var(--transition-base), max-height var(--transition-base);
  }.header.header--insights .header__menu .language-selector__menu[aria-hidden=false]{
    opacity: 1;
    max-height: 500px;
    transform: none;
  }.header.header--insights .header__actions{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
  }.header.header--insights .header__actions .language-selector{
    width: 100%;
    flex: 0 0 100%;
  }.header.header--insights .header__actions-login{
    width: 100%;
    flex: 0 0 100%;
  }.header.header--insights .header__mobile-toggle.active .header__mobile-toggle-icon:nth-child(1){
    transform: rotate(45deg) translate(0.375rem, 0.375rem);
  }.header.header--insights .header__mobile-toggle.active .header__mobile-toggle-icon:nth-child(2){
    opacity: 0;
  }.header.header--insights .header__mobile-toggle.active .header__mobile-toggle-icon:nth-child(3){
    transform: rotate(-45deg) translate(0.375rem, -0.375rem);
  }
}
@media (max-width: 768px) {.header.header--insights .header__mobile-toggle{
    top: 10px;
  }
}
@media (max-width: 480px) {.header.header--insights .header__menu-list{
    gap: var(--spacing-xxs);
  }
}.header.header--insights{
  flex-direction: row;
  padding: 0;
  background-color: var(--color-charcoal-900);
  align-items: center;
}.header.header--insights .header__logo{
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 var(--spacing-lg) 0 0;
  align-self: center;
}.header.header--insights .header__mobile-toggle{
  position: absolute;
  top: 50%;
  right: var(--container-padding);
  transform: translateY(-50%);
  z-index: 10000;
}.header.header--insights .header__mobile-toggle-icon{
  background-color: var(--color-white);
}.header.header--insights .header__menu{
  flex: 1;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}.header.header--insights .header__menu-container{
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.header.header--insights .header__menu-list{
  flex: 1;
  display: flex;
  gap: var(--spacing-sm);
  justify-content: flex-start;
}

@media (min-width: 1280px) {.header.header--insights .header__mobile-toggle{
    display: none;
  }.header.header--insights .header__menu{
    position: static;
    transform: none;
    display: flex;
    overflow: visible;
  }
}
@media (max-width: 1279px) {.header.header--insights .header__mobile-toggle{
    display: flex;
  }.header.header--insights .header__insights-nav{
    position: relative;
    border-top: none;
  }.header.header--insights .header__menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-charcoal-900);
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform var(--transition-base);
    overflow-y: auto;
    padding: 0 var(--spacing-md) var(--spacing-md);
  }.header.header--insights .header__menu.active{
    transform: translateX(0);
    z-index: 9999;
  }.header.header--insights .header__menu-container{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--spacing-xl);
    padding: 0;
    max-width: 100%;
  }.header.header--insights .header__menu-list{
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: flex-start;
    margin-top: var(--spacing-3xl);
  }.header.header--insights .header__menu-item{
    width: 100%;
    text-align: left;
  }.header.header--insights .header__menu-link{
    padding: 0 0;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }.header.header--insights .header__menu .btn{
    width: 100%;
    min-height: 2.75rem;
    padding: var(--spacing-sm) var(--spacing-lg);
    text-align: center;
    justify-content: center;
  }
}.header.header--insights .header__insights-nav{
  width: 100%;
  background-color: var(--color-charcoal-900);
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--spacing-sm) 0;
  border-top: none;
}.header.header--insights .header__insights-container{
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {.header.header--insights{
    flex-direction: row;
    padding: 0;
  }.header.header--insights .header__logo{
    width: clamp(3.5rem, 5vw, 4rem);
    height: clamp(3.5rem, 5vw, 4rem);
    margin: 0 var(--spacing-md) 0 var(--spacing-md);
  }.header.header--insights .header__menu-container{
    padding: 0 var(--spacing-md) 0 0;
    align-items: flex-start;
    justify-content: flex-start;
  }.header.header--insights .header__menu-list{
    align-items: flex-start;
  }.header.header--insights .header__menu-item{
    text-align: left;
  }.header.header--insights .header__menu-link{
    justify-content: flex-start;
    text-align: left;
  }.header.header--insights .header__menu .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1280px) {.header.header--insights .header__mobile-toggle{
    display: none !important;
  }.header.header--insights .header__menu{
    position: static !important;
    transform: none !important;
    display: flex !important;
    overflow: visible !important;
    background-color: transparent;
  }
}
@media (max-width: 1279px) {.header.header--insights{
    flex-direction: row;
    padding: 0;
  }.header.header--insights .header__logo{
    width: clamp(3rem, 8vw, 4rem);
    height: clamp(3rem, 8vw, 4rem);
    margin: 0 var(--spacing-sm) 0 var(--spacing-sm);
  }.header.header--insights .header__menu-container{
    padding: 0 var(--spacing-sm) 0 0;
  }
}
@media (max-width: 480px) {.header.header--insights .header__menu-list{
    gap: var(--spacing-xxs);
  }
}:is(.header.header--insights, .footer) .iwc-button, :is(.header.header--insights, .footer) .btn{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 1.125rem;
  line-height: 28px;
}:is(.header.header--insights, .footer) .btn{
  padding: var(--spacing-sm) var(--spacing-xl);
  border-radius: var(--border-radius-full);
  cursor: pointer;
  border: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-height: 2.75rem;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.125rem);
}:is(.header.header--insights, .footer) .btn--primary{
  background-color: var(--color-brand-color);
  color: var(--color-white);
}:is(.header.header--insights, .footer) .btn--primary:hover{
  opacity: 0.9;
}:is(.header.header--insights, .footer) .btn--primary:active{
  opacity: 0.8;
}:is(.header.header--insights, .footer) .btn--secondary{
  background-color: var(--color-white);
  color: var(--color-brand-color);
  border: 1px solid var(--color-brand-color);
}:is(.header.header--insights, .footer) .btn--secondary:hover{
  background-color: var(--color-grey-light);
}:is(.header.header--insights, .footer) .btn--secondary:active{
  background-color: var(--color-stone-grey);
}:is(.header.header--insights, .footer) .btn--outline{
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}:is(.header.header--insights, .footer) .btn--outline:hover{
  background-color: rgba(255, 255, 255, 0.1);
}:is(.header.header--insights, .footer) .btn--outline:active{
  background-color: rgba(255, 255, 255, 0.2);
}:is(.header.header--insights, .footer) .btn--white{
  background-color: var(--color-white);
  color: var(--color-brand-color);
}:is(.header.header--insights, .footer) .btn--white:hover{
  background-color: var(--color-grey-light);
}:is(.header.header--insights, .footer) .btn--white:active{
  background-color: var(--color-stone-grey);
}:is(.header.header--insights, .footer) .btn--ghost{
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}:is(.header.header--insights, .footer) .btn--ghost:hover{
  background-color: rgba(255, 255, 255, 0.1);
}:is(.header.header--insights, .footer) .btn--ghost:active{
  background-color: rgba(255, 255, 255, 0.2);
}:is(.header.header--insights, .footer) .btn--link{
  background-color: transparent;
  color: var(--color-brand-color);
  text-decoration: underline;
  padding: 0;
  border-radius: 0;
}:is(.header.header--insights, .footer) .btn--link:hover{
  opacity: 0.8;
}:is(.header.header--insights, .footer) .btn--link:active{
  opacity: 0.6;
}:is(.header.header--insights, .footer) .btn--login-color{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 0.875rem;
  line-height: 20px;
  padding: var(--spacing-xs-2) var(--spacing-lg);
  background-color: var(--color-brand-color);
  color: var(--color-white);
  border: 2px solid var(--color-brand-color);
  text-decoration: none;
}:is(.header.header--insights, .footer) .btn--login-outline{
  font-family: var(--font-family-instrument-sans);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: 0.875rem;
  line-height: 20px;
  padding: var(--spacing-xs-2) var(--spacing-lg);
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  text-decoration: none;
}:is(.header.header--insights, .footer) .btn--login-outline:hover{
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
}:is(.header.header--insights, .footer) .btn--login-outline:active{
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--color-white);
}:is(.header.header--insights, .footer) a, :is(.header.header--insights, .footer) button{
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {:is(.header.header--insights, .footer) .btn{
    font-size: clamp(0.875rem, 1.5vw + 0.5rem, 1rem);
  }
}
@media (max-width: 1129px) {:is(.header.header--insights, .footer) .btn{
    padding: var(--spacing-xs) var(--spacing-md);
    font-size: clamp(0.875rem, 2vw + 0.5rem, 1rem);
  }
}:is(.header.header--insights, .footer) .dropdown{
  position: relative;
  display: inline-block;
}:is(.header.header--insights, .footer) .dropdown__trigger{
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  cursor: pointer;
  padding: var(--spacing-xs) 0;
  transition: opacity var(--transition-base);
  text-decoration: none;
}:is(.header.header--insights, .footer) .dropdown__trigger-text{
  display: inline-block;
  color: inherit;
}:is(.header.header--insights, .footer) .dropdown__trigger-icon{
  font-size: 0.75rem;
  margin-left: 4px;
  transition: transform var(--transition-base);
  color: inherit;
  display: inline-block;
}:is(.header.header--insights, .footer) .dropdown__trigger[aria-expanded=true] .dropdown__trigger-icon{
  transform: rotate(180deg);
}:is(.header.header--insights, .footer) .dropdown__menu{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: var(--spacing-sm);
  background-color: var(--color-charcoal-900);
  border: none;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin-left: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
  z-index: 1001;
}:is(.header.header--insights, .footer) .dropdown__menu[aria-hidden=false]{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}:is(.header.header--insights, .footer) .dropdown__item{
  margin: 0;
}:is(.header.header--insights, .footer) .dropdown__item:first-child .dropdown__link{
  border-top-left-radius: var(--border-radius-lg);
  border-top-right-radius: var(--border-radius-lg);
  padding: var(--spacing-xs) var(--spacing-md);
}:is(.header.header--insights, .footer) .dropdown__item:last-child .dropdown__link{
  border-bottom-left-radius: var(--border-radius-lg);
  border-bottom-right-radius: var(--border-radius-lg);
  padding: var(--spacing-xs) var(--spacing-md);
}:is(.header.header--insights, .footer) .dropdown__link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-md);
  padding: var(--spacing-xs) var(--spacing-md);
  color: var(--color-white);
  text-decoration: none;
  transition: background-color var(--transition-base), opacity var(--transition-base);
  font-size: inherit;
  text-transform: uppercase;
  border-left: 3px solid transparent;
}:is(.header.header--insights, .footer) .dropdown__link:hover, :is(.header.header--insights, .footer) .dropdown__link:focus{
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}.header.header--insights .header__menu-item .dropdown{
  display: inline-block;
  width: auto;
}.header.header--insights .header__menu-item .dropdown__trigger{
  color: var(--color-white) !important;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  padding: var(--spacing-xs) 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}.header.header--insights .header__menu-item .dropdown__trigger .dropdown__trigger-text{
  color: var(--color-white) !important;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}.header.header--insights .header__menu-item .dropdown__trigger .dropdown__trigger-icon{
  color: var(--color-white) !important;
  font-size: 0.75rem;
  margin-left: 4px;
  display: inline-block;
}.header.header--insights .header__menu-item .dropdown__menu{
  background-color: var(--color-charcoal-900);
  border: none;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  margin-top: var(--spacing-sm);
}

@media (max-width: 1279px) {:is(.header.header--insights, .footer) .dropdown{
    width: 100%;
  }:is(.header.header--insights, .footer) .dropdown__trigger{
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }:is(.header.header--insights, .footer) .dropdown__menu{
    position: static;
    width: 100%;
    margin-top: var(--spacing-xs);
    margin-left: 0;
    margin-right: 0;
    box-shadow: none !important;
    transform: none;
    display: none;
    text-align: left;
  }:is(.header.header--insights, .footer) .dropdown__menu[aria-hidden=true]{
    display: none !important;
  }:is(.header.header--insights, .footer) .dropdown__menu[aria-hidden=false]{
    display: block !important;
    transform: none;
    box-shadow: none !important;
  }.header.header--insights .header__menu-item .dropdown__menu{
    box-shadow: none !important;
    margin-left: 0;
    text-align: left;
  }:is(.header.header--insights, .footer) .dropdown__link{
    padding: 0;
    justify-content: flex-start;
    text-align: left;
  }:is(.header.header--insights, .footer) .dropdown__link:hover, :is(.header.header--insights, .footer) .dropdown__link:focus{
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {:is(.header.header--insights, .footer) .dropdown__link{
    padding: var(--spacing-xs) var(--spacing-md);
  }
}.footer{
  background-color: var(--color-charcoal-900);
  color: var(--color-white);
  padding: 0;
  border-top: 1px solid var(--color-soft-gold);
}.footer .footer__container{
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--spacing-3xl) var(--container-padding) var(--spacing-2xl);
}.footer .footer__container-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spacing-2xl);
}.footer .footer__left{
  display: flex;
  flex-direction: column;
}.footer .footer__logo{
  margin-bottom: var(--spacing-md);
}.footer .footer__address{
  margin-bottom: var(--spacing-md);
  color: rgba(255, 255, 255, 0.8);
}.footer .footer__contact{
  margin-bottom: var(--spacing-md);
  color: rgba(255, 255, 255, 0.8);
}.footer .footer__social{
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  margin-top: var(--spacing-md);
}.footer .footer__social-link{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}.footer .footer__social-link:hover{
  opacity: 0.7;
}.footer .footer__social-icon{
  color: var(--color-white);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}.footer .footer__right{
  flex: 0 0 auto;
}.footer .footer__nav-title{
  margin-bottom: var(--spacing-md);
  color: var(--color-white);
}.footer .footer__nav-columns{
  display: flex;
  gap: 4.375rem;
  flex-wrap: wrap;
}.footer .footer__nav-list{
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  list-style: none;
  padding: 0;
  margin: 0;
}.footer .footer__nav-link{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  transition: opacity var(--transition-base);
}.footer .footer__nav-link:hover{
  opacity: 0.7;
}.footer .footer__bottom{
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--spacing-lg) var(--container-padding);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}.footer .footer__bottom-copyright{
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-sm);
  margin: 0;
}.footer .footer__bottom-links{
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  flex-wrap: wrap;
}.footer .footer__bottom-link{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  transition: opacity var(--transition-base);
  font-size: var(--font-size-sm);
}.footer .footer__bottom-link:hover{
  opacity: 0.7;
}.footer .footer__bottom-separator{
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-sm);
}.footer .footer__copyright, .footer .footer__registered-office, .footer .footer__registration{
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 var(--spacing-xs) 0;
  font-size: var(--font-size-sm);
}.footer .footer__privacy{
  color: var(--color-white);
  transition: color var(--transition-base);
}.footer .footer__privacy:hover{
  color: var(--color-white);
}.footer .footer__privacy-list{
  display: flex;
  gap: var(--spacing-xxs);
}

@media (max-width: 767px) {.footer{
    padding: var(--spacing-xl) 0 0 0;
  }.footer .footer__container{
    padding: var(--spacing-xl) var(--container-padding) var(--spacing-lg);
  }.footer .footer__container-content{
    flex-direction: column;
    gap: var(--spacing-lg);
  }.footer .footer__left{
    width: 100%;
  }.footer .footer__right{
    width: 100%;
  }.footer .footer__logo{
    margin-bottom: var(--spacing-sm);
  }.footer .footer__logo img{
    max-width: 120px;
    height: auto;
  }.footer .footer__copyright, .footer .footer__registered-office, .footer .footer__registration{
    font-size: clamp(0.75rem, 2vw + 0.25rem, 0.875rem);
    line-height: 1.5;
    margin-bottom: var(--spacing-xs);
  }.footer .footer__social{
    margin-top: var(--spacing-sm);
    gap: var(--spacing-sm);
    flex-wrap: wrap;
  }.footer .footer__social-icon{
    width: 20px;
    height: 20px;
  }.footer .footer__nav{
    margin-bottom: var(--spacing-md);
  }.footer .footer__nav-title{
    font-size: clamp(0.875rem, 2vw + 0.5rem, 1rem);
    margin-bottom: var(--spacing-sm);
  }.footer .footer__nav-columns{
    flex-direction: column;
    gap: 0;
  }.footer .footer__nav-list{
    gap: var(--spacing-xxs);
  }.footer .footer__nav-item{
    margin-bottom: var(--spacing-xs);
  }.footer .footer__nav-link{
    font-size: clamp(0.75rem, 2vw + 0.25rem, 0.875rem);
  }.footer .footer__bottom{
    flex-direction: column;
    text-align: center;
    gap: var(--spacing-xs);
    padding-top: var(--spacing-md);
    padding-bottom: var(--spacing-md);
    margin-left: var(--container-padding);
    margin-right: var(--container-padding);
  }.footer .footer__bottom-copyright{
    font-size: clamp(0.625rem, 1.5vw + 0.25rem, 0.75rem);
    margin: 0;
  }.footer .footer__bottom-links{
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--spacing-xxs);
  }.footer .footer__bottom-link{
    font-size: clamp(0.625rem, 1.5vw + 0.25rem, 0.75rem);
  }.footer .footer__bottom-separator{
    font-size: clamp(0.625rem, 1.5vw + 0.25rem, 0.75rem);
    margin: 0 var(--spacing-xxs);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {.footer{
    padding: var(--spacing-2xl) 0 0 0;
  }.footer .footer__container{
    padding: var(--spacing-2xl) var(--container-padding) var(--spacing-xl);
  }.footer .footer__container-content{
    flex-direction: column;
    gap: var(--spacing-xl);
  }.footer .footer__left{
    width: 100%;
  }.footer .footer__right{
    width: 100%;
  }.footer .footer__logo{
    margin-bottom: var(--spacing-sm);
  }.footer .footer__copyright, .footer .footer__registered-office, .footer .footer__registration{
    font-size: clamp(0.875rem, 1.5vw + 0.5rem, 1rem);
    margin-bottom: var(--spacing-sm);
  }.footer .footer__social{
    margin-top: var(--spacing-md);
    gap: var(--spacing-sm);
  }.footer .footer__nav{
    margin-bottom: var(--spacing-lg);
  }.footer .footer__nav-title{
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.125rem);
    margin-bottom: var(--spacing-sm);
  }.footer .footer__nav-columns{
    flex-direction: column;
    gap: 0;
  }.footer .footer__nav-item{
    margin-bottom: var(--spacing-xs);
  }.footer .footer__bottom{
    flex-direction: column;
    text-align: center;
    gap: var(--spacing-sm);
    padding-top: var(--spacing-md);
    padding-bottom: var(--spacing-md);
    margin-left: calc(var(--container-padding) * 2);
    margin-right: calc(var(--container-padding) * 2);
  }.footer .footer__bottom-copyright{
    font-size: clamp(0.75rem, 1.5vw + 0.25rem, 0.875rem);
  }.footer .footer__bottom-links{
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--spacing-xs);
  }.footer .footer__bottom-link{
    font-size: clamp(0.75rem, 1.5vw + 0.25rem, 0.875rem);
  }
}
@media (min-width: 1025px) and (max-width: 1129px) {.footer .footer__container{
    margin: var(--spacing-3xl) calc(var(--container-padding) * 2) var(--spacing-2xl);
  }.footer .footer__container-content{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }.footer .footer__nav-columns{
    flex-direction: row;
    gap: 4.375rem;
  }.footer .footer__bottom{
    margin-left: calc(var(--container-padding) * 2);
    margin-right: calc(var(--container-padding) * 2);
  }
}
@media (min-width: 1130px) and (max-width: 1279px) {.footer .footer__container{
    max-width: calc(100vw - var(--container-padding) * 2);
    padding: var(--spacing-3xl) var(--container-padding) var(--spacing-2xl);
  }.footer .footer__container-content{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }.footer .footer__nav-columns{
    flex-direction: row;
    gap: 4.375rem;
  }.footer .footer__bottom{
    max-width: calc(100vw - var(--container-padding) * 2);
    margin: var(--spacing-lg) calc(var(--container-padding) * 2);
  }
}
@media (min-width: 1280px) {.footer .footer__container{
    padding: var(--spacing-3xl) var(--container-padding) var(--spacing-2xl);
  }.footer .footer__container-content{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }.footer .footer__nav-columns{
    flex-direction: row;
    gap: 4.375rem;
  }.footer .footer__bottom{
    padding: var(--spacing-lg) var(--container-padding);
  }
}