:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

@media print {

    *,
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }
}

*:focus:not(.addAccessibility) {
    outline: none
}

html {
    max-width: 100vw !important;
    overflow-x: hidden !important
}

@media print {
    body {
        visibility: hidden
    }

    @page {
        size: auto;
        margin: 0
    }
}

body {
    padding-right: 0 !important
}

/* @charset "UTF-8"; */

:root {
    --white: #FFFFFF;
    --gray-025: #FAFBFC;
    --gray-050: #F6F8FA;
    --gray-075: #F0F4F7;
    --gray-100: #E9EEF3;
    --gray-150: #D9E2EA;
    --gray-150-70: rgba(217, 226, 234, .7);
    --gray-150-40: rgba(217, 226, 234, .4);
    --gray-200: #C8D5E1;
    --gray-250: #B8C8D8;
    --gray-300: #A8BBCF;
    --gray-350: #97AFC6;
    --gray-400: #87A2BD;
    --gray-450: #7795B4;
    --gray-500: #6689AB;
    --gray-550: #587CA0;
    --gray-600: #4F6F90;
    --gray-600-40: rgba(79, 111, 144, .4);
    --gray-650: #46637F;
    --gray-700: #3D566F;
    --gray-750: #34495F;
    --gray-800: #2B3D4E;
    --gray-850: #22303E;
    --gray-850-70: rgba(34, 48, 62, .7);
    --gray-900: #1D2834;
    --gray-925: #17202A;
    --gray-950: #10161D;
    --gray-975: #0C1015;
    --black: #000000;
    --blue-500: #0F203D;
    --blue-500-70: rgba(15, 32, 61, .7);
    --blue-500-40: rgba(15, 32, 61, .4);
    --blue-500-20: rgba(15, 32, 61, .2);
    --blue-400: #17355F;
    --blue-400-70: rgba(23, 53, 95, .7);
    --blue-400-40: rgba(23, 53, 95, .4);
    --blue-400-20: rgba(23, 53, 95, .2);
    --blue-300: #005AA1;
    --blue-300-70: rgba(0, 90, 161, .7);
    --blue-300-40: rgba(0, 90, 161, .4);
    --blue-300-20: rgba(0, 90, 161, .2);
    --blue-300-10: rgba(0, 90, 161, .1);
    --red-300-shade-80: #920000;
    --blue-200: #0076D4;
    --blue-200-70: rgba(0, 118, 212, .7);
    --blue-200-40: rgba(0, 118, 212, .4);
    --blue-200-20: rgba(0, 118, 212, .2);
    --blue-200-10: rgba(0, 118, 212, .1);
    --blue-200-tint-20: #CCEAF7;
    --blue-200-tint-50: #80BBEA;
    --blue-100: #219DFF;
    --blue-100-70: rgba(33, 157, 255, .7);
    --blue-100-40: rgba(33, 157, 255, .4);
    --blue-100-20: rgba(33, 157, 255, .2);
    --blue-100-10: rgba(33, 157, 255, .1);
    --cyan-300: #0095BF;
    --cyan-300-70: rgba(0, 149, 191, .7);
    --cyan-300-40: rgba(0, 149, 191, .4);
    --cyan-300-20: rgba(0, 149, 191, .2);
    --cyan-300-10: rgba(0, 149, 191, .1);
    --citi-cyan: #00BDF2;
    --citi-cyan-70: rgba(0, 189, 242, .7);
    --citi-cyan-40: rgba(0, 189, 242, .4);
    --citi-cyan-20: rgba(0, 189, 242, .2);
    --citi-cyan-10: rgba(0, 189, 242, .1);
    --cyan-100: #72E0FF;
    --cyan-100-70: rgba(114, 224, 255, .7);
    --cyan-100-40: rgba(114, 224, 255, .4);
    --cyan-100-20: rgba(114, 224, 255, .2);
    --cyan-100-10: rgba(114, 224, 255, .1);
    --citi-blue-300: #002D72;
    --citi-blue-300-70: rgba(0, 45, 114, .7);
    --citi-blue-300-40: rgba(0, 45, 114, .4);
    --citi-blue-300-20: rgba(0, 45, 114, .2);
    --citi-blue-300-10: rgba(0, 45, 114, .1);
    --citi-blue-200: #0041A5;
    --citi-blue-200-70: rgba(0, 65, 165, .7);
    --citi-blue-200-40: rgba(0, 65, 165, .4);
    --citi-blue-200-20: rgba(0, 65, 165, .2);
    --citi-blue-200-10: rgba(0, 65, 165, .1);
    --citi-blue-200-tint-20: #CCEAF7;
    --citi-blue-100: #005FF1;
    --citi-blue-100-70: rgba(0, 95, 241, .7);
    --citi-blue-100-40: rgba(0, 95, 241, .4);
    --citi-blue-100-20: rgba(0, 95, 241, .2);
    --citi-blue-100-10: rgba(0, 95, 241, .1);
    --citi-blue-100-tint-80: #337FF4;
    --citi-blue-100-tint-50: #80AFF8;
    --citi-blue-100-tint-30: #B3CFFB;
    --citi-blue-100-tint-20: #CCDFFF;
    --citi-blue-100-tint-15: #D9E7FD;
    --citi-blue-100-tint-10: #E6EFFE;
    --citi-blue-100-shade-70: #001D48;
    --citi-blue-100-shade-40: #003079;
    --citi-blue: #002d72;
    --citi-red: #f00;
    --teal-300: #007377;
    --teal-300-70: rgba(0, 115, 119, .7);
    --teal-300-40: rgba(0, 115, 119, .4);
    --teal-300-20: rgba(0, 115, 119, .2);
    --teal-300-10: rgba(0, 115, 119, .1);
    --teal-200: #00b0b9;
    --teal-200-70: rgba(0, 176, 185, .7);
    --teal-200-40: rgba(0, 176, 185, .4);
    --teal-200-20: rgba(0, 176, 185, .2);
    --teal-200-10: rgba(0, 176, 185, .1);
    --teal-200-tint-20: #CCEFF1;
    --teal-200-tint-40: #99DFE3;
    --teal-100: #20f4ff;
    --teal-100-70: rgba(32, 244, 255, .7);
    --teal-100-40: rgba(32, 244, 255, .4);
    --teal-100-20: rgba(32, 244, 255, .2);
    --teal-100-10: rgba(32, 244, 255, .1);
    --forest-300: #00843d;
    --forest-300-70: rgba(0, 132, 61, .7);
    --forest-300-40: rgba(0, 132, 61, .4);
    --forest-300-20: rgba(0, 132, 61, .2);
    --forest-300-10: rgba(0, 132, 61, .1);
    --forest-200: #00b755;
    --forest-200-70: rgba(0, 183, 85, .7);
    --forest-200-40: rgba(0, 183, 85, .4);
    --forest-200-20: rgba(0, 183, 85, .2);
    --forest-200-10: rgba(0, 183, 85, .1);
    --forest-200-tint-20: #CCF1DD;
    --forest-100: #00ea6c;
    --forest-100-70: rgba(0, 234, 108, .7);
    --forest-100-40: rgba(0, 234, 108, .4);
    --forest-100-20: rgba(0, 234, 108, .2);
    --forest-100-10: rgba(0, 234, 108, .1);
    --green-300: #608a00;
    --green-300-70: rgba(96, 138, 0, .7);
    --green-300-40: rgba(96, 138, 0, .4);
    --green-300-20: rgba(96, 138, 0, .2);
    --green-300-10: rgba(96, 138, 0, .1);
    --green-200: #84bd00;
    --green-200-70: rgba(132, 189, 0, .7);
    --green-200-40: rgba(132, 189, 0, .4);
    --green-200-20: rgba(132, 189, 0, .2);
    --green-200-10: rgba(132, 189, 0, .1);
    --green-100: #a8f000;
    --green-100-70: rgba(168, 240, 0, .7);
    --green-100-40: rgba(168, 240, 0, .4);
    --green-100-20: rgba(168, 240, 0, .2);
    --green-100-10: rgba(168, 240, 0, .1);
    --olive-300: #949300;
    --olive-300-70: rgba(148, 147, 0, .7);
    --olive-300-40: rgba(148, 147, 0, .4);
    --olive-300-20: rgba(148, 147, 0, .2);
    --olive-300-10: rgba(148, 147, 0, .1);
    --olive-200: #c4d600;
    --olive-200-70: rgba(196, 214, 0, .7);
    --olive-200-40: rgba(196, 214, 0, .4);
    --olive-200-20: rgba(196, 214, 0, .2);
    --olive-200-10: rgba(196, 214, 0, .1);
    --olive-200-tint-200: #fbffce;
    --olive-100: #eaff0a;
    --olive-100-70: rgba(234, 255, 10, .7);
    --olive-100-40: rgba(234, 255, 10, .4);
    --olive-100-20: rgba(234, 255, 10, .2);
    --olive-100-10: rgba(234, 255, 10, .1);
    --yellow-300: #c99700;
    --yellow-300-70: rgba(201, 151, 0, .7);
    --yellow-300-40: rgba(201, 151, 0, .4);
    --yellow-300-20: rgba(201, 151, 0, .2);
    --yellow-300-10: rgba(201, 151, 0, .1);
    --yellow-200: #ffcd00;
    --yellow-200-70: rgba(255, 205, 0, .7);
    --yellow-200-40: rgba(255, 205, 0, .4);
    --yellow-200-20: rgba(255, 205, 0, .2);
    --yellow-200-10: rgba(255, 205, 0, .1);
    --yellow-200-tint-20: #fff5cc;
    --yellow-100: #ffe166;
    --yellow-100-70: rgba(255, 225, 102, .7);
    --yellow-100-40: rgba(255, 225, 102, .4);
    --yellow-100-20: rgba(255, 225, 102, .2);
    --yellow-100-10: rgba(255, 225, 102, .1);
    --orange-300: #cb6015;
    --orange-300-70: rgba(203, 96, 21, .7);
    --orange-300-40: rgba(203, 96, 21, .4);
    --orange-300-20: rgba(203, 96, 21, .2);
    --orange-300-10: rgba(203, 96, 21, .1);
    --orange-200: #ed8b00;
    --orange-200-70: rgba(237, 139, 0, .7);
    --orange-200-40: rgba(237, 139, 0, .4);
    --orange-200-20: rgba(237, 139, 0, .2);
    --orange-200-10: rgba(237, 139, 0, .1);
    --orange-200-tint-20: #FBE8CC;
    --orange-100: #ffb845;
    --orange-100-70: rgba(255, 184, 69, .7);
    --orange-100-40: rgba(255, 184, 69, .4);
    --orange-100-20: rgba(255, 184, 69, .2);
    --orange-100-10: rgba(255, 184, 69, .1);
    --red-300: #b60000;
    --red-300-70: rgba(182, 0, 0, .7);
    --red-300-40: rgba(182, 0, 0, .4);
    --red-300-20: rgba(182, 0, 0, .2);
    --red-300-10: rgba(182, 0, 0, .1);
    --red-200: #ff4944;
    --red-200-70: rgba(255, 73, 68, .7);
    --red-200-40: rgba(255, 73, 68, .4);
    --red-200-20: rgba(255, 73, 68, .2);
    --red-200-10: rgba(255, 73, 68, .1);
    --red-200-tint-20: #FFDBDA;
    --red-100: #ff7a75;
    --red-100-70: rgba(255, 122, 117, .7);
    --red-100-40: rgba(255, 122, 117, .4);
    --red-100-20: rgba(255, 122, 117, .2);
    --red-100-10: rgba(255, 122, 117, .1);
    --plum-300: #890c58;
    --plum-300-70: rgba(137, 12, 88, .7);
    --plum-300-40: rgba(137, 12, 88, .4);
    --plum-300-20: rgba(137, 12, 88, .2);
    --plum-300-10: rgba(137, 12, 88, .1);
    --plum-200: #c6007e;
    --plum-200-70: rgba(198, 0, 126, .7);
    --plum-200-40: rgba(198, 0, 126, .4);
    --plum-200-20: rgba(198, 0, 126, .2);
    --plum-200-10: rgba(198, 0, 126, .1);
    --plum-200-tint-20: #F4CCE5;
    --plum-100: #ff2db3;
    --plum-100-70: rgba(255, 45, 179, .7);
    --plum-100-40: rgba(255, 45, 179, .4);
    --plum-100-20: rgba(255, 45, 179, .2);
    --plum-100-10: rgba(255, 45, 179, .1);
    --purple-300: #7c1790;
    --purple-300-70: rgba(124, 23, 144, .7);
    --purple-300-40: rgba(124, 23, 144, .4);
    --purple-300-20: rgba(124, 23, 144, .2);
    --purple-300-10: rgba(124, 23, 144, .1);
    --purple-200: #a21ebc;
    --purple-200-70: rgba(162, 30, 188, .7);
    --purple-200-40: rgba(162, 30, 188, .4);
    --purple-200-20: rgba(162, 30, 188, .2);
    --purple-200-10: rgba(162, 30, 188, .1);
    --purple-200-tint-20: #ECD2f2;
    --purple-100: #c366e0;
    --purple-100-70: rgba(195, 102, 224, .7);
    --purple-100-40: rgba(195, 102, 224, .4);
    --purple-100-20: rgba(195, 102, 224, .2);
    --purple-100-10: rgba(195, 102, 224, .1);
    --comp-border-width: 1px;
    --comp-border-style: solid;
    --comp-border-radius: 2px;
    --comp-font-size-sm: 12px;
    --comp-font-size: 14px;
    --comp-font-size-lg: 16px;
    --comp-line-height-sm: 1rem;
    --comp-line-height: 1.125rem;
    --comp-line-height-lg: 1.25rem;
    --comp-line-height-multi-line: 1.375rem;
    --comp-padding-y-sm: .3125rem;
    --comp-padding-y: .5rem;
    --comp-padding-y-lg: .8125rem;
    --comp-padding-y-no-border-sm: .375rem;
    --comp-padding-y-no-border: .5625rem;
    --comp-padding-y-no-border-lg: .875rem;
    --comp-transition-duration: .2s;
    --comp-transition: cubic-bezier(.6, 0, 1, 1);
    --comp-box-shadow: none;
    --comp-opacity-disabled: .4;
    --comp-font-weight: 400;
    --container-max-width-sm: 560px;
    --container-max-width-md: 752px;
    --container-max-width-lg: 1040px;
    --container-max-width-xl: 1232px;
    --container-max-width-2xl: 1616px
}

html {
    text-rendering: optimizeLegibility !important;
    font-display: swap;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c146] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c146] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c146] {
    font-family: Overpass Citi
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-main[_ngcontent-sjq-c146] {
        width: 100%
    }
}

