/*! CSS Used from: Embedded */
:root {
    --surface-a: #ffffff;
    --surface-b: #fafafa;
    --surface-c: rgba(0, 0, 0, .04);
    --surface-d: rgba(0, 0, 0, .12);
    --surface-e: #ffffff;
    --surface-f: #ffffff;
    --text-color: rgba(0, 0, 0, .87);
    --text-color-secondary: rgba(0, 0, 0, .6);
    --primary-color: #06c;
    --primary-menu-text-color: #06c;
    --primary-lightest-color: #E8EAF6;
    --primary-color-text: #ffffff;
    --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.p-checkbox .p-checkbox-box.p-highlight {
    background-color: #de0081!important;
    border-color: #de0081!important;
}

.checkbox{
    min-width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

:root {
    --blue-50: #f4fafe;
    --blue-100: #cae6fc;
    --blue-200: #a0d2fa;
    --blue-300: #75bef8;
    --blue-400: #4baaf5;
    --blue-500: #2196f3;
    --blue-600: #1c80cf;
    --blue-700: #1769aa;
    --blue-800: #125386;
    --blue-900: #0d3c61;
    --green-50: #f7faf5;
    --green-100: #dbe8cf;
    --green-200: #bed6a9;
    --green-300: #a1c384;
    --green-400: #85b15e;
    --green-500: #689f38;
    --green-600: #588730;
    --green-700: #496f27;
    --green-800: #39571f;
    --green-900: #2a4016;
    --yellow-50: #fffcf5;
    --yellow-100: #fef0cd;
    --yellow-200: #fde4a5;
    --yellow-300: #fdd87d;
    --yellow-400: #fccc55;
    --yellow-500: #fbc02d;
    --yellow-600: #d5a326;
    --yellow-700: #b08620;
    --yellow-800: #8a6a19;
    --yellow-900: #644d12;
    --cyan-50: #f2fcfd;
    --cyan-100: #c2eff5;
    --cyan-200: #91e2ed;
    --cyan-300: #61d5e4;
    --cyan-400: #30c9dc;
    --cyan-500: #00bcd4;
    --cyan-600: #00a0b4;
    --cyan-700: #008494;
    --cyan-800: #006775;
    --cyan-900: #004b55;
    --pink-50: #fef4f7;
    --pink-100: #fac9da;
    --pink-200: #f69ebc;
    --pink-300: #f1749e;
    --pink-400: #ed4981;
    --pink-500: #e91e63;
    --pink-600: #c61a54;
    --pink-700: #a31545;
    --pink-800: #801136;
    --pink-900: #5d0c28;
    --indigo-50: #f6f7fc;
    --indigo-100: #d5d9ef;
    --indigo-200: #b3bae2;
    --indigo-300: #919cd5;
    --indigo-400: #707dc8;
    --indigo-500: #4e5fbb;
    --indigo-600: #42519f;
    --indigo-700: #374383;
    --indigo-800: #2b3467;
    --indigo-900: #1f264b;
    --teal-50: #f2faf9;
    --teal-100: #c2e6e2;
    --teal-200: #91d2cc;
    --teal-300: #61beb5;
    --teal-400: #30aa9f;
    --teal-500: #009688;
    --teal-600: #008074;
    --teal-700: #00695f;
    --teal-800: #00534b;
    --teal-900: #003c36;
    --orange-50: #fffaf2;
    --orange-100: #ffe6c2;
    --orange-200: #ffd391;
    --orange-300: #ffbf61;
    --orange-400: #ffac30;
    --orange-500: #ff9800;
    --orange-600: #d98100;
    --orange-700: #b36a00;
    --orange-800: #8c5400;
    --orange-900: #663d00;
    --bluegray-50: #f7f9f9;
    --bluegray-100: #d9e0e3;
    --bluegray-200: #bbc7cd;
    --bluegray-300: #9caeb7;
    --bluegray-400: #7e96a1;
    --bluegray-500: #607d8b;
    --bluegray-600: #526a76;
    --bluegray-700: #435861;
    --bluegray-800: #35454c;
    --bluegray-900: #263238;
    --purple-50: #faf4fb;
    --purple-100: #e7cbec;
    --purple-200: #d4a2dd;
    --purple-300: #c279ce;
    --purple-400: #af50bf;
    --purple-500: #9c27b0;
    --purple-600: #852196;
    --purple-700: #6d1b7b;
    --purple-800: #561561;
    --purple-900: #3e1046;
}

* {
    font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

/*! CSS Used from: https://www.reglomobile.fr/styles.d7204d63e46fb9ad.css ; media=all */
@media all {

    .p-component,
    .p-component * {
        box-sizing: border-box;
    }

    .p-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .p-hidden-accessible input {
        transform: scale(0);
    }

    button {
        border-radius: 0;
    }

    .p-checkbox {
        display: inline-flex;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: bottom;
        position: relative;
    }

    .p-checkbox-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    p-checkbox {
        display: inline-flex;
        vertical-align: bottom;
        align-items: center;
    }

    .p-inputtext {
        margin: 0;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        margin-right: -.5rem;
        margin-left: -.5rem;
        margin-top: -.5rem;
    }

    .grid>[class*=col] {
        box-sizing: border-box;
    }

    .col-12 {
        flex: 0 0 auto;
        padding: .5rem;
        width: 100%;
    }

    @media screen and (min-width: 768px) {
        .md\:col-6 {
            flex: 0 0 auto;
            padding: .5rem;
            width: 50%;
        }
    }

    .field {
        margin-bottom: 1rem;
    }

    .field>label {
        display: inline-block;
        margin-bottom: .5rem;
    }

    .font-medium {
        font-weight: 500 !important;
    }

    @media screen and (min-width: 768px) {
        .md\:pr-6 {
            padding-right: 3rem !important;
        }

        .md\:pl-6 {
            padding-left: 3rem !important;
        }
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    :root {
        --surface-a: #ffffff;
        --surface-b: #fafafa;
        --surface-c: rgba(0, 0, 0, .04);
        --surface-d: rgba(0, 0, 0, .12);
        --surface-e: #ffffff;
        --surface-f: #ffffff;
        --text-color: rgba(0, 0, 0, .87);
        --text-color-secondary: rgba(0, 0, 0, .6);
        --primary-color: #06c;
        --primary-menu-text-color: #06c;
        --primary-lightest-color: #E8EAF6;
        --primary-color-text: #ffffff;
        --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    }

    * {
        box-sizing: border-box;
    }

    .p-component {
        font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

    .p-component:disabled {
        opacity: .38;
    }

    :root {
        --blue-50: #f4fafe;
        --blue-100: #cae6fc;
        --blue-200: #a0d2fa;
        --blue-300: #75bef8;
        --blue-400: #4baaf5;
        --blue-500: #2196f3;
        --blue-600: #1c80cf;
        --blue-700: #1769aa;
        --blue-800: #125386;
        --blue-900: #0d3c61;
        --green-50: #f7faf5;
        --green-100: #dbe8cf;
        --green-200: #bed6a9;
        --green-300: #a1c384;
        --green-400: #85b15e;
        --green-500: #689f38;
        --green-600: #588730;
        --green-700: #496f27;
        --green-800: #39571f;
        --green-900: #2a4016;
        --yellow-50: #fffcf5;
        --yellow-100: #fef0cd;
        --yellow-200: #fde4a5;
        --yellow-300: #fdd87d;
        --yellow-400: #fccc55;
        --yellow-500: #fbc02d;
        --yellow-600: #d5a326;
        --yellow-700: #b08620;
        --yellow-800: #8a6a19;
        --yellow-900: #644d12;
        --cyan-50: #f2fcfd;
        --cyan-100: #c2eff5;
        --cyan-200: #91e2ed;
        --cyan-300: #61d5e4;
        --cyan-400: #30c9dc;
        --cyan-500: #00bcd4;
        --cyan-600: #00a0b4;
        --cyan-700: #008494;
        --cyan-800: #006775;
        --cyan-900: #004b55;
        --pink-50: #fef4f7;
        --pink-100: #fac9da;
        --pink-200: #f69ebc;
        --pink-300: #f1749e;
        --pink-400: #ed4981;
        --pink-500: #e91e63;
        --pink-600: #c61a54;
        --pink-700: #a31545;
        --pink-800: #801136;
        --pink-900: #5d0c28;
        --indigo-50: #f6f7fc;
        --indigo-100: #d5d9ef;
        --indigo-200: #b3bae2;
        --indigo-300: #919cd5;
        --indigo-400: #707dc8;
        --indigo-500: #4e5fbb;
        --indigo-600: #42519f;
        --indigo-700: #374383;
        --indigo-800: #2b3467;
        --indigo-900: #1f264b;
        --teal-50: #f2faf9;
        --teal-100: #c2e6e2;
        --teal-200: #91d2cc;
        --teal-300: #61beb5;
        --teal-400: #30aa9f;
        --teal-500: #009688;
        --teal-600: #008074;
        --teal-700: #00695f;
        --teal-800: #00534b;
        --teal-900: #003c36;
        --orange-50: #fffaf2;
        --orange-100: #ffe6c2;
        --orange-200: #ffd391;
        --orange-300: #ffbf61;
        --orange-400: #ffac30;
        --orange-500: #ff9800;
        --orange-600: #d98100;
        --orange-700: #b36a00;
        --orange-800: #8c5400;
        --orange-900: #663d00;
        --bluegray-50: #f7f9f9;
        --bluegray-100: #d9e0e3;
        --bluegray-200: #bbc7cd;
        --bluegray-300: #9caeb7;
        --bluegray-400: #7e96a1;
        --bluegray-500: #607d8b;
        --bluegray-600: #526a76;
        --bluegray-700: #435861;
        --bluegray-800: #35454c;
        --bluegray-900: #263238;
        --purple-50: #faf4fb;
        --purple-100: #e7cbec;
        --purple-200: #d4a2dd;
        --purple-300: #c279ce;
        --purple-400: #af50bf;
        --purple-500: #9c27b0;
        --purple-600: #852196;
        --purple-700: #6d1b7b;
        --purple-800: #561561;
        --purple-900: #3e1046;
    }

    .p-checkbox {
        width: 18px;
        height: 18px;
    }

    .p-checkbox .p-checkbox-box {
        border: 2px solid #757575;
        background: #fafbfc;
        width: 18px;
        height: 18px;
        color: #000000de;
        border-radius: 25px;
        transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s, background-size .2s cubic-bezier(.64, .09, .08, 1);
    }

    .p-checkbox .p-checkbox-box .p-checkbox-icon {
        transition-duration: .2s;
        color: #fff;
        font-size: 14px;
    }

    .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
        border-color: #000000de;
    }

    .p-inputtext {
        font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
        font-size: 1rem;
        color: #000000de;
        background: #fafbfc;
        padding: .3rem;
        border: 1px solid rgba(0, 0, 0, .38);
        transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s, background-size .2s cubic-bezier(.64, .09, .08, 1);
        -webkit-appearance: none;
        appearance: none;
        border-radius: 25px;
    }

    .p-inputtext:enabled:hover {
        border-color: #000000de;
    }

    .p-inputtext:enabled:focus {
        outline: 0 none;
        outline-offset: 0;
        box-shadow: none;
        border-color: #06c;
    }

    .p-checkbox {
        border-radius: 50%;
        transition: box-shadow .2s;
    }

    .p-checkbox .p-checkbox-box {
        border-color: #757575;
        border-radius: 2px;
        position: relative;
    }

    .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
        border-color: #757575;
    }

    .p-checkbox:not(.p-checkbox-disabled):hover {
        box-shadow: 0 0 1px 10px #0000000a;
    }

    .p-inputtext:enabled:focus {
        box-shadow: inset 0 0 0 1px #06c, inset 0 0 0 1px #06c, inset 0 0 0 1px #06c, inset 0 0 0 1px #06c;
    }

    .p-inputtext {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #efefef;
    }

    .p-inputtext:enabled:focus {
        box-shadow: none;
    }

    * {
        font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    }

    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        position: relative;
    }

    .icon {
        width: 2em;
        height: 2em;
        display: inline-block;
        background-color: #555;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .icon.icon-euro {
        -webkit-mask-image: url(../images/icon-euro.svg);
        mask-image: url(../images/icon-euro.svg);
    }

    .icon.icon-off {
        -webkit-mask-image: url(../images/icon-off.svg);
        mask-image: url(../images/icon-off.svg);
    }

    .icon.icon-menu-close {
        -webkit-mask-image: url(../images/icon-menu-close.svg);
        mask-image: url(../images/icon-menu-close.svg);
    }

    .icon.icon-home {
        -webkit-mask-image: url(../images/icon-home.svg);
        mask-image: url(../images/icon-home.svg);
    }

    .icon.icon-person {
        -webkit-mask-image: url(../images/icon-person.svg);
        mask-image: url(../images/icon-person.svg);
    }

    .icon-blue {
        background-color: #004ecb;
    }

    .agent-desktop .ariane {
        font-weight: 400;
        margin: 0;
        position: absolute;
        top: 4.5em;
        left: 30px;
        z-index: 1000;
    }

    @media (max-width: 1150px) {
        .agent-desktop .ariane {
            top: 72px;
        }
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: Roboto, sans-serif;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
    }

    .container {
        display: flex;
        flex-direction: column;
    }

    .container .page-content {
        flex: 1;
    }

    .container .page-bottom {
        flex: 0;
    }

    .agent-desktop {
        position: relative;
        height: 100%;
    }

    .agent-desktop .container {
        height: 100%;
    }

    .bg-kawai {
        background-image: url(../images/back-kawai.svg), linear-gradient(#930F66, #620342);
    }

    .button {
        background-color: #fff;
        color: #de0081;
        font-weight: 500;
        font-size: 1.1em;
        text-align: center;
        border-radius: 30px;
        width: 150px;
        padding: .6em;
        display: block;
        cursor: pointer;
        border: 2px solid #DE0081;
        -webkit-tap-highlight-color: transparent;
    }

    .button:active {
        border: 2px solid #930F66;
        color: #930f66;
    }

    .button:focus {
        outline: none !important;
    }

    .button-full-width {
        width: 100% !important;
    }

    button:disabled {
        background-color: #767676;
    }

    .button-pink {
        background-color: #de0081;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        border: none;
    }

    .button-pink:active {
        background-color: #930f66;
        color: #fff;
        border: none !important;
    }

    .p-component {
        font-size: 1em;
    }

    .p-inputtext {
        font-size: 1em;
        border-color: #767676;
        border-radius: 4px;
        padding: 1em;
        border-style: solid !important;
        border-width: 1px !important;
        width: 100% !important;
    }

    .p-checkbox {
        box-shadow: none !important;
    }

    .p-checkbox .p-checkbox-box {
        border-radius: 4px;
        width: 25px;
        height: 25px;
        border-width: 1px !important;
    }

    .p-checkbox .p-checkbox-box .p-checkbox-icon:before {
        height: 12px !important;
        width: 7px !important;
        border-right: 3px solid white !important;
        border-bottom: 3px solid white !important;
    }

    .p-checkbox .p-checkbox-box:active {
        border: none;
    }

    a {
        cursor: pointer;
        text-decoration: underline;
    }

    .field {
        margin-bottom: 0;
        padding-bottom: 4px;
    }

    .error-space {
        padding-top: 1px;
        padding-bottom: 0;
        min-height: 30px;
    }

    .input-amount {
        position: relative;
    }

    .input-amount:before {
        content: "\20ac";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1em;
    }

    @media only screen and (max-width: 1380px) and (min-width: 768px) {
        .agent-desktop.responsive-view .container {
            font-size: .75em !important;
        }
    }

    @media only screen and (max-width: 1380px) and (min-width: 768px) {
        .p-checkbox .p-checkbox-box {
            width: 20px;
            height: 20px;
        }

        .p-checkbox .p-checkbox-box .p-checkbox-icon:before {
            height: 10px !important;
            width: 5px !important;
            border-right-width: 2px !important;
            border-bottom-width: 2px !important;
        }
    }

    .agent-desktop .ariane {
        font-weight: 400;
        margin: 0;
        position: absolute;
        top: 4.5em;
        left: 30px;
        z-index: 1000;
    }

    @media (max-width: 1150px) {
        .agent-desktop .ariane {
            top: 72px;
        }
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: Roboto, sans-serif;
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
    }

    .container {
        display: flex;
        flex-direction: column;
    }

    .container .page-content {
        flex: 1;
    }

    .container .page-bottom {
        flex: 0;
    }

    .agent-desktop {
        position: relative;
        height: 100%;
    }

    .agent-desktop .container {
        height: 100%;
    }

    .bg-kawai {
        background-image: url(../images/back-kawai.svg), linear-gradient(#930F66, #620342);
    }

    .button {
        background-color: #fff;
        color: #de0081;
        font-weight: 500;
        font-size: 1.1em;
        text-align: center;
        border-radius: 30px;
        width: 150px;
        padding: .6em;
        display: block;
        cursor: pointer;
        border: 2px solid #DE0081;
        -webkit-tap-highlight-color: transparent;
    }

    .button:active {
        border: 2px solid #930F66;
        color: #930f66;
    }

    .button:focus {
        outline: none !important;
    }

    .button-full-width {
        width: 100% !important;
    }

    button:disabled {
        background-color: #767676;
    }

    .button-pink {
        background-color: #de0081;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        border: none;
    }

    .button-pink:active {
        background-color: #930f66;
        color: #fff;
        border: none !important;
    }

    .button-big {
        height: auto;
        padding: .9em;
        text-decoration: none;
    }

    a {
        color: #de0081;
    }

    a:active {
        color: #930f66;
    }

    a:active .icon {
        background-color: #930f66;
    }

    .annotation {
        text-decoration: none;
    }

    .ot-sdk-show-settings {
        cursor: pointer;
        text-decoration: underline;
    }
}

/*! CSS Used from: Embedded */
[_nghost-ng-cli-universal-c11] {
    position: relative;
    display: block;
    pointer-events: none;
}

[fixed=true][_nghost-ng-cli-universal-c11] {
    z-index: 10002;
}

/*! CSS Used from: Embedded */
.footer[_ngcontent-ng-cli-universal-c22] {
    left: 0px;
    right: 0px;
    margin-bottom: 0;
}

/*! CSS Used from: Embedded */
.ariane {
    letter-spacing: .5px;
    font-weight: 500;
    margin: 8px;
}

.ariane {
    color: #767676;
}

.agent-desktop .ariane {
    color: #fff;
}

.ariane .breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.ariane .breadcrumb-item {
    list-style: none;
}

.ariane .breadcrumb-trail {
    display: flex;
    align-items: center;
}

.ariane .breadcrumb-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 300;
    text-decoration: none;
    transition: -webkit-text-decoration .3s;
    transition: text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s;
    cursor: pointer;
    color: inherit;
}

.ariane .breadcrumb-link:hover {
    text-decoration: underline;
}

.ariane .breadcrumb-separator {
    display: flex;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 8px;
    margin-right: 8px;
}

/*! CSS Used from: Embedded */
.icon[_ngcontent-ng-cli-universal-c13] {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-color: #555;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.icon.icon-euro[_ngcontent-ng-cli-universal-c13] {
    -webkit-mask-image: url(../images/icon-euro.svg);
    mask-image: url(../images/icon-euro.svg);
}

.icon.icon-off[_ngcontent-ng-cli-universal-c13] {
    -webkit-mask-image: url(../images/icon-off.svg);
    mask-image: url(../images/icon-off.svg);
}

.icon.icon-menu-close[_ngcontent-ng-cli-universal-c13] {
    -webkit-mask-image: url(../images/icon-menu-close.svg);
    mask-image: url(../images/icon-menu-close.svg);
}

.icon.icon-home[_ngcontent-ng-cli-universal-c13] {
    -webkit-mask-image: url(../images/icon-home.svg);
    mask-image: url(../images/icon-home.svg);
}

.icon.icon-person[_ngcontent-ng-cli-universal-c13] {
    -webkit-mask-image: url(../images/icon-person.svg);
    mask-image: url(../images/icon-person.svg);
}

.icon-blue[_ngcontent-ng-cli-universal-c13] {
    background-color: #004ecb;
}

.agent-desktop .header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 6px #000000d6;
    z-index: 1010;
}

.agent-desktop .header header img {
    height: 46px;
    margin-top: 2px;
    margin-left: 2px;
}

@media only screen and (max-width: 1149px) {
    .agent-desktop .navDesktop ul:nth-of-type(1) {
        position: absolute;
        top: 50px;
        right: 0;
        background-color: #fff;
        width: 300px;
        box-shadow: -6px 6px 7px #0000004d;
        margin: 0;
        z-index: 18;
        display: none;
        list-style: none;
    }

    .agent-desktop .navDesktop ul:nth-of-type(1) a {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .18px;
        color: #004ecb;
        text-decoration: none;
        padding: 15px 18px;
        display: block;
    }

    .agent-desktop .navDesktop ul:nth-of-type(1) a .icon {
        display: none;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) {
        position: absolute;
        right: 50px;
        top: 0;
        margin: 0;
        padding: 0;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li {
        margin: 0;
        padding: 0;
        display: inline-block;
        align-items: center;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a {
        text-align: left;
        letter-spacing: .14px;
        color: #004ecb;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        height: 50px;
        display: inline-block;
        padding: 16px 16px 15px;
        align-items: center;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a .icon {
        width: 28px;
        height: 28px;
        margin-top: -5px;
        vertical-align: text-top;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a.active {
        color: #de0081;
        border-bottom: 4px solid #DE0081;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a.active .icon {
        background-color: #de0081;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a:hover {
        color: #de0081;
    }

    .agent-desktop .navDesktop ul:nth-of-type(2) li a:hover .icon {
        background-color: #de0081;
    }

    .agent-desktop .burger-menu {
        position: absolute;
        right: 9px;
        top: 9px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 528px) {
    .agent-desktop .header ul:nth-of-type(1) {
        left: 0;
        width: 100%;
    }

    .agent-desktop .header ul:nth-of-type(2) li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .agent-desktop .header ul:nth-of-type(2) li a i {
        display: block;
        margin: auto;
    }

    .agent-desktop .header ul:nth-of-type(2) li a span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 319px) {
    .header .link-myaccount a {
        width: 50px;
    }
}

@media only screen and (min-width: 1150px) {

    .agent-desktop .header header,
    .agent-desktop .header nav,
    .agent-desktop .header nav ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 100%;
    }

    .agent-desktop .header nav {
        right: 0;
        position: absolute;
    }

    .agent-desktop .header nav .burger-menu {
        display: none;
    }

    .agent-desktop .header nav ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        align-items: center;
    }

    .agent-desktop .header nav ul li.link-home span {
        display: none;
    }

    .agent-desktop .header nav ul li a {
        text-align: left;
        letter-spacing: .14px;
        color: #004ecb;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        height: 50px;
        display: inline-block;
        padding: 16px 16px 15px;
        align-items: center;
    }

    .agent-desktop .header nav ul li a .icon {
        width: 28px;
        height: 28px;
        margin-top: -5px;
        vertical-align: text-top;
    }

    .agent-desktop .header nav ul li a.active {
        color: #de0081;
        border-bottom: 4px solid #DE0081;
    }

    .agent-desktop .header nav ul li a.active .icon {
        background-color: #de0081;
    }

    .agent-desktop .header nav ul li a:hover {
        color: #de0081;
    }

    .agent-desktop .header nav ul li a:hover .icon {
        background-color: #de0081;
    }

    .agent-desktop .header nav ul li.link-enableSim a .icon {
        display: none;
    }

    .agent-desktop .header nav ul li.link-reload:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 22px;
        background-color: #767676;
        margin-bottom: -6px;
    }
}

@media only screen and (min-width: 1150px) and (max-width: 1380px) {
    .agent-desktop .header {
        height: 41px;
    }

    .agent-desktop .header header img {
        height: 34.5px;
    }

    .agent-desktop .header nav ul li a {
        font-size: .75rem;
        height: 41px;
    }

    .agent-desktop .header nav ul li a .icon {
        height: 21px;
        width: 21px;
    }
}

/*! CSS Used from: Embedded */
.agent-desktop .ariane {
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 4.5em;
    left: 30px;
    z-index: 1000;
}

@media (max-width: 1150px) {
    .agent-desktop .ariane {
        top: 72px;
    }
}

/*! CSS Used from: Embedded */
.notes[_ngcontent-ng-cli-universal-c19] .notesTitle[_ngcontent-ng-cli-universal-c19] {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.notes[_ngcontent-ng-cli-universal-c19] .notes-content[_ngcontent-ng-cli-universal-c19] .note-section[_ngcontent-ng-cli-universal-c19] {
    scroll-margin-top: 55px;
}

.notes[_ngcontent-ng-cli-universal-c19] .notes-content[_ngcontent-ng-cli-universal-c19] div[_ngcontent-ng-cli-universal-c19] {
    margin: 20px 0;
}

.agent-desktop .notes {
    max-width: 820px;
    margin: 30px auto 40px;
    padding: 0 20px;
}

/*! CSS Used from: Embedded */
.main .footer-annexes {
    background-color: #930f66;
}

.main .footer-annexes .internal-link {
    padding-left: 60px;
}

.main .footer-annexes .footer-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: .15px;
}

.main .footer-annexes .footer-categorie {
    padding: 1%;
}

.main .footer-annexes .footer-categories {
    max-width: 1260px;
    margin: auto;
    display: flex;
    padding: 30px 0 25px;
}

.main .footer-annexes .footer-categories .footer-categorie {
    width: 25%;
}

.main .footer-annexes ul {
    margin: 0;
    padding: 0;
}

.main .footer-annexes ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.main .footer-annexes a {
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 24px;
}

.main .footer-annexes .other-link {
    border-top: solid 1px #FFFFFF;
}

.main .footer-annexes .other-link .footer-categorie {
    max-width: 1260px;
    margin: auto;
    text-align: center;
    padding: 0 60px 40px;
}

.main .footer-annexes .other-link .footer-categorie .footer-title {
    background-image: url(https://www.reglomobile.fr/assets/images/logoE.Leclerc.svg);
    height: 40px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}

.main .footer-annexes .other-link li {
    display: inline-block;
    padding: 0 5px 0 0;
}

.main .footer-annexes .other-link li:before {
    content: "|";
    color: #fff;
    margin-right: 5px;
}

.main .footer-annexes .other-link li a {
    text-decoration: underline;
}

.main .footer-annexes .other-link ul li:first-child:before {
    content: "";
}

@media (min-width: 800px) and (max-width: 1380px) {
    .main.responsive-view .footer-annexes .internal-link {
        padding-left: 45px;
    }

    .main.responsive-view .footer-annexes .footer-categories {
        max-width: 945px;
        padding: 23px 0 19px;
    }

    .main.responsive-view .footer-annexes .footer-categories .footer-categorie .footer-title {
        font-size: 14px;
    }

    .main.responsive-view .footer-annexes a {
        font-size: 9.6px;
        line-height: 10px;
    }

    .main.responsive-view .footer-annexes .other-link .footer-categorie {
        max-width: 945px;
        padding: 0 45px 30px;
    }

    .main.responsive-view .footer-annexes .other-link .footer-categorie .footer-title {
        height: 30px;
        margin-top: 15px;
    }

    .main.responsive-view .footer-annexes .other-link .footer-categorie li:before {
        font-size: 13px;
    }
}

@media (max-width: 800px) {
    .main.responsive-view .footer-annexes {
        padding-bottom: 10px;
    }

    .main.responsive-view .footer-annexes .internal-link {
        padding-left: 0;
    }

    .main.responsive-view .footer-annexes .footer-categories {
        display: initial;
    }

    .main.responsive-view .footer-annexes .footer-categorie {
        border-bottom: solid 1px #FFFFFF;
        width: 100%;
        padding: 0 0 10px;
        cursor: pointer;
    }

    .main.responsive-view .footer-annexes .footer-categorie .footer-title {
        padding: 18px 18px 5px 30px;
        -webkit-user-select: none;
        user-select: none;
        position: relative;
    }

    .main.responsive-view .footer-annexes .footer-categorie .footer-title:after {
        content: "";
        -webkit-mask-image: url(../images/icon-chevron.svg);
        mask-image: url(../images/icon-chevron.svg);
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: #fff;
        width: 32px;
        height: 32px;
    }

    .main.responsive-view .footer-annexes .footer-categorie .footer-content {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 18px 0 30px;
    }

    .main.responsive-view .footer-annexes .footer-categorie .footer-content ul {
        padding-right: 20px;
        cursor: default;
    }

    .main.responsive-view .footer-annexes .footer-categorie .footer-content li {
        padding: 6px 0;
    }

    .main.responsive-view .footer-annexes .other-link {
        border-top: none;
    }

    .main.responsive-view .footer-annexes .other-link .footer-categorie {
        border-bottom: none;
        text-align: left;
        padding: 0;
    }

    .main.responsive-view .footer-annexes .other-link .footer-categorie .footer-title {
        background-image: none;
        height: -moz-fit-content;
        height: fit-content;
        text-indent: 0;
        margin-top: 0;
    }

    .main.responsive-view .footer-annexes .other-link li {
        display: block;
        padding: 0;
    }

    .main.responsive-view .footer-annexes .other-link li:before {
        content: none;
    }

    .main.responsive-view .footer-annexes .other-link li a {
        text-decoration: none;
    }

    .main.responsive-view .footer-annexes .footer-title:after {
        transform: rotate(180deg);
        transition: transform .25s;
    }

    .main.responsive-view .footer-annexes .footer-content {
        height: 0;
        overflow: hidden;
        transition: height .5s;
    }
}

/*! CSS Used from: Embedded */
.express-component {
    min-height: 100%;
    background-color: #f2f5fb;
    padding-bottom: 20px;
}

.express-component .page-bottom {
    background-color: #f2f5fb;
}

.express-component .grid {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 1024px;
}

.express-component .grid .title {
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 0;
}

.express-component .grid .description-box {
    line-height: 26px;
}

.express-component .grid .consent-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}

.express-component .grid .consent-container .p-component {
    width: 100%;
}

.express-component .grid .consent-container .vertical-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.express-component .grid form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.express-component .grid form .form-body {
    flex: 1;
}

.express-component .grid form .form-footer {
    flex: 0;
}

.express-component .grid .button {
    width: 100%;
}

.express-component .grid .punctual-form {
    border-right: 1px solid #B5B5B5;
    order: 0;
}

@media only screen and (max-width: 768px) {
    .express-component[_ngcontent-ng-cli-universal-c75] .grid[_ngcontent-ng-cli-universal-c75] {
        width: 100%;
    }

    .express-component[_ngcontent-ng-cli-universal-c75] .grid[_ngcontent-ng-cli-universal-c75] form[_ngcontent-ng-cli-universal-c75] {
        display: initial;
    }

    .express-component[_ngcontent-ng-cli-universal-c75] .grid[_ngcontent-ng-cli-universal-c75] .punctual-form[_ngcontent-ng-cli-universal-c75] {
        border-right: none;
        order: 1;
    }

    .express-component[_ngcontent-ng-cli-universal-c75] .grid[_ngcontent-ng-cli-universal-c75] .punctual-form[_ngcontent-ng-cli-universal-c75]:before {
        border-bottom: 2px solid #B5B5B5;
        content: " ";
        width: 70%;
        margin: 3em auto;
        display: block;
    }

    .express-component[_ngcontent-ng-cli-universal-c75] .grid[_ngcontent-ng-cli-universal-c75] .automatic-form[_ngcontent-ng-cli-universal-c75] {
        order: 0;
    }
}

/*! CSS Used from: Embedded */
.title-container-base[_ngcontent-ng-cli-universal-c53] {
    padding-bottom: 4em;
}

.title-container[_ngcontent-ng-cli-universal-c53] {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.title-container[_ngcontent-ng-cli-universal-c53] .title[_ngcontent-ng-cli-universal-c53] {
    max-width: 934px;
    letter-spacing: -.4px;
    color: #fff;
    margin: 0 auto;
    padding: 2.9em 20px 0;
    font-weight: 700;
    font-size: 3.2em;
}

.title-container[_ngcontent-ng-cli-universal-c53] .sub-title[_ngcontent-ng-cli-universal-c53] {
    max-width: 934px;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin: .8em auto 0;
    padding: 0 20px;
    letter-spacing: .5px;
}

@media (max-width: 1000px) {
    .title-container[_ngcontent-ng-cli-universal-c53] {
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    }
}

@media (max-width: 768px) {
    .title-container[_ngcontent-ng-cli-universal-c53] {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        font-size: 15px;
        padding-bottom: 34px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .title[_ngcontent-ng-cli-universal-c53] {
        text-align: center;
        font-size: 35px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .sub-title[_ngcontent-ng-cli-universal-c53] {
        margin-top: 18px;
    }
}

@media (max-width: 320px) {
    .title-container[_ngcontent-ng-cli-universal-c53] {
        clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
        font-size: 13px;
        padding-bottom: 20px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53]:not(div.subtitle) {
        padding-bottom: 45px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .title[_ngcontent-ng-cli-universal-c53] {
        padding-top: 125px;
        font-size: 24px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .sub-title[_ngcontent-ng-cli-universal-c53] {
        margin-top: 10px;
    }
}

@media (min-width: 321px) and (max-width: 600px) {
    .title-container[_ngcontent-ng-cli-universal-c53] {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
        font-size: 14px;
        padding-bottom: 34px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .title[_ngcontent-ng-cli-universal-c53] {
        padding-top: 125px;
        font-size: 26px;
    }

    .title-container[_ngcontent-ng-cli-universal-c53] .sub-title[_ngcontent-ng-cli-universal-c53] {
        margin-top: 14px;
    }
}

/*! CSS Used from: Embedded */
.p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
}

.p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
}

/*! CSS Used from: Embedded */
#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: 0.75em;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk button * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#onetrust-pc-sdk .ot-hide {
    display: none !important;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-container {
    padding-right: 0;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,
#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    pointer-events: none;
    opacity: 0.7;
}

#onetrust-pc-sdk li .ot-acc-txt {
    z-index: 2;
    position: relative;
}

#onetrust-pc-sdk input {
    margin: 3px 0.1ex;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: 0.75em;
    }
}

#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk #ot-pc-content {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none;
}

#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-pc-sdk .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial;
}

@media (min-width: 400px) {
    #onetrust-pc-sdk .ot-sdk-container {
        width: 90%;
        padding: 0;
    }
}

@media (min-width: 550px) {
    #onetrust-pc-sdk .ot-sdk-container {
        width: 100%;
    }

    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns {
        margin-left: 4%;
    }

    #onetrust-pc-sdk .ot-sdk-column:first-child,
    #onetrust-pc-sdk .ot-sdk-columns:first-child {
        margin-left: 0;
    }

    #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%;
    }

    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%;
    }
}

