*,
::before,
::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  block-size: 100%;
  min-block-size: 100vh;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

:focus-visible {
  outline: currentColor auto 1px;
  outline-offset: 0.25rem;
}

body {
  background-color: #ffffff;
  background-color: var(--color-white);
  block-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-block-size: 100vh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-variation-settings: var(--fs-bold);
  font-weight: 400;
  color: #72256b;
  color: var(--color-brand);
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  block-size: auto;
  display: block;
  max-inline-size: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@font-face {
  font-display: swap;
  font-family: acumin-variable;
  font-style: normal;
  font-weight: 400;
  src: url(acumin-variable.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  src: url(inter-bold.woff2) format("woff2");
}
:root,
.ck {
  --border-radius-none: 0;
  --border-radius-sm: 0.25rem;
  --border-radius: 0.75rem;
  --border-radius-lg: 1.5rem;
  --border-radius-full: 624.375rem;
}

:root,
.ck {
  --color-plum: #72256b;
  --color-plum-lightest: #ecb6bc;
  --color-plum-light: #8d3a71;
  --color-plum-dark: #490a4d;
  --color-pine: #105742;
  --color-pine-light: #356962;
  --color-pine-dark: #142128;
  --color-eucalyptus: #6ca074;
  --color-eucalyptus-light: #c3d7c4;
  --color-eucalyptus-dark: #3a6142;
  --color-sage: #cddfd7;
  --color-sage-light: #f0f7f3;
  --color-sage-dark: #a6bdb0;
  --color-cream: #fffaeb;
  --color-cream-dark: #e3dba6;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #49454f;
}

:root,
.ck {
  --color-brand: var(--color-plum);
  --color-text: var(--color-pine);
  --color-shadow: var(--color-plum-lightest);
  --color-bg: var(--color-white);
  --color-bg-brand: var(--color-plum);
}

input,
button,
textarea,
select {
  font: inherit;
}

input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  inline-size: auto;
}

input[type="search"]::-ms-clear {
  block-size: 0;
  display: none;
  inline-size: 0;
}

input[type="search"]::-ms-reveal {
  block-size: 0;
  display: none;
  inline-size: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

:root,
.ck {
  --l-component-wrapper-padding-block: var(--spacing-4);
  --l-component-wrapper-padding-inline: var(--spacing-4);
  --l-component-container-max-width: 90rem;
  --l-component-wrapper-padding-block-sm: var(--spacing-9);
  --l-component-container-padding-inline: var(--spacing-106);
  --l-component-wrapper-padding-inline-sm: var(--spacing-102);
  --l-component-inner-wrapper-padding-inline: var(--spacing-2);
}

.l-component-container {
  margin-inline: auto;
  max-width: 90rem;
  max-width: var(--l-component-container-max-width);
  padding-inline: 1rem;
  padding-inline: var(--l-component-container-padding-inline);
}
.l-component-container
  > div:not(.text-feature):not(.table):not(.cta-feature):not(
    .card-group-news
  ):is(.filter-country):not(:first-child)
  > .l-component-wrapper-sm
  .filter-country__filter {
  padding-block-start: 0;
}
.l-component-container
  > div:not(.text-feature):not(.table):not(.cta-feature):not(.card-group-news)
  + div
  > .l-component-wrapper-sm,
.l-component-container
  > div:not(.text-feature):not(.table):not(.cta-feature):not(.card-group-news)
  + div
  > .l-component-wrapper {
  padding-block-start: 0;
}

.l-component-wrapper {
  padding-block: 2rem;
  padding-block: var(--l-component-wrapper-padding-block);
  padding-inline: 2rem;
  padding-inline: var(--l-component-wrapper-padding-inline);
}
@media (min-width: 600px) {
  .l-component-wrapper {
    --l-component-wrapper-padding-block: var(--spacing-12);
    --l-component-wrapper-padding-inline: var(--spacing-4);
  }
}

.l-component-wrapper-sm {
  padding-block: 4.5rem;
  padding-block: var(--l-component-wrapper-padding-block-sm);
  padding-inline: 0.75rem;
  padding-inline: var(--l-component-wrapper-padding-inline-sm);
}
@media (min-width: 600px) {
  .l-component-wrapper-sm {
    --l-component-wrapper-padding-block-sm: var(--spacing-12);
    --l-component-wrapper-padding-inline-sm: var(--spacing-106);
  }
}

.l-component-inner-wrapper {
  padding-inline: 1.5rem;
  padding-inline: var(--l-component-inner-wrapper-padding-inline);
}

img,
svg,
video {
  block-size: auto;
  max-inline-size: 100%;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  shape-margin: 0.46875rem;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

:root,
.ck {
  --spacing-0: 0rem;
  --spacing-01: 0.0625rem;
  --spacing-02: 0.125rem;
  --spacing-04: 0.25rem;
  --spacing-05: 0.3125rem;
  --spacing-1: 0.5rem;
  --spacing-102: 0.75rem;
  --spacing-106: 1rem;
  --spacing-2: 1.5rem;
  --spacing-4: 2rem;
  --spacing-5: 2.5rem;
  --spacing-6: 3rem;
  --spacing-7: 3.5rem;
  --spacing-8: 4rem;
  --spacing-9: 4.5rem;
  --spacing-10: 5rem;
  --spacing-11: 5.5rem;
  --spacing-12: 6rem;
  --spacing-13: 6.5rem;
  --spacing-14: 7rem;
  --spacing-15: 7.5rem;
}

:root,
.ck {
  --trns-duration: 0.2s;
  --trns-type: ease-in-out;
}

:root,
.ck {
  --font-fallback: system-ui, -apple-system, blinkmacsystemfont, avenir next,
    avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto, noto, arial,
    sans-serif;
  --font-acumin-variable: "acumin-variable", var(--font-fallback);
  --font-button: "inter", var(--font-fallback);
  --fs-regular: "slnt" 0, "wdth" 100, "wght" 400;
  --fs-bold: "slnt" 0, "wdth" 100, "wght" 700;
  --fs-wide-medium: "slnt" 0, "wdth" 115, "wght" 500;
  --fs-wide-bold: "slnt" 0, "wdth" 115, "wght" 700;
  --fs-wide-bold-italic: "slnt" -12, "wdth" 115, "wght" 700;
  --fs-wide-ultra-black: "slnt" 0, "wdth" 115, "wght" 900;
}

:root,
.ck {
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-book: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
}

:root,
.ck {
  --content-max-width: 48rem;
}

p {
  color: #105742;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 48rem;
  max-width: var(--content-max-width);
}

p:not(:first-of-type) {
  margin-block-start: 1rem;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

a {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-variation-settings: var(--fs-bold);
  font-weight: 400;
  color: #72256b;
  color: var(--color-brand);
  font-family: "inter", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-button);
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:active,
a:hover,
a:focus {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
a:is([data-extlink]):not(.button) {
  display: inline-block;
  line-height: 1.25;
  vertical-align: middle;
  word-break: break-word;
}
a:is([data-extlink]):not(.button) svg.external-link-icon {
  block-size: 1rem;
  display: inline-block;
  inline-size: 1rem;
  inset-block-start: -0.125rem;
  line-height: 1.25;
  margin-inline-start: 0.375rem;
  min-inline-size: 1rem;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

strong,
b {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-variation-settings: var(--fs-bold);
  font-weight: 400;
}

.breadcrumb {
  margin-block-end: 1.5rem;
  margin-block-end: var(--spacing-2);
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-block-end: 2rem;
    margin-block-end: var(--spacing-4);
  }
}
.breadcrumb ol {
  list-style: none;
  padding-inline-start: 0;
  align-items: center;
  display: flex;
  gap: 0.75rem;
  gap: var(--spacing-102);
  margin: 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li {
  color: #ffffff;
  color: var(--color-white);
  font-family: "inter", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-button);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  font-weight: var(--fw-bold);
  font-variation-settings: normal;
  line-height: normal;
}
.breadcrumb ol li a {
  color: currentColor;
}
.breadcrumb ol li:not(:last-child) {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  gap: var(--spacing-102);
  position: relative;
}
.breadcrumb ol li:not(:last-child):after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22%23fff%22%3E%20%20%20%3Cpath%20d%3D%22M8.54002%203.33099V5.68299L0.77002%208.88899V6.56499L6.24402%204.50699L0.77002%202.42099V0.110992L8.54002%203.33099Z%22%20fill%3D%22%23ffffff%22%2F%3E%20%3C%2Fsvg%3E")
    no-repeat center center;
  block-size: 0.5625rem;
  content: "";
  inline-size: 0.5625rem;
  position: relative;
}

.ajax-progress.ajax-progress-fullscreen,
.ajax-progress.ajax-progress-throbber {
  --outer-size: 2.8rem;
  --inner-size: 2rem;
  --border-size: 0.4rem;
  align-items: center;
  background: #ffffff;
  background: var(--color-white);
  block-size: var(--outer-size);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 0;
  inline-size: var(--outer-size);
  justify-content: center;
  line-height: 0;
  padding: 0;
}
.ajax-progress.ajax-progress-fullscreen:is(.ajax-progress-throbber),
.ajax-progress.ajax-progress-throbber:is(.ajax-progress-throbber) {
  --outer-size: 1.8rem;
  --inner-size: 1rem;
  --border-size: 0.2rem;
}
.ajax-progress.ajax-progress-fullscreen:before,
.ajax-progress.ajax-progress-throbber:before {
  animation: poly-anim 0.8s infinite linear alternate,
    transform-anim 1.6s infinite linear;
  aspect-ratio: 1;
  background: none;
  block-size: var(--inner-size);
  border-radius: 50%;
  border: var(--border-size) solid #72256b;
  border: var(--border-size) solid var(--color-brand);
  content: "";
  display: inline-block;
  inline-size: var(--inner-size);
  padding: 0px;
}
.ajax-progress.ajax-progress-fullscreen .throbber,
.ajax-progress.ajax-progress-throbber .throbber {
  display: none;
}
@keyframes poly-anim {
  0% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      50% 0%,
      50% 0%,
      50% 0%,
      50% 0%
    );
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  100% {
    -webkit-clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}
@keyframes transform-anim {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

table {
  background-color: #ffffff;
  background-color: var(--color-white);
  border-collapse: collapse;
  width: 100%;
}
table thead th,
table tbody th,
table thead td,
table tbody td {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-variation-settings: var(--fs-regular);
  font-weight: 400;
  block-size: 4.5rem;
  block-size: var(--spacing-9);
  padding-block: 0.25rem;
  padding-block: var(--spacing-04);
  padding-inline: 2rem;
  padding-inline: var(--spacing-4);
  text-align: start;
}
table thead th {
  background-color: #142128;
  background-color: var(--color-pine-dark);
  border: 1px solid #105742;
  border: 1px solid var(--color-pine);
  color: #ffffff;
  color: var(--color-white);
  font-weight: 900;
  font-weight: var(--fw-black);
  line-height: 1.125;
  text-align: left;
}
table tbody th {
  background-color: #f0f7f3;
  background-color: var(--color-sage-light);
  border: 1px solid #cddfd7;
  border: 1px solid var(--color-sage);
  color: #105742;
  color: var(--color-text);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-weight: var(--fw-regular);
  line-height: 1.5;
  text-align: start;
}
table tbody td {
  border: 1px solid #cddfd7;
  border: 1px solid var(--color-sage);
  line-height: 1.125;
}

.table__border {
  border: 1px solid #cddfd7;
  border: 1px solid var(--color-sage);
  border-radius: 0.75rem;
  border-radius: var(--border-radius);
  inline-size: calc(100% + 0.75rem * -1);
  inline-size: calc(100% + var(--spacing-102) * -1);
  margin-inline-start: 0;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .table__border {
    overflow-x: visible;
  }
}

.table__header {
  margin-block-end: 4rem;
  margin-block-end: var(--spacing-8);
}

table tbody tr.table__row-highlight td,
table tbody tr.table__row-highlight th {
  background-color: #105742;
  background-color: var(--color-pine);
  block-size: 3rem;
  block-size: var(--spacing-6);
  border: 1px solid #105742;
  border: 1px solid var(--color-pine);
  color: #ffffff;
  color: var(--color-white);
  font-weight: 700;
  font-weight: var(--fw-bold);
  line-height: 1.125;
  padding-block: 0.25rem;
  padding-block: var(--spacing-04);
  padding-inline: 2rem;
  padding-inline: var(--spacing-4);
  text-align: start;
}
table tbody tr.table__row-highlight td *,
table tbody tr.table__row-highlight th * {
  color: #ffffff;
  color: var(--color-white);
}

:where(h1, h2, h3, h4) {
  color: #105742;
  color: var(--color-text);
  text-wrap: balance;
}
:where(h1, h2, h3, h4):is(h1) {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 115, "wght" 700;
  font-variation-settings: var(--fs-wide-bold);
  font-weight: 400;
  font-size: 1.8125rem;
  line-height: 1.5;
}
:where(h1, h2, h3, h4):is(h2) {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
  font-variation-settings: var(--fs-wide-medium);
  font-weight: 400;
  font-size: 1.8125rem;
  line-height: 1.42;
}
:where(h1, h2, h3, h4):is(h3) {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
  font-variation-settings: var(--fs-wide-medium);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
:where(h1, h2, h3, h4):is(h4) {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 115, "wght" 700;
  font-variation-settings: var(--fs-wide-bold);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}

html {
  min-block-size: 100vh;
}
html.lock {
  block-size: auto;
  overflow: hidden;
}
html.lock body {
  overflow: hidden;
}

body {
  font-family: "acumin-variable", system-ui, -apple-system, blinkmacsystemfont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto,
    noto, arial, sans-serif;
  font-family: var(--font-acumin-variable);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-variation-settings: var(--fs-regular);
  font-weight: 400;
  color: #105742;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
}