@media (max-width: 767px) {
    .body-main[_ngcontent-sjq-c146] {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-main1[_ngcontent-sjq-c146] {
        width: 100%
    }
}

@media (max-width: 767px) {
    .body-main1[_ngcontent-sjq-c146] {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ipadnew[_ngcontent-sjq-c146] {
        width: 100%
    }
}

.main-container[_ngcontent-sjq-c146] {
    display: flex;
    min-height: 100%;
    position: relative
}

.main-container[_ngcontent-sjq-c146] .actionbarshow[_ngcontent-sjq-c146],
.main-container.login-background[_ngcontent-sjq-c146] {
    background-color: #fff
}

.main-container[_ngcontent-sjq-c146] .secondary-container[_ngcontent-sjq-c146] {
    width: 100%;
    padding-right: 0;
    height: 100%
}

@media (max-width: 767px) {
    .main-container[_ngcontent-sjq-c146] .secondary-container[_ngcontent-sjq-c146] {
        padding-left: 0
    }
}

.main-container[_ngcontent-sjq-c146] .width[_ngcontent-sjq-c146] {
    width: 100%
}

.main-container1[_ngcontent-sjq-c146] {
    display: flex;
    min-height: 100%;
    position: relative;
    min-height: 85vh;
    background-color: #e9eef3
}

.main-container1[_ngcontent-sjq-c146] .actionbarhide[_ngcontent-sjq-c146] {
    display: none
}

.main-container1.login-background[_ngcontent-sjq-c146] {
    background-color: #fff
}

.main-container1[_ngcontent-sjq-c146] .secondary-container[_ngcontent-sjq-c146] {
    width: 100%;
    padding-right: 0;
    height: 100%
}

@media (max-width: 767px) {
    .main-container1[_ngcontent-sjq-c146] .secondary-container[_ngcontent-sjq-c146] {
        padding-left: 0
    }
}

.main-container1[_ngcontent-sjq-c146] .width[_ngcontent-sjq-c146] {
    width: 100%
}

.content-wrapper[_ngcontent-sjq-c146] {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 15vh;
    padding-top: 0
}

.content-wrapper.left-padding[_ngcontent-sjq-c146] {
    padding-left: 40px
}

.sys-admin-new[_ngcontent-sjq-c146] {
    padding-top: 25px
}

.padding-bottom[_ngcontent-sjq-c146] {
    padding-bottom: 110px
}

.login[_ngcontent-sjq-c146] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-open {
    -webkit-overflow-scrolling: touch
}

.modal-open .modal {
    overflow: auto
}

.headerModified[_ngcontent-sjq-c146] .app-header {
    background: #056DAE
}

.cbusol_gw[_ngcontent-sjq-c146] {
    max-width: 1680px;
    margin: auto
}

.cbusol_tab[_ngcontent-sjq-c146] {
    max-width: none;
    background-color: #fff
}

.text-note[_ngcontent-sjq-c146] {
    margin-right: 15px;
    font-family: Interstate;
    font-size: 15px;
    color: #d51919
}

.no-page-access-pnl[_ngcontent-sjq-c146] {
    padding: 120px 0 0 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px
}

.cbusol_gw[_ngcontent-sjq-c146] .main-container1[_ngcontent-sjq-c146] {
    min-height: auto
}

.cbusol_gw[_ngcontent-sjq-c146] .main-container1.login-background[_ngcontent-sjq-c146] {
    background-color: #e9eef3
}

.hide-page-mask[_ngcontent-sjq-c146] {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}


@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c131] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c131] {
    font-family: Overpass Citi
}

.app-header[_ngcontent-sjq-c131] {
    height: 75px;
    padding-left: 26px;
    background: linear-gradient(to bottom, #00bdf2, #00b3f0 20%, #0066b3 81%, #004985)
}

.app-header[_ngcontent-sjq-c131] .citi-logo[_ngcontent-sjq-c131] {
    width: 57px;
    height: 38px;
    object-fit: contain
}

.app-header[_ngcontent-sjq-c131] .hidenotify[_ngcontent-sjq-c131] {
    display: none
}

.app-header[_ngcontent-sjq-c131] .shownotify[_ngcontent-sjq-c131] {
    margin-top: 0
}

.help-center-icon[_ngcontent-sjq-c131] {
    font-size: 30px;
    color: #d3d3d3;
    height: 38px;
    margin-right: 10px;
    cursor: pointer
}

.app-header1.ipadnew[_ngcontent-sjq-c131] {
    height: 54px;
    background: linear-gradient(to bottom, #00bdf2, #00b3f0 20%, #0066b3 81%, #004985)
}

.app-header1[_ngcontent-sjq-c131] {
    height: 75px;
    width: 100%;
    padding-left: 26px;
    background: #ffffff
}

.app-header1[_ngcontent-sjq-c131] .hidenotify[_ngcontent-sjq-c131] {
    display: none !important
}

.app-header1[_ngcontent-sjq-c131] .shownotify {
    margin-top: 0
}

@media only screen and (max-width: 1440px) {
    .app-header1[_ngcontent-sjq-c131] .shownotify .notify-badge:after {
        right: 224px
    }
}

@media (max-width: 1280px) {
    .app-header1[_ngcontent-sjq-c131] .shownotify {
        margin-top: 10px
    }
}

.app-header1[_ngcontent-sjq-c131] .shownotify1 {
    margin-top: 0
}

@media only screen and (max-width: 1440px) {
    .app-header1[_ngcontent-sjq-c131] .shownotify1 .notify-badge:after {
        right: 247px
    }
}

@media (max-width: 1280px) {
    .app-header1[_ngcontent-sjq-c131] .shownotify1 {
        margin-top: 10px
    }
}

.app-header1[_ngcontent-sjq-c131] .citi-logo[_ngcontent-sjq-c131] {
    width: 57px;
    height: 38px;
    margin-top: 14px;
    object-fit: contain;
    padding-right: 15px;
    border-right: 1px solid #CFD6DD
}

@media all and (-ms-high-contrast: none) {
    .app-header1[_ngcontent-sjq-c131] .citi-logo[_ngcontent-sjq-c131] {
        width: 150px
    }
}

.app-header1[_ngcontent-sjq-c131] .profilePopUp {
    max-width: 10em
}

.app-header1[_ngcontent-sjq-c131] .quick-links-container[_ngcontent-sjq-c131] {
    padding-top: 2px;
    margin-bottom: -12px
}

.app-header1[_ngcontent-sjq-c131] .quick-links-container[_ngcontent-sjq-c131] span[_ngcontent-sjq-c131] .quick-link-icon[_ngcontent-sjq-c131] {
    font-size: 30px;
    color: #d3d3d3
}

.app-header1[_ngcontent-sjq-c131] .quick-links-container[_ngcontent-sjq-c131] span[_ngcontent-sjq-c131] .quick-link-icon[_ngcontent-sjq-c131]:hover {
    cursor: pointer
}

.app-header1[_ngcontent-sjq-c131] .headerText[_ngcontent-sjq-c131] {
    color: #34495f;
    font-family: Interstate;
    font-size: 15px;
    line-height: 35px;
    white-space: nowrap;
    margin-top: 18px;
    padding-left: 15px
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] {
    margin-right: 10px
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] .question-mark[_ngcontent-sjq-c131]:hover {
    cursor: pointer
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] .tooltip-inner {
    max-width: 100%;
    width: 139px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] .tooltip-inner .tooltip-body {
    line-height: 1.2
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] .tooltip-inner .tooltip-body .tooltip-text {
    font-family: Interstate;
    font-size: 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 0
}

.app-header1[_ngcontent-sjq-c131] .question-mark-container[_ngcontent-sjq-c131] .dashboard-question-mark[_ngcontent-sjq-c131] {
    position: relative;
    left: -20px
}

.app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    padding-left: 15%
}

@media (max-width: 1280px) {
    .app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] {
        justify-content: center;
        padding-left: 15%
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] {
        justify-content: center;
        padding-left: 23%
    }
}

@media only screen and (min-width: 1525px) {
    .app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] {
        max-width: 57.33% !important
    }
}

.app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] .mail[_ngcontent-sjq-c131] {
    object-fit: contain;
    margin-top: 13%;
    margin-left: 35%
}

.app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] .mails[_ngcontent-sjq-c131] {
    margin-left: 4%
}

.app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] .notification[_ngcontent-sjq-c131] {
    margin-left: 11%
}

.app-header1[_ngcontent-sjq-c131] .wrapper[_ngcontent-sjq-c131] .messages-notification[_ngcontent-sjq-c131] {
    color: #fff;
    position: absolute;
    top: 27px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] {
    line-height: normal;
    width: 200px;
    margin-top: 12px;
    padding-top: 0;
    padding-left: 10px;
    margin-bottom: 5px;
    border-left: 1px solid #CFD6DD
}

@media (max-width: 1280px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] {
        line-height: normal;
        width: 200px;
        margin-top: 9px;
        padding-top: 8px;
        padding-left: 10px;
        position: relative;
        margin-left: -225px;
        margin-bottom: 5px;
        border-left: 1px solid #CFD6DD
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] {
        line-height: normal;
        margin-top: 12px;
        padding-top: 8px;
        padding-left: 10px;
        position: relative;
        margin-left: -225px;
        margin-bottom: 5px;
        border-left: 1px solid #CFD6DD;
        width: 200px
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1525px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] {
        padding-left: 7px;
        line-height: normal;
        margin-top: 5px;
        margin-bottom: 5px;
        border-left: 1px solid #CFD6DD;
        width: 20%
    }
}

.app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-name[_ngcontent-sjq-c131] {
    text-align: start;
    color: #0066b3
}

@media (max-width: 767px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-name[_ngcontent-sjq-c131] {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-name[_ngcontent-sjq-c131] {
        color: #0066b3
    }
}

@media all and (-ms-high-contrast: none) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-name[_ngcontent-sjq-c131] {
        text-align: justify
    }
}

.app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-info[_ngcontent-sjq-c131] {
    color: #707173
}

@media (max-width: 767px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-info[_ngcontent-sjq-c131] {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .app-header1[_ngcontent-sjq-c131] .user-wrapper[_ngcontent-sjq-c131] .user-info[_ngcontent-sjq-c131] {
        color: #707173;
        margin-top: 2px
    }
}

.app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
    background-color: #fff;
    color: #fff;
    width: 90%;
    border-radius: 2px;
    border-color: #056dae;
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 4%;
    margin-top: 24%
}

.app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] .btn-text[_ngcontent-sjq-c131] {
    color: #056dae
}

@media (max-width: 767px) {
    .app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
        width: 193%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
        width: 141%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
        width: 100%;
        margin-top: 40%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .app-header1[_ngcontent-sjq-c131] .btn-primary[_ngcontent-sjq-c131] {
        width: 100%
    }
}

.topnav[_ngcontent-sjq-c131] {
    height: 48px;
    width: 100%;
    background-color: #0f203d
}

.hidenotify[_ngcontent-sjq-c131] {
    display: none
}

.shownotify[_ngcontent-sjq-c131] {
    margin-top: 0
}

.testing[_ngcontent-sjq-c131] {
    width: 100px !important;
    display: inline !important;
    left: auto !important;
    right: auto !important
}

.app-header-top[_ngcontent-sjq-c131] {
    height: 20px;
    width: 100vw;
    background-color: #333
}

@media (max-width: 767px) {
    .app-header-top[_ngcontent-sjq-c131] {
        height: 16px
    }
}

.app-header-top[_ngcontent-sjq-c131] .contact1[_ngcontent-sjq-c131] {
    color: #fff;
    margin-left: 400px;
    margin-right: 33px;
    display: flex;
    font-size: 12px;
    padding-top: 0;
    justify-content: flex-end
}

@media (max-width: 767px) {
    .app-header-top[_ngcontent-sjq-c131] .contact1[_ngcontent-sjq-c131] {
        margin-left: 270px;
        margin-right: 13px
    }
}

[_nghost-sjq-c131] .deque-tooltip {
    box-sizing: border-box;
    font-size: 10px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .3);
    min-width: 104px;
    max-width: 133px;
    margin-right: -200px;
    padding: 2px 0 1px 7px;
    line-height: 16px;
    z-index: 700;
    margin-left: -146px;
    bottom: -50% !important;
    background-color: #000;
    box-shadow: 1px 2px 4px #00000045;
    font-family: Interstate;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border-radius: 4px
}

[_nghost-sjq-c131] .deque-tooltip:after {
    border-left: 7px solid #000000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 27%;
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    left: 99%;
    content: ""
}

.qlink-menu[_ngcontent-sjq-c131] {
    display: block;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 1px;
    cursor: pointer;
    font-size: 30px;
    color: #d3d3d3;
    padding-left: 15px;
    height: 38px
}

.dropdown[_ngcontent-sjq-c131] {
    position: relative;
    display: inline-block;
    padding-bottom: 5px
}

.dropdown-content[_ngcontent-sjq-c131] {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 1;
    margin-left: -42px;
    margin-top: 6px;
    background: #0F203E;
    border: 1px solid grey;
    box-shadow: 1px 0 5px #3131311a
}

.dropdown-content[_ngcontent-sjq-c131] a[_ngcontent-sjq-c131] {
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: Interstate-Light;
    text-align: left;
    cursor: pointer
}

.dropdown-content[_ngcontent-sjq-c131] a[_ngcontent-sjq-c131]:hover {
    text-decoration: underline
}

.dropdown-content[_ngcontent-sjq-c131] [_ngcontent-sjq-c131]:before {
    content: "";
    display: block;
    position: absolute;
    right: 4rem;
    top: -8px;
    border-bottom: 9px solid #000;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent
}

.dropdown[_ngcontent-sjq-c131]:hover .dropdown-content[_ngcontent-sjq-c131] {
    display: block
}

.loading[_ngcontent-sjq-c131] {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading[_ngcontent-sjq-c131]:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d
}

.text[_ngcontent-sjq-c131] {
    display: block;
    text-align: center
}

.Light-DarkGray-15[_ngcontent-sjq-c131] {
    font-family: Interstate-Light;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.14;
    color: #333
}

.notify-padding[_ngcontent-sjq-c131] {
    padding-left: 23% !important
}

.profile-button[_ngcontent-sjq-c131] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px
}

.initials[_ngcontent-sjq-c131] {
    color: #333
}

.tooltipMain[_ngcontent-sjq-c131] {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px
}

.tooltipText[_ngcontent-sjq-c131] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s linear
}

.profile-button[_ngcontent-sjq-c131]:hover .tooltipText[_ngcontent-sjq-c131] {
    visibility: visible;
    opacity: 1
}

.test[_ngcontent-sjq-c131] {
    background-color: red
}

.icgds .lmn-avatar .lmn-avatar-inner.lmn-avatar-initials {
    background: #A21EBC !important
}


@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c143] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c143] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c143] {
    font-family: Overpass Citi
}

.footer[_ngcontent-sjq-c143] {
    flex-direction: column;
    width: 100vw;
    height: 100px;
    position: static;
    bottom: 0;
    background-color: #333;
    padding: 20px 29px 17px
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] {
        height: 160px;
        padding: 14px 24px 16px
    }
}

@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .footer[_ngcontent-sjq-c143] {
        height: 120px
    }
}

.footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] {
    margin-bottom: 13px
}

.footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
    width: 42px;
    height: 28px
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
        width: 49px
    }
}

.footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
    color: #fff;
    background-color: transparent;
    margin-left: 24px
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
        font-family: Interstate;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-align: left;
        color: #fff;
        margin-left: 8px
    }
}

.footer[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
    border-top: solid 1px #a8a8a3;
    height: 17px
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
        height: 7px
    }
}

.footer[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.footer[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Interstate-Light;
    color: #fff;
    font-size: 10px
}

@media (max-width: 767px) {
    .footer[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.footer2[_ngcontent-sjq-c143] {
    flex-direction: column;
    width: 100%;
    height: 100px;
    position: static;
    bottom: 0;
    background-color: #333;
    padding: 20px 29px 17px
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] {
        height: 120px;
        padding: 14px 24px 16px;
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (min-width: 750px) and (max-width: 1000px) {
    .footer2[_ngcontent-sjq-c143] {
        margin-left: 0;
        width: 100%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    .footer2[_ngcontent-sjq-c143] {
        margin-left: 0;
        width: 100%
    }
}

.footer2[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] {
    margin-bottom: 13px
}

.footer2[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
    width: 42px;
    height: 28px
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
        width: 49px
    }
}

.footer2[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
    color: #fff;
    background-color: transparent;
    margin-left: 24px
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
        font-family: Interstate;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-align: left;
        color: #fff;
        margin-left: 8px
    }
}

.footer2[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
    border-top: solid 1px #a8a8a3;
    height: 17px
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
        height: 7px
    }
}

.footer2[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.footer2[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Interstate-Light;
    color: #fff;
    font-size: 10px
}

@media (max-width: 767px) {
    .footer2[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.white-footer[_ngcontent-sjq-c143] {
    flex-direction: column;
    width: 100%;
    height: 100px;
    position: static;
    bottom: 0;
    background-color: #fff;
    padding: 20px 29px 17px !important
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] {
        width: 100vw;
        height: 160px;
        padding: 14px 24px 16px
    }
}

@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .white-footer[_ngcontent-sjq-c143] {
        height: 120px
    }
}

.white-footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] {
    margin-bottom: 13px
}

.white-footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
    width: 42px;
    height: 28px
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
        width: 49px
    }
}

.white-footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
    color: #595959;
    background-color: transparent;
    margin-left: 24px;
    font-size: 12px
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
        font-family: Interstate;
        font-size: 10px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-align: center;
        color: #34495f;
        margin-left: 23px
    }
}

.white-footer[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
    border-top: solid 1px #a8a8a3;
    height: 8px;
    margin-left: 8px
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
        height: 7px
    }
}