#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
}

#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

#onetrust-pc-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal;
}

#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: 0.7;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

#onetrust-pc-sdk input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#onetrust-pc-sdk input[type="checkbox"] {
    display: inline;
}

#onetrust-pc-sdk ul {
    list-style: circle inside;
}

#onetrust-pc-sdk ul {
    padding-left: 0;
    margin-top: 0;
}

#onetrust-pc-sdk ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

#onetrust-pc-sdk li {
    margin-bottom: 1rem;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both;
}

#onetrust-pc-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
}

#onetrust-pc-sdk {
    position: fixed;
    width: 730px;
    max-width: 730px;
    height: 610px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 2147483647;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 7px 14px 0 rgba(50, 50, 93, .1);
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    box-sizing: content-box;
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 185px);
}

#onetrust-pc-sdk li {
    list-style: none;
}

#onetrust-pc-sdk ul,
#onetrust-pc-sdk li {
    margin: 0;
}

#onetrust-pc-sdk a {
    text-decoration: none;
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar-thumb,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1;
}

#onetrust-pc-sdk .ot-grps-cntr *,
#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1;
}

#onetrust-pc-sdk .ot-pc-header {
    height: auto;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    min-height: 52px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

#onetrust-pc-sdk .ot-pc-logo {
    vertical-align: middle;
    width: 180px;
}

#onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
    height: 40px;
}

#onetrust-pc-sdk .ot-title-cntr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 190px);
    padding-left: 10px;
}

#onetrust-pc-sdk .ot-always-active {
    font-size: .813em;
    line-height: 1.5;
    font-weight: 700;
    color: #3860be;
}

#onetrust-pc-sdk .ot-close-cntr {
    float: right;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}

#onetrust-pc-sdk #ot-pc-content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

#onetrust-pc-sdk .ot-grps-cntr,
#onetrust-pc-sdk .ot-grps-cntr>* {
    height: 100%;
    overflow-y: auto;
}

#onetrust-pc-sdk .category-menu-switch-handler {
    cursor: pointer;
    border-left: 10px solid transparent;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 12px;
    padding-right: 5px;
    padding-bottom: 12px;
    padding-left: 12px;
    overflow: hidden;
}

#onetrust-pc-sdk .category-menu-switch-handler h3 {
    float: left;
    text-align: left;
    margin: 0;
    color: dimgray;
    line-height: 1.4;
    font-size: .875em;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-active-menu {
    border-left: 10px solid #68b631;
    background-color: #fff;
    border-bottom: none;
    position: relative;
}

#onetrust-pc-sdk .ot-active-menu h3 {
    color: #263238;
    font-weight: bold;
}

