#iub-legalDoc *,
#iub-legalDoc :after,
#iub-legalDoc :before {
    box-sizing: border-box;
}
#iub-legalDoc ol[class],
#iub-legalDoc ul[class] {
    padding: 0;
}
#iub-legalDoc blockquote,
#iub-legalDoc dd,
#iub-legalDoc dl,
#iub-legalDoc figcaption,
#iub-legalDoc figure,
#iub-legalDoc h1,
#iub-legalDoc h2,
#iub-legalDoc h3,
#iub-legalDoc h4,
#iub-legalDoc li,
#iub-legalDoc ol[class],
#iub-legalDoc p,
#iub-legalDoc ul[class],
body {
    margin: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    accent-color: var(--green);
    line-height: 1.5;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
#iub-legalDoc ol[class],
#iub-legalDoc ul[class] {
    list-style: none;
}
#iub-legalDoc a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
#iub-legalDoc canvas,
#iub-legalDoc img,
#iub-legalDoc picture,
#iub-legalDoc svg,
#iub-legalDoc video {
    display: block;
    max-width: 100%;
}
#iub-legalDoc article > * + * {
    margin-top: 1em;
}
#iub-legalDoc button,
#iub-legalDoc input,
#iub-legalDoc select,
#iub-legalDoc textarea {
    font: inherit;
}
#iub-legalDoc button {
    cursor: pointer;
}
#iub-legalDoc h1,
#iub-legalDoc h2,
#iub-legalDoc h3,
#iub-legalDoc h4,
#iub-legalDoc h5,
#iub-legalDoc h6,
#iub-legalDoc p {
    word-wrap: break-word;
}
@media (prefers-reduced-motion: reduce) {
    #iub-legalDoc * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
#iub-legalDoc {
    --green: #1cc691;
    --green-light: #9af3d8;
    --green-dark: #0b513c;
    --red: #ff5d4d;
    --red-light: #ffe8e5;
    --red-dark: #86190e;
    --blue: #0073ce;
    --blue-light: #d2ecfe;
    --blue-dark: #03216c;
    --yellow: #ffd24d;
    --yellow-light: #fcecc4;
    --yellow-dark: #7c3711;
    --purple: #cc58cc;
    --purple-light: #fbd7fb;
    --purple-dark: #730c73;
    --orange: #ff9859;
    --orange-light: #fae9d4;
    --gray-4: #f1f1f1;
    --gray-3: #cdcdcd;
    --gray-2: grey;
    --gray-1: #5a5a5a;
    --black: #43556b;
    --black-dark: #2e3d52;
    --black-light: #4d567a;
    --white: #fff;
    --legal-gray: #cbcee6;
    --legal-gray-light: #f8f9fb;
    --pills-gray: #f6f6f6;
    --details-box-gray: #fafafc;
    --spacer: 16px;
    background: var(--white);
    color: var(--black);
    font-family: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial,
    sans-serif;
    font-size: 1rem;
    font-size: max(1rem, min(calc(0.9082rem + 0.39063vw), 1.25rem));
    font-weight: 400;
}
@media (min-width: 801px) {
    #iub-legalDoc {
        border-top: 16px solid var(--green);
    }
}
@media screen and (max-width: 1068px) {
    body.has-dialog {
        overflow: hidden;
    }
}
#iub-legalDoc .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
#iub-legalDoc .focus-visible {
    outline: 3px solid var(--green);
}
#iub-legalDoc :focus-visible {
    outline: 3px solid var(--green);
}
#iub-legalDoc h1 {
    color: var(--black-dark);
    font-size: 2.5rem;
    font-size: max(2.5rem, min(calc(2.31641rem + 0.78125vw), 3rem));
    line-height: 1.3;
    margin-bottom: 1lh;
}
#iub-legalDoc h2 {
    color: var(--black-dark);
    font-size: 1.75rem;
    font-size: max(1.75rem, min(calc(1.6582rem + 0.39063vw), 2rem));
    margin-bottom: calc(var(--spacer) * 4);
}
#iub-legalDoc h3 {
    color: var(--black-dark);
    font-size: 1.6rem;
    font-size: max(1.6rem, min(calc(1.45313rem + 0.625vw), 2rem));
}
#iub-legalDoc h3,
#iub-legalDoc h4 {
    margin-bottom: calc(var(--spacer) * 1.25);
}
#iub-legalDoc h4 {
    font-size: 1.125rem;
}
#iub-legalDoc h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}
#iub-legalDoc a {
    color: var(--black);
    text-decoration: underline;
}
#iub-legalDoc a:hover {
    color: var(--black-dark);
    text-decoration: none;
}
#iub-legalDoc a.btn,
#iub-legalDoc button {
    background-color: var(--white);
    border: 1px solid var(--legal-gray);
    border-radius: 8px;
    color: var(--black);
    font-size: 1rem;
    font-size: max(1rem, min(calc(0.9082rem + 0.39063vw), 1.25rem));
    font-weight: 700;
    letter-spacing: 0.48px;
    padding: 16px;
    text-decoration: none;
}
#iub-legalDoc a.btn:hover,
#iub-legalDoc button:hover {
    background-color: var(--legal-gray-light);
    border-color: var(--black);
}
#iub-legalDoc .sr-only {
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#iub-legalDoc .sr-only.focus-visible {
    clip: auto !important;
    background-color: #eee;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#iub-legalDoc .sr-only:focus-visible {
    clip: auto !important;
}
#iub-legalDoc .sr-only:focus-visible {
    background-color: #eee;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#iub-legalDoc .d-none,