.white-footer[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.white-footer[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Interstate-Light;
    color: #595959;
    font-size: 10px;
    margin-left: 24px
}

@media (max-width: 767px) {
    .white-footer[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.white-footer1[_ngcontent-sjq-c143] {
    flex-direction: column;
    width: 100%;
    height: 100px;
    position: static;
    bottom: 0;
    background-color: #e9eef3;
    padding: 20px 29px 17px 48px
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-footer1[_ngcontent-sjq-c143] {
        left: 0px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .white-footer1[_ngcontent-sjq-c143] {
        left: 0px !important
    }
}

@media all and (-ms-high-contrast: none) {
    .white-footer1[_ngcontent-sjq-c143] {
        width: 100%
    }
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] {
        height: 120px;
        padding: 14px 24px 16px;
        width: 100%;
        left: 0px
    }
}

@media only screen and (min-width: 750px) and (max-width: 1000px) {
    .white-footer1[_ngcontent-sjq-c143] {
        width: 100%
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .white-footer1[_ngcontent-sjq-c143] {
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .white-footer1[_ngcontent-sjq-c143] {
        width: 100%;
        padding-left: 230px
    }
}

.white-footer1[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] {
    margin-bottom: 13px
}

.white-footer1[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
    width: 42px;
    height: 28px
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .citi-logo[_ngcontent-sjq-c143] {
        width: 49px
    }
}

.white-footer1[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
    color: #595959;
    background-color: transparent;
    margin-left: 24px;
    font-size: 12px
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] .top-container[_ngcontent-sjq-c143] .footer-link[_ngcontent-sjq-c143] {
        font-family: Interstate;
        font-size: 10px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-align: left;
        color: #595959;
        margin-left: 8px
    }
}

.white-footer1[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
    border-top: solid 1px #a8a8a3;
    height: 17px
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] .footer-separator[_ngcontent-sjq-c143] {
        height: 7px
    }
}

.white-footer1[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] .footer-copyright[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center
    }
}

.white-footer1[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Interstate-Light;
    color: #595959;
    font-size: 10px;
    padding-left: 25px
}

@media (max-width: 767px) {
    .white-footer1[_ngcontent-sjq-c143] .footer-copyright1[_ngcontent-sjq-c143] {
        font-family: Interstate-Light;
        font-size: 10px;
        font-weight: lighter;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #595959
    }
}

.short-menu-whitefooter1[_ngcontent-sjq-c143] {
    width: 100%;
    padding-left: 180px
}

@media (min-width: 768px) and (max-width: 991px) {
    .short-menu-whitefooter1[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 30px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .short-menu-whitefooter1[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 30px !important
    }
}

@media (max-width: 767px) {
    .short-menu-whitefooter1[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 30px !important
    }
}

@media all and (-ms-high-contrast: none) {
    .short-menu-whitefooter1[_ngcontent-sjq-c143] {
        width: 100% !important
    }
}

.onboarding-footer[_ngcontent-sjq-c143] {
    width: 100%;
    padding-left: 180px
}

@media (min-width: 768px) and (max-width: 991px) {
    .onboarding-footer[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .onboarding-footer[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 0 !important
    }
}

@media (max-width: 767px) {
    .onboarding-footer[_ngcontent-sjq-c143] {
        left: 0px !important;
        padding-left: 0 !important
    }
}

@media all and (-ms-high-contrast: none) {
    .onboarding-footer[_ngcontent-sjq-c143] {
        width: 100% !important;
        margin-top: 130px
    }
}

.position-relative[_ngcontent-sjq-c143] {
    position: relative
}


@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c101] {
    font-family: Overpass Citi
}

.loginContainer[_ngcontent-sjq-c101] .img-overlay[_ngcontent-sjq-c101] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 10
}

@media (min-width: 1200px) {
    .loginContainer[_ngcontent-sjq-c101] {
        align-content: center;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw
    }
}

.loginContainer[_ngcontent-sjq-c101] .form-container[_ngcontent-sjq-c101] {
    background: #ffffff;
    box-shadow: 0 2px 10px #0000002b;
    padding: 20px
}

@media (min-width: 1200px) {
    .loginContainer[_ngcontent-sjq-c101] .form-container[_ngcontent-sjq-c101] {
        padding: 33px 45px 40px;
        position: absolute;
        right: 0;
        justify-self: right;
        margin-right: 16%;
        margin-top: 3%;
        width: 394px;
        top: 1%;
        height: 531px
    }
}

@media all and (-ms-high-contrast: none) {
    .loginContainer[_ngcontent-sjq-c101] .form-container[_ngcontent-sjq-c101] {
        height: 570px !important
    }
}

.loginContainer[_ngcontent-sjq-c101] .loginBottomText[_ngcontent-sjq-c101] {
    padding-left: 24px;
    padding-top: 40px;
    padding-right: 24px
}

@media (min-width: 1200px) {
    .loginContainer[_ngcontent-sjq-c101] .loginBottomText[_ngcontent-sjq-c101] {
        max-width: 600px;
        padding-left: 86px;
        padding-top: 43px
    }
}

.loginContainer[_ngcontent-sjq-c101] .loginBottomText[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #056dae
}

.loginContainer[_ngcontent-sjq-c101] .loginBottomText[_ngcontent-sjq-c101] .text[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.loginContainer[_ngcontent-sjq-c101] .parentBackground[_ngcontent-sjq-c101] {
    background: url(../img/login-background-mobile.6f86dfbf036c55f7.png) no-repeat;
    background-size: 100%;
    padding-top: 24px;
    padding-left: 24px
}

@media (min-width: 1200px) {
    .loginContainer[_ngcontent-sjq-c101] .parentBackground[_ngcontent-sjq-c101] {
        background: url(../img/login-background.e6844c7c40e75a8f.png) no-repeat;
        background-size: 100%;
        height: 50%;
        padding-top: 122px;
        padding-left: 86px
    }
}

.loginContainer[_ngcontent-sjq-c101] .parentBackground[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 300
}

@media (min-width: 1200px) {
    .loginContainer[_ngcontent-sjq-c101] .parentBackground[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
        font-size: 50px
    }
}

.loginContainer[_ngcontent-sjq-c101] .parentBackground[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] .trademark-symbol[_ngcontent-sjq-c101] {
    font-size: 20px;
    display: inline-flex;
    vertical-align: top;
    padding-top: 13px
}

.citi-logo[_ngcontent-sjq-c101] {
    width: 45px;
    height: 21px;
    display: block;
    object-fit: contain;
    margin-left: 55px;
    margin-top: 20px
}

@media (max-width: 767px) {
    .citi-logo[_ngcontent-sjq-c101] {
        margin: auto !important
    }
}

.loginContainer1[_ngcontent-sjq-c101] {
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 1100px;
    width: 100vw;
    background: url(../img/new-background-1440.8456deb0eed9b94d.png);
    background-size: 100vw 1100px
}

@media (min-width: 1200px) {
    .loginContainer1[_ngcontent-sjq-c101] {
        align-content: center;
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 100vw;
        background: url(../img/new-background-1440.8456deb0eed9b94d.png);
        background-size: 100vw 1100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginContainer1[_ngcontent-sjq-c101] {
        width: 100vw
    }
}

.loginContainer1[_ngcontent-sjq-c101] .form-container1[_ngcontent-sjq-c101] {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    .loginContainer1[_ngcontent-sjq-c101] .form-container1[_ngcontent-sjq-c101] {
        padding: 10px 20px 40px;
        right: 0;
        justify-self: right;
        margin-right: auto;
        margin-left: auto;
        width: 440px;
        top: 1%;
        height: 531px
    }
}

@media all and (-ms-high-contrast: none) {
    .loginContainer1[_ngcontent-sjq-c101] .form-container1[_ngcontent-sjq-c101] {
        height: 570px !important
    }
}

.loginContainer1[_ngcontent-sjq-c101] .loginBottomText1[_ngcontent-sjq-c101] {
    padding-left: 24px;
    padding-top: 40px;
    padding-right: 24px
}

@media (min-width: 1200px) {
    .loginContainer1[_ngcontent-sjq-c101] .loginBottomText1[_ngcontent-sjq-c101] {
        max-width: 600px;
        padding-left: 86px;
        padding-top: 43px
    }
}

.loginContainer1[_ngcontent-sjq-c101] .loginBottomText1[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.loginContainer1[_ngcontent-sjq-c101] .loginBottomText1[_ngcontent-sjq-c101] .text[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.loginContainer1[_ngcontent-sjq-c101] .parentBackground1[_ngcontent-sjq-c101] {
    height: 45px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .loginContainer1[_ngcontent-sjq-c101] .parentBackground1[_ngcontent-sjq-c101] {
        height: 45px;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        margin-top: 5px;
        margin-bottom: 20px
    }
}

.loginContainer1[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-top: 15px
}

@media (min-width: 1200px) {
    .loginContainer1[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
        font-size: 48px
    }
}

@media (max-width: 767px) {
    .loginContainer1[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] {
        font-size: 32px
    }
}

.loginContainer1[_ngcontent-sjq-c101] .title[_ngcontent-sjq-c101] .trademark-symbol[_ngcontent-sjq-c101] {
    font-size: 20px;
    display: inline-flex;
    vertical-align: super;
    margin-left: -10px
}

.loginContainer1[_ngcontent-sjq-c101] .welcome[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    padding-top: 17px
}

.loginContainer1[_ngcontent-sjq-c101] .credentials[_ngcontent-sjq-c101] {
    font-family: Interstate-Light;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: .4px;
    margin-top: 21px;
    font-weight: 100;
    display: flex;
    justify-content: center
}

.fraud-msg[_ngcontent-sjq-c101] {
    display: flex;
    justify-content: center
}

.fraud-msg[_ngcontent-sjq-c101] div[_ngcontent-sjq-c101]:first-child {
    display: flex;
    width: 684px;
    padding: 18px 16px;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--01-Alias-warning, #FFE166);
    box-shadow: 0 5px 10px 1px #17355f1f
}

.fraud-msg[_ngcontent-sjq-c101] div[_ngcontent-sjq-c101]:first-child img[_ngcontent-sjq-c101] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 3px;
    justify-content: center;
    align-items: center
}

.fraud-msg[_ngcontent-sjq-c101] div[_ngcontent-sjq-c101]:first-child div[_ngcontent-sjq-c101] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    font-family: Overpass Citi
}

.loginDetail[_ngcontent-sjq-c101] {
    justify-content: center;
    height: 500px;
    background: url(../img/be-the-best-background-1440.d7b4ba3e02edd3c3.svg);
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width: 1200px) {
    .loginDetail[_ngcontent-sjq-c101] {
        justify-content: center;
        height: 500px;
        background: url(../img/be-the-best-background-1440.d7b4ba3e02edd3c3.svg);
        background-position: center;
        background-repeat: no-repeat
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginDetail[_ngcontent-sjq-c101] {
        background: url(../img/be-the-best-background-768.29813e4e85fdb0d2.svg);
        background-position: center;
        background-repeat: no-repeat;
        justify-content: center;
        height: 620px
    }
}

@media (max-width: 767px) {
    .loginDetail[_ngcontent-sjq-c101] {
        background: none !important
    }
}

.loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] {
    max-width: 988px;
    margin: 0 auto;
    padding: 7rem 2rem 0rem 0rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] {
        max-width: 520px;
        margin: 0 auto;
        padding: 5rem 2rem 0rem 0rem
    }
}

@media (max-width: 767px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] {
        width: 265px;
        padding: 0
    }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] {
        margin-left: 2rem
    }
}

.loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para1[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333;
    padding-left: 4rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para1[_ngcontent-sjq-c101] {
        padding-left: 0rem
    }
}

.loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para2[_ngcontent-sjq-c101] {
    font-family: auto;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #34495f;
    margin-left: -2rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para2[_ngcontent-sjq-c101] {
        margin-left: -1rem;
        font-size: 60px;
        font-weight: 200;
        line-height: 1;
        text-align: left;
        color: #34495f
    }
}

.loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para3[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333;
    padding-left: 4rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .para3[_ngcontent-sjq-c101] {
        padding-left: 1rem;
        font-family: Interstate;
        font-size: 20px;
        text-align: left;
        color: #333
    }
}

.loginDetail[_ngcontent-sjq-c101] .loginContent[_ngcontent-sjq-c101] .mobiletext[_ngcontent-sjq-c101] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.loginVideoContent[_ngcontent-sjq-c101] .msg1[_ngcontent-sjq-c101] {
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 20px;
    bottom: 19%;
    left: 52%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .loginVideoContent[_ngcontent-sjq-c101] .msg1[_ngcontent-sjq-c101] {
        font-size: 15px;
        bottom: 17%;
        left: 45%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginVideoContent[_ngcontent-sjq-c101] .msg1[_ngcontent-sjq-c101] {
        font-size: 15px;
        bottom: 12.5%;
        left: 15%
    }
}

@media (max-width: 767px) {
    .loginVideoContent[_ngcontent-sjq-c101] .msg1[_ngcontent-sjq-c101] {
        z-index: 1;
        position: absolute;
        color: #fff;
        font-size: 15px;
        bottom: 231px;
        left: 15%
    }
}

.loginVideoContent[_ngcontent-sjq-c101] .msg1[_ngcontent-sjq-c101] .videoLink[_ngcontent-sjq-c101] {
    color: #fff
}

.loginVideoContent[_ngcontent-sjq-c101] .img1[_ngcontent-sjq-c101] {
    margin: -8% 2% 0% 47%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img1[_ngcontent-sjq-c101] {
        margin: -13% 2% 0% 44%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img1[_ngcontent-sjq-c101] {
        margin: -14% 2% 0% 13%
    }
}

@media (max-width: 767px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img1[_ngcontent-sjq-c101] {
        margin: 6% 0% 0% 6%;
        width: 340px
    }
}

.loginVideoContent[_ngcontent-sjq-c101] .img2[_ngcontent-sjq-c101] {
    background: url(../img/video-image.eaca70ca85e36482.png);
    margin: -8% 2% 2% 48%;
    width: 40%;
    max-width: 545px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img2[_ngcontent-sjq-c101] {
        margin: -13% 2% 2% 48%;
        width: 50%
    }
}

@media all and (-ms-high-contrast: none) {
    .loginVideoContent[_ngcontent-sjq-c101] .img2[_ngcontent-sjq-c101] {
        margin: -6% 2% 0% 47.5%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img2[_ngcontent-sjq-c101] {
        margin: -16% 2% 2% 26%
    }
}

@media (max-width: 767px) {
    .loginVideoContent[_ngcontent-sjq-c101] .img2[_ngcontent-sjq-c101] {
        margin: -44% 0% 0% 13%;
        width: 78%;
        height: 179px;
        max-width: 545px
    }
}


@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c100] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c100] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c100] {
    font-family: Overpass Citi
}

.notification-bar-container[_ngcontent-sjq-c100] {
    position: absolute;
    width: 100%;
    z-index: 5000;
    background: #ffffff;
    text-align: center;
    padding: 12px 15px;
    display: flex;
    height: 40px
}

.notification-bar-container[_ngcontent-sjq-c100] .title-container[_ngcontent-sjq-c100] {
    flex-grow: 1;
    align-self: center !important
}

.notification-bar-container[_ngcontent-sjq-c100] .title-container[_ngcontent-sjq-c100] .title[_ngcontent-sjq-c100] {
    margin: 0;
    text-align: center
}


@font-face {
    font-family: Interstate;
    src: local("Interstate-Regular"), url(../fonts/Interstate-Regular.eot), url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Regular.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Regular.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Regular.svg#Interstate-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Interstate-Bold;
    src: local("Interstate-Bold"), url(../fonts/Interstate-Bold.eot), url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Bold.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Bold.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Bold.svg#Interstate-Bold) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Interstate-Light;
    src: local("Interstate-Light"), url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-Light.eot), url(../fonts/Interstate-Light.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-Light.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-Light.svg#Interstate-Light) format("svg");
    font-weight: lighter
}

@font-face {
    font-family: Interstate-LightItalic;
    src: local("Interstate-LightItalic"), url(../fonts/Interstate-LightItalic.eot), url(../fonts/Interstate-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-LightItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-LightItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-LightItalic.svg#Interstate-LightItalic) format("svg");
    font-style: italic
}

@font-face {
    font-family: Interstate-BoldItalic;
    src: local("Interstate-BoldItalic"), url(../fonts/Interstate-BoldItalic.eot), url(../fonts/Interstate-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Interstate-BoldItalic.woff) format("woff"), url(cbusol/ang/asset/font/TTF/Interstate-BoldItalic.ttf) format("truetype"), url(cbusol/ang/asset/font/SVG/Interstate-BoldItalic.svg#Interstate-BoldItalic) format("svg");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-family: Overpass Citi;
    src: local("OverpassCiti-Regular"), url(../fonts/OverpassCiti-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.Light-DarkGray-24[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Light-DarkGray-32[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Lightbold-DarkGray-18[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.Bold-DarkGray-18[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-32[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Bold-White-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Bold-White-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.Light-DarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-20[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 20px;
    text-align: left;
    color: #333
}

.LightItalic-White-9[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #fff
}

.Reg-CoolGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    line-height: 1.08;
    text-align: left;
    color: #b0b6c2
}

.Light-Gray-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Light-Gray-16[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #707173
}

.Reg-Gray-10[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 10px;
    text-align: left;
    color: #707173
}

.Light-White-24[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

.Bold-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333
}

.Light-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #333
}

.Light-Gray-9[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.Light-DarkGray-28[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-Gray-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #707173
}

.Reg-Gray-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #707173
}

.Reg-Blue-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-26[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.LightItalic-DarkGray-16[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-9[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #333
}

.Light-Gray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #707173
}

.RegItalic-Gray-9[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    color: #707173
}

.LightCaps-Gray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: left;
    color: #707173
}

.Reg-Blue-10[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 10px;
    text-align: center;
    color: #056dae
}

.Reg-Blue-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    text-align: center;
    color: #056dae
}

.LightItalic-Gray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-9[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-weight: 300;
    font-style: italic;
    color: #707173
}

.RegItalic-DarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.ExtraLight-DarkGray-40[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-Blue-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #056dae
}

.Reg-DarkGray-24[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 24px;
    text-align: left;
    color: #333
}

.Light-DarkGray-16[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #333
}

.Bold-DarkGray-11[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.BoldItalic-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333;
    font-style: italic
}

.Bold-Blue-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #056dae
}

.Light-DarkGray-18[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    text-align: left;
    color: #333
}

.Reg-DarkGray-16[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #333
}

.LightItalic-DarkGray-18[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #333
}

.LightItalic-Gray-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.LightItalic-Gray-11[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #707173
}

.Light-Blue-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #056dae
}

.Gray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    text-align: left;
    color: #707173
}

.Reg-DarkGray-26[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 26px;
    text-align: center;
    color: #333
}

.Bold-DarkGray-16[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Bold-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Bold;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #333
}

.Light-DarkGray-20[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #333
}

.Date-Style[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #707173
}

.Light-DarkGray-20[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #201f1f
}

.Light-White-14[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.LightItalic-White-8[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 8px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    color: #fff
}

.Light-White-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #fff
}

.Light-White-12[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff
}

.Light-DarkGray-10[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #333
}

.Reg-DarkGray-10[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #333
}

.Interstate-ExtraLightItalic-26[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 26px;
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-BoldDarkGray-12[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #333
}

.RegItalic-DarkGray-14[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #333
}

.Reg-DarkGray-28[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 28px;
    text-align: left;
    color: #333
}

.icgds-citiFont[_ngcontent-sjq-c104] {
    font-family: Overpass Citi
}

input[_ngcontent-sjq-c104]::-webkit-outer-spin-button,
input[_ngcontent-sjq-c104]::-webkit-inner-spin-button {
    display: none
}

.loading[_ngcontent-sjq-c104] {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading[_ngcontent-sjq-c104]:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d
}

@media (min-width: 1200px) {
    .login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] {
        margin: 1.2px !important;
        padding-bottom: 11px
    }
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104] {
    height: 100% !important;
    border-radius: 4px !important
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104]:disabled {
    background-color: #fff;
    opacity: .5
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-container {
    margin-left: -3px
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-inner {
    background-color: #cfd6dd;
    box-shadow: 1px 2px 4px #00000045;
    width: 200px;
    height: 120px;
    overflow: hidden;
    text-align: left
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-body[_ngcontent-sjq-c104] {
    height: 115px;
    width: 190px;
    overflow-y: auto;
    overflow-x: hidden
}

.login-form[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .showable[_ngcontent-sjq-c104] {
    width: 13px;
    height: 13px;
    object-fit: contain
}

.login-form[_ngcontent-sjq-c104] form[_ngcontent-sjq-c104] {
    margin-bottom: -35px
}

.login-form[_ngcontent-sjq-c104] .optional-field[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 10px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #707173
}

.login-form[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] {
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: solid 1px #cfd6dd;
    padding-left: 14px
}

.login-form[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    color: #707173
}

.login-form[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    background-clip: unset;
    border: none;
    padding: 1px;
    margin-left: 4px
}

.login-form[_ngcontent-sjq-c104] .input-with-dropdown[_ngcontent-sjq-c104] {
    border-radius: 4px;
    padding: 1px
}

.login-form[_ngcontent-sjq-c104] .input-with-dropdown[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    background-clip: unset
}

.login-form[_ngcontent-sjq-c104] .input-error[_ngcontent-sjq-c104] {
    border: solid 2px #d51919
}

.login-form[_ngcontent-sjq-c104] .input-error-tittle[_ngcontent-sjq-c104] {
    color: #d51919 !important
}

.login-form[_ngcontent-sjq-c104] .sign-on-container[_ngcontent-sjq-c104] {
    margin-top: 0 !important;
    padding-top: 5px
}

.login-form[_ngcontent-sjq-c104] .sign-on-container[_ngcontent-sjq-c104] .btn-signin[_ngcontent-sjq-c104] {
    height: 41px;
    border-radius: 2px;
    background-color: #056dae;
    font-family: Interstate-Light;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.login-form[_ngcontent-sjq-c104] .sign-on-container[_ngcontent-sjq-c104] .waiting-container[_ngcontent-sjq-c104] {
    text-align: center
}

.login-form[_ngcontent-sjq-c104] .sign-on-container[_ngcontent-sjq-c104] .waiting-container[_ngcontent-sjq-c104] .waiting-span[_ngcontent-sjq-c104] {
    color: #056dae;
    font-weight: 500;
    font-size: large
}

.login-form[_ngcontent-sjq-c104] .form-field-text[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .4px;
    text-align: left;
    color: #333;
    text-transform: uppercase
}

.login-form[_ngcontent-sjq-c104] .input-group[_ngcontent-sjq-c104] {
    height: 36px;
    background-color: #fff
}

@media (min-width: 1200px) {
    .login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] {
        margin: 1.2px !important;
        padding-bottom: 20px
    }
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104] {
    height: 100% !important;
    border-radius: 2px !important;
    background-color: transparent
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .input-height[_ngcontent-sjq-c104] {
    height: 128% !important
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104]:disabled {
    opacity: .5
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-container {
    margin-left: 0;
    margin-right: 5px
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-inner {
    box-shadow: 1px 2px 4px #00000045;
    width: 200px;
    height: 120px;
    overflow: hidden;
    text-align: left
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-body[_ngcontent-sjq-c104] {
    height: 115px;
    width: 190px;
    overflow-y: auto;
    overflow-x: hidden
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .tooltip-body[_ngcontent-sjq-c104] .tooltip-text[_ngcontent-sjq-c104] {
    color: #fff !important
}

.login-form1[_ngcontent-sjq-c104] .form-group[_ngcontent-sjq-c104] .login-tooltip[_ngcontent-sjq-c104] .showable[_ngcontent-sjq-c104] {
    color: #fff;
    width: 13px;
    height: 13px;
    object-fit: contain
}

.login-form1[_ngcontent-sjq-c104] .token-margin[_ngcontent-sjq-c104] {
    margin-top: 18px !important
}

@media (max-width: 767px) {
    .login-form1[_ngcontent-sjq-c104] .token-margin[_ngcontent-sjq-c104] {
        margin-top: 31px !important
    }
}

.login-form1[_ngcontent-sjq-c104] form[_ngcontent-sjq-c104] {
    margin-bottom: -35px
}

.login-form1[_ngcontent-sjq-c104] .optional-field[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 9px;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.login-form1[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] {
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: solid 1px #ffffff;
    padding-left: 14px
}

.login-form1[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    color: #fff
}

.login-form1[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    background-clip: unset;
    padding: 1px;
    margin-left: 4px
}

.login-form1[_ngcontent-sjq-c104] .input-with-preset[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104] {
    border: none !important
}

.login-form1[_ngcontent-sjq-c104] .input-with-dropdown[_ngcontent-sjq-c104] {
    border-radius: 4px;
    border: none;
    padding: 1px
}

.login-form1[_ngcontent-sjq-c104] .input-with-dropdown[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    background-clip: unset
}

.login-form1[_ngcontent-sjq-c104] .input-error[_ngcontent-sjq-c104] {
    border: solid 2px #d51919
}

.login-form1[_ngcontent-sjq-c104] .input-error-tittle[_ngcontent-sjq-c104] {
    color: #d51919 !important
}

.login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] {
    margin-top: 0 !important;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .btn-signin[_ngcontent-sjq-c104] {
    height: 38px;
    border-radius: 2px;
    width: 45%;
    background-color: #05588a;
    font-family: Interstate-Light;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

@media (max-width: 767px) {
    .login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .btn-signin[_ngcontent-sjq-c104] {}
}

.login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .btn-pwd-less-signin[_ngcontent-sjq-c104] {
    margin-right: 15px
}

@media (max-width: 767px) {
    .login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .btn-pwd-less-signin[_ngcontent-sjq-c104] {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .waiting-container[_ngcontent-sjq-c104] {
    text-align: center
}

.login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] .waiting-container[_ngcontent-sjq-c104] .waiting-span[_ngcontent-sjq-c104] {
    color: #fff !important;
    font-weight: 500;
    font-size: large
}

@media (max-width: 767px) {
    .login-form1[_ngcontent-sjq-c104] .sign-on-container1[_ngcontent-sjq-c104] {
        flex-direction: column;
        flex-direction: column-reverse
    }
}

.login-form1[_ngcontent-sjq-c104] .form-field-text[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .4px;
    text-align: left;
    color: #fff;
    margin-right: 5px
}

.login-form1[_ngcontent-sjq-c104] .input-group[_ngcontent-sjq-c104] {
    height: 45px;
    background-color: initial
}

.login-form1[_ngcontent-sjq-c104] .input-group[_ngcontent-sjq-c104] .form-control[_ngcontent-sjq-c104] {
    border: 1px solid #ffffff;
    color: #fff
}

.login-form1[_ngcontent-sjq-c104] .showPassword[_ngcontent-sjq-c104] {
    position: absolute;
    cursor: pointer;
    margin-top: 15px
}

input[type=checkbox][_ngcontent-sjq-c104]:focus+label[_ngcontent-sjq-c104] {
    border: 2px solid red
}

.errorMsg[_ngcontent-sjq-c104] {
    background-color: #fff;
    padding-left: 10px;
    font-size: 14px;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.errorMsg[_ngcontent-sjq-c104]:before {
    content: "";
    z-index: 999;
    position: absolute;
    margin-top: -9px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -1px -1px 3px -1px #00000030;
    margin-left: 5px;
    width: .4rem;
    height: .9rem
}

.title-container[_ngcontent-sjq-c104] {
    margin-top: 1rem;
    color: #b30000
}

.bottom-container[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.bottom-container[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] .checkbox-input[_ngcontent-sjq-c104]:before {
    opacity: .5
}

.bottom-container[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 140px
}

.bottom-container[_ngcontent-sjq-c104] .remember-user[_ngcontent-sjq-c104] {
    text-align: right;
    flex-direction: row-reverse;
    display: flex
}

.bottom-container[_ngcontent-sjq-c104] .remember-user[_ngcontent-sjq-c104] label[_ngcontent-sjq-c104] {
    padding-top: 3px
}

.bottom-container[_ngcontent-sjq-c104] .remember-user[_ngcontent-sjq-c104] .checkbox-input[_ngcontent-sjq-c104]:before {
    opacity: .5
}

.bottom-container[_ngcontent-sjq-c104] .forgot-password-container[_ngcontent-sjq-c104] {
    cursor: pointer;
    padding-top: 0;
    text-align: center
}

.bottom-container[_ngcontent-sjq-c104] .forgot-password-container[_ngcontent-sjq-c104] .forgot-password[_ngcontent-sjq-c104] {
    font-family: Interstate;
    font-size: 16px;
    text-align: left;
    color: #056dae;
    padding-right: 4px
}

@media (max-width: 767px) {
    .bottom-container[_ngcontent-sjq-c104] .forgot-password-container[_ngcontent-sjq-c104] .forgot-password[_ngcontent-sjq-c104] {
        padding-right: 16px
    }
}

.bottom-container1[_ngcontent-sjq-c104] {
    font-family: Interstate-Light;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] .checkbox-input[_ngcontent-sjq-c104]:before {
    opacity: .5
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] .whitebg[_ngcontent-sjq-c104]:before {
    background-color: #fff;
    border: 2px solid #ffffff
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:focus+label[_ngcontent-sjq-c104]:before,
.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:hover+label[_ngcontent-sjq-c104]:before {
    border-color: #056dae;
    background-color: #fff
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:active+label[_ngcontent-sjq-c104]:before {
    transition-duration: 0s
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]+label[_ngcontent-sjq-c104] {
    position: relative;
    padding-left: 2em;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 0;
    font-family: Interstate-Light;
    font-size: 12px;
    text-align: left;
    color: #333;
    display: block;
    padding-top: 2px
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]+label[_ngcontent-sjq-c104]:before {
    box-sizing: content-box;
    content: "";
    color: #056dae;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border: 2px solid #056dae;
    border-radius: 3.8px;
    text-align: left;
    transition: all .4s ease
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:disabled+label[_ngcontent-sjq-c104]:before {
    opacity: .3
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]+label[_ngcontent-sjq-c104]:after {
    box-sizing: content-box;
    content: "";
    background-color: #056dae;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform .2s ease-out
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:disabled+label[_ngcontent-sjq-c104]:before {
    border-color: #056dae
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:disabled:focus+label[_ngcontent-sjq-c104]:before .pure-checkbox[_ngcontent-sjq-c104] .bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:disabled:hover+label[_ngcontent-sjq-c104]:before {
    background-color: inherit
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:disabled:checked+label[_ngcontent-sjq-c104]:before {
    background-color: #707173
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]+label[_ngcontent-sjq-c104]:after {
    background-color: transparent;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 3px;
    margin-top: -4px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2px 2px;
    border-image: none;
    transform: rotate(-45deg) scale(0)
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:checked+label[_ngcontent-sjq-c104]:after {
    content: "";
    transform: rotate(-45deg) scale(1);
    transition: transform .2s ease-out
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:checked+label[_ngcontent-sjq-c104]:before {
    background: #056DAE
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:checked+label[_ngcontent-sjq-c104]:after {
    transform: rotate(-45deg) scale(1)
}

.bottom-container1[_ngcontent-sjq-c104] .pure-checkbox[_ngcontent-sjq-c104] input[type=checkbox][_ngcontent-sjq-c104]:checked+label.hyphen[_ngcontent-sjq-c104]:after {
    transform: rotate(0) scale(1);
    border-width: 0 0 2px 0;
    left: 5px
}

.bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] {
    text-align: left;
    display: flex
}

@media (max-width: 767px) {
    .bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] {
        display: flex;
        max-width: 100%;
        flex: 0 0 100%
    }
}

.bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    background-color: #fff
}

.bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] label[_ngcontent-sjq-c104] {
    padding-top: 3px;
    font-size: 12px;
    color: #fff !important
}

@media (max-width: 767px) {
    .bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] label[_ngcontent-sjq-c104] {
        font-size: 14px !important
    }
}

.bottom-container1[_ngcontent-sjq-c104] .remember-business[_ngcontent-sjq-c104] .checkbox-input[_ngcontent-sjq-c104]:before {
    opacity: .5;
    background-color: #fff;
    border: 1px solid #ffffff
}

.bottom-container1[_ngcontent-sjq-c104] .forgot-password-container[_ngcontent-sjq-c104] {
    cursor: pointer;
    text-align: center;
    padding-bottom: 16px
}

.bottom-container1[_ngcontent-sjq-c104] .forgot-password-container[_ngcontent-sjq-c104] .forgot-password[_ngcontent-sjq-c104] {
    font-family: Interstate-light;
    font-size: 12px;
    text-align: left;
    color: #fff;
    padding-right: 8px
}

.arrow[_ngcontent-sjq-c104] {
    padding: 17px 10px 12px;
    float: right
}

.trash-icon[_ngcontent-sjq-c104] {
    width: 15px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.dropdown-wrapper[_ngcontent-sjq-c104] {
    display: inline-block;
    position: relative;
    background-color: #fff
}

.dropdown-wrapper[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    width: 90%;
    border: none;
    outline: none;
    text-transform: capitalize
}

.dropdown-wrapper[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    text-transform: capitalize
}

.dropdown-wrapper[_ngcontent-sjq-c104] .selected[_ngcontent-sjq-c104] {
    padding: 8px 27px 8px 6px
}

.dropdown-wrapper[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] {
    display: none;
    position: absolute;
    top: 100%;
    right: -2px;
    list-style: none;
    overflow: hidden;
    z-index: 9999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border: solid 1px #cfd6dd;
    padding-left: 0
}

.dropdown-wrapper[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104]:hover {
    background-color: #f7f8fc
}

.dropdown-wrapper[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104] {
    padding: 6px 0 7px 6px;
    border-bottom: solid 1px #cfd6dd;
    position: relative
}

.dropdown-wrapper[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    text-transform: capitalize;
    transition: all .3s ease-out;
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.dropdown-wrapper.active[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] {
    display: block
}

.dropdown-wrapper.active[_ngcontent-sjq-c104] #caret[_ngcontent-sjq-c104] {
    transform: rotate(180deg)
}

.dropdown-wrapper1[_ngcontent-sjq-c104] {
    position: relative
}

.dropdown-wrapper1[_ngcontent-sjq-c104] input[_ngcontent-sjq-c104] {
    width: 90%;
    border: none;
    outline: none;
    text-transform: capitalize
}

.dropdown-wrapper1[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    text-transform: capitalize
}

.dropdown-wrapper1[_ngcontent-sjq-c104] .selected[_ngcontent-sjq-c104] {
    padding: 8px 27px 8px 6px
}

.dropdown-wrapper1[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] {
    display: none;
    position: absolute;
    top: 100%;
    right: -2px;
    list-style: none;
    overflow: hidden;
    z-index: 9999;
    border-radius: 2px;
    box-shadow: 0 2px 4px #0000001f;
    border: solid 1px #cfd6dd;
    padding-left: 0
}

.dropdown-wrapper1[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104]:hover {
    background-color: #f7f8fc
}

.dropdown-wrapper1[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104] {
    padding: 6px 0 7px 6px;
    border-bottom: solid 1px #cfd6dd;
    position: relative
}

.dropdown-wrapper1[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] li[_ngcontent-sjq-c104] span[_ngcontent-sjq-c104] {
    text-transform: capitalize;
    transition: all .3s ease-out;
    font-family: Interstate;
    font-size: 12px;
    text-align: left;
    color: #333
}

.dropdown-wrapper1.active[_ngcontent-sjq-c104] .dropdown[_ngcontent-sjq-c104] {
    display: block
}

.dropdown-wrapper1.active[_ngcontent-sjq-c104] #caret[_ngcontent-sjq-c104] {
    transform: rotate(180deg)
}

.disabled-span[_ngcontent-sjq-c104] {
    opacity: .5;
    pointer-events: none
}

.disabled-div[_ngcontent-sjq-c104] {
    border: solid 1px rgba(207, 214, 221, .5) !important
}

input[_ngcontent-sjq-c104]:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none
}

.pwdless-alert[_ngcontent-sjq-c104] {
    background-color: #d51919;
    border-color: #d51919;
    font-family: Interstate;
    color: #fff;
    font-size: 12px
}

#gear[_ngcontent-sjq-c104] {
    animation: ckw 2s infinite
}

@keyframes ckw {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}


.tooltip-container[_ngcontent-sjq-c103] {
    display: inline
}

#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#onetrust-banner-sdk .onetrust-vendors-list-handler {
    cursor: pointer;
    color: #1f96db;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
    color: #1f96db
}

#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px
}

#onetrust-banner-sdk a:focus {
    outline: 2px solid #000
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    outline-offset: 1px
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    height: 64px;
    width: 64px
}

#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold {
    font-weight: bold
}

#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk .ot-close-icon,
#ot-sync-ntfy .ot-close-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px
}

#onetrust-banner-sdk .powered-by-logo,
#onetrust-banner-sdk .ot-pc-footer-logo a,
#onetrust-pc-sdk .powered-by-logo,
#onetrust-pc-sdk .ot-pc-footer-logo a,
#ot-sync-ntfy .powered-by-logo,
#ot-sync-ntfy .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: .75em
}

#onetrust-banner-sdk .powered-by-logo:hover,
#onetrust-banner-sdk .ot-pc-footer-logo a:hover,
#onetrust-pc-sdk .powered-by-logo:hover,
#onetrust-pc-sdk .ot-pc-footer-logo a:hover,
#ot-sync-ntfy .powered-by-logo:hover,
#ot-sync-ntfy .ot-pc-footer-logo a:hover {
    color: #565656
}

#onetrust-banner-sdk h3 *,
#onetrust-banner-sdk h4 *,
#onetrust-banner-sdk h6 *,
#onetrust-banner-sdk button *,
#onetrust-banner-sdk a[data-parent-id] *,
#onetrust-pc-sdk h3 *,
#onetrust-pc-sdk h4 *,
#onetrust-pc-sdk h6 *,
#onetrust-pc-sdk button *,
#onetrust-pc-sdk a[data-parent-id] *,
#ot-sync-ntfy h3 *,
#ot-sync-ntfy h4 *,
#ot-sync-ntfy h6 *,
#ot-sync-ntfy button *,
#ot-sync-ntfy a[data-parent-id] * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

#onetrust-banner-sdk .ot-hide,
#onetrust-pc-sdk .ot-hide,
#ot-sync-ntfy .ot-hide {
    display: none !important
}

#onetrust-banner-sdk button.ot-link-btn:hover,
#onetrust-pc-sdk button.ot-link-btn:hover,
#ot-sync-ntfy 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: .7
}

#onetrust-pc-sdk #vendor-list-content {
    transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk li input[type=checkbox] {
    z-index: 1
}

#onetrust-pc-sdk li .ot-checkbox label {
    z-index: 2
}

#onetrust-pc-sdk li .ot-checkbox input[type=checkbox] {
    height: auto;
    width: auto
}

#onetrust-pc-sdk li .host-title a,
#onetrust-pc-sdk li .ot-host-name a,
#onetrust-pc-sdk li .accordion-text,
#onetrust-pc-sdk li .ot-acc-txt {
    z-index: 2;
    position: relative
}

#onetrust-pc-sdk input {
    margin: 3px .1ex
}

#onetrust-pc-sdk .pc-logo,
#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 .pc-logo img,
#onetrust-pc-sdk .ot-pc-logo img {
    max-height: 100%;
    max-width: 100%
}

#onetrust-pc-sdk .screen-reader-only,
#onetrust-pc-sdk .ot-scrn-rdr,
.ot-sdk-cookie-policy .screen-reader-only,
.ot-sdk-cookie-policy .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,
#onetrust-banner-sdk.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
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #68b631;
    border: 1px solid #68b631;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: .8em 2em;
    font-size: .8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #fff;
    background-color: #68b631
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, .5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ot-cookie-label {
    text-decoration: underline
}

@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: .75em
    }
}

#onetrust-banner-sdk .banner-option-input:focus+label {
    outline: 1px solid #000;
    outline-style: auto
}

.category-vendors-list-handler+a:focus,
.category-vendors-list-handler+a:focus-visible {
    outline: 2px solid #000
}

#onetrust-pc-sdk .ot-userid-title {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-userid-title>span,
#onetrust-pc-sdk .ot-userid-timestamp>span {
    font-weight: 700
}

#onetrust-pc-sdk .ot-userid-desc {
    font-style: italic
}

#onetrust-pc-sdk .ot-host-desc a {
    pointer-events: initial
}