#onetrust-pc-sdk .ot-desc-cntr {
    word-break: break-word;
    word-wrap: break-word;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 15px;
}

#onetrust-pc-sdk .ot-grp-desc {
    word-break: break-word;
    word-wrap: break-word;
    text-align: left;
    font-size: .813em;
    line-height: 1.5;
    margin: 0;
}

#onetrust-pc-sdk .ot-grp-desc * {
    font-size: inherit;
    line-height: inherit;
}

#onetrust-pc-sdk #ot-pc-desc a {
    color: #3860be;
    cursor: pointer;
    font-size: 1em;
    margin-right: 8px;
}

#onetrust-pc-sdk #ot-pc-desc a:hover {
    color: #1883fd;
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
}

#onetrust-pc-sdk .ot-btn-subcntr {
    float: right;
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #4285f4;
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob:before {
    box-shadow: 0 0 1px #2196f3;
    outline-style: auto;
    outline-width: 1px;
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 46px;
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    border-radius: 100%;
    top: -5px;
    transition: .4s;
}

#onetrust-pc-sdk .ot-chkbox {
    z-index: 1;
    position: relative;
    float: left;
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be;
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff;
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: "";
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto;
}

#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    height: 20px;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px;
}

#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px;
}

#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px;
}

#onetrust-pc-sdk .ot-label-txt {
    display: none;
}

#onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
    display: block;
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#onetrust-pc-sdk .ot-label-status {
    font-size: .75em;
    position: relative;
    top: 2px;
    display: none;
    padding-right: 5px;
    float: left;
}

#onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
    top: -6px;
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
    overflow: hidden;
    margin-right: 15px;
}

#onetrust-pc-sdk .ot-fltr-btns button {
    padding: 12px 30px;
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-footer button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: .813em;
    min-height: 40px;
    height: auto;
    line-height: normal;
    padding: 10px 30px;
}

#onetrust-pc-sdk .ot-tab-desc {
    margin-left: 3%;
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr h4 {
    color: #263238;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
    font-size: .875em;
    line-height: 1.3;
    max-width: 80%;
}

#onetrust-pc-sdk #ot-pvcy-hdr {
    margin-bottom: 10px;
}

#onetrust-pc-sdk .category-host-list-handler {
    display: block;
    float: left;
    color: #3860be;
    font-size: .813em;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
    margin: 5px 0px;
}

#onetrust-pc-sdk .category-host-list-handler:hover {
    text-decoration-line: underline;
}

#onetrust-pc-sdk .category-host-list-handler {
    margin-top: 8px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
    max-width: 28%;
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4;
    border-radius: 0 0 2px 2px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    float: right;
    text-align: center;
}

