/*! CSS Used from: Embedded */
.OSFillParent {
    display: block;
    width: 100%;
}

input.OSFillParent {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.OSInline {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

table.OSInline {
    display: inline-table;
}

/*! CSS Used from: https://agenciavirtual.light.com.br/RichWidgets/Blocks/RichWidgets/RichWidgets/Feedback_AjaxWait.css?3068 */
div.Feedback_AjaxWait {
    color: white;
    font-size: 16px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #FFD026;
    padding: 4px 10px 4px 10px;
    z-index: 10000;
    border-top-left-radius: 3px;
}

div.Feedback_AjaxWait img {
    vertical-align: bottom;
}

/*! CSS Used from: https://agenciavirtual.light.com.br/RichWidgets/Blocks/RichWidgets/RichWidgets/Feedback_Message.css?3068 */
div.Feedback_Message_Wrapper {
    position: fixed;
    top: -200px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 24px;
    _position: absolute;
    _top: expression((document.documentElement.scrollTop - 2) + 'px');
    z-index: 10000;
}

/*! CSS Used from: https://agenciavirtual.light.com.br/RichWidgets/Blocks/RichWidgets/RichWidgets/Icon.css?3068 */
/*! @import https://agenciavirtual.light.com.br/RichWidgets/Theme.FontAwesome.css?264 */
body .fa:after {
    content: "";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-user:before {
    content: "\f007";
}

.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-angellist:before {
    content: "\f209";
}

/*! end @import */
.fa:after {
    content: "N/A";
}

/*! CSS Used from: https://agenciavirtual.light.com.br/OutSystemsUIWeb/Blocks/OutSystemsUIWeb/Layouts/LayoutPopup.css?3085 */
html>body {
    min-height: 300px;
    min-width: 400px;
}

/*! CSS Used from: https://agenciavirtual.light.com.br/AGV_Acesso_CW/Blocks/AGV_Acesso_CW/Acesso/LayoutModalAcessoRapido.css?3395 */
.button-container>* {
    width: 100%;
}

.layout-modal-content>* {
    margin-top: 1rem;
}

/*! CSS Used from: https://agenciavirtual.light.com.br/AGV_Segunda_Via_VW/Theme.AGV_Segunda_Via_VW.css?3698 */
/*! @import https://agenciavirtual.light.com.br/AGV_UI_th/Theme.AGV_UI_th_2_0.css?3785 */
/*! @import https://agenciavirtual.light.com.br/AGV_UI_th/Theme.AGV_UI_th.css?3790 */
/*! @import https://agenciavirtual.light.com.br/AGV_UI_th/Theme.Grid.css?3790 */
/*! @import https://agenciavirtual.light.com.br/OutSystemsUIWeb/Theme.BaseTheme.css?3085 */
:root {
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;
    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    --color-primary: #1068eb;
    --color-secondary: #303d60;
    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    --color-error-light: #fceaea;
    --color-error: #dc2020;
    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;
    --color-success-light: #eaf3eb;
    --color-success: #29823b;
    --color-info-light: #e5f5fc;
    --color-info: #017aad;
    --space-none: 0;
    --space-xs: 4px;
    --space-s: 8px;
    --space-base: 16px;
    --space-m: 24px;
    --space-l: 32px;
    --space-xl: 40px;
    --space-xxl: 48px;
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);
    --color-background-body: #f3f6f8;
    --header-size: 56px;
    --side-menu-size: 300px;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    color: var(--color-neutral-9);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow: auto;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: var(--color-background-body);
    font-size: var(--font-size-s);
    line-height: 1.5;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

:focus {
    outline: 0;
}

input,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.25;
    margin: 0;
}

[type="checkbox"] {
    border: 0;
    padding: 0;
}

[type="checkbox"]:not(.checkbox) {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

a,
a:visited {
    color: var(--color-primary);
    -webkit-transition: color 180ms linear;
    transition: color 180ms linear;
}

a:hover {
    color: var(--color-primary-hover);
}

img {
    max-width: 100%;
}

h2 {
    font-size: var(--font-size-h2);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin: 0;
}

h3 {
    font-size: var(--font-size-h3);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin: 0;
}

h4 {
    font-size: var(--font-size-h4);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin: 0;
}

.ValidationMessage {
    color: var(--color-error);
    display: block;
    font-size: var(--font-size-xs);
    margin-top: var(--space-xs);
}

input+.ValidationMessage {
    margin-top: var(--space-xs);
}

.Button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid currentColor;
    color: var(--color-primary);
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    font-weight: var(--font-semi-bold);
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: var(--space-none) var(--space-base);
    -webkit-transition: all 180ms linear;
    transition: all 180ms linear;
}

.Is_Default {
    background-color: var(--color-primary);
    border: var(--border-size-none);
    color: var(--color-neutral-0);
}

.Button:focus {
    box-shadow: 0 0 0 2px #a3daff;
}

.Button:hover {
    box-shadow: var(--shadow-s);
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
}

.Button:hover:active {
    box-shadow: var(--shadow-none);
    -webkit-filter: brightness(.90);
    filter: brightness(.90);
}

.Is_Default:hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
}

.Is_Default:hover:active {
    box-shadow: var(--shadow-none);
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

html,
body,
form {
    height: 100%;
}

.desktop .animate {
    animation-name: initial;
}

.alert {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius-soft);
    color: var(--color-neutral-0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--space-base);
}

.alert-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    margin-right: var(--space-base);
}