#onetrust-pc-sdk .ot-ven-hdr>p a {
    position: relative;
    z-index: 2;
    pointer-events: initial
}

#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a {
    margin-right: auto
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    width: 136px;
    height: 16px
}

#onetrust-pc-sdk .ot-pur-vdr-count {
    font-weight: 400;
    font-size: .7rem;
    padding-top: 3px;
    display: block
}

#onetrust-banner-sdk .ot-optout-signal,
#onetrust-pc-sdk .ot-optout-signal {
    border: 1px solid #32ae88;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f9fffa;
    font-size: .85rem;
    line-height: 2
}

#onetrust-banner-sdk .ot-optout-signal .ot-optout-icon,
#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon {
    display: inline;
    margin-right: 5px
}

#onetrust-banner-sdk .ot-optout-signal svg,
#onetrust-pc-sdk .ot-optout-signal svg {
    height: 20px;
    width: 30px;
    transform: scale(0.5)
}

#onetrust-banner-sdk .ot-optout-signal svg path,
#onetrust-pc-sdk .ot-optout-signal svg path {
    fill: #32ae88
}

#onetrust-consent-sdk .ot-general-modal {
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    width: 40%;
    padding: 1.5rem;
    max-width: 575px;
    min-width: 575px;
    z-index: 2147483647;
    border-radius: 2.5px;
    transform: translate(-50%, -50%)
}