#onetrust-pc-sdk .save-preference-btn-handler {
    min-width: 155px;
    background-color: #68b631;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    line-height: 1.1;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

#onetrust-pc-sdk .ot-btn-subcntr button {
    margin-right: 16px;
}

#onetrust-pc-sdk #ot-pc-title {
    margin: 0px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    max-height: 2.4em;
    padding-right: 1em;
    font-size: 1.37em;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 90%;
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
    position: relative;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#onetrust-pc-sdk .ot-lst-cntr {
    height: 100%;
}

#onetrust-pc-sdk #ot-pc-hdr {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 20px;
    border-bottom: 1px solid #d8d8d8;
}

#onetrust-pc-sdk #ot-pc-hdr input {
    height: 32px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic;
}

#onetrust-pc-sdk #ot-lst-cnt {
    height: calc(100% - 86px);
    padding-left: 30px;
    padding-right: 27px;
    padding-top: 20px;
    margin-top: 8px;
    margin-right: 3px;
    margin-bottom: 4px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
}

#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk #ot-lst-title {
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk #ot-lst-title h3 {
    color: dimgray;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    font-size: 1em;
}

#onetrust-pc-sdk .ot-lst-subhdr {
    float: right;
    position: relative;
    bottom: 6px;
}

#onetrust-pc-sdk #ot-search-cntr {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 300px;
}