.alert .fa-fw {
    width: auto;
}

.alert-message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.alert-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: var(--space-base);
    margin-right: calc(-1 * var(--space-xs));
    width: 24px;
}

.alert-close.is--hidden {
    display: none;
}

.modal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: var(--space-l);
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 330ms ease;
    transition: opacity 330ms ease;
    width: 100%;
    z-index: 110;
}

.modal .animate {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.modal-overlay {
    background-color: rgba(0, 0, 0, .25);
}

.modal-wrapper {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    box-shadow: var(--shadow-xl);
    max-height: 100%;
    max-width: 500px;
    width: 100%;
}

.modal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--space-m) var(--space-m) var(--space-none);
}

.modal-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-close a,
.modal-close a:visited {
    color: var(--color-neutral-8);
}

.modal-close a:hover {
    color: var(--color-neutral-9);
}

.modal-content {
    max-height: 70vh;
    overflow-y: auto;
    padding: var(--space-m);
}

.modal-footer {
    border-top: var(--border-size-s) solid var(--color-neutral-4);
    padding: var(--space-m);
}

.input-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.input-with-icon .input-with-icon-content-icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
}

.input-with-icon .input-with-icon-content-icon {
    color: var(--color-neutral-6);
}

.input-with-icon .input-with-icon-input,
.input-with-icon .input-with-icon-input input {
    width: 100%;
}

.input-with-icon .input-with-icon-content-icon:not(:empty)+.input-with-icon-input input {
    padding-left: var(--space-xl);
}

.input-with-icon .fa-fw {
    width: auto;
}

.animate {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    will-change: transform;
}

div.Feedback_AjaxWait {
    background: var(--color-primary) var(--color-primary-lightest);
    border-radius: var(--border-radius-none);
    display: block;
    font-size: 0;
    height: 4px;
    padding: var(--space-none);
    position: fixed;
    top: 0;
    width: 100%;
}

div.Feedback_AjaxWait:before {
    -webkit-animation: ajax-wait 1700ms linear infinite;
    animation: ajax-wait 1700ms linear infinite;
    background-color: var(--color-primary);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    will-change: transform;
}

div.Feedback_AjaxWait img {
    display: none;
}

.text-yellow {
    color: var(--color-yellow);
}

.background-error {
    background-color: var(--color-error);
}

.margin-top-base {
    margin-top: var(--space-base);
}

.margin-left-s {
    margin-left: var(--space-s);
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ph:empty {
    display: none;
}

.hidden {
    display: none;
}

/*! end @import */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-12,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.px-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.py-2 {
    padding-bottom: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

@media (min-width:768px) {
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
    }
}

.text-center {
    text-align: center !important;
}

@media (max-width: 480px) {
    .d-flex {
        display: inline-block !important;
        flex-grow: initial;
    }
}

/*! end @import */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

:root {
    --color-primary: #26A65B;
    --color-primary-hover: #26A65B;
    --color-secondary: #26A65B;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1;
    background: #fff !important;
}

div.Feedback_AjaxWait:before {
    content: none;
}

iframe {
    width: 100% !important;
}

.heading-1 {
    color: #474747;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
}

a:visited {
    text-decoration-color: #00A39b !important;
}

.label {
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px;
}

.input-with-icon .input-with-icon-content-icon {
    height: 30px !important;
    bottom: 0px;
}

.input-form {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    padding: 5px 10px 8px 10px;
    margin-top: 10px;
    height: 30px;
}

.input-form:focus {
    border-color: #FBB030;
}

.alert-icon span {
    font-size: 28px !important;
}

.background-error {
    background-color: #F5E7E7 !important;
    border: 1px solid #EAD8D8;
    color: #843534 !important;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.botao-cancelar {
    height: 32px;
    color: rgba(0, 0, 0, 0.54);
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19, 24, 25, 0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.botao-cancelar:disabled {
    color: #DADBDE !important;
    background-color: #999999;
}

.botao-cancelar:active {
    background-color: #F6F6F6 !important;
    box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.4) !important;
    transition: none;
}

.botao-cancelar:hover {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 0 #BD8C1D;
}

.botao-padrao {
    height: 32px;
    color: white;
    border: none;
    box-shadow: inset 0 0px 0 0 rgba(19, 24, 25, 0.1);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #fbb130;
    font-weight: bold !important;
    cursor: pointer;
}

.botao-padrao:hover {
    background-color: #FF8A00;
    box-shadow: inset 0 -1px 0 0 rgba(19, 24, 25, 0.3);
}

.botao-padrao:active {
    box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.4);
    background-color: #FF8A00;
    transition: none;
}