#onetrust-consent-sdk .ot-signature-health-group {
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: .625rem;
    width: calc(100% - 2.5rem)
}

#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form {
    gap: .5rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
    width: 70%;
    gap: .35rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-input {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle {
    font-size: 1.125rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title {
    font-size: 1.25rem;
    font-weight: bold
}

#onetrust-consent-sdk .ot-signature-health,
#onetrust-consent-sdk .ot-signature-health-group {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph {
    margin: 0;
    line-height: 20px;
    font-size: max(14px, .875rem)
}

#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,
#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error {
    color: #4d4d4d;
    font-size: min(12px, .75rem)
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont {
    margin-top: max(.75rem, 2%);
    gap: 1rem;
    display: flex;
    justify-content: flex-end
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-button,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button {
    flex: 1;
    height: auto;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    min-width: 125px;
    font-weight: 600;
    font-size: .813em;
    border-radius: 2px;
    padding: 12px 10px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #68b631;
    border: 2px solid #68b631
}

#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,
#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject {
    background-color: #fff
}

#onetrust-consent-sdk .ot-input-field-cont {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
    width: 65%
}

#onetrust-consent-sdk .ot-signature-health-form {
    display: flex;
    flex-direction: column
}

#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label {
    margin-bottom: 0;
    line-height: 20px;
    font-size: max(14px, .875rem)
}

@media only screen and (max-width: 600px) {
    #onetrust-consent-sdk .ot-general-modal {
        min-width: 100%
    }

    #onetrust-consent-sdk .ot-signature-health .ot-signature-health-form {
        width: 100%
    }

    #onetrust-consent-sdk .ot-input-field-cont .ot-signature-input {
        width: 100%
    }
}

#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
    font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk span,
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p,
#onetrust-banner-sdk img,
#onetrust-banner-sdk svg,
#onetrust-banner-sdk button,
#onetrust-banner-sdk section,
#onetrust-banner-sdk a,
#onetrust-banner-sdk label,
#onetrust-banner-sdk input,
#onetrust-banner-sdk ul,
#onetrust-banner-sdk li,
#onetrust-banner-sdk nav,
#onetrust-banner-sdk table,
#onetrust-banner-sdk thead,
#onetrust-banner-sdk tr,
#onetrust-banner-sdk td,
#onetrust-banner-sdk tbody,
#onetrust-banner-sdk .ot-main-content,
#onetrust-banner-sdk .ot-toggle,
#onetrust-banner-sdk #ot-content,
#onetrust-banner-sdk #ot-pc-content,
#onetrust-banner-sdk .checkbox,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#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 nav,
#onetrust-pc-sdk table,
#onetrust-pc-sdk thead,
#onetrust-pc-sdk tr,
#onetrust-pc-sdk td,
#onetrust-pc-sdk tbody,
#onetrust-pc-sdk .ot-main-content,
#onetrust-pc-sdk .ot-toggle,
#onetrust-pc-sdk #ot-content,
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk .checkbox,
#ot-sdk-cookie-policy div,
#ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy img,
#ot-sdk-cookie-policy svg,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy label,
#ot-sdk-cookie-policy input,
#ot-sdk-cookie-policy ul,
#ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy nav,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy .ot-main-content,
#ot-sdk-cookie-policy .ot-toggle,
#ot-sdk-cookie-policy #ot-content,
#ot-sdk-cookie-policy #ot-pc-content,
#ot-sdk-cookie-policy .checkbox,
#ot-sync-ntfy div,
#ot-sync-ntfy span,
#ot-sync-ntfy h1,
#ot-sync-ntfy h2,
#ot-sync-ntfy h3,
#ot-sync-ntfy h4,
#ot-sync-ntfy h5,
#ot-sync-ntfy h6,
#ot-sync-ntfy p,
#ot-sync-ntfy img,
#ot-sync-ntfy svg,
#ot-sync-ntfy button,
#ot-sync-ntfy section,
#ot-sync-ntfy a,
#ot-sync-ntfy label,
#ot-sync-ntfy input,
#ot-sync-ntfy ul,
#ot-sync-ntfy li,
#ot-sync-ntfy nav,
#ot-sync-ntfy table,
#ot-sync-ntfy thead,
#ot-sync-ntfy tr,
#ot-sync-ntfy td,
#ot-sync-ntfy tbody,
#ot-sync-ntfy .ot-main-content,
#ot-sync-ntfy .ot-toggle,
#ot-sync-ntfy #ot-content,
#ot-sync-ntfy #ot-pc-content,
#ot-sync-ntfy .checkbox {
    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-banner-sdk label:before,
#onetrust-banner-sdk label:after,
#onetrust-banner-sdk .checkbox:after,
#onetrust-banner-sdk .checkbox:before,
#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after,
#onetrust-pc-sdk .checkbox:after,
#onetrust-pc-sdk .checkbox:before,
#ot-sdk-cookie-policy label:before,
#ot-sdk-cookie-policy label:after,
#ot-sdk-cookie-policy .checkbox:after,
#ot-sdk-cookie-policy .checkbox:before,
#ot-sync-ntfy label:before,
#ot-sync-ntfy label:after,
#ot-sync-ntfy .checkbox:after,
#ot-sync-ntfy .checkbox:before {
    content: "";
    content: none
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns,
#ot-sdk-cookie-policy .ot-sdk-column,
#ot-sdk-cookie-policy .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial
}

@media(min-width: 400px) {

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 90%;
        padding: 0
    }
}

@media(min-width: 550px) {

    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%
    }

    #onetrust-banner-sdk .ot-sdk-column,
    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-column,
    #ot-sdk-cookie-policy .ot-sdk-columns {
        margin-left: 4%
    }

    #onetrust-banner-sdk .ot-sdk-column:first-child,
    #onetrust-banner-sdk .ot-sdk-columns:first-child,
    #onetrust-pc-sdk .ot-sdk-column:first-child,
    #onetrust-pc-sdk .ot-sdk-columns:first-child,
    #ot-sdk-cookie-policy .ot-sdk-column:first-child,
    #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
        margin-left: 0
    }

    #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
        width: 13.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 22%
    }

    #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%
    }

    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
        width: 74%
    }

    #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
        width: 82.6666666667%
    }

    #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
        width: 91.3333333333%
    }

    #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
        width: 100%;
        margin-left: 0
    }
}

#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit
}

#onetrust-banner-sdk h1,
#onetrust-pc-sdk h1,
#ot-sdk-cookie-policy h1 {
    font-size: 1.5rem;
    line-height: 1.2
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#ot-sdk-cookie-policy h2 {
    font-size: 1.5rem;
    line-height: 1.25
}

#onetrust-banner-sdk h3,
#onetrust-pc-sdk h3,
#ot-sdk-cookie-policy h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

#onetrust-banner-sdk h4,
#onetrust-pc-sdk h4,
#ot-sdk-cookie-policy h4 {
    font-size: 1.5rem;
    line-height: 1.35
}