#iub-legalDoc .hidden {
    display: none !important;
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .d-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .d-desktop {
        display: none !important;
    }
}
#iub-legalDoc .btn--link-style {
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    padding: 0;
    text-decoration: underline;
}
#iub-legalDoc .btn--link-style:hover {
    background-color: initial;
    text-decoration: none;
}
#iub-legalDoc .check-style-list li {
    display: flex;
    font-size: 1rem;
    gap: 10px;
    margin-bottom: var(--spacer);
}
#iub-legalDoc .check-style-list li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11' cy='11' r='11' fill='%239AF3D8'/%3E%3Cpath d='m15.75 8-6.506 6L6 11' stroke='%230B513C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    height: 22px;
    margin-top: 1px;
    width: 22px;
}
#iub-legalDoc .arrow-style-list li {
    display: flex;
    font-size: 1rem;
    gap: 10px;
    margin-bottom: var(--spacer);
}
#iub-legalDoc .arrow-style-list li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D2ECFE'/%3E%3Cpath d='M7 11h7.429' stroke='%2303216C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m11 7 4 4-4 4' stroke='%2303216C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    height: 22px;
    margin-top: 1px;
    width: 22px;
}
#iub-legalDoc .download-style-list li {
    display: flex;
    font-size: 1rem;
    gap: 10px;
    margin-bottom: var(--spacer);
}
#iub-legalDoc .download-style-list li:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23E5E8ED'/%3E%3Cpath d='M11 7v7.429' stroke='%236C86A3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m15 11-4 4-4-4' stroke='%236C86A3' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    height: 22px;
    margin-top: 1px;
    width: 22px;
}
#iub-legalDoc .legalDoc__accordion {
    border: 1px solid var(--legal-gray);
    border-radius: 12px;
    margin-bottom: calc(var(--spacer) * 1.5);
    padding: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .legalDoc__accordion summary {
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5'%3E%3Cpath d='M20 35c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15Z' stroke-miterlimit='10'/%3E%3Cpath d='M13.75 20h12.5M20 13.75v12.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: top -4px right -4px;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    display: flex;
    gap: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .legalDoc__accordion[open] summary {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5'%3E%3Cpath d='M20 35c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15Z' stroke-miterlimit='10'/%3E%3Cpath d='M13.75 20h12.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    padding-bottom: calc(var(--spacer) * 1.5);
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .legalDoc__accordion summary {
        align-items: flex-start;
    }
}
#iub-legalDoc .legalDoc__accordion summary > div {
    padding-right: 36px;
}
#iub-legalDoc .legalDoc__accordion summary figure {
    align-content: center;
    border: 1px solid var(--legal-gray);
    border-radius: 8px;
    display: grid;
    flex: 0 0 60px;
    height: 60px;
    justify-content: center;
    place-content: center;
    width: 60px;
}
#iub-legalDoc .legalDoc__accordion summary h4 {
    color: var(--black);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
