@media (min-width: 1em) {
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  .pf_container *,
  .pf_modal-container * {
    font-family: "72 Brand","72 Brand Variable", "Arial", "Helvetica", sans-serif;
    color: #223548;
    margin: 0;
  }
  body {
    margin: 0;
  }
  svg {
    overflow: hidden;
  }
}


.ds--grid .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.ds--grid [data-col] {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 640px) {
  .ds--grid .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .ds--grid [data-col] {
    padding-right: 16px;
    padding-left: 16px
  }
}
@media (min-width: 980px) {
  .ds--grid .row {
    margin-right: -24px;
    margin-left: -24px;
  }
  .ds--grid [data-col] {
    padding-right: 24px;
    padding-left: 24px;
  }
}



/* Button */
@media (min-width: 1em) {
  .pf_button {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-family: "72 Brand","72 Brand Variable", "Arial", "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 9px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    background: #fff;
    transition: background .25s linear;
    transition-property: color, border, background;
  }
  .pf_button:focus {
    outline: .125rem solid #0057D2;
    outline-offset: .125rem;
  }
  .pf_button:hover {
    text-decoration: none;
  }
  .pf_button:hover:focus,
  .pf_button:active:focus {
    outline: none;
  }
  .pf_button:disabled {
    pointer-events: none;
    opacity: .4;
  }
  .pf_button-primary,
  .pf_button-primary:visited {
    color: #fff;
    background: #0057D2;
    border-color: #0057D2;
  }
  .pf_button-secondary,
  .pf_button-secondary:visited {
    color: #0040B0;
    background: #fff;
    border-color: #475E75;
  }
  .pf_button-tetriary,
  .pf_button-tetriary:visited {
    color: #0040B0;
    background: transparent;
    border-color: transparent;
  }
  .pf_button-primary:hover {
    color: #fff;
    background: #0040B0;
    border-color: #0040B0;
  }
  .pf_button-secondary:hover,
  .pf_button-tetriary:hover {
    color: #0040B0;
    background: #EAECEE;
    border-color: #475E75;
  }
  .pf_button-primary:active,
  .pf_button-secondary:active,
  .pf_button-tetriary:active {
    color: #0040B0;
    background: #fff;
    border-color: #0040B0;
  }
  .pf_button-primary svg,
  .pf_button-primary:hover svg {
    fill: #fff;
    transition: fill .25s linear;
  }
  .pf_button-primary:active svg {
    fill: #0040B0;
  }
  @media (min-width:980px) {
    .pf_button {
      padding: 11px 13px;
    }
  }
}
/* INPUT */
@media (min-width: 1em) {
  .pf_input-container {
    position: relative;
    width: 100%;
  }
  .pf_input-container form {
    width: 100%;
  }
  .pf_input {
    border: 1px solid #5B738B;
    box-sizing: border-box;
    font-family: "72 Brand","72 Brand Variable", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 42px;
    padding: 0.5rem;
    width: 100%;
    color: #223548;
    border-radius: 4px;
  }
  .pf_input-container.pf_active .pf_input {
    border: 1px solid #0040B0;
  }
  .pf_input-label {
    max-width: calc(100% - 4rem);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: top .3s ease;
    white-space: nowrap;
    z-index: 1;
    color: #475E75;
    left: 0.5rem;
    top: 21px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
  }
  .pf_required + .pf_input-label::after {
    content: " *";
    font-size: 16px;
  }
  .pf_input-container.pf_active .pf_input-label,
  .pf_input-container.pf_filled .pf_input-label {
    font-size: 12px;
    padding: 0 0.25rem;
    left: 0.25rem;
    top: 0;
  }
  .pf_input-container.pf_active .pf_input-label {
    color: #475E75;
  }
  .pf_input-container.pf_active .pf_input-label::before,
  .pf_input-container.pf_filled .pf_input-label::before {
    content: "";
    background-color: #fff;
    height: calc(50% + 2px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
/* DROPDOWN */
@media (min-width: 1em) {
  .pf_dropdown-container {
    position: relative;
    width: 100%;
  }
  .pf_dropdown {
    border: 1px solid #5B738B;
    box-sizing: border-box;
    font-family: "72 Brand","72 Brand Variable", "Arial", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 42px;
    padding: 0.5rem;
    width: 100%;
    color: #223548;
    border-radius: 4px;
    background: white;
    text-align: left;
    cursor: pointer;
  }
  .pf_dropdown::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    pointer-events: none;
    border-radius: 4px;
    right: -1px;
    top: -1px;
    border: 1px solid transparent;
  }
  .pf_active .pf_dropdown::before {
    border-left-color: #89D1FF;
  }
  .pf_dropdown[disabled] {
    pointer-events: none;
  }
  .pf_dropdown-more {
    font-size: 12px;
    color: #0070F2;
    padding-left: 8px;
  }
  .pf_dropdown-inner {
    font-size: 12px;
    line-height: 1;
    color: #223548;
    padding: 5px 24px 5px 8px;
    border: none;
    background: #EAECEE;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s linear;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 35%;
    position: relative;
    margin-right: 4px;
  }
  .pf_dropdown-inner:hover,
  .pf_dropdown-inner:focus {
    background: #D5D8DC;
    border: none;
    outline: none;
  }
  .pf_dropdown-inner::before,
  .pf_dropdown-inner::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #223548;
    transition: background .2s linear;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  .pf_dropdown-inner::after {
    transform: translateY(-50%) rotate(135deg);
  }
  .pf_dropdown-arrow {
    width: 18px;
    height: 18px;
    fill: #475E75;
    position: absolute;
    right: 12px;
    top: 12px;
    pointer-events: none;
    transition: transform .2s linear;
    z-index: 12;
  }
  .pf_dropdown-container.pf_active .pf_dropdown-arrow {
    transform: rotate(180deg);
    fill: #0040B0;
  }
  .pf_dropdown-container.pf_active .pf_dropdown,
  .pf_dropdown:focus {
    border: 1px solid #0057D2;
  }
  .pf_dropdown-label {
    max-width: calc(100% - 4rem);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: top .3s ease;
    white-space: nowrap;
    z-index: 1;
    color: #475E75;
    left: 0.5rem;
    top: 21px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
  }
  .pf_required .pf_dropdown-label::after {
    content: " *";
    font-size: 16px;
  }
  .pf_dropdown-container.pf_active .pf_dropdown-label,
  .pf_dropdown-container.pf_filled .pf_dropdown-label {
    font-size: 12px;
    padding: 0 0.25rem;
    left: 0.25rem;
    top: 0;
    color: #475E75;
  }
  .pf_dropdown-container.pf_active .pf_dropdown-label {
    /* color: #0070F2; */
  }
  .pf_dropdown-container.pf_active .pf_dropdown-label::before,
  .pf_dropdown-container.pf_filled .pf_dropdown-label::before {
    content: "";
    background-color: #fff;
    height: calc(50% + 2px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .pf_dropdown-list {
    max-height: 200px;
    overflow-y: scroll;
  }
  .pf_dropdown-list-wrapper {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(34, 54, 73, 0.3);
    color: #000;
    left: 0;
    top: 41px;
    padding: 2px;
    width: 100%;
    z-index: 5;
    border: 1px solid #5B738B;
    border-radius: 8px;
    z-index: 14;
  }
  .pf_dropdown-item {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 0px 9px 12px;
    cursor: pointer;
    margin-top: 2px;
    background-color: transparent;
  }
  .pf_dropdown-multi {
    position: relative;
    padding-left: calc(12px + 42px + 12px);
  }
  .pf_dropdown-multi.pf_selected {
    background-color: #ebf8ff;
  }
  .pf_dropdown-multi::before,
  .pf_dropdown-multi::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(12px + 9px);
  }
  .pf_dropdown-multi::before {
    border: 1px solid #5b738b;
    border-radius: 4px;
    background: white;
  }
  .pf_dropdown-multi:not(.pf_selected)::after {
    display: none;
  }
  .pf_dropdown-multi.pf_selected::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjMDA3MGYyIj48cGF0aCBkPSJNMTg3IDQxNnEtMTIgMC0yMC05TDcxIDI5OXEtNy03LTctMTcgMC0xMSA3LjUtMTguNVQ5MCAyNTZxMTIgMCAxOSA5bDc3IDg3IDIxNy0yNDdxOC05IDE5LTl0MTguNSA3LjVUNDQ4IDEyMnEwIDEwLTYgMTZMMjA2IDQwN3EtNyA5LTE5IDl6Ij48L3BhdGg+PC9zdmc+");
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pf_dropdown-item span {
    display: block;
  }
  .pf_dropdown-item_title {
    font-weight: 500;
  }
  .pf_dropdown-item_text {
    color: #475E75;
    padding-top: 8px;
    font-size: 14px;
  }
  .pf_dropdown-title {
    pointer-events: none;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px solid #A9B4BE;
  }
  .pf_dropdown-title:has(~ .pf_dropdown-item:not(.pf_dropdown-dn)) {
    
  }
  .pf_dropdown-list-wrapper:not(.pf_long) .pf_dropdown-item:first-child {
    margin-top: 0;
  }
  .pf_dropdown-item-empty {
    /* pointer-events: none; */
    display: none;
    font-size: 1rem;
    padding: 8px 0px 8px 10px;
  }
  .pf_empty .pf_dropdown-item-empty {
    display: block;
  }
  .pf_dropdown-item:hover,
  .pf_dropdown-item:focus {
    background-color: #eaeaea;
    outline: none;
    border: none;
  }
  .pf_dropdown-multi.pf_selected:hover,
  .pf_dropdown-multi.pf_selected:focus {
    background-color: #d1efff;
  }
  .pf_dropdown-container.pf_active .pf_dropdown-list-wrapper {
    display: block;
  }
  .pf_dropdown-list-input-container {
    position: relative;
    margin-left: 10px;
    margin-bottom: 16px;
    margin-top: 14px;
    width: calc(100% - 10px - 2px - 2px - 10px);
  }
  .pf_dropdown-list-wrapper input {
    display: block;
    margin: 0;
    background: white;
    text-overflow: ellipsis;
    width: calc(100%);
    border: 1px solid #5B738B;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    height: 42px;
    padding: 8px;
  }
  .pf_dropdown-list-wrapper input:focus {
    border: 1px solid #0057D2;
  }
  .pf_dropdown-list-wrapper svg {
    width: 18px;
    height: 18px;
    right: 12px;
    top: 12px;
    pointer-events: none;
    position: absolute;
    fill: #475E75;
  }
  .pf_dropdown-list-wrapper:not(.pf_short) .pf_dropdown-list::-webkit-scrollbar {
    background-color: #8396a8;
    background: transparent;
    border-radius: 8px;
    width: 12px;
  }
  .pf_dropdown-list-wrapper:not(.pf_short) .pf_dropdown-list::-webkit-scrollbar-thumb {
    background-color: #8396a8;
    border-radius: 8px;
  }
  .pf_dropdown-list-wrapper:not(.pf_short) .pf_dropdown-list::-webkit-scrollbar-corner {
    display: none
  }
  .pf_dropdown-dn {
    display: none;
  }
}
/* TOOLTIP */
@media (min-width: 1em) {
  .pf_input-container[data-tooltip] form {
    width: calc(100% - 16px - 12px);
  }
  [data-tooltip] .pf_dropdown {
    width: calc(100% - 16px - 12px);
  }
  [data-tooltip] .pf_dropdown-arrow {
    right: calc(16px + 12px + 12px);
  }
  [data-tooltip] .pf_dropdown-list-wrapper {
    width: calc(100% - 16px - 12px);
  }
  .pf_tooltip-wrapper {
    position: absolute;
    top: 13px;
    right: 0;
    width: 16px;
    height: 16px;
  }
  .pf_tooltip-container {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    /* margin-top: 1px; */
    border-radius: 50%;
  }
  .pf_tooltip-container svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #475E75;
  }
  .pf_tooltip {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #223548;
    padding: 16px;
    border: 1px solid #A9B4BE;
    box-shadow: 0px 2px 4px rgba(34, 54, 73, 0.2);
    border-radius: 8px;
    background-color: white;
    display: none;
    text-align: left;
    cursor: auto;

    position: absolute;
    z-index: 20;
    bottom: calc(100% + 9px);
    right: -13.5px;
    width: 300px;
  }
  [aria-expanded="true"] ~ .pf_tooltip-container .pf_tooltip {
    display: block;
  }
  .pf_tooltip::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(100% - 6px - 15px);
    width: 12px;
    height: 12px;
    background: white;
    border: 1px solid rgb(169, 180, 190);
    border-top: none;
    border-left: none;
    transform: translate(-50%, 55%) rotate(45deg);
  }
}





@media (min-width: 1em) {
  .pf_col_data {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pf_cta-container {
    display: flex;
  }
  .pf_cta svg {
    margin-left: 8px;
  }
  .pf_data-item {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-content: flex-end;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .pf_link,
  .pf_link:hover,
  .pf_link:focus,
  .pf_link:active,
  .pf_link:visited {
    color: #0057D2;
    text-decoration: underline;
  }
  .pf_link:hover,
  .pf_link:focus {
    color: #002A86;
  }
  .pf_link:active {
    color: #00144A;
  }
  .pf_enhance_search,
  .pf_enhance_clear {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 12px;
    border: none;
    border-radius: 4px;
    background: transparent;
    fill: #475E75;
    cursor: pointer;
  }
  .pf_enhance_clear::before,
  .pf_enhance_clear::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #475E75;
    border-radius: 2px;
    transition: background .2s linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .pf_enhance_clear::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .pf_enhance_clear {
    right: 42px;
  }
  .pf_container input {
    padding-right: 70px;
  }
}
@media (min-width: 640px) {
  .pf_data-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pf_data-item:nth-child(2n - 1) {
    padding-right: 6px;
  }
  .pf_data-item:nth-child(2n) {
    padding-left: 6px;
  }
}
@media (min-width: 980px) {
  .pf_col_data {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}
@media (min-width: 1280px) {
  .pf_col_data {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}
@media (min-width: 1600px) {}


.interactiveInfographic:has(.pf_container) {
  min-height:auto!important;
}
.pf_focus:focus {
  outline: 0.125rem solid #0057D2;
  outline-offset: 0.125rem;
}
.pf_focus:focus:active,
.pf_focus:focus:hover {
  outline: none;
}