#onetrust-banner-sdk h5,
#onetrust-pc-sdk h5,
#ot-sdk-cookie-policy h5 {
    font-size: 1.5rem;
    line-height: 1.5
}

#onetrust-banner-sdk h6,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h6 {
    font-size: 1.5rem;
    line-height: 1.6
}

@media(min-width: 550px) {

    #onetrust-banner-sdk h1,
    #onetrust-pc-sdk h1,
    #ot-sdk-cookie-policy h1 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h2,
    #onetrust-pc-sdk h2,
    #ot-sdk-cookie-policy h2 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h3,
    #onetrust-pc-sdk h3,
    #ot-sdk-cookie-policy h3 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h4,
    #onetrust-pc-sdk h4,
    #ot-sdk-cookie-policy h4 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h5,
    #onetrust-pc-sdk h5,
    #ot-sdk-cookie-policy h5 {
        font-size: 1.5rem
    }

    #onetrust-banner-sdk h6,
    #onetrust-pc-sdk h6,
    #ot-sdk-cookie-policy h6 {
        font-size: 1.5rem
    }
}

#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
    color: #565656;
    text-decoration: underline
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
    color: #565656;
    text-decoration: none
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#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,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: .7
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-banner-sdk button.ot-sdk-button-primary,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-pc-sdk button.ot-sdk-button-primary,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
#ot-sdk-cookie-policy button.ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary {
    color: #fff;
    background-color: #33c3f0;
    border-color: #33c3f0
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus {
    color: #fff;
    background-color: #1eaedb;
    border-color: #1eaedb
}

#onetrust-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy 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-banner-sdk input[type=text],
#onetrust-pc-sdk input[type=text],
#ot-sdk-cookie-policy input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#onetrust-banner-sdk input[type=text]:focus,
#onetrust-pc-sdk input[type=text]:focus,
#ot-sdk-cookie-policy input[type=text]:focus {
    border: 1px solid #000;
    outline: 0
}

#onetrust-banner-sdk label,
#onetrust-pc-sdk label,
#ot-sdk-cookie-policy label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

#onetrust-banner-sdk input[type=checkbox],
#onetrust-pc-sdk input[type=checkbox],
#ot-sdk-cookie-policy input[type=checkbox] {
    display: inline
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    list-style: circle inside
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    padding-left: 0;
    margin-top: 0
}

#onetrust-banner-sdk ul ul,
#onetrust-pc-sdk ul ul,
#ot-sdk-cookie-policy ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

#onetrust-banner-sdk li,
#onetrust-pc-sdk li,
#ot-sdk-cookie-policy li {
    margin-bottom: 1rem
}

#onetrust-banner-sdk th,
#onetrust-banner-sdk td,
#onetrust-pc-sdk th,
#onetrust-pc-sdk td,
#ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after,
#ot-sdk-cookie-policy .ot-sdk-container:after,
#ot-sdk-cookie-policy .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto
}

#onetrust-banner-sdk.otFlat.top {
    top: 0px;
    bottom: auto
}

#onetrust-banner-sdk.otRelFont {
    font-size: 1rem
}

#onetrust-banner-sdk>.ot-sdk-container {
    overflow: hidden
}

#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden
}

#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
    float: left;
    font-size: .82em;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    line-height: normal;
    height: auto;
    width: auto
}

#onetrust-banner-sdk #onetrust-policy-title {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px
}

#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4
}

#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: bold;
    margin-left: 5px
}

#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-banner-sdk #onetrust-policy-text {
    color: dimgray;
    float: left
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center
}

#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #68b631;
    color: #fff;
    border-color: #68b631;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #fff;
    border: none;
    color: #68b631;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0
}

#onetrust-banner-sdk .onetrust-close-btn-ui {
    width: 44px;
    height: 44px;
    background-size: 12px;
    border: none;
    position: relative;
    margin: auto;
    padding: 0
}

#onetrust-banner-sdk .banner_logo {
    display: none
}

#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px
}

#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy {
    margin-left: 65px
}

#onetrust-banner-sdk .ot-b-addl-desc {
    clear: both;
    float: left;
    display: block
}

#onetrust-banner-sdk #banner-options {
    float: left;
    display: table;
    margin-right: 0;
    margin-left: 1em;
    width: calc(100% - 1em)
}

#onetrust-banner-sdk .banner-option-input {
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    padding-right: 3px;
    margin: 0 0 10px;
    font-size: .82em;
    line-height: 1.4
}

#onetrust-banner-sdk .banner-option-input * {
    pointer-events: none;
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
    display: block;
    height: auto
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
    transform: rotate(90deg)
}

#onetrust-banner-sdk .banner-option {
    margin-bottom: 12px;
    margin-left: 0;
    border: none;
    float: left;
    padding: 0
}

#onetrust-banner-sdk .banner-option:first-child {
    padding-left: 2px
}

#onetrust-banner-sdk .banner-option:not(:first-child) {
    padding: 0;
    border: none
}

#onetrust-banner-sdk .banner-option-header {
    cursor: pointer;
    display: inline-block
}

#onetrust-banner-sdk .banner-option-header :first-child {
    color: dimgray;
    font-weight: bold;
    float: left
}

#onetrust-banner-sdk .banner-option-header .ot-arrow-container {
    display: inline-block;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid dimgray;
    margin-left: 10px;
    vertical-align: middle
}

#onetrust-banner-sdk .banner-option-details {
    display: none;
    font-size: .83em;
    line-height: 1.5;
    padding: 10px 0px 5px 10px;
    margin-right: 10px;
    height: 0px
}

#onetrust-banner-sdk .banner-option-details * {
    font-size: inherit;
    line-height: inherit;
    color: dimgray
}

#onetrust-banner-sdk .ot-arrow-container,
#onetrust-banner-sdk .banner-option-details {
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}

#onetrust-banner-sdk .ot-dpd-container {
    float: left
}

#onetrust-banner-sdk .ot-dpd-title {
    margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-title,
#onetrust-banner-sdk .ot-dpd-desc {
    font-size: .88em;
    line-height: 1.4;
    color: dimgray
}

#onetrust-banner-sdk .ot-dpd-title *,
#onetrust-banner-sdk .ot-dpd-desc * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
    margin-bottom: 0
}

#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    clear: both;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    height: auto;
    width: auto
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
    display: block
}

#onetrust-banner-sdk.ot-close-btn-link {
    padding-top: 25px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
    top: 15px;
    transform: none;
    right: 15px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
    padding: 0;
    white-space: pre-wrap;
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-dpd-desc,
#onetrust-banner-sdk .ot-b-addl-desc {
    font-size: .813em;
    line-height: 1.5
}

#onetrust-banner-sdk .ot-dpd-desc {
    margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 6px;
        right: 2px
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0;
        margin-top: 3em
    }

    #onetrust-banner-sdk #onetrust-button-group {
        display: block
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
    }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: auto;
        transform: none
    }

    #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none
    }

    #onetrust-banner-sdk #banner-options {
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
    }

    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 10px;
        right: 10px
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
        width: 100%
    }

    #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent {
        padding-left: 50px
    }

    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
    }

    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
    #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0
    }

    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
        padding-left: 0px;
        text-align: left
    }

    #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
        width: 100%;
        text-align: center
    }

    #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
        float: none
    }

    #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
        text-align: center
    }
}

@media only screen and (min-width: 550px) {
    #onetrust-banner-sdk .banner-option:not(:first-child) {
        border-left: 1px solid #d8d8d8;
        padding-left: 25px
    }
}

@media only screen and (min-width: 425px)and (max-width: 550px) {

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy,
    #onetrust-banner-sdk.ot-iab-2 .banner-option {
        width: 100%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler {
        width: 100%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler {
        float: left
    }
}

@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
    }

    #onetrust-banner-sdk #banner-options {
        margin-left: 2em;
        margin-right: 5em;
        margin-bottom: 1.25em;
        width: calc(100% - 7em)
    }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%)
    }

    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0
    }

    #onetrust-banner-sdk #onetrust-close-btn-container button {
        position: relative;
        margin: 0;
        right: -22px;
        top: 2px
    }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0
    }

    #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -12px
    }

    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
    }

    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
    }

    #onetrust-banner-sdk .ot-optout-signal {
        width: 50%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
        width: 50%
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,
    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 1em;
        width: 50%;
        border-right: 1px solid #d8d8d8;
        padding-right: 1rem
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
        margin-bottom: 0;
        padding-bottom: 1em
    }

    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 0;
        padding-bottom: 1em
    }

    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
        width: 45%;
        padding-left: 1rem;
        display: inline-block;
        float: none
    }

    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
        line-height: 1.7
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
        left: auto;
        right: 4%;
        margin-left: 0
    }

    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
    }

    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
    }

    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
    }
}

@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 3%;
        padding-right: 4%;
        margin-left: 0
    }

    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0;
        margin-top: 1.25em;
        width: 100%
    }

    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px
    }

    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%
    }

    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
    }

    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-optout-signal {
    color: #22303e;
}

#onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
    background-color: #ffffff;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #005aa1;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #0076D4;
    border-color: #0076D4;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
    outline-color: #0076d4;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #005aa1;
    border-color: #005aa1;
    background-color:
        #ffffff;
}

#onetrust-pc-sdk.otPcCenter {
    overflow: hidden;
    position: fixed;
    margin: 0 auto;
    top: 5%;
    right: 0;
    left: 0;
    width: 40%;
    max-width: 575px;
    min-width: 575px;
    border-radius: 2.5px;
    z-index: 2147483647;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px -3px #999;
    -moz-box-shadow: 0px 2px 10px -3px #999;
    box-shadow: 0px 2px 10px -3px #999
}

#onetrust-pc-sdk.otPcCenter[dir=rtl] {
    right: 0;
    left: 0
}

#onetrust-pc-sdk.otRelFont {
    font-size: 1rem
}

#onetrust-pc-sdk .ot-optout-signal {
    margin-top: .625rem
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,
#onetrust-pc-sdk .ot-hide-tgl {
    visibility: hidden
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,
#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,
#onetrust-pc-sdk .ot-hide-tgl * {
    visibility: hidden
}

#onetrust-pc-sdk #ot-gn-venlst .ot-ven-item .ot-acc-hdr {
    min-height: 40px
}

#onetrust-pc-sdk .ot-pc-header {
    height: 39px;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #e9e9e9
}

#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk #ot-lst-title,
#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,
#onetrust-pc-sdk .ot-always-active {
    font-weight: bold;
    color: dimgray
}

#onetrust-pc-sdk .ot-always-active-group .ot-cat-header {
    width: 55%;
    font-weight: 700
}

#onetrust-pc-sdk .ot-cat-item p {
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: .812em;
    color: dimgray
}

#onetrust-pc-sdk .ot-close-icon {
    height: 44px;
    width: 44px;
    background-size: 10px
}

#onetrust-pc-sdk #ot-pc-title {
    float: left;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-right: 10px;
    margin-bottom: 25px;
    outline-offset: -1px
}

#onetrust-pc-sdk #ot-pc-desc {
    clear: both;
    width: 100%;
    font-size: .812em;
    line-height: 1.5;
    margin-bottom: 25px
}

#onetrust-pc-sdk #ot-pc-desc a {
    margin-left: 5px
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-pc-sdk #ot-pc-desc ul li {
    padding: 10px 0px
}

#onetrust-pc-sdk a {
    color: #656565;
    cursor: pointer
}

#onetrust-pc-sdk a:hover {
    color: #3860be
}

#onetrust-pc-sdk label {
    margin-bottom: 0
}

#onetrust-pc-sdk #vdr-lst-dsc {
    font-size: .812em;
    line-height: 1.5;
    padding: 10px 15px 5px 15px
}

#onetrust-pc-sdk button {
    max-width: 394px;
    padding: 12px 30px;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
    height: auto
}

#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-pc-content {
    position: absolute;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 30px;
    top: 60px;
    bottom: 110px;
    margin: 1px 3px 0 30px;
    width: calc(100% - 63px)
}

#onetrust-pc-sdk .ot-vs-list .ot-always-active,
#onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    float: right;
    clear: none;
    color: #3860be;
    margin: 0;
    font-size: .813em;
    line-height: 1.3
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track {
    margin-right: 20px
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px
}

#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d8d8d8
}

#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
    outline: #000 1px solid
}

#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #d8d8d8;
    scrollbar-darkshadow-color: #d8d8d8;
    scrollbar-face-color: #d8d8d8;
    scrollbar-shadow-color: #d8d8d8
}

#onetrust-pc-sdk .save-preference-btn-handler {
    margin-right: 20px
}

#onetrust-pc-sdk .ot-pc-refuse-all-handler {
    margin-right: 10px
}

#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link {
    margin-left: 0;
    margin-right: 8px
}

#onetrust-pc-sdk #ot-pc-desc .ot-imprint-handler {
    margin-left: 0;
    margin-right: 8px
}

#onetrust-pc-sdk .ot-subgrp-cntr {
    display: inline-block;
    clear: both;
    width: 100%;
    padding-top: 15px
}

#onetrust-pc-sdk .ot-switch+.ot-subgrp-cntr {
    padding-top: 10px
}

#onetrust-pc-sdk ul.ot-subgrps {
    margin: 0;
    font-size: initial
}

#onetrust-pc-sdk ul.ot-subgrps li p,
#onetrust-pc-sdk ul.ot-subgrps li h5 {
    font-size: .813em;
    line-height: 1.4;
    color: dimgray
}

#onetrust-pc-sdk ul.ot-subgrps .ot-switch {
    min-height: auto
}

#onetrust-pc-sdk ul.ot-subgrps .ot-switch-nob {
    top: 0
}

#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr {
    display: inline-block;
    width: 100%
}

#onetrust-pc-sdk ul.ot-subgrps .ot-acc-txt {
    margin: 0
}

#onetrust-pc-sdk ul.ot-subgrps li {
    padding: 0;
    border: none
}

#onetrust-pc-sdk ul.ot-subgrps li h5 {
    position: relative;
    top: 5px;
    font-weight: bold;
    margin-bottom: 0;
    float: left
}

#onetrust-pc-sdk li.ot-subgrp {
    margin-left: 20px;
    overflow: auto
}

#onetrust-pc-sdk li.ot-subgrp>h5 {
    width: calc(100% - 100px)
}

#onetrust-pc-sdk .ot-cat-item p>ul,
#onetrust-pc-sdk li.ot-subgrp p>ul {
    margin: 0px;
    list-style: disc;
    margin-left: 15px;
    font-size: inherit
}

#onetrust-pc-sdk .ot-cat-item p>ul li,
#onetrust-pc-sdk li.ot-subgrp p>ul li {
    font-size: inherit;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border: none
}

#onetrust-pc-sdk .ot-cat-item p>ul li:last-child,
#onetrust-pc-sdk li.ot-subgrp p>ul li:last-child {
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 40px;
    width: 120px
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler {
    margin-bottom: 0px
}

#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content {
    bottom: 160px
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
    width: 100%;
    max-width: none
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    margin: 0 30px;
    width: calc(100% - 60px);
    padding-right: 0
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px
}

#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo {
    direction: rtl
}

#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo a {
    margin-right: 25px
}

#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: #468254;
    border: 1px solid #fff
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #fff;
    border-color: #fff
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch {
    outline: #000 solid 1px
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #767676;
    border: 1px solid #ddd;
    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: 20px
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    bottom: 3px;
    left: 3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px
}

#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;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 500
}

#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;
    top: auto
}

#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-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

#onetrust-pc-sdk .ot-arw-cntr {
    float: right;
    position: relative;
    pointer-events: none
}

#onetrust-pc-sdk .ot-arw-cntr .ot-arw {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    color: dimgray;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s
}

#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr {
    outline: #000 1px solid
}

#onetrust-pc-sdk .ot-tgl-cntr,
#onetrust-pc-sdk .ot-arw-cntr {
    display: inline-block
}

#onetrust-pc-sdk .ot-tgl-cntr {
    width: 45px;
    float: right;
    margin-top: 2px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-tgl-cntr {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-always-active-subgroup {
    width: auto;
    padding-left: 0px !important;
    top: 3px;
    position: relative
}

#onetrust-pc-sdk .ot-label-status {
    padding-left: 5px;
    font-size: .75em;
    display: none
}

#onetrust-pc-sdk .ot-arw-cntr {
    margin-top: -1px
}