.botao-padrao:disabled {
    color: #DADBDE;
    background-color: #999999;
}

*,
::after,
::before {
    box-sizing: none !important;
}

.tooltip-ajuda {
    border-color: #fbb130;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    color: #fbb130;
    padding: 0px 0px 1px 0px;
    width: auto;
    margin-left: 0;
}

form#WebForm1 {
    background: #fff !important;
}

@media (max-width: 480px) {
    .heading-1 {
        font-size: 22px;
        line-height: 22px;
    }
}

/*! end @import */
:root {
    --color-primary: #00a29a;
    --color-primary-hover: #00a29a;
    --color-secondary: #fbb130;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.input-with-icon .input-with-icon-content-icon {
    height: 30px;
    bottom: 0px;
}

/*! end @import */
:root {
    --color-primary: #00a29a !important;
    --color-primary-hover: #00a29a !important;
    --color-secondary: #fbb130 !important;
}

@media (max-width: 576px) {
    .modal-top {
        padding: 0;
    }
}

.Feedback_AjaxWait {
    opacity: 0 !important;
}

html>body {
    min-height: 100px !important;
}

@media (max-width: 1000px) {
    html>body {
        min-width: 300px !important;
    }
}

.sub-title-modal {
    font-size: 15px;
    color: #707070;
}

/*! CSS Used from: Embedded */
#onetrust-pc-sdk .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px;
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
    text-decoration: none;
    font-size: 0.75em;
}

#onetrust-pc-sdk .ot-pc-footer-logo a:hover {
    color: #565656;
}

#onetrust-pc-sdk button * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

#onetrust-pc-sdk .ot-hide {
    display: none !important;
}

#onetrust-pc-sdk button.ot-link-btn:hover {
    text-decoration: underline;
    opacity: 1;
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0;
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%;
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial;
}

#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,
#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    pointer-events: none;
    opacity: 0.7;
}

#onetrust-pc-sdk input {
    margin: 3px 0.1ex;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#onetrust-pc-sdk .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

#onetrust-pc-sdk.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important;
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: 0.75em;
    }
}

#onetrust-pc-sdk {
    font-size: 16px;
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk #ot-pc-content {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none;
}

#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after {
    content: "";
    content: none;
}

#onetrust-pc-sdk .ot-sdk-column {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk .ot-sdk-column {
        margin-left: 4%;
    }

    #onetrust-pc-sdk .ot-sdk-column:first-child {
        margin-left: 0;
    }
}

#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit;
}

#onetrust-pc-sdk h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

#onetrust-pc-sdk h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

#onetrust-pc-sdk h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk h2 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h3 {
        font-size: 1.5rem;
    }

    #onetrust-pc-sdk h4 {
        font-size: 1.5rem;
    }
}

#onetrust-pc-sdk p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal;
}

#onetrust-pc-sdk a {
    color: #565656;
    text-decoration: underline;
}

#onetrust-pc-sdk a:hover {
    color: #565656;
    text-decoration: none;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus {
    color: #333;
    border-color: #888;
    opacity: 0.7;
}

#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000;
}

#onetrust-pc-sdk input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

#onetrust-pc-sdk input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#onetrust-pc-sdk input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0;
}

#onetrust-pc-sdk label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#onetrust-pc-sdk input[type="checkbox"] {
    display: inline;
}

#onetrust-pc-sdk button {
    margin-bottom: 1rem;
    font-family: inherit;
}

#onetrust-pc-sdk .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both;
}

#onetrust-pc-sdk .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block;
}