#onetrust-pc-sdk #ot-search-cntr svg {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 1;
    top: 2px;
}

#onetrust-pc-sdk #ot-fltr-cntr {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 0;
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: relative;
}

#onetrust-pc-sdk #filter-btn-handler svg {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5px;
}

#onetrust-pc-sdk #filter-btn-handler path {
    fill: #fff;
}

#onetrust-pc-sdk #ot-sel-blk {
    min-width: 200px;
    min-height: 30px;
    padding-left: 20px;
}

#onetrust-pc-sdk #ot-selall-vencntr {
    float: left;
    height: 100%;
}

#onetrust-pc-sdk #ot-selall-vencntr label {
    height: 100%;
    padding-left: 0;
}

#onetrust-pc-sdk #ot-selall-hostcntr {
    width: 21px;
    height: 21px;
    position: relative;
    left: 20px;
}

#onetrust-pc-sdk .ot-host-name {
    color: #2c3643;
    font-weight: bold;
    font-size: .813em;
    line-height: 1.2;
    margin: 0;
    height: auto;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-host-desc {
    font-size: .69em;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
    color: dimgray;
}

#onetrust-pc-sdk .ot-host-hdr {
    float: left;
    width: calc(100% - 50px);
    pointer-events: none;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-name {
    pointer-events: none;
}

#onetrust-pc-sdk #ot-selall-hostcntr input[type=checkbox],
#onetrust-pc-sdk #ot-selall-vencntr input[type=checkbox] {
    position: absolute;
}

#onetrust-pc-sdk .ot-host-item>button:focus {
    outline: #000 solid 2px;
}

#onetrust-pc-sdk .ot-host-item>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
}

#onetrust-pc-sdk .ot-host-item>button~.ot-acc-hdr {
    cursor: pointer;
}

#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none;
}

#onetrust-pc-sdk #ot-host-lst {
    width: 100%;
}

#onetrust-pc-sdk #ot-host-lst li {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    position: relative;
    margin-top: 10px;
}

#onetrust-pc-sdk #ot-host-lst .ot-tgl-cntr {
    width: 65%;
    float: left;
}

#onetrust-pc-sdk label {
    margin-bottom: 0;
}

#onetrust-pc-sdk .ot-host-notice {
    float: right;
}

#onetrust-pc-sdk .ot-host-expand {
    color: dimgray;
    font-size: .75em;
    line-height: .9;
    display: inline-block;
}

#onetrust-pc-sdk .ot-host-opt {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: inherit;
}

#onetrust-pc-sdk .ot-host-opt li>div div {
    font-size: .81em;
    padding: 5px 0;
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1) {
    width: 30%;
    float: left;
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2) {
    width: 70%;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk #ot-host-lst li.ot-host-info {
    border: none;
    font-size: .8em;
    color: dimgray;
    float: left;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    background-color: #f8f8f8;
}

#onetrust-pc-sdk #ot-host-lst li.ot-host-info>div {
    overflow: auto;
}

#onetrust-pc-sdk .ot-tgl-cntr {
    display: inline-block;
    vertical-align: middle;
}

#onetrust-pc-sdk .ot-tgl-cntr {
    float: right;
}

#onetrust-pc-sdk .ot-desc-cntr {
    padding-top: 0px;
    margin-top: 20px;
    padding-right: 0px;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr:focus,
#onetrust-pc-sdk .ot-desc-cntr:active {
    outline: 2px solid #101010;
    border-radius: 2px;
}

#onetrust-pc-sdk .ot-category-desc {
    padding-bottom: 10px;
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    padding-left: 10px;
    width: calc(100% - 20px);
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

#onetrust-pc-sdk .ot-desc-cntr>*:not(.ot-grp-hdr1) {
    padding-left: 10px;
    padding-right: 10px;
}

#onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
#onetrust-pc-sdk .ot-cat-header+.ot-tgl {
    padding-left: 7px;
    padding-right: 7px;
}