#iub-legalDoc .legalDoc__accordion summary .accordion__meta {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    gap: 24px;
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .legalDoc__accordion summary .accordion__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
    #iub-legalDoc .legalDoc__accordion summary .accordion__meta:first-of-type {
        margin-top: 0.25lh;
    }
}
#iub-legalDoc .legalDoc__accordion summary .accordion__meta p {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
}
#iub-legalDoc .legalDoc__accordion summary .accordion__meta p:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex: 0 0 22px;
    height: 20px;
    width: 22px;
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__company:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.178 17.84h-1.46V1.203a.5.5 0 0 0-.5-.5H2.69a.5.5 0 0 0-.5.5V17.84H.73a.73.73 0 1 0 0 1.46h20.447a.73.73 0 1 0 0-1.46Zm-8.033 0H8.763v-4.382a.73.73 0 0 1 .73-.73h2.922a.73.73 0 0 1 .73.73v4.382ZM6 4.502a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm3.5-3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm3.5-3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z' fill='%237897A9'/%3E%3C/svg%3E");
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__location:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' fill='none'%3E%3Cpath d='M13.692 16.714H9.737a20.338 20.338 0 0 0 1.878-1.912c2.197-2.531 3.356-5.207 3.356-7.73 0-1.876-.741-3.675-2.06-5A7.011 7.011 0 0 0 7.94 0a7.011 7.011 0 0 0-4.971 2.071 7.092 7.092 0 0 0-2.06 5c0 2.524 1.159 5.2 3.356 7.73.583.68 1.21 1.318 1.878 1.913H2.187a.637.637 0 0 0-.64.643.645.645 0 0 0 .64.643h11.505a.637.637 0 0 0 .64-.643.644.644 0 0 0-.64-.643ZM7.94 4.5c.506 0 1 .15 1.42.433.421.283.75.685.943 1.154a2.584 2.584 0 0 1-.555 2.803 2.552 2.552 0 0 1-2.786.557A2.56 2.56 0 0 1 5.814 8.5a2.582 2.582 0 0 1 .318-3.247A2.55 2.55 0 0 1 7.939 4.5Z' fill='%237897A9'/%3E%3C/svg%3E");
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__keys:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M13.47 1.25a6.258 6.258 0 0 0-5.945 8.188l-4.5 4.492a.633.633 0 0 0-.18.445V17.5a.625.625 0 0 0 .626.625h3.125a.625.625 0 0 0 .625-.625v-1.25h1.25a.625.625 0 0 0 .625-.625v-1.25h1.25a.633.633 0 0 0 .445-.18l.742-.75A6.25 6.25 0 1 0 13.471 1.25Zm1.563 5.938a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z' fill='%237897A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.97)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__store:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath d='M9.278 0C4.623 0 .971 2.129.971 4.846v8.308C.97 15.87 4.623 18 9.278 18c4.656 0 8.308-2.129 8.308-4.846V4.846C17.586 2.13 13.934 0 9.278 0Zm6.923 9c0 .83-.683 1.679-1.869 2.328-1.341.736-3.133 1.133-5.054 1.133-1.92 0-3.712-.398-5.053-1.133-1.186-.65-1.87-1.497-1.87-2.328V7.563c1.48 1.29 3.998 2.13 6.923 2.13s5.444-.84 6.923-2.13V9Zm-1.869 6.482c-1.341.735-3.133 1.133-5.054 1.133-1.92 0-3.712-.398-5.053-1.133-1.186-.65-1.87-1.497-1.87-2.328v-1.437c1.48 1.29 3.998 2.13 6.923 2.13s5.444-.84 6.923-2.13v1.437c0 .83-.683 1.679-1.869 2.328Z' fill='%237897A9'/%3E%3C/svg%3E");
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__world:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M21.75 12A9.76 9.76 0 0 0 12 2.25a9.75 9.75 0 0 0 0 19.5A9.76 9.76 0 0 0 21.75 12Zm-1.538-.75h-3.73c-.15-2.775-1.126-5.344-2.766-7.322a8.268 8.268 0 0 1 6.496 7.322Zm-11.184 1.5h5.944c-.169 2.7-1.247 5.222-2.972 6.975-1.725-1.753-2.803-4.275-2.972-6.975Zm0-1.5c.169-2.7 1.247-5.222 2.972-6.975 1.725 1.753 2.803 4.275 2.972 6.975H9.028Zm4.688 8.822c1.64-1.978 2.615-4.547 2.765-7.322h3.731a8.268 8.268 0 0 1-6.496 7.322Z' fill='%237897A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc
.legalDoc__accordion
summary
.accordion__meta
p.meta__target:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%237897A9'%3E%3Cpath d='M22.125 11.25h-1.153a9.019 9.019 0 0 0-8.222-8.222V1.875a.75.75 0 1 0-1.5 0v1.153a9.019 9.019 0 0 0-8.222 8.222H1.875a.75.75 0 1 0 0 1.5h1.153a9.019 9.019 0 0 0 8.222 8.222v1.153a.75.75 0 1 0 1.5 0v-1.153a9.02 9.02 0 0 0 8.222-8.222h1.153a.75.75 0 1 0 0-1.5Zm-3.75 1.5h1.087a7.528 7.528 0 0 1-6.712 6.712v-1.087a.75.75 0 1 0-1.5 0v1.087a7.528 7.528 0 0 1-6.713-6.712h1.088a.75.75 0 1 0 0-1.5H4.537a7.528 7.528 0 0 1 6.713-6.713v1.088a.75.75 0 1 0 1.5 0V4.537a7.528 7.528 0 0 1 6.712 6.713h-1.087a.75.75 0 1 0 0 1.5Z'/%3E%3Cpath d='M12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .legalDoc__accordion .accordion__body {
    border-top: 1px solid var(--legal-gray);
    font-size: 1.125rem;
}
#iub-legalDoc .legalDoc__accordion .body__details-box {
    background-color: var(--details-box-gray);
    border-radius: 10px;
    font-size: 1rem;
    padding: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .legalDoc__accordion .body__details-box ul {
    margin-top: 0;
    padding-left: 1.2rem;
}
#iub-legalDoc .legalDoc__accordion .body__details-box h5 + p {
    margin-top: 0;
}
#iub-legalDoc .legalDoc__accordion .body__details-box :last-child {
    margin-bottom: 0;
}
#iub-legalDoc .topbar {
    align-items: center;
    border-bottom: 1px solid var(--legal-gray);
    display: flex;
    gap: calc(var(--spacer) * 1.5);
    justify-content: space-between;
    padding: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .topbar > div {
    align-items: center;
    display: flex;
    gap: var(--spacer);
}
#iub-legalDoc .topbar > div p {
    font-size: 1.125rem;
    font-size: max(1.125rem, min(calc(1.0564rem + 0.2927vw), 1.3125rem));
    letter-spacing: 0.2px;
    margin: 0;
}
#iub-legalDoc .topbar .client-logo {
    align-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    height: 53px;
    justify-content: center;
    overflow: hidden;
    place-content: center;
    width: 53px;
}
#iub-legalDoc .topbar .language-picker {
    position: relative;
}
#iub-legalDoc .topbar .language-picker__btn {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    padding: 12px 15px;
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .topbar .language-picker__btn {
        padding: 12px 28px 12px 24px;
    }
    #iub-legalDoc .topbar .language-picker__btn:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%232E3D52' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m28.997 27-7-14-7 14M16.997 23h10M10.997 4v3M2.997 7h16M14.997 7a12 12 0 0 1-12 12'/%3E%3Cpath d='M7.685 11a12 12 0 0 0 11.312 8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(-.003)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        display: block;
        height: 32px;
        width: 32px;
    }
}
#iub-legalDoc .topbar .language-picker__btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none'%3E%3Cpath d='m4.497 6-4.5-6h9l-4.5 6Z' fill='%232E3D52'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 6px;
    width: 9px;
}
#iub-legalDoc .topbar .language-picker__submenu {
    background-color: var(--white);
    border: 1px solid var(--legal-gray);
    border-radius: 8px;
    left: 0;
    min-width: 100px;
    padding: calc(var(--spacer) * 0.5);
    position: absolute;
    top: 100%;
    width: 100%;
}
#iub-legalDoc .topbar .language-picker__submenu-item {
    margin-bottom: 0.5lh;
    margin-top: 0.5lh;
}
#iub-legalDoc .close-modal-btn {
    align-content: center;
    display: grid;
    justify-content: center;
    padding: 19px;
    place-content: center;
}
#iub-legalDoc .close-modal-btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath d='M16.105 0 18 1.897 1.895 18 0 16.106 16.105.001Z' fill='%232E3D52'/%3E%3Cpath d='M17.997 16.105 16.102 18-.003 1.895 1.892 0l16.105 16.105Z' fill='%232E3D52'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 18px;
    width: 18px;
}
#iub-legalDoc .main-header {
    border-bottom: 1px solid var(--legal-gray);
    padding: calc(var(--spacer) * 3.25) calc(var(--spacer) * 4)
    calc(var(--spacer) * 4);
    text-align: center;
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .main-header {
        padding: calc(var(--spacer) * 1.5);
    }
}
#iub-legalDoc .main-header h1,
#iub-legalDoc .main-header p {
    margin-bottom: 28px;
}
#iub-legalDoc .main-header p {
    text-wrap: balance;
    font-size: 1.25rem;
    font-size: max(1.25rem, min(calc(0.97461rem + 1.17188vw), 2rem));
}
#iub-legalDoc .main-header p.main-header__meta {
    color: var(--black-light);
    font-size: 1rem;
    font-size: max(1rem, min(calc(0.9541rem + 0.19531vw), 1.125rem));
    margin-bottom: 0;
}
#iub-legalDoc .aside-main-wrapper {
    border-bottom: 1px solid var(--legal-gray);
    padding: calc(var(--spacer) * 1.5);
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .aside-main-wrapper {
        grid-gap: 54px;
        display: grid;
        gap: 54px;
        grid-template-columns: 1fr 3.4fr;
        padding: calc(var(--spacer) * 4);
    }
}
#iub-legalDoc .table-of-content-btn-wrapper {
    background-color: var(--legal-gray-light);
    border-bottom: 1px solid var(--legal-gray);
    padding: calc(var(--spacer) * 1.5);
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 10;
}
#iub-legalDoc .table-of-content-btn-wrapper .table-of-content-toggle {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media screen and (max-width: 800px) {
    #iub-legalDoc .table-of-content-btn-wrapper {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #iub-legalDoc .table-of-content-btn-wrapper .table-of-content-toggle {
        font-size: 0.8rem;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}