#onetrust-pc-sdk.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 .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-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 a {
    color: #656565;
    cursor: pointer;
}

#onetrust-pc-sdk a:hover {
    color: #3860be;
}

#onetrust-pc-sdk label {
    margin-bottom: 0;
}

#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-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 .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-logo {
    height: 40px;
    width: 120px;
    display: inline-block;
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8;
}

#onetrust-pc-sdk .ot-pc-footer-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 .ot-tgl {
    float: right;
    position: relative;
    z-index: 1;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2;
    border: 1px solid #3860be;
}

#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: #3860be;
    border-color: #3860be;
}

#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: #f2f1f1;
    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: 21px;
    width: 21px;
    bottom: 1px;
    background-color: #7d7d7d;
    -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-label-status {
    padding-left: 5px;
    font-size: .75em;
    display: none;
}

#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-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-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-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 transparent;
    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-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-hostcntr,
#onetrust-pc-sdk #ot-selall-licntr {
    right: 15px;
    position: relative;
    width: 20px;
    height: 20px;
    float: right;
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-hostcntr label,
#onetrust-pc-sdk #ot-selall-licntr label {
    float: left;
    padding-left: 0;
}

#onetrust-pc-sdk .ot-cat-item>button:focus {
    outline: #000 solid 2px;
}

#onetrust-pc-sdk .ot-cat-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-cat-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-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: transparent;
    border: none;
}

#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: transparent;
    border-color: transparent;
    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-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 #ot-selall-vencntr 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-cat-header {
    width: calc(100% - 130px);
}

#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc {
    margin-bottom: 5px;
}

#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-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-cat-header {
    float: left;
    font-weight: 600;
    font-size: .875em;
    line-height: 1.5;
    max-width: 90%;
    vertical-align: middle;
}

#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-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-acc-grpcntr {
    z-index: 1;
    position: relative;
}

#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-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-lst-cnt {
    margin-top: 1rem;
    max-height: calc(100% - 96px);
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr {
    padding: .5rem 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 {
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
    margin-right: .5rem;
    margin-left: .5rem;
}

#onetrust-pc-sdk .ot-vs-config .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 {
    top: 0;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header {
    flex: 1;
    margin: 0 .5rem;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl {
    position: relative;
    transform: none;
    right: 0;
    top: 0;
    float: none;
}

@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 {
        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 #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 #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;
    }
}

@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-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 #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 input {
        font-size: 1em !important;
    }

    #onetrust-pc-sdk p {
        font-size: .6em;
    }

    #onetrust-pc-sdk #ot-fltr-modal {
        width: 100%;
        top: 0;
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#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: #E9E9E9;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link {
    color: #3860BE;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
    background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
    background-color: #009A93;
    border-color: #009A93;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus+.ot-switch,
.ot-switch .ot-switch-nob,
.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus+label::before {
    outline-color: #000000;
    outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
    outline: 1px solid #000000;
}

/*! CSS Used keyframes */
@-webkit-keyframes ajax-wait {
    0% {
        -webkit-transform: translateX(-105vw) translateZ(0) scaleX(1);
    }

    25% {
        -webkit-transform: translateX(-55vw) translateZ(0) scaleX(1.5);
    }

    50% {
        -webkit-transform: translateX(0) translateZ(0) scaleX(1.5);
    }

    75% {
        -webkit-transform: translateX(55vw) translateZ(0) scaleX(.5);
    }

    100% {
        -webkit-transform: translateX(105vw) translateZ(0) scaleX(.2);
    }
}

@keyframes ajax-wait {
    0% {
        transform: translateX(-105vw) translateZ(0) scaleX(1);
    }

    25% {
        transform: translateX(-55vw) translateZ(0) scaleX(1.5);
    }

    50% {
        transform: translateX(0) translateZ(0) scaleX(1.5);
    }

    75% {
        transform: translateX(55vw) translateZ(0) scaleX(.5);
    }

    100% {
        transform: translateX(105vw) translateZ(0) scaleX(.2);
    }
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('MaterialIcons-Regular.eot');
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('MaterialIcons-Regular.woff2') format('woff2'), url('MaterialIcons-Regular.woff') format('woff'), url('https://agenciavirtual.light.com.br/AGV_UI_th/MaterialIcons-Regular.tff') format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('MaterialIcons-Regular.eot');
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('MaterialIcons-Regular.woff2') format('woff2'), url('MaterialIcons-Regular.woff') format('woff'), url('https://agenciavirtual.light.com.br/AGV_UI_th/MaterialIcons-Regular.tff') format('truetype');
}