#onetrust-pc-sdk .ot-arw-cntr svg {
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    height: 10px;
    width: 10px
}

#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk .ot-arw {
    width: 10px;
    margin-left: 15px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}

#onetrust-pc-sdk .ot-vlst-cntr {
    margin-bottom: 0
}

#onetrust-pc-sdk .ot-hlst-cntr {
    margin-top: 5px;
    display: inline-block;
    width: 100%
}

#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-pc-sdk .category-host-list-handler {
    clear: both;
    color: #3860be;
    margin-left: 0;
    font-size: .813em;
    text-decoration: none;
    float: left;
    overflow: hidden
}

#onetrust-pc-sdk .category-vendors-list-handler:hover,
#onetrust-pc-sdk .category-vendors-list-handler+a:hover,
#onetrust-pc-sdk .category-host-list-handler:hover {
    text-decoration-line: underline
}

#onetrust-pc-sdk .category-vendors-list-handler+a {
    clear: none
}

#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    margin-left: 1px;
    margin-top: 6px;
    cursor: pointer
}

#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
    margin-bottom: -1px
}

#onetrust-pc-sdk .back-btn-handler {
    font-size: 1em;
    text-decoration: none
}

#onetrust-pc-sdk .back-btn-handler:hover {
    opacity: .6
}

#onetrust-pc-sdk #ot-lst-title h3 {
    display: inline-block;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #656565;
    font-size: 1em;
    font-weight: bold;
    margin-left: 15px
}

#onetrust-pc-sdk #ot-lst-title {
    margin: 10px 0 10px 0px;
    font-size: 1em;
    text-align: left
}

#onetrust-pc-sdk #ot-pc-hdr {
    margin: 0 0 0 30px;
    height: auto;
    width: auto
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic
}

#onetrust-pc-sdk #vendor-search-handler {
    height: 31px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left;
    margin-left: 15px
}

#onetrust-pc-sdk .ot-ven-name {
    display: block;
    width: auto;
    padding-right: 5px
}

#onetrust-pc-sdk #ot-lst-cnt {
    overflow-y: auto;
    margin-left: 20px;
    margin-right: 7px;
    width: calc(100% - 27px);
    max-height: calc(100% - 80px);
    height: 100%;
    transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
    bottom: 100px;
    position: absolute;
    top: 60px
}

#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr * {
    visibility: hidden
}

#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr {
    right: 12px;
    position: absolute
}

#onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr {
    float: right;
    position: relative
}

#onetrust-pc-sdk #ot-pc-lst .ot-arw {
    margin-left: 10px
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
    overflow: hidden;
    cursor: pointer
}

#onetrust-pc-sdk .ot-vlst-cntr {
    overflow: hidden
}

#onetrust-pc-sdk #ot-sel-blk {
    overflow: hidden;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3
}

#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px
}

#onetrust-pc-sdk .ot-lst-subhdr {
    width: 100%;
    display: inline-block
}

#onetrust-pc-sdk .ot-search-cntr {
    float: left;
    width: 78%;
    position: relative
}

#onetrust-pc-sdk .ot-search-cntr>svg {
    width: 30px;
    height: 30px;
    position: absolute;
    float: left;
    right: -15px
}

#onetrust-pc-sdk .ot-fltr-cntr {
    float: right;
    right: 50px;
    position: relative
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    padding: 0;
    margin: 0
}

#onetrust-pc-sdk #filter-btn-handler:hover {
    background-color: #3860be
}

#onetrust-pc-sdk #filter-btn-handler svg {
    width: 12px;
    height: 12px;
    margin: 3px 10px 0 10px;
    display: block;
    position: static;
    right: auto;
    top: auto
}

#onetrust-pc-sdk .ot-ven-link,
#onetrust-pc-sdk .ot-ven-legclaim-link {
    color: #3860be;
    text-decoration: none;
    font-weight: 100;
    display: inline-block;
    padding-top: 10px;
    transform: translate(0, 1%);
    -o-transform: translate(0, 1%);
    -ms-transform: translate(0, 1%);
    -webkit-transform: translate(0, 1%);
    position: relative;
    z-index: 2
}

#onetrust-pc-sdk .ot-ven-link *,
#onetrust-pc-sdk .ot-ven-legclaim-link * {
    font-size: inherit
}

#onetrust-pc-sdk .ot-ven-link:hover,
#onetrust-pc-sdk .ot-ven-legclaim-link:hover {
    text-decoration: underline
}

#onetrust-pc-sdk .ot-ven-hdr {
    width: calc(100% - 160px);
    height: auto;
    float: left;
    word-break: break-word;
    word-wrap: break-word;
    vertical-align: middle;
    padding-bottom: 3px
}

#onetrust-pc-sdk .ot-ven-link,
#onetrust-pc-sdk .ot-ven-legclaim-link {
    letter-spacing: .03em;
    font-size: .75em;
    font-weight: 400
}

#onetrust-pc-sdk .ot-ven-dets {
    border-radius: 2px;
    background-color: #f8f8f8
}

#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child {
    border-top: none
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child) {
    border-top: 1px solid #ddd !important
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p {
    display: inline-block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
    width: 30%
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
    width: 50%;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,
#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4 {
    display: inline-block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1) {
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur) {
    padding-top: 10px
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont {
    display: inline
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur {
    position: relative;
    width: 50% !important;
    word-break: break-word;
    word-wrap: break-word;
    left: calc(30% + 17px)
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1) {
    position: static
}

#onetrust-pc-sdk .ot-ven-dets p,
#onetrust-pc-sdk .ot-ven-dets h4,
#onetrust-pc-sdk .ot-ven-dets span {
    font-size: .69em;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #2e3644
}

#onetrust-pc-sdk .ot-ven-dets h4 {
    padding-top: 5px
}

#onetrust-pc-sdk .ot-ven-dets span {
    color: dimgray;
    padding: 0;
    vertical-align: baseline
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h4 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all {
    float: right;
    position: relative;
    margin-right: 42px;
    top: 10px
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all input[type=checkbox] {
    width: auto;
    height: auto
}

#onetrust-pc-sdk #ot-host-lst .ot-sel-all label {
    height: 20px;
    width: 20px;
    padding-left: 0px
}

#onetrust-pc-sdk #ot-host-lst .ot-acc-txt {
    overflow: hidden;
    width: 95%
}

#onetrust-pc-sdk .ot-host-hdr {
    position: relative;
    z-index: 1;
    pointer-events: none;
    width: calc(100% - 125px);
    float: left
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-desc {
    display: inline-block;
    width: 90%
}

#onetrust-pc-sdk .ot-host-name {
    pointer-events: none
}

#onetrust-pc-sdk .ot-host-hdr>a {
    text-decoration: underline;
    font-size: .82em;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 5px;
    pointer-events: initial
}

#onetrust-pc-sdk .ot-host-name+a {
    margin-top: 5px
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a,
#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
    color: dimgray;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-host-name,
#onetrust-pc-sdk .ot-host-name a {
    font-weight: bold;
    font-size: .82em;
    line-height: 1.3
}

#onetrust-pc-sdk .ot-host-name a {
    font-size: 1em
}

#onetrust-pc-sdk .ot-host-expand {
    margin-top: 3px;
    margin-bottom: 3px;
    clear: both;
    display: block;
    color: #3860be;
    font-size: .72em;
    font-weight: normal
}

#onetrust-pc-sdk .ot-host-expand * {
    font-size: inherit
}

#onetrust-pc-sdk .ot-host-desc,
#onetrust-pc-sdk .ot-host-info {
    font-size: .688em;
    line-height: 1.4;
    font-weight: normal
}

#onetrust-pc-sdk .ot-host-desc {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-host-opt {
    margin: 0;
    font-size: inherit;
    display: inline-block;
    width: 100%
}

#onetrust-pc-sdk .ot-host-opt li>div div {
    font-size: .8em;
    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-info {
    border: none;
    display: inline-block;
    width: calc(100% - 10px);
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8
}

#onetrust-pc-sdk .ot-host-info>div {
    overflow: auto
}

#onetrust-pc-sdk #no-results {
    text-align: center;
    margin-top: 30px
}

#onetrust-pc-sdk #no-results p {
    font-size: 1em;
    color: #2e3644;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk #no-results p span {
    font-weight: bold
}

#onetrust-pc-sdk #ot-fltr-modal {
    width: 100%;
    height: auto;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    overflow: hidden;
    opacity: 1;
    right: 0
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
    display: inline-block;
    font-size: .85em;
    color: dimgray
}

#onetrust-pc-sdk #ot-fltr-cnt {
    z-index: 2147483646;
    background-color: #fff;
    position: absolute;
    height: 90%;
    max-height: 300px;
    width: 325px;
    left: 210px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    border-radius: 3px;
    -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-anchor {
    border: 12px solid rgba(0, 0, 0, 0);
    display: none;
    position: absolute;
    z-index: 2147483647;
    right: 55px;
    top: 75px;
    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-btns {
    margin-left: 15px
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 15px
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    width: 75%;
    position: relative
}

#onetrust-pc-sdk .ot-fltr-opt p {
    display: inline-block;
    margin: 0;
    font-size: .9em;
    color: #2e3644
}

#onetrust-pc-sdk .ot-chkbox label span {
    font-size: .85em;
    color: dimgray
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after {
    content: none;
    color: #fff
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after {
    content: ""
}

#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto
}

#onetrust-pc-sdk #ot-selall-vencntr,
#onetrust-pc-sdk #ot-selall-adtlvencntr,
#onetrust-pc-sdk #ot-selall-hostcntr,
#onetrust-pc-sdk #ot-selall-licntr,
#onetrust-pc-sdk #ot-selall-gnvencntr {
    right: 15px;
    position: relative;
    width: 20px;
    height: 20px;
    float: right
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label,
#onetrust-pc-sdk #ot-selall-gnvencntr label {
    float: left;
    padding-left: 0
}

#onetrust-pc-sdk #ot-ven-lst:first-child {
    border-top: 1px solid #e2e2e2
}

#onetrust-pc-sdk ul {
    list-style: none;
    padding: 0
}

#onetrust-pc-sdk ul li {
    position: relative;
    margin: 0;
    padding: 15px 15px 15px 10px;
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk ul li h3 {
    font-size: .75em;
    color: #656565;
    margin: 0;
    display: inline-block;
    width: 70%;
    height: auto;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk ul li p {
    margin: 0;
    font-size: .7em
}

#onetrust-pc-sdk ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0
}

#onetrust-pc-sdk .ot-cat-item>button:focus,
#onetrust-pc-sdk .ot-acc-cntr>button:focus,
#onetrust-pc-sdk li>button:focus {
    outline: #000 solid 2px
}

#onetrust-pc-sdk .ot-cat-item>button,
#onetrust-pc-sdk .ot-acc-cntr>button,
#onetrust-pc-sdk li>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none
}

#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk li>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-cat-item>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-txt {
    transition: .1s ease-in;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    display: block
}

#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-grpcntr,
#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-grpcntr {
    width: auto;
    margin-top: 0px;
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
    outline: 0;
    border: 2px solid #000
}

#onetrust-pc-sdk .ot-hide-acc>button {
    pointer-events: none
}

#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,
#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>* {
    visibility: hidden
}

#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr {
    min-height: 30px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) {
    padding-right: 10px;
    width: calc(100% - 37px);
    margin-top: 10px;
    max-height: calc(100% - 90px)
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk {
    background-color: #f9f9fc;
    border: 1px solid #e2e2e2;
    width: calc(100% - 2px);
    padding-bottom: 5px;
    padding-top: 5px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt {
    border: unset;
    background-color: unset
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all-hdr {
    display: none
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all {
    padding-right: .5rem
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all .ot-chkbox {
    right: 0
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all {
    padding-right: 34px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox {
    width: auto
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr {
    padding: 10px 0 10px 15px
}

#onetrust-pc-sdk.ot-addtl-vendors .ot-sel-all-chkbox {
    float: right
}

#onetrust-pc-sdk.ot-addtl-vendors .ot-plus-minus~.ot-sel-all-chkbox {
    right: 34px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child {
    border-top: none
}

#onetrust-pc-sdk .ot-acc-cntr {
    position: relative;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk .ot-acc-cntr input {
    z-index: 1
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr {
    background-color: #f9f9fc;
    padding: 5px 0 5px 15px;
    width: auto
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus {
    vertical-align: middle;
    top: auto
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr {
    right: 10px
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr input {
    z-index: 2
}

#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr {
    padding: 10px 0 10px 15px
}

#onetrust-pc-sdk .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr {
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt {
    padding-left: 10px;
    padding-right: 10px
}

#onetrust-pc-sdk .ot-acc-cntr button[aria-expanded=true]~.ot-acc-txt {
    width: auto
}

#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox {
    display: none
}

#onetrust-pc-sdk .ot-vlst-cntr {
    margin-bottom: 0;
    width: 100%
}

#onetrust-pc-sdk .ot-vensec-title {
    font-size: .813em;
    vertical-align: middle;
    display: inline-block
}

#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a {
    margin-left: 0;
    margin-top: 10px
}

#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after {
    height: auto;
    border-left: 0;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    left: 5px;
    top: 9px
}

#onetrust-pc-sdk #ot-category-title {
    float: left;
    padding-bottom: 10px;
    font-size: 1em;
    width: 100%
}

#onetrust-pc-sdk .ot-cat-grp {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-cat-item {
    line-height: 1.1;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

#onetrust-pc-sdk .ot-btn-container {
    text-align: right
}

#onetrust-pc-sdk .ot-btn-container button {
    display: inline-block;
    font-size: .75em;
    letter-spacing: .08em;
    margin-top: 19px
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon svg {
    display: block;
    height: 10px;
    width: 10px
}

#onetrust-pc-sdk #clear-filters-handler {
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
    max-width: 200px;
    text-decoration: none;
    color: #3860be;
    font-size: .9em;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding: 1px
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #2285f7
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px
}

#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl,
#onetrust-pc-sdk .ot-enbl-chr h4~.ot-always-active {
    right: 45px
}

#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl+.ot-tgl {
    right: 120px
}

#onetrust-pc-sdk .ot-enbl-chr .ot-pli-hdr.ot-leg-border-color span:first-child {
    width: 90px
}

#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp>h5+.ot-tgl-cntr {
    padding-right: 25px
}

#onetrust-pc-sdk .ot-plus-minus {
    width: 20px;
    height: 20px;
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 3px
}

#onetrust-pc-sdk .ot-plus-minus span {
    position: absolute;
    background: #27455c;
    border-radius: 1px
}

#onetrust-pc-sdk .ot-plus-minus span:first-of-type {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%
}

#onetrust-pc-sdk .ot-plus-minus span:last-of-type {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%
}

#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,
#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
    transform: rotate(90deg)
}

#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type {
    left: 50%;
    right: 50%
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}

#onetrust-pc-sdk .ot-host-item .ot-plus-minus,
#onetrust-pc-sdk .ot-ven-item .ot-plus-minus {
    float: left;
    margin-right: 8px;
    top: 10px
}

#onetrust-pc-sdk .ot-ven-item ul {
    list-style: none inside;
    font-size: 100%;
    margin: 0
}

#onetrust-pc-sdk .ot-ven-item ul li {
    margin: 0 !important;
    padding: 0;
    border: none !important
}

#onetrust-pc-sdk .ot-pli-hdr {
    color: #77808e;
    overflow: hidden;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    width: calc(100% - 2px);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#onetrust-pc-sdk .ot-pli-hdr span:first-child {
    top: 50%;
    transform: translateY(50%);
    max-width: 90px
}

#onetrust-pc-sdk .ot-pli-hdr span:last-child {
    padding-right: 10px;
    max-width: 95px;
    text-align: center
}

#onetrust-pc-sdk .ot-li-title {
    float: right;
    font-size: .813em
}

#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color {
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child {
    text-align: left;
    width: 70px
}

#onetrust-pc-sdk li.ot-subgrp>h5,
#onetrust-pc-sdk .ot-cat-header {
    width: calc(100% - 130px)
}

#onetrust-pc-sdk li.ot-subgrp>h5+.ot-tgl-cntr {
    padding-left: 13px
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
    margin-bottom: 5px
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr {
    border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-vlst-cntr+.ot-subgrp-cntr {
    border-top: none
}

#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr {
    padding-left: 13px
}