#iub-legalDoc .table-of-content-btn-wrapper .table-of-content-toggle:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%232E3D52' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 6v20M27.5 6h-22a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    height: 32px;
    width: 33px;
}
#iub-legalDoc #table-of-content-wrapper[role="dialog"] {
    background-color: var(--white);
    padding: calc(var(--spacer) * 1.5);
}
@media screen and (max-width: 800px) {
    #iub-legalDoc #table-of-content-wrapper[role="dialog"] {
        padding-bottom: 60px;
    }
}
#iub-legalDoc .aside-main-wrapper aside h2 {
    color: var(--black-light);
    font-size: 1.625rem;
    font-size: max(1.625rem, min(calc(1.5332rem + 0.39063vw), 1.875rem));
    font-weight: 700;
    margin-bottom: calc(var(--spacer) * 2.25);
}
#iub-legalDoc .aside-main-wrapper aside .table-of-content-list {
    border-left: 1px solid var(--legal-gray);
    padding-left: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .aside-main-wrapper aside .table-of-content-list li {
    font-size: 1rem;
    margin-bottom: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .aside-main-wrapper aside .table-of-content-list li a {
    color: var(--black-light);
    font-size: 1rem;
    letter-spacing: 0.16px;
    text-decoration: none;
}
#iub-legalDoc .aside-main-wrapper aside .table-of-content-list li a:hover {
    color: var(--black);
    text-decoration: underline;
}
#iub-legalDoc .aside-main-wrapper main h2 {
    display: flex;
    gap: var(--spacer);
}
#iub-legalDoc .aside-main-wrapper main h2:before {
    aspect-ratio: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 48px;
    width: 48px;
}
#iub-legalDoc .main__section h3 {
    margin-bottom: var(--spacer);
}
#iub-legalDoc .main__section h3:not(:first-child) {
    margin-top: calc(var(--spacer) * 3);
}
#iub-legalDoc .main__section h3 + p {
    margin-top: var(--spacer);
}
#iub-legalDoc .main__section p {
    margin-bottom: 1lh;
    margin-top: 1lh;
}
#iub-legalDoc .main__section p:last-child {
    margin-bottom: 0;
}
#iub-legalDoc .main__section:not(:last-child):after {
    background-color: #0000001a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: calc(var(--spacer) * 4);
    margin-top: calc(var(--spacer) * 4);
    width: 80px;
}
#iub-legalDoc h2#summary:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 24h16.5M24 12h16.5M24 36h16.5M17.25 9l-6.506 6L7.5 12M17.25 21l-6.506 6L7.5 24M17.25 33l-6.506 6L7.5 36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .summary__cards-wrapper {
    grid-gap: calc(var(--spacer) * 2);
    display: grid;
    gap: calc(var(--spacer) * 2);
    grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
    #iub-legalDoc .summary__cards-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