#onetrust-pc-sdk .ot-always-active-group .ot-grp-hdr1 .ot-tgl-cntr:first-of-type {
    padding-left: 0px;
}

#onetrust-pc-sdk .ot-cat-header {
    max-width: calc(100% - 133px);
}

#onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
    width: 100%;
    display: inline-block;
    padding: 0;
}

#onetrust-pc-sdk .ot-sel-all {
    display: inline-block;
    width: 100%;
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    width: 100%;
    float: right;
    position: relative;
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1;
}

#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-chkbox {
    right: 23px;
    width: calc(100% - 23px);
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .813em;
    position: relative;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    margin-right: 10px;
}

#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px;
}

#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
    float: right;
    right: 80px;
}

#onetrust-pc-sdk #ot-selall-licntr input {
    position: absolute;
}

#onetrust-pc-sdk #ot-selall-vencntr {
    float: right;
    width: 21px;
    height: 21px;
    position: relative;
    right: 15px;
}

#onetrust-pc-sdk #ot-anchor {
    border: 12px solid transparent;
    display: none;
    position: absolute;
    z-index: 2147483647;
    top: 40px;
    right: 35px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7;
}

#onetrust-pc-sdk #ot-fltr-modal {
    width: 300px;
    position: absolute;
    z-index: 2147483646;
    top: 46px;
    height: 90%;
    max-height: 350px;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    opacity: 1;
    right: 0;
}

#onetrust-pc-sdk #ot-fltr-modal button {
    max-width: 200px;
    line-height: 1;
    word-break: break-word;
    white-space: normal;
    height: auto;
    font-weight: bold;
}

#onetrust-pc-sdk #ot-fltr-cnt {
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    height: 100%;
    margin-right: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7;
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px);
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    clear: both;
}

#onetrust-pc-sdk .ot-fltr-opt label {
    height: auto;
}

#onetrust-pc-sdk .ot-fltr-opt span {
    cursor: pointer;
    color: dimgray;
    font-size: .8em;
    line-height: 1.1;
    font-weight: normal;
}

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3860be;
    font-size: .9em;
    border: none;
    padding: 1px;
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #1883fd;
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px;
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 10px;
}

#onetrust-pc-sdk .ot-grps-cntr {
    overflow-y: hidden;
}

#onetrust-pc-sdk .ot-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

@media (max-width: 767px) {
    #onetrust-pc-sdk {
        width: 100%;
        border: none;
    }

    #onetrust-pc-sdk .ot-sdk-container {
        padding: 0;
        margin: 0;
    }

    #onetrust-pc-sdk #ot-pc-title {
        margin-left: 10px;
        max-width: 60%;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        left: auto;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin-top: 20px;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px;
    }

    #onetrust-pc-sdk .ot-grps-cntr {
        max-height: none;
        overflow: hidden;
    }

    #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: none;
    }
}

@media (max-width: 640px) {
    #onetrust-pc-sdk {
        height: 100%;
    }

    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px);
    }

    #onetrust-pc-sdk #ot-pc-content {
        overflow: auto;
    }

    #onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
        width: 100%;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        overflow: hidden;
    }

    #onetrust-pc-sdk .ot-desc-cntr {
        margin-left: 10px;
        width: calc(100% - 15px);
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        width: calc(100% - 18px);
        padding-top: 13px;
        padding-right: 5px;
        padding-left: 10px;
    }

    #onetrust-pc-sdk .ot-grps-cntr {
        width: 100%;
    }

    #onetrust-pc-sdk .ot-pc-footer {
        max-height: 300px;
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 322px);
    }
}

@media (max-width: 640px)and (orientation: portrait) {
    #onetrust-pc-sdk #ot-pc-hdr {
        height: 70px;
        padding: 15px 0;
        width: 100%;
    }

    #onetrust-pc-sdk .ot-lst-subhdr {
        width: calc(100% - 15px);
        float: none;
        bottom: auto;
        display: inline-block;
        padding-top: 8px;
        padding-left: 15px;
    }

    #onetrust-pc-sdk .ot-btn-subcntr {
        float: none;
    }

    #onetrust-pc-sdk #ot-search-cntr {
        display: inline-block;
        width: calc(100% - 55px);
        position: relative;
    }

    #onetrust-pc-sdk #ot-anchor {
        top: 75px;
        right: 30px;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        top: 81px;
    }

    #onetrust-pc-sdk #ot-fltr-cntr {
        float: right;
        right: 15px;
    }

    #onetrust-pc-sdk #ot-lst-title {
        padding-left: 15px;
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: auto;
    }

    #onetrust-pc-sdk .save-preference-btn-handler,
    #onetrust-pc-sdk #accept-recommended-btn-handler,
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: calc(100% - 33px);
    }
}

@media (max-width: 425px) {
    #onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
        padding-top: 6px;
        padding-bottom: 10px;
    }

    #onetrust-pc-sdk #ot-pc-lst .ot-host-notice {
        float: left;
        margin-left: 30px;
    }

    #onetrust-pc-sdk #ot-pc-title {
        max-width: 100%;
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr:first-of-type {
        max-width: none;
        padding-left: 20px;
    }
}

@media only screen and (max-height: 425px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk {
        height: 100%;
        width: 100%;
        max-width: none;
    }

    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
        max-width: none;
    }

    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px);
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: auto;
    }

    #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: right;
    }

    #onetrust-pc-sdk .save-preference-btn-handler,
    #onetrust-pc-sdk #accept-recommended-btn-handler,
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: auto;
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 155px);
    }

    #onetrust-pc-sdk .ot-pc-footer button {
        margin: 10px;
    }
}

@media (max-width: 425px),
(max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk .ot-pc-header {
        padding-right: 20px;
    }

    #onetrust-pc-sdk .ot-pc-logo {
        margin-left: 0px;
        margin-top: 5px;
        width: 150px;
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
        float: right;
        margin-left: 10px;
        width: auto;
    }

    #onetrust-pc-sdk .ot-grp-hdr1 {
        margin-left: 0px;
        padding-right: 10px;
    }

    #onetrust-pc-sdk #ot-pvcy-hdr,
    #onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
        display: none;
    }
}

@media only screen and (max-height: 610px) {
    #onetrust-pc-sdk {
        max-height: 100%;
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand {
    color: #d6047f;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info {
    background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #d6047f;
    border-color: #d6047f;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    border-color: #d6047f;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-pc-sdk .ot-host-item>button:focus {
    border: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #000000;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
    background-color: #F4F4F4;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    background-color: #FFFFFF;
}

/*! CSS Used keyframes */
@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}