#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header {
    width: calc(100% - 145px)
}

#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,
#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl {
    padding-left: 28px
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    display: inline-block;
    width: 100%;
    position: relative
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1
}

#onetrust-pc-sdk .ot-sel-all {
    margin: 0;
    position: relative;
    padding-right: 23px;
    float: right
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .812em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    padding-right: 10px
}

#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px
}

#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    width: 21px;
    height: auto;
    float: right;
    position: relative;
    right: 80px
}

#onetrust-pc-sdk #ot-selall-licntr label {
    position: absolute
}

#onetrust-pc-sdk .ot-ven-ctgl {
    margin-left: 66px
}

#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr {
    margin-left: 81px
}

#onetrust-pc-sdk .ot-enbl-chr .ot-host-cnt .ot-tgl-cntr {
    width: auto
}

#onetrust-pc-sdk #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr {
    width: auto;
    top: auto;
    height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label {
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 2rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}

#onetrust-pc-sdk .ot-acc-grpdesc+.ot-leg-btn-container {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    margin-bottom: 5px
}

#onetrust-pc-sdk .ot-subgrp .ot-leg-btn-container {
    margin-bottom: 5px
}

#onetrust-pc-sdk #ot-ven-lst .ot-leg-btn-container {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-leg-btn-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

#onetrust-pc-sdk .ot-leg-btn-container button {
    height: auto;
    padding: 6.5px 8px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: .75em;
    line-height: normal
}

#onetrust-pc-sdk .ot-leg-btn-container svg {
    display: none;
    height: 14px;
    width: 14px;
    padding-right: 5px;
    vertical-align: sub
}

#onetrust-pc-sdk .ot-active-leg-btn {
    cursor: default;
    pointer-events: none
}

#onetrust-pc-sdk .ot-active-leg-btn svg {
    display: inline-block
}

#onetrust-pc-sdk .ot-remove-objection-handler {
    text-decoration: underline;
    padding: 0;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px
}

#onetrust-pc-sdk .ot-obj-leg-btn-handler span {
    font-weight: bold;
    text-align: center;
    font-size: inherit;
    line-height: 1.5
}

#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em;
    background: none;
    right: 15px;
    top: 15px;
    width: auto;
    font-weight: normal
}

#onetrust-pc-sdk .ot-pgph-link {
    font-size: .813em !important;
    margin-top: 5px;
    position: relative
}

#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup {
    margin-bottom: 1rem
}

#onetrust-pc-sdk .ot-pgph-contr {
    margin: 0 2.5rem
}

#onetrust-pc-sdk .ot-pgph-title {
    font-size: 1.18rem;
    margin-bottom: 2rem
}

#onetrust-pc-sdk .ot-pgph-desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.5rem
}

#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after {
    content: "";
    width: 96%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9e9e9
}

#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-vnd-item>button:focus {
    outline: #000 solid 2px
}

#onetrust-pc-sdk .ot-vnd-item>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: none;
    border: none
}

#onetrust-pc-sdk .ot-vnd-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-vnd-item>button[aria-expanded=true]~.ot-acc-txt {
    transition: .1s ease-in;
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    display: block
}

#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr {
    width: auto;
    margin-top: 0px;
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
    position: relative;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-top: none;
    width: calc(100% - 2px);
    float: left
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
    margin-top: 10px;
    border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    font-size: .812em;
    margin-bottom: 10px;
    margin-top: 15px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul {
    padding-top: 10px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li {
    padding-top: 0;
    line-height: 1.5;
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc {
    margin-top: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child {
    margin-top: 10px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
    margin-bottom: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    display: inline-block
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt {
    width: 100%;
    padding: 0
}

#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr {
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 0;
    width: calc(100% - 35px)
}

#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp {
    padding-right: 5px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr {
    z-index: 1;
    position: relative
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin-top: -2px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw {
    width: 15px;
    height: 20px;
    margin-left: 5px;
    color: dimgray
}

#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
    float: none;
    color: #2e3644;
    margin: 0;
    display: inline-block;
    height: auto;
    word-wrap: break-word;
    min-height: inherit
}

#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,
#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr {
    padding-left: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 2px
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
    position: relative;
    min-height: 25px
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl {
    right: 95px
}

#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,
#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a {
    margin-top: 5px
}

#onetrust-pc-sdk #ot-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px)
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 2rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info {
    margin-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    flex-direction: column
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
    border-top: 1px solid #d8d8d8;
    padding-top: 1rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink] {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl {
    font-weight: bold;
    font-size: .85em;
    margin-bottom: .5rem
}

#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt {
    margin-left: .5rem;
    font-weight: 500;
    font-size: .85rem
}

#onetrust-pc-sdk .ot-vs-list,
#onetrust-pc-sdk .ot-vnd-serv {
    width: auto;
    padding: 1rem 1.25rem;
    padding-bottom: 0
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
    padding-bottom: .75rem;
    border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-weight: 600;
    font-size: .95em;
    line-height: 2;
    margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item {
    border: none;
    margin: 0;
    padding: 0
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button {
    outline: none;
    border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true] {
    border-bottom: none
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child {
    margin-top: .25rem;
    border-top: unset
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child {
    margin-bottom: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button {
    border-bottom: none
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr {
    border: 1px solid #d8d8d8;
    padding: .75rem 1.75rem;
    padding-bottom: 0;
    width: auto;
    margin-top: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info {
    margin-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: flex;
    flex-direction: column
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail] {
    border-top: 1px solid #d8d8d8;
    padding-top: 1rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink] {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl {
    font-weight: bold;
    font-size: .85em;
    margin-bottom: .5rem
}

#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt {
    margin-left: .5rem;
    font-weight: 500;
    font-size: .85rem
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt {
    padding-left: 40px
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-size: .8em
}

#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header {
    font-size: .8em
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv {
    margin-bottom: 1rem;
    padding: 1rem .95rem
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr {
    padding-bottom: .75rem;
    border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr {
    font-weight: 700;
    font-size: .8em;
    line-height: 20px;
    margin-left: .82rem
}

#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header {
    font-weight: 700;
    font-size: .8em;
    line-height: 20px
}

#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox {
    margin-left: .82rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr {
    padding: .7rem 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child {
    margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child {
    margin-right: .5rem;
    margin-left: .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active {
    position: relative;
    right: unset;
    top: unset;
    transform: unset
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus {
    top: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr {
    float: none;
    top: unset;
    right: unset;
    transform: unset;
    margin-top: -2px;
    position: relative
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header {
    flex: 1;
    margin: 0 .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    float: none
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox {
    position: relative;
    margin: 0 .5rem
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label {
    padding: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before {
    position: relative
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,
#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1
}

#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,
#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header {
    margin: 0
}

#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5 {
    top: 0;
    line-height: 20px
}

#onetrust-pc-sdk .ot-vs-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: .5rem 4px
}

#onetrust-pc-sdk .ot-vs-selc-all {
    display: flex;
    padding: 0;
    float: unset;
    align-items: center;
    justify-content: flex-start
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf {
    justify-content: flex-end
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox {
    margin-right: 48px
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox {
    margin: 0;
    padding: 0;
    margin-right: 14px;
    justify-content: flex-end
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,
#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl {
    display: inline-block;
    right: unset;
    width: auto;
    height: auto;
    float: none
}

#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label {
    width: 45px;
    height: 25px
}

#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox {
    margin-right: 11px;
    margin-left: .75rem;
    display: flex;
    align-items: center
}

#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr {
    margin: 0 1.25rem;
    font-size: .812em;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox {
    float: unset;
    right: 0
}

#onetrust-pc-sdk[dir=rtl] #ot-back-arw,
#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 0;
    border-right: 3px solid
}

#onetrust-pc-sdk[dir=rtl] .ot-search-cntr>svg {
    right: 0
}

@media only screen and (max-width: 600px) {
    #onetrust-pc-sdk.otPcCenter {
        left: 0;
        min-width: 100%;
        height: 100%;
        top: 0;
        border-radius: 0
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
        margin: 1px 3px 0 10px;
        padding-right: 10px;
        width: calc(100% - 23px)
    }

    #onetrust-pc-sdk .ot-btn-container button {
        max-width: none;
        letter-spacing: .01em
    }

    #onetrust-pc-sdk #close-pc-btn-handler {
        top: 10px;
        right: 17px
    }

    #onetrust-pc-sdk p {
        font-size: .7em
    }

    #onetrust-pc-sdk #ot-pc-hdr {
        margin: 10px 10px 0 5px;
        width: calc(100% - 15px)
    }

    #onetrust-pc-sdk .vendor-search-handler {
        font-size: 1em
    }

    #onetrust-pc-sdk #ot-back-arw {
        margin-left: 12px
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        margin: 0;
        padding: 0 5px 0 10px;
        min-width: 95%
    }

    #onetrust-pc-sdk .switch+p {
        max-width: 80%
    }

    #onetrust-pc-sdk .ot-ftr-stacked button {
        width: 100%
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        max-width: 320px;
        width: 90%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
        margin-left: 15px;
        left: auto;
        right: 40px;
        top: 85px
    }

    #onetrust-pc-sdk .ot-fltr-opt {
        margin-left: 25px;
        margin-bottom: 10px
    }

    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        margin-bottom: 0
    }

    #onetrust-pc-sdk #ot-fltr-cnt {
        right: 40px
    }
}

@media only screen and (max-width: 476px) {

    #onetrust-pc-sdk .ot-fltr-cntr,
    #onetrust-pc-sdk #ot-fltr-cnt {
        right: 10px
    }

    #onetrust-pc-sdk #ot-anchor {
        right: 25px
    }

    #onetrust-pc-sdk button {
        width: 100%
    }

    #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all {
        padding-right: 9px
    }

    #onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr {
        right: 0
    }
}

@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk.otPcCenter {
        left: 0;
        top: 0;
        min-width: 100%;
        height: 100%;
        border-radius: 0
    }

    #onetrust-pc-sdk .ot-pc-header {
        height: auto;
        min-height: 20px
    }

    #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
        max-height: 30px
    }

    #onetrust-pc-sdk .ot-pc-footer {
        max-height: 60px;
        overflow-y: auto
    }

    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        bottom: 70px
    }

    #onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content {
        bottom: 70px
    }

    #onetrust-pc-sdk #ot-anchor {
        left: initial;
        right: 50px
    }

    #onetrust-pc-sdk #ot-lst-title {
        margin-top: 12px
    }

    #onetrust-pc-sdk #ot-lst-title * {
        font-size: inherit
    }

    #onetrust-pc-sdk #ot-pc-hdr input {
        margin-right: 0;
        padding-right: 45px
    }

    #onetrust-pc-sdk .switch+p {
        max-width: 85%
    }

    #onetrust-pc-sdk #ot-sel-blk {
        position: static
    }

    #onetrust-pc-sdk #ot-pc-lst {
        overflow: auto
    }

    #onetrust-pc-sdk #ot-lst-cnt {
        max-height: none;
        overflow: initial
    }

    #onetrust-pc-sdk #ot-lst-cnt.no-results {
        height: auto
    }

    #onetrust-pc-sdk input {
        font-size: 1em !important
    }

    #onetrust-pc-sdk p {
        font-size: .6em
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        width: 100%;
        top: 0
    }

    #onetrust-pc-sdk ul li p,
    #onetrust-pc-sdk .category-vendors-list-handler,
    #onetrust-pc-sdk .category-vendors-list-handler+a,
    #onetrust-pc-sdk .category-host-list-handler {
        font-size: .6em
    }

    #onetrust-pc-sdk.ot-shw-fltr #ot-anchor {
        display: none !important
    }

    #onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst {
        height: 100% !important;
        overflow: hidden;
        top: 0px
    }

    #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt {
        margin: 0;
        height: 100%;
        max-height: none;
        padding: 10px;
        top: 0;
        width: calc(100% - 20px);
        position: absolute;
        right: 0;
        left: 0;
        max-width: none
    }

    #onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt {
        max-height: calc(100% - 65px)
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
#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 h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts 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-li-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-fltr-modal #modal-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
#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,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal {
    color: #22303e;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a {
    color: #005aa1;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
    text-decoration: underline;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
    background-color: #ffffff;
}

#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),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    background-color: #0076D4;
    border-color: #0076D4;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    border-color: #0076D4;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
    background-color: transparent;
    border: 1px solid transparent;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
    background-color: #FFFFFF;
    color: #78808E;
    border-color: #78808E;
}

#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-checkbox input[type="checkbox"]:focus+label::before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #0076d4;
    outline-width: 1px;
}

#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-ven-item>button:focus {
    border: 1px solid #0076d4;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr>a:focus {
    outline: 1px solid #0076d4;
}

#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,
#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk {
    background-image: url('asset/oneTrust/prod/oneTrust_production/consent/bb00e7f2-a2fd-4164-a8b5-e36299515ee8/018f58eb-27af-7793-bb8e-049b0ef856d9/logos/static/ot_external_link.svg');
}

#onetrust-pc-sdk .ot-pc-footer-logo img {
    visibility: hidden;
}

#onetrust-pc-sdk .ot-pc-logo img {
    visibility: hidden;
}

.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 16px
}

.ot-sdk-cookie-policy.otRelFont {
    font-size: 1rem
}

.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}

.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}

.ot-sdk-cookie-policy h4 {
    font-size: 1.2em
}

.ot-sdk-cookie-policy h6 {
    font-size: 1em;
    margin-top: 2em
}

.ot-sdk-cookie-policy th {
    min-width: 75px
}

.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a:hover {
    background: #fff
}

.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}

.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}

.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}

.ot-sdk-cookie-policy table {
    border-collapse: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 1rem
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
    margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: .9em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
    font-size: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    font-size: 1em;
    margin-bottom: .6em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
    margin-bottom: 1.2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
    margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    min-width: 75px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
    background: #fff
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
    list-style: disc;
    margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
    display: inline-block
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
    border-right: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: 25%
}

.ot-sdk-cookie-policy[dir=rtl] {
    text-align: left
}

#ot-sdk-cookie-policy h3 {
    font-size: 1.5em
}

@media only screen and (max-width: 530px) {

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        display: block
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        margin: 0 0 1em 0
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
        background: #f6f6f4
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        position: absolute;
        height: 100%;
        left: 6px;
        width: 40%;
        padding-right: 10px
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
        display: inline-block;
        background-color: #e4e4e4;
        position: absolute;
        height: 100%;
        top: 0;
        left: 45%;
        width: 2px
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        content: attr(data-label);
        font-weight: bold
    }

    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
        word-break: break-word;
        word-wrap: break-word
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        overflow: hidden
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        border: none;
        border-bottom: 1px solid #d7d7d7
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        display: block
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
        width: auto
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        margin: 0 0 1em 0
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        height: 100%;
        width: 40%;
        padding-right: 10px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label);
        font-weight: bold
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
        word-break: break-word;
        word-wrap: break-word
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px
    }

    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
        border-bottom: 0px
    }
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #696969;
}


#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #F8F8F8;
}

.ot-floating-button__front {
    background-image: url('../img/ot_persistent_cookie_icon.png')
}


.app-header-top-error[_ngcontent-sjq-c106] {
    background-color: #d9261c;
    text-align: center;
    color: #fff;
    font-family: Interstate-Light;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 21px;
    padding-left: 21px
}

.app-header-top-error[_ngcontent-sjq-c106] span[_ngcontent-sjq-c106] {
    padding-bottom: 9px;
    padding-top: 11px;
    width: 100%
}

.app-header-top-error[_ngcontent-sjq-c106] .errrbn[_ngcontent-sjq-c106] {
    padding-bottom: 9px;
    padding-top: 11px;
    width: 100%;
    border: none;
    background: none
}

.app-header-top-error[_ngcontent-sjq-c106] .hyderlink-style[_ngcontent-sjq-c106] {
    color: #fff;
    text-decoration: underline
}

@font-face {
    font-family: "ICGDSIcons";
    src: url("../fonts/ICGDSIcons.eot");
    src: url("../fonts/ICGDSIcons.eot") format("embedded-opentype"),
        url("../fonts/ICGDSIcons.woff2") format("woff2"),
        url("../fonts/ICGDSIcons.woff") format("woff"),
        url("../fonts/ICGDSIcons.ttf") format("truetype"),
        url("../fonts/ICGDSIcons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}