#iub-legalDoc .summary__card {
    background-color: var(--white);
    border: 1px solid var(--legal-gray);
    border-radius: 16px;
    height: fit-content;
    overflow: clip;
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .summary__card {
        padding-bottom: 105px;
    }
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .summary__card:not(:last-of-type) {
        margin-bottom: calc(var(--spacer) * 2);
    }
}
#iub-legalDoc .summary__card[role="dialog"] {
    border-radius: 0;
}
#iub-legalDoc .summary__card footer,
#iub-legalDoc .summary__card header,
#iub-legalDoc .summary__card-section {
    margin: 0;
    padding: calc(var(--spacer) * 1.5);
}
#iub-legalDoc .summary__card header,
#iub-legalDoc .summary__card-section:not(:last-of-type) {
    border-bottom: 1px solid var(--legal-gray);
}
#iub-legalDoc .summary__card footer {
    background-color: var(--legal-gray-light);
    text-align: center;
}
#iub-legalDoc .summary__card header {
    display: flex;
    gap: 16px;
}
#iub-legalDoc .summary__card header h3 {
    text-wrap: balance;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: calc(var(--spacer) * 0.5);
}
#iub-legalDoc .summary__card header h3[\:has\(\%2Bp\%3Ea\)] {
    margin-bottom: 0;
}
#iub-legalDoc .summary__card header h3:has(+ p > a) {
    margin-bottom: 0;
}
#iub-legalDoc .summary__card header h3 + p {
    margin-top: 0;
}
#iub-legalDoc .summary__card header h3 + p > a {
    color: var(--black-light);
    font-weight: 700;
}
#iub-legalDoc .summary__card h4 {
    color: var(--black-light);
}
#iub-legalDoc .summary__card header p {
    color: var(--black-light);
    font-size: 1.125rem;
    margin-bottom: 0;
}
#iub-legalDoc .summary__card header:before {
    aspect-ratio: 1;
    content: "";
    display: block;
    height: 48px;
    width: 48px;
}
#iub-legalDoc .data-we-collect-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.75 40.5a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5ZM12.75 18a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5ZM35.25 31.5a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5Z'/%3E%3Cpath d='M30 27h-5.531a8.962 8.962 0 0 1-6.919-3.244L12.75 18v12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .data-you-give-to-us-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath d='M19 25a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z' stroke='%231CC691' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M6.963 32.389a13.5 13.5 0 0 1 24.075 0M28 5.5h9M32.5 1v9' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.775 16.169A18 18 0 1 1 21.831 1.225' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#iub-legalDoc .we-deliver-to-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M42 33.244V14.757a1.519 1.519 0 0 0-.769-1.313l-16.5-9.281a1.462 1.462 0 0 0-1.462 0l-16.5 9.281A1.519 1.519 0 0 0 6 14.757v18.487a1.519 1.519 0 0 0 .769 1.313l16.5 9.28a1.463 1.463 0 0 0 1.462 0l16.5-9.28A1.52 1.52 0 0 0 42 33.243Z'/%3E%3Cpath d='M33.188 28.594v-9.75L15 8.812'/%3E%3Cpath d='M41.794 13.988 24.169 24.001 6.206 13.988M24.169 24 24 44.025'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .subscriptions-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath d='M19 25a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z' stroke='%231CC691' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M6.963 32.387a13.5 13.5 0 0 1 24.075 0M28 5.5h9M32.5 1v9' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.775 16.169A18 18 0 1 1 21.831 1.225' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#iub-legalDoc .return-and-refund-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='33' fill='none'%3E%3Cpath d='m10 13.5-9 9 9 9M7 1.5h28.5A1.5 1.5 0 0 1 37 3v22.5' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.938 9A18.019 18.019 0 0 1 11.5 22.5H1' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#iub-legalDoc .best-price-guarantee-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 19.5h9V39H6a1.5 1.5 0 0 1-1.5-1.5V21A1.5 1.5 0 0 1 6 19.5ZM15 19.5l7.5-15a6 6 0 0 1 6 6V15h11.606a2.98 2.98 0 0 1 2.963 3.375l-2.25 18A3 3 0 0 1 37.856 39H15'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc ul.pills-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacer) * 0.5);
}
#iub-legalDoc .pill {
    background-color: var(--pills-gray);
    border-radius: calc(var(--spacer) * 1.25);
    color: var(--black);
    font-size: 1rem;
    padding: calc(var(--spacer) * 0.5) calc(var(--spacer) * 1.25);
}
#iub-legalDoc .third-parties-section ul {
    display: flex;
}
#iub-legalDoc .third-parties-item {
    align-content: center;
    aspect-ratio: 1;
    background-color: var(--white);
    border: 1px solid var(--legal-gray);
    border-radius: 50%;
    box-sizing: border-box;
    display: grid;
    flex: 0 0 72px;
    height: 72px;
    justify-content: center;
    place-content: center;
    width: 72px;
}
#iub-legalDoc .third-parties-item:not(:first-of-type) {
    margin-left: -16px;
}
#iub-legalDoc .third-parties-item img {
    display: block;
    height: 32px;
    object-fit: contain;
    width: 32px;
}
#iub-legalDoc .how-we-use-section {
    color: var(--black-light);
    font-size: 1rem;
}
#iub-legalDoc .how-we-use-section a {
    color: var(--black-light);
}
#iub-legalDoc .summary__card footer button {
    align-items: center;
    display: flex;
    font-size: 1rem;
    gap: 10px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#iub-legalDoc .summary__card footer button:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%232E3D52' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 8H10a8 8 0 1 0 0 16h12a8 8 0 1 0 0-16Z'/%3E%3Cpath d='M10 20a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    height: 32px;
    width: 32px;
}
#iub-legalDoc .summary__card footer button + button {
    margin-top: 10px;
}
#iub-legalDoc h2#owner-and-data-controller:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18Z'/%3E%3Cpath d='M24 30a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z'/%3E%3Cpath d='M11.963 37.389a13.5 13.5 0 0 1 24.075 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .section__owner-and-data-controller p {
    margin-bottom: 1lh;
}
#iub-legalDoc .section__owner-and-data-controller p span {
    display: block;
}
#iub-legalDoc h2#types-of-data:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15v-4.5A1.5 1.5 0 0 1 7.5 9h9.881a1.482 1.482 0 0 1 1.05.431L24 15M42 30.75H28.5V39H42v-8.25Z'/%3E%3Cpath d='M21.113 39H7.386A1.388 1.388 0 0 1 6 37.612V15h34.5a1.5 1.5 0 0 1 1.5 1.5v3'/%3E%3Cpath d='M31.5 30.75V28.5a3.75 3.75 0 0 1 7.5 0v2.25'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#mode-and-place:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 30h24a1.5 1.5 0 0 0 1.5-1.5V9A1.5 1.5 0 0 0 39 7.5H18A1.5 1.5 0 0 0 16.5 9v1.5'/%3E%3Cpath d='M19.5 25.5 15 30l4.5 4.5'/%3E%3Cpath d='M33 18H9a1.5 1.5 0 0 0-1.5 1.5V39A1.5 1.5 0 0 0 9 40.5h21a1.5 1.5 0 0 0 1.5-1.5v-1.5'/%3E%3Cpath d='M28.5 22.5 33 18l-4.5-4.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#purpose-of-processing:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 24 42 6M36.731 11.271a18.037 18.037 0 1 0 3.506 4.969'/%3E%3Cpath d='M30.356 17.645a8.98 8.98 0 1 0 2.625 5.85'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#fb-permission:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6 6 14.059 6 24s8.059 18 18 18Z'/%3E%3Cpath d='M31.5 16.5h-3A4.484 4.484 0 0 0 24 21v21M18 27h12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#detailed-info-on-processing:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M35.25 36.75a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z'/%3E%3Cpath d='M29.438 41.246a6 6 0 0 1 11.625 0M6 15v-4.5A1.5 1.5 0 0 1 7.5 9h9.881a1.482 1.482 0 0 1 1.05.431L24 15'/%3E%3Cpath d='M22.613 39H7.386A1.388 1.388 0 0 1 6 37.612V15h34.5a1.5 1.5 0 0 1 1.5 1.5v6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#info-on-opt-out:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32.625 16.125 40.5 24l-7.875 7.875M19.5 24h21M19.5 40.5H9A1.5 1.5 0 0 1 7.5 39V9A1.5 1.5 0 0 1 9 7.5h10.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#further-info-on-processing:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 27a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM28.5 15h18M28.5 24h18M33 33h13.5'/%3E%3Cpath d='M3.375 36a12 12 0 0 1 23.25 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#cookie-policy:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.011 10.182A16.985 16.985 0 0 0 24 6.937c-9.423 0-17.063 7.64-17.063 17.063 0 9.423 7.64 17.063 17.063 17.063 9.423 0 17.063-7.64 17.063-17.063 0-.325-.01-.648-.028-.968a4.688 4.688 0 0 1-4.365-7.361 5.249 5.249 0 0 1-2.659-5.49Z'/%3E%3C/mask%3E%3Cpath d='m34.011 10.182 1.48.25.154-.918-.753-.546-.88 1.214Zm7.024 12.85 1.498-.084-.089-1.586-1.578.18.17 1.49Zm-4.364-7.361 1.224.866.972-1.374-1.476-.808-.72 1.316Zm-1.779-6.703A18.485 18.485 0 0 0 24 5.438v3c3.413 0 6.566 1.097 9.13 2.958l1.762-2.428ZM24 5.438C13.748 5.438 5.437 13.748 5.437 24h3c0-8.595 6.968-15.563 15.563-15.563v-3ZM5.437 24c0 10.252 8.311 18.563 18.563 18.563v-3c-8.595 0-15.563-6.968-15.563-15.563h-3ZM24 42.563c10.252 0 18.563-8.311 18.563-18.563h-3c0 8.595-6.968 15.563-15.563 15.563v3ZM42.563 24c0-.353-.01-.703-.03-1.052l-2.995.168c.016.292.025.587.025.884h3Zm-1.697-2.458c-.12.013-.242.02-.366.02v3c.238 0 .473-.013.705-.04l-.339-2.98Zm-.366.02a3.188 3.188 0 0 1-3.188-3.187h-3a6.187 6.187 0 0 0 6.188 6.188v-3Zm-3.188-3.187c0-.687.216-1.319.583-1.838l-2.449-1.732a6.166 6.166 0 0 0-1.133 3.57h3Zm.079-4.02a3.75 3.75 0 0 1-1.953-3.293h-3a6.749 6.749 0 0 0 3.512 5.925l1.44-2.632Zm-1.953-3.293c0-.216.018-.426.052-.63l-2.958-.5a6.793 6.793 0 0 0-.094 1.13h3Z' fill='%231CC691' mask='url(%23b)'/%3E%3Cpath d='m28.125 21.938-5.503 5.25-2.747-2.625' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#further-info-br-users:before,
#iub-legalDoc h2#further-info-ch-users:before,
#iub-legalDoc h2#further-info-eu-users:before,
#iub-legalDoc h2#further-info-us-users:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5'%3E%3Cpath d='M7.5 21.506V10.5A1.5 1.5 0 0 1 9 9h30a1.5 1.5 0 0 1 1.5 1.5v11.006c0 15.75-13.369 20.963-16.031 21.844a1.35 1.35 0 0 1-.938 0C20.87 42.469 7.5 37.256 7.5 21.506Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 33a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z' stroke-miterlimit='10'/%3E%3Cpath d='M15 24h18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 32.755c2.071 0 3.75-3.92 3.75-8.757 0-4.835-1.679-8.756-3.75-8.756-2.071 0-3.75 3.92-3.75 8.756s1.679 8.757 3.75 8.757Z' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#additional-info-on-collection-and-processing:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M37.5 42h-27A1.5 1.5 0 0 1 9 40.5v-33A1.5 1.5 0 0 1 10.5 6h18L39 16.5v24a1.5 1.5 0 0 1-1.5 1.5Z'/%3E%3Cpath d='M28.5 6v10.5H39M19.5 28.5h9M24 24v9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#definitions:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M33 6v18l-6-4.5-6 4.5V6'/%3E%3Cpath d='M9 40.5a4.481 4.481 0 0 1 4.5-4.5H39V6H13.5A4.481 4.481 0 0 0 9 10.5v30ZM9 40.5V42h27'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .pre-footer {
    background-color: var(--legal-gray-light);
    border-bottom: 1px solid var(--legal-gray);
    box-shadow: 1400px 0 0 var(--legal-gray-light),
    -1400px 0 0 var(--legal-gray-light);
    padding: calc(var(--spacer) * 1.5);
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .pre-footer {
        padding: calc(var(--spacer) * 4);
        padding-top: calc(var(--spacer) * 2.5);
    }
}
#iub-legalDoc .pre-footer h2 {
    font-size: 1.75rem;
    font-size: max(1.75rem, min(calc(1.29102rem + 1.95313vw), 3rem));
    margin-bottom: calc(var(--spacer) * 2.5);
}
#iub-legalDoc .pre-footer .summary__card header {
    align-items: center;
}
#iub-legalDoc .pre-footer .summary__card header h3 {
    margin-bottom: 0;
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .pre-footer .summary__cards-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
#iub-legalDoc .what-you-can-do-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 21.506V10.5A1.5 1.5 0 0 1 9 9h30a1.5 1.5 0 0 1 1.5 1.5v11.006c0 15.75-13.369 20.963-16.031 21.844a1.35 1.35 0 0 1-.938 0C20.87 42.469 7.5 37.256 7.5 21.506ZM7.612 24h32.775M24 9v34.425'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .in-case-of-issues-card header:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 40.5 20.644 7.013A1.538 1.538 0 0 1 22.069 6h3.862a1.537 1.537 0 0 1 1.425 1.013L39 40.5M43.5 40.5h-39M31.18 18H16.819M35.344 30H12.656'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .pre-footer .summary__card h4 {
    color: var(--black-dark);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: calc(var(--spacer) * 1.25);
}
#iub-legalDoc .pre-footer .summary__card h4:not(:first-child) {
    margin-top: calc(var(--spacer) * 2.5);
}
#iub-legalDoc .pre-footer .summary__card.in-case-of-issues-card .cta-section {
    text-align: center;
}
#iub-legalDoc
.pre-footer
.summary__card.in-case-of-issues-card
.cta-section
.btn {
    align-items: center;
    display: flex;
    font-size: 1rem;
    gap: 10px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
#iub-legalDoc
.pre-footer
.summary__card.in-case-of-issues-card
.cta-section
.btn:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%232E3D52' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 7h24v17a1 1 0 0 1-1 1h-22a1 1 0 0 1-1-1V7Z'/%3E%3Cpath d='m28.5 7-12 11-12-11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    display: block;
    height: 32px;
    width: 32px;
}
#iub-legalDoc .container > footer {
    background-color: var(--legal-gray-light);
    box-shadow: 1400px 0 0 var(--legal-gray-light),
    -1400px 0 0 var(--legal-gray-light);
    color: var(--black-dark);
    font-size: 1.125rem;
}
@media screen and (min-width: 1400px) {
    #iub-legalDoc .container > footer {
        box-shadow: 0 0 0 100vmax var(--legal-gray-light);
        clip-path: inset(0 -100vmax);
    }
}
#iub-legalDoc .footer__first-row {
    border-bottom: 1px solid var(--legal-gray);
    display: grid;
    grid-template-columns: 1fr;
    padding: calc(var(--spacer) * 1.5);
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .footer__first-row div:first-child {
        border-bottom: 1px solid var(--legal-gray);
        margin-bottom: calc(var(--spacer) * 3.25);
        padding-bottom: calc(var(--spacer) * 3.25);
    }
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .footer__first-row {
        gap: calc(var(--spacer) * 8);
        grid-template-columns: 1fr 1fr;
        padding: calc(var(--spacer) * 4);
        position: relative;
    }
    #iub-legalDoc .footer__first-row:after {
        background-color: var(--legal-gray);
        content: "";
        display: block;
        height: calc(100% - var(--spacer) * 8);
        left: 50%;
        position: absolute;
        top: calc(var(--spacer) * 4);
        width: 1px;
    }
}
#iub-legalDoc .container > footer h3 {
    color: var(--black-dark);
    font-size: 1.5rem;
    margin-bottom: var(--spacer);
}
#iub-legalDoc .footer__credits {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacer) * 2);
    justify-content: space-between;
    padding: calc(var(--spacer) * 1.5) calc(var(--spacer) * 2);
}
@media screen and (max-width: 420px) {
    #iub-legalDoc .footer__credits {
        align-items: center;
    }
}
@media screen and (max-width: 959px) {
    #iub-legalDoc .container > footer {
        padding-bottom: 104px;
    }
    #iub-legalDoc .footer__credits {
        background-color: var(--legal-gray-light);
        border-top: 1px solid var(--legal-gray);
        bottom: 0;
        font-size: 0.8rem;
        left: 0;
        padding-bottom: 16px;
        padding-top: 16px;
        position: fixed;
        width: 100%;
        z-index: 30;
    }
}
#iub-legalDoc .footer__credits p {
    align-items: center;
    display: flex;
    gap: 10px;
}
#iub-legalDoc .footer__credits p:last-child:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath d='M4.071 9.5h10.215' stroke='%234D567A' stroke-width='2.357' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m9.571 4 5.5 5.5-5.5 5.5' stroke='%234D567A' stroke-width='2.357' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    height: 19px;
    width: 19px;
}
#iub-legalDoc [role="dialog"] {
    bottom: 0;
    height: auto;
    left: 0;
    overflow: auto;
    padding-top: 98px !important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}
#iub-legalDoc .close-dialog {
    align-items: center;
    background-color: var(--legal-gray-light);
    border-radius: 0;
    display: flex;
    font-size: 1rem;
    gap: 10px;
    left: 0;
    padding: calc(var(--spacer) * 1.5);
    position: fixed;
    top: 0;
    width: 100%;
}
#iub-legalDoc .close-dialog:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath d='M14.929 9.5H4.714' stroke='%234D567A' stroke-width='2.357' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m9.429 15-5.5-5.5 5.5-5.5' stroke='%234D567A' stroke-width='2.357' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    height: 19px;
    width: 19px;
}
@media screen and (min-width: 960px) {
    #iub-legalDoc .close-dialog {
        display: none !important;
    }
}
#iub-legalDoc .card-buttons-group {
    display: flex;
    flex-direction: column;
}
#iub-legalDoc .card-buttons-group .card-button {
    align-items: center;
    border-radius: 0;
    color: var(--black-dark);
    display: flex;
    font-size: 1.125rem;
    gap: var(--spacer);
    padding: var(--spacer);
    position: relative;
    text-align: left;
}
#iub-legalDoc .card-buttons-group .card-button:first-child {
    border-radius: 12px 12px 0 0;
}
#iub-legalDoc .card-buttons-group .card-button:last-child {
    border-radius: 0 0 12px 12px;
}
#iub-legalDoc .card-buttons-group .card-button:not(:last-child) {
    border-bottom: 0;
}
#iub-legalDoc .card-buttons-group .card-button:hover {
    border-color: var(--legal-gray);
}
#iub-legalDoc .card-buttons-group .card-button:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none'%3E%3Cpath d='M4.07 10h10.215' stroke='%231CC691' stroke-width='2.357' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m9.57 4.5 5.5 5.5-5.5 5.5' stroke='%231CC691' stroke-width='2.357' stroke-linecap='round'/%3E%3C/svg%3E");
    display: block;
    height: 20px;
    position: absolute;
    right: var(--spacer);
    top: calc(50% - 10px);
    width: 19px;
}
#iub-legalDoc .card-buttons-group .card-button:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    display: block;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
}
#iub-legalDoc
.card-buttons-group
.card-button[aria-controls="data-we-collect-card"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.75 40.5a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5ZM12.75 18a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5ZM35.25 31.5a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5Z'/%3E%3Cpath d='M30 27h-5.531a8.962 8.962 0 0 1-6.919-3.244L12.75 18v12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc
.card-buttons-group
.card-button[aria-controls="data-you-give-to-us-card"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath d='M19 25a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z' stroke='%231CC691' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M6.963 32.389a13.5 13.5 0 0 1 24.075 0M28 5.5h9M32.5 1v9' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.775 16.169A18 18 0 1 1 21.831 1.225' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#iub-legalDoc
.card-buttons-group
.card-button[aria-controls="what-you-can-do-card"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 21.506V10.5A1.5 1.5 0 0 1 9 9h30a1.5 1.5 0 0 1 1.5 1.5v11.006c0 15.75-13.369 20.963-16.031 21.844a1.35 1.35 0 0 1-.938 0C20.87 42.469 7.5 37.256 7.5 21.506ZM7.613 24h32.775M24 9v34.425'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc
.card-buttons-group
.card-button[aria-controls="in-case-of-issues-card"]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 40.5 20.644 7.013A1.538 1.538 0 0 1 22.069 6h3.862a1.537 1.537 0 0 1 1.425 1.013L39 40.5M43.5 40.5h-39M31.18 18H16.819M35.344 30H12.656'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#introduction:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5'%3E%3Cpath d='M37.5 6h-27A1.5 1.5 0 0 0 9 7.5v33a1.5 1.5 0 0 0 1.5 1.5h27a1.5 1.5 0 0 0 1.5-1.5v-33A1.5 1.5 0 0 0 37.5 6Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.25 14.25a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM17.25 33.75a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM17.25 24a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z' fill='%231CC691'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#trackers-usage:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 24h16.5M24 12h16.5M24 36h16.5M17.25 9l-6.506 6L7.5 12M17.25 21l-6.506 6L7.5 24M17.25 33l-6.506 6L7.5 36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#at-a-glance:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 21.506V10.5A1.5 1.5 0 0 1 9 9h30a1.5 1.5 0 0 1 1.5 1.5v11.006c0 15.75-13.369 20.963-16.031 21.844a1.35 1.35 0 0 1-.938 0C20.87 42.469 7.5 37.256 7.5 21.506ZM7.612 24h32.776M24 9v34.425'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#terms-of-use:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M45.131 22.837 40.5 25.143l-6-11.475 4.688-2.343a1.481 1.481 0 0 1 1.987.637l4.613 8.831a1.5 1.5 0 0 1-.657 2.044ZM7.5 24.957l-4.631-2.325a1.48 1.48 0 0 1-.657-2.025l4.613-8.832a1.5 1.5 0 0 1 1.987-.656l4.688 2.344-6 11.494Z'/%3E%3Cpath d='m40.5 25.144-3 3.525-6.9 6.9a1.595 1.595 0 0 1-1.425.393L18.3 33.244a1.501 1.501 0 0 1-.544-.282L7.5 24.956'/%3E%3Cpath d='m37.5 28.669-8.25-6-2.4 1.8a6.02 6.02 0 0 1-7.2 0l-1.012-.769a1.52 1.52 0 0 1-.17-2.268l7.35-7.332a1.481 1.481 0 0 1 1.05-.431H34.5'/%3E%3Cpath d='m13.613 13.462 9.618-2.812a1.5 1.5 0 0 1 1.031.075l6.488 2.944M21 39.919l-5.644-1.425a1.387 1.387 0 0 1-.618-.319L10.5 34.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#how-it-works:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 21h12M21 27h12M39 7.5H9A1.5 1.5 0 0 0 7.5 9v30A1.5 1.5 0 0 0 9 40.5h30a1.5 1.5 0 0 0 1.5-1.5V9A1.5 1.5 0 0 0 39 7.5ZM15 7.5v33'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#sale-tc:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 26.176V39a1.5 1.5 0 0 0 1.5 1.5h27A1.5 1.5 0 0 0 39 39V26.176M10.125 7.5h27.75a1.519 1.519 0 0 1 1.444 1.088L42 18H6l2.681-9.412A1.519 1.519 0 0 1 10.125 7.5Z'/%3E%3Cpath d='M18 18v3a6 6 0 1 1-12 0v-3M30 18v3a6 6 0 1 1-12 0v-3M42 18v3a6 6 0 1 1-12 0v-3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#user-rights:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 27a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15ZM28.5 15h18M28.5 24h18M33 33h13.5'/%3E%3Cpath d='M3.375 36a12 12 0 0 1 23.25 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#guarantees:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 21.506V10.5A1.5 1.5 0 0 1 9 9h30a1.5 1.5 0 0 1 1.5 1.5v11.006c0 15.75-13.369 20.963-16.031 21.844a1.35 1.35 0 0 1-.938 0C20.87 42.469 7.5 37.256 7.5 21.506ZM24 18v7.5M16.875 23.175 24 25.5M19.594 31.575 24 25.5M28.406 31.575 24 25.5M31.125 23.175 24 25.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#liability-and-indemnification:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 18h39L24 6 4.5 18ZM10.5 18v15M19.5 18v15M28.5 18v15M37.5 18v15M6 33h36M3 39h42'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#common-provisions:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 10.5h36V36a1.5 1.5 0 0 1-1.5 1.5h-33A1.5 1.5 0 0 1 6 36V10.5ZM6 19.5h36M6 28.5h36M16.5 19.5v18'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc h2#dispute-resolution:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 40.5V9M7.5 31.5c12-9 21 9 33 0V9c-12 9-21-9-33 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .table-wrapper {
    border: 1px solid var(--legal-gray);
    border-radius: 12px;
    margin-bottom: calc(var(--spacer) * 2);
    margin-top: var(--spacer);
    overflow: clip;
}
#iub-legalDoc .trackers-duration-table {
    border: 1px solid #0000;
    border-collapse: collapse;
    font-size: 1rem;
    width: 100%;
}
#iub-legalDoc .trackers-duration-table td {
    padding: var(--spacer);
    width: 50%;
}
#iub-legalDoc .trackers-duration-table tr:not(:last-child) td {
    border-bottom: 1px solid var(--legal-gray);
}
#iub-legalDoc .trackers-duration-table td:first-child {
    background-color: var(--legal-gray-light);
    border-right: 1px solid var(--legal-gray);
    font-weight: 700;
}
#iub-legalDoc h2#manage-preferences:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cg clip-path='url(%23a)' stroke='%231CC691' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M33 12H15C8.373 12 3 17.373 3 24s5.373 12 12 12h18c6.627 0 12-5.373 12-12s-5.373-12-12-12Z'/%3E%3Cpath d='M15 30a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h48v48H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#iub-legalDoc .legalDoc-alert {
    grid-gap: 10px;
    border: 1px solid var(--legal-gray);
    border-radius: 8px;
    box-shadow: inset 6px 0 0 0 #008eff1a, 0 5px 2px -3px #0000000d;
    display: grid;
    gap: 10px;
    grid-template-columns: 48px 1fr;
    padding: var(--spacer);
}
#iub-legalDoc .summary__card[\:has\(\.iub-legalDoc__tabs\)] header {
    border-bottom: none;
}
#iub-legalDoc .summary__card:has(.iub-legalDoc__tabs) header {
    border-bottom: none;
}
#iub-legalDoc .summary__card-section[\:has\(\.iub-legalDoc__tabs\)] {
    padding-top: 0;
}
#iub-legalDoc .summary__card-section:has(.iub-legalDoc__tabs) {
    padding-top: 0;
}
#iub-legalDoc .iub-legalDoc__tabs {
    border-bottom: 1px solid var(--legal-gray);
    margin-bottom: calc(var(--spacer) * 1.5);
    margin-left: calc(var(--spacer) * -1.5);
    margin-right: calc(var(--spacer) * -1.5);
    padding-left: calc(var(--spacer) * 3);
    padding-right: calc(var(--spacer) * 3);
    text-align: center;
}
#iub-legalDoc .iub-legalDoc__tabs > button {
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 0 var(--legal-gray);
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: calc(var(--spacer) * 0.5);
    margin-right: calc(var(--spacer) * 0.5);
    padding-bottom: calc(var(--spacer) * 0.5);
    padding-left: var(--spacer);
    padding-right: var(--spacer);
    padding-top: 0;
}
#iub-legalDoc .iub-legalDoc__tabs > button[aria-selected="true"] {
    box-shadow: inset 0 -2px 0 0 var(--green);
    font-weight: 700;
}
#iub-legalDoc [role="dialog"].hidden {
    display: none;
    translate: 100vw 0;
}
#iub-legalDoc [role="dialog"] {
    transition-behavior: allow-discrete;
    display: block;
    transition-duration: 0.5s;
    transition-property: display, translate;
    transition-timing-function: ease;
    translate: 0 0;
}
@starting-style {
    #iub-legalDoc [role="dialog"] {
        translate: 100vw 0;
    }
}
