/* Minification failed. Returning unminified contents.
(407,22): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-ffffff'
 */
.dialog { color: #3a3a3a; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 200; }

.dialog .dim { background-color: rgb(208,208,208); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; opacity: 0.7; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 201; }

.dialog h3 { font-size: 18px; }

.dialog .content { position: relative; left: 0px; top: 0px; background-color: #fff; border: 2px solid #3079ED; line-height: 1.5em; margin: 80px auto; overflow: hidden; padding: 15px; width: 600px; z-index: 202; }

.dialog p { margin: 10px 0; }

.dialog .error { color: red; }

.dialog .warning { color: #ff6a00; }

.wait-dialog .content { width: 200px; text-align: center; background-color: transparent; border: 0px; }
.wait-dialog h3 { font-size: 0px; color: transparent; }

.before-wait-dialog .dim { background-color: transparent; }
.before-wait-dialog .content { display: none; }

@font-face {
    font-family: 'etmodules';
    src: url(/Resources/fonts/shared/et-modules/ETModules.ttf);
}

@font-face {
    font-family: 'ubuntu-bold';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: 'ubuntu-bold-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-BoldItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Italic.ttf);
}

@font-face {
    font-family: 'ubuntu-light';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Light.ttf);
}

@font-face {
    font-family: 'ubuntu-light-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-LightItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-medium';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: 'ubuntu-medium-italic';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-MediumItalic.ttf);
}

@font-face {
    font-family: 'ubuntu-regular';
    src: url(/Resources/fonts/shared/ubuntu/Ubuntu-Regular.ttf);
}

.facebook::before {
    font-family: etmodules;
    content: '\e093';
}

.instagram::before {
    font-family: etmodules;
    content: '\e09a';
}

.youtube::before {
    font-family: etmodules;
    content: '\e0a3';
}

.linkedin::before {
    font-family: etmodules;
    content: '\e09d';
}

.twitter::before {
    font-family: etmodules;
    content: '\e094';
}

.button, .link {
    cursor: pointer;
    position: relative;
    min-width: 135px;
}

.button {
    border-radius: 5px;
    color: #fff;
    background: #002e66;
    background: linear-gradient(90deg, #3073ad 0%, #002e66 100%);
    /*border: 1px #002e66 solid;*/
}

    .button.file-upload {
        background: linear-gradient(90deg, #B9B9B9 0%, #8A8A8A 100%);
    }

    .button:not(.not-responsive) {
        background-color: transparent;
    }

    .button:hover, .button-cancel:hover {
        color: #fff;
        background: linear-gradient(90deg, #3073adaa 0%, #002e66aa 100%);
        /*background-color: transparent;
        color: #002e66;
        border: 1px solid #002e66;*/
    }

    .button::after, .link::after {
        content: '';
        clear: left;
        display: table;
    }

    .button.download, .button.isLink {
        text-transform: uppercase;
    }

    .button .title, .link .title {
        float: left;
        font-family: ubuntu-regular;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        min-width: 60px;
        height: 35px;
    }

    .button .title {
        display: grid;
        align-items: center;
        text-align: center;
        background-color: transparent;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
        border-radius: 5px;
    }

        .button .title.gray {
            background-color: #ebebeb;
        }


    .button .icon span {
        font-family: 'etmodules';
        font-size: 22px;
        text-align: right;
        padding-left: 10px;
        padding-right: 5px;
    }

    .button .icon, .link .icon {
        float: left;
        font-family: etmodules, serif;
        font-size: 22px;
        line-height: 1;
        height: 30px;
    }

    .button .arrow::before, .link .arrow::before {
        content: '5';
    }

    .button .arrow-left::before, .link .arrow-left::before {
        content: '4';
    }


    .button .icon {
        display: flex;
        align-items: center;
        padding: 5px 0px 0px 0px;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
    }

        .button .icon.download {
            width: 50px;
            background: url(/Resources/images/shared/download.svg) no-repeat center;
        }

        .button .icon.add {
            width: 30px;
            background: url(/Resources/images/shared/plus.png) no-repeat center;
        }

        .button .icon.file {
            background-image: url(/Resources/images/shared/btn_icons/file.svg);
        }

        .button .icon.send-msg {
            background-image: url(/Resources/images/shared/btn_icons/send_msg.svg);
            width: 40px;
        }

        .button .icon.passwd {
            background-image: url(/Resources/images/shared/btn_icons/passwd.svg);
        }

        .button .icon.go {
            background-image: url(/Resources/images/shared/btn_icons/go.svg);
        }

;

.button .triangle-background {
    display: none;
    background-color: #c6c6c6;
    width: 30px;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.link .title {
    padding-top: 16px;
    line-height: 1;
}

.link .icon {
    color: white;
    padding-top: 4px;
    padding-left: 7px;
}

.link .triangle-background {
    width: 30px;
    padding: 10px;
}

.download-image-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #239a98 url(/Resources/images/shared/download.svg) no-repeat center;
}

td .button {
    display: inline-block;
    margin: 0;
}

td.buttons .button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.triangle-white {
    width: 100%;
    height: 100%;
    background: url(/Resources/images/shared/triangle-white.svg) no-repeat center;
    background-size: contain;
}

.triangle-grey {
    width: 100%;
    height: 100%;
    background: url(/Resources/images/shared/triangle-grey.svg) no-repeat center;
    background-size: contain;
}

.link-start {
    position: relative;
}

.link-arrow {
    z-index: 1;
    position: absolute;
    left: -50px;
    bottom: 0;
    font-family: etmodules, serif;
    font-size: 36px;
    line-height: 1;
    height: 50px;
    color: white;
    background-color: #239a98;
    padding-top: 6px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0;
}

.property-selection .button, #property-selection .button {
    max-width: 245px;
}

    .property-selection .button .title, #property-selection .button .title {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 0px;
        padding-top: 0px;
        float: left;
        font-family: ubuntu-bold;
        font-size: 13px;
        text-transform: none;
        min-width: 100px;
        width: auto;
        height: 35px;
    }

.button-cancel {
    width: 145px;
    border: 1px solid #002e66;
    color: #002e66;
    background: none;
    background-color: transparent !important;
    border-radius: 5px;
}

    .button-cancel:hover {
        border: 1px solid transparent;
    }

@media (max-width: 991px) {
/*    .button:not(.not-responsive) .title, .link:not(.not-responsive) .title {
        padding-top: 35px;
        height: 92px;
        font-size: 24px;
        width: 70%;
        text-align: center;
    }

    .button:not(.not-responsive) .icon, .link .icon {
        padding-top: 17px;
        padding-left: 14px;
        font-size: 56px;
        width: 92px;
        height: 92px;
        font-weight: bold;
    }

        .button:not(.not-responsive) .icon.add {
            background-size: 30px;
        }*/

    .multiline-button-title {
        padding-top: 25px !important;
    }
}

@media (max-width: 960px) {
    .button .icon, .link .icon {
        padding-left: 0;
        padding-right: 0;
    }
}

.button-container.not-responsive {
    width: auto;
}

body {
    background: url(/Resources/images/login/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.red-asterix {
    padding-left: 3px;
    padding-right: 3px;
    width: 10px;
}

.logo {
    width: 180px;
    height: 80px;
    background: url(/Resources/images/login/logo.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: calc(100% - 220px);
}

.simple-form {
    position: absolute;
    width: 460px !important;
    max-width: 460px !important;
    min-width: 460px !important;
    height: 345px !important;
    min-height: 345px !important;
    max-height: 345px !important;
    background-color: #ffffff;
    top: 255px;
    left: calc(50% - 230px);
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 11px #00000029;
    border-radius: 15px;
    opacity: 0.96;
    padding: 35px 50px 30px 50px !important;
    overflow: auto !important;
}

    .simple-form input {
        padding: 11px 13px 11px 13px !important;
        margin-bottom: 20px !important;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 3px 3px 0px 0px;
        opacity: 1;
        border: none !important;
        border-bottom: 2px solid #002F66 !important;
    }

    .simple-form .login-title {
        margin-bottom: 20px !important;
    }

    .simple-form #eicon {
        background-image: url(/Resources/images/shared/user-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
    }

    .simple-form #elogin, .simple-form .elogin {
        text-align: left;
        font: normal normal bold 20px/27px Open Sans;
        letter-spacing: 0px;
        color: #002F66;
        opacity: 1;
        margin-left: 7px;
    }

    .simple-form .button {
        width: 175px !important;
        min-width: 175px !important;
        max-width: 175px !important;
        height: 45px !important;
        opacity: 1;
    }

        .simple-form .button .title {
            height: 45px !important;
            padding: 0px !important;
            min-width: 125px !important;
        }

    .simple-form .button-reset-password {
        border: none !important;
        color: #fff !important;
        background: none !important;
        background-color: #898989 !important;
    }

        .simple-form .button-reset-password:hover {
            background: linear-gradient(90deg, #3073ad 0%, #002e66aa 100%) !important;
            opacity: 0.5;
        }

    .simple-form .button-login .icon {
        background-image: url(/Resources/images/shared/btn_icons/go.svg);
        width: 20px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px 5px 0px 5px !important;
        padding: 0px !important;
    }

    .simple-form .button-reset-password .icon {
        background-image: url(/Resources/images/login/btn_reset.svg);
        width: 20px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0px 5px 0px 5px !important;
        padding: 0px !important;
    }

    .simple-form #height_55 {
        height: 55px;
    }

    .simple-form input.checkbox {
        min-width: 15px;
        max-width: 15px;
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .simple-form .margin-small-bottom {
        margin-bottom: 10px !important;
    }

@media (max-width: 991px) {
    .simple-form {
        top: 200px;
        margin-left: 10px !important;
        margin-left: 10px !important;
        height: 400px !important;
        max-height: 400px !important;
    }

        .simple-form input {
            height: 45px !important;
            font-size: 15px !important;
        }


        .simple-form .button-reset-password {
            margin-top: 5px !important;
        }
}

body {
    font-family: ubuntu-regular;
}

a {
    color: #22ADEA;
}

.heading-1, .heading-2 {
    font-family: ubuntu-bold;
    text-align: center;
    color: #002e66;
    line-height: 1;
}

.heading-1 {
    text-align: left;
    font-size: 18px;
    align-items: center;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .heading-1 .local {
        cursor: pointer;
    }

    .heading-1 .icon, .heading-1 .arr, .heading-1 .local {
        color: #777777;
    }

    .heading-1 .icon, .heading-1 .arr {
        font-family: etmodules;
        font-size: 22px;
    }

    .heading-1 .icon {
        margin-right: 5px;
        background-image: url(/Resources/images/shared/home.svg);
        min-width: 18px;
        min-height: 18px;
    }

    .heading-1 .arr {
        font-weight: bolder;
        font-size: 26px;
        cursor: pointer;
    }

    .heading-1 select {
        outline: 0;
        margin: 0px;
        padding: 0px;
        color: #002e66;
        border: none;
        border-bottom-color: #cccccc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        cursor: pointer;
    }

        .heading-1 select option:checked {
            color: white;
            background: #002e66;
        }

    .heading-1 ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .heading-1 ul li a {
            color: #002e66;
            text-decoration: none;
            cursor: default;
        }

        .heading-1 ul li.vis {
            display: list-item !important;
        }

            .heading-1 ul li.vis a {
                cursor: pointer;
            }

                .heading-1 ul li.vis a:hover {
                    color: #002e66aa; /* #3073ad;*/
                }

.heading-2 {
    font-size: 33px;
}

.paragraph-1 {
    font-family: ubuntu-medium;
    font-size: 20px;
    color: black;
    word-spacing: 0;
    padding-top: 0;
}

.enhanced {
    font-family: ubuntu-bold;
    color: #002e66;
}

a.enhanced:link, a.enhanced:visited, a.enhanced:active, a.enhanced:hover {
    color: #002e66;
}

.page-title {
    margin-top: 60px;
    margin-bottom: 90px;
}

.no-data {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    border-top: solid 2px #7b7b7b;
    border-bottom: solid 2px #7b7b7b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.margin-small-top {
    margin-top: 30px;
}

.margin-small-bottom {
    margin-bottom: 30px;
}

.dark-blue-title {
    font-family: ubuntu-regular;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #003842;
    font-size: 38px;
}

.warning {
    color: #dc3545;
}

.asterix {
    font-size: 85%;
    vertical-align: super;
}

.red {
    color: red;
}

.red-asterix {
    font-size: 75%;
    color: red;
    vertical-align: super;
}

.note {
    font-family: ubuntu-medium;
    font-size: 14px;
    line-height: 1.2;
    text-indent: -8px;
    margin-left: 8px;
    color: black;
    word-spacing: 0;
    padding-top: 0;
}

.popover-header {
    background-color: #7accc8;
    color: white;
}

.text-download {
    min-width: 190px;
    padding: 0px;
}

.text-strong {
    font-family: ubuntu-bold;
}

.text-link a {
    color: #22ADEA;
}

.summary, tr.summary td, div.summary {
    font-family: ubuntu-bold;
}

@media (max-width: 960px) {
    .heading-1 select {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .heading-1 .icon {
        margin-right: 0px;
    }

    .heading-1 .arr {
        font-size: 18px;
        width: 14px;
    }
}

.simple-form {
    width: 520px;
    min-height: 525px;
    max-height: 100%;
    overflow: auto;
    background-color: #e8e8e8;
    border: 1px solid #efefef;
    padding: 45px;
}

    .simple-form .header {
        width: 100%;
        padding-bottom: 26px;
        margin-bottom: 10px;
    }

    .simple-form .logo {
        width: 160px;
        height: 60px;
        background: url(/Resources/images/shared/logo.svg) no-repeat;
        background-size: contain;
    }

    .simple-form .user {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background: url(/Resources/images/shared/user.svg) no-repeat;
    }

    .simple-form .app-name {
        display: block;
        float: left;
        padding-left: 15px;
        padding-top: 16px;
        text-transform: uppercase;
        font-family: ubuntu-bold;
        font-size: 10px;
        line-height: 1;
    }

    .simple-form h1 {
        margin: 0;
        font-family: ubuntu-regular;
        font-size: 40px;
        text-align: center;
        color: #231f20;
        line-height: 1;
        margin-bottom: 50px;
    }

    .simple-form p {
        display: block;
        font-family: ubuntu-bold;
        font-size: 15px;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .simple-form label {
        display: block;
        font-family: ubuntu-bold;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .simple-form input {
        outline: none;
        border: 2px solid #c0c0c0;
        display: block;
        width: 100%;
        font-family: ubuntu-regular;
        font-size: 15px;
        line-height: 1;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .simple-form .login-title {
        margin-bottom: 20px !important;
    }

    .simple-form #eicon {
        background-image: url(/Resources/images/shared/user-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
    }

    .simple-form #elogin, .simple-form .elogin {
        text-align: left;
        font: normal normal bold 20px/27px Open Sans;
        letter-spacing: 0px;
        color: #002F66;
        opacity: 1;
        margin-left: 7px;
    }


    .simple-form .button-reset-password {
        border: 1px solid #002e66;
        color: #002e66;
        background: none;
        background-color: transparent !important;
    }

        .simple-form .button-reset-password:hover {
            color: #fff;
            background: linear-gradient(90deg, #3073adaa 0%, #002e66aa 100%);
        }

    .simple-form .button {
        min-width: 200px !important;
    }

    .simple-form .title {
        min-width: 155px !important;
    }

.change_password .simple-form {
    border-radius: 15px;
    min-height: 470px;
}

@media (max-width: 960) {
    .simple-form {
        max-height: 100%;
        min-height: auto;
        width: 72%;
        padding: 6%;
        margin-left: 14%;
        margin-right: 14%;
    }

        .simple-form .header {
            padding-bottom: 0;
        }

        .simple-form .logo {
            width: 171px;
            height: 70px;
            margin-bottom: 30px;
            margin-right: 10px;
        }

        .simple-form .app-name-container {
            margin-bottom: 40px;
        }

        .simple-form label {
            font-size: 24px;
        }

        .simple-form input {
            height: 55px;
            font-size: 24px;
            margin-bottom: 37px;
        }
}

@media (max-width: 575px) {
    .simple-form {
        max-height: 100%;
        min-height: auto;
        width: 90%;
        padding: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

        .simple-form .header {
            margin-bottom: 20px;
        }

        .simple-form .logo {
            margin-bottom: 20px;
        }

        .simple-form .app-name-container {
            margin-bottom: 20px;
        }

        .simple-form input {
            margin-bottom: 20px;
        }
}


@media (min-width: 961px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 960px) {
    body {
        min-width: 360px !important;
    }

    .non-mobile {
        display: none !important;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: calc(100% - 15px) !important;
        max-width: calc(100% - 15px) !important;
        margin: 0px 7px 0px 7px !important;
        padding-right: 0px;
        padding-left: 0px;
    }

        .container div {
            max-width: 100%;
        }
}

@media (max-width: 800px) {

    /*    .menu-icon {
        max-width: 65px;
        width: 15%;
    }

    .mobile-menu-container .toolbar-item img {
        width: 60px;
    }

    .lang {
        font-size: 6vw;
    }

    .menu-link {
        font-size: 5vw !important;
        font-weight: normal;
    }

    width: calc(100% - 40px);
    .toolbar-link {
        font-size: 4vw;
    }*/

    .border-tab {
        font-size: 4vw;
    }

    .simple-form label {
        font-size: 4vw;
    }

    .simple-form .logo {
        max-width: 171px;
        height: 70px;
        width: 170px;
    }

    .simple-form input {
        font-size: 4vw;
    }


    .heading-2 {
        font-size: 5vw;
    }

    .page-title {
        margin-bottom: 60px;
    }

    .property-link img {
        width: 27%;
    }

    .property-link {
        height: 310px;
        font-size: 5vw;
    }
}
/* media 800 */

@media (max-width: 600px) {

    .mb-5 {
        margin-bottom: 2rem !important;
    }
/*
    .button:not(.not-responsive) .title, .link:not(.not-responsive) .title {
        font-size: 4vw;
        width: auto;
        padding-top: 23px;
        height: 62px;
    }

    .button:not(.not-responsive) .icon, .link .icon {
        padding-top: 10px;
        padding-left: 9px;
        font-size: 40px;
        width: 62px;
        height: 62px;
    }*/

    .buttons {
        width: auto;
    }

    .property-selection select {
        font-size: 15px;
        background: #0087d9 url(/Resources/images/shared/arrow-down-white.svg) no-repeat top 23px right 28px;
        width: 90%;
        margin-left: 5%;
    }

    .mobile-menu-item .arrow-right img {
        height: 35px;
        width: auto;
        margin-top: 12px;
    }

    .mobile-menu-item .arrow-left img {
        height: 35px;
        width: auto;
        margin-top: 12px;
        padding-bottom: 0 !important;
        /*transform: rotate(180deg);*/
    }

    .mobile-menu-item .arrow-left {
        padding-bottom: 21px;
    }

    .even-row-table td {
        font-size: 3.4vw;
    }

    .search .arrow {
        height: 62px !important;
    }

    .search {
        height: 62px;
    }

    .img-search {
        margin-top: 15px;
    }

    .partner {
        margin-left: 5%;
    }

    .list-item .list-item-title {
        min-width: 60%;
    }

    .list-item .download-document-button {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* media 600 */

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 220px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 180px;
    padding-top: 10px;
    background-color: #002e66;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-family: Open Sans,sans-serif;
}

.footer-container {
    max-width: 700px;
}

    .footer-container .logo svg path {
        fill: #fff;
    }

    .footer-container .logo {
        width: 80px;
        background-size: contain;
        margin-bottom: 30px;
        margin-top: 5px;
    }

        .footer-container .logo svg {
            width: 100%;
        }

    .footer-container .text {
        display: flex;
    }

.medium {
    margin-right: 100px;
    font-size: 10px;
}

.regular {
    font-size: 10px;
}

.info {
    font-size: 10px;
}

@media (max-width: 960px) {

    #content-wrap {
        padding-bottom: 310px;
    }

    .footer-container .text {
        display: block;
    }

    .medium {
        margin-bottom: 30px;
    }

}

div.modal-header {
    line-height: 108%;
    font-family: Calibri;
    font-size: 11pt;
}
    div.modal-header li {
        margin-top: 0pt;
        margin-bottom: 8pt;
    }

    div.modal-header .CommentSubject {
        margin-bottom: 8pt;
        line-height: normal;
        font-size: 11pt;
        font-weight: bold;
    }

    div.modal-header .CommentText {
        margin-bottom: 8pt;
        line-height: normal;
        font-size: 11pt;
    }

    div.modal-header .Footer {
        margin-bottom: 0pt;
        line-height: normal;
        font-size: 11pt;
    }

    div.modal-header .Header {
        margin-bottom: 0pt;
        line-height: normal;
        font-size: 11pt;
    }

    div.modal-header .ListParagraph {
        margin-left: 36pt;
      /*  margin-bottom: 8pt;*/
        line-height: 108%;
        /*    font-size: 11pt;*/
    }

    div.modal-header .NormalWeb {
        margin-bottom: 8pt;
        line-height: 108%;
        font-family: 'Times New Roman';
        font-size: 12pt;
    }

    div.modal-header .Revision {
        margin-bottom: 0pt;
        line-height: normal;
        font-size: 11pt;
    }

    div.modal-header span.CommentReference {
        font-size: 8pt;
    }

    div.modal-header span.CommentSubjectChar {
        font-size: 11pt;
        font-weight: bold;
    }

    div.modal-header span.CommentTextChar {
        font-size: 11pt;
    }

    div.modal-header span.Hyperlink {
        text-decoration: underline;
        color: #0563c1;
    }

    div.modal-header span.UnresolvedMention {
        color: #605e5c;
        background-color: #e1dfdd;
    }

    div.modal-header .awlist1 {
        list-style: none;
        counter-reset: awlistcounter4_0;
    }

        div.modal-header .awlist1 > li:before {
            content: counter(awlistcounter4_0, lower-latin) ')';
            counter-increment: awlistcounter4_0;
        }

    div.modal-header .awlist2 {
        list-style: none;
        counter-reset: awlistcounter10_0;
    }

        div.modal-header .awlist2 > li:before {
            content: counter(awlistcounter10_0, lower-latin) ')';
            counter-increment: awlistcounter10_0;
        }

    div.modal-header .awlist3 {
        list-style: none;
        counter-reset: awlistcounter6_0;
    }

        div.modal-header .awlist3 > li:before {
            content: counter(awlistcounter6_0, lower-latin) ')';
            counter-increment: awlistcounter6_0;
        }

    div.modal-header .awlist4 {
        list-style: none;
        counter-reset: awlistcounter7_0;
    }

        div.modal-header .awlist4 > li:before {
            content: counter(awlistcounter7_0, lower-latin) ')';
            counter-increment: awlistcounter7_0;
        }

.regulations-dialog {
    margin-top: 10px;
    margin-bottom: 10px;
    height: calc(100% - 20px);
}

.regulations-header {
    overflow: auto;
}

.regulations-container {
    max-height: 620px;
}

.regulations-p-center {
    margin-bottom: 0pt;
    text-align: center;
    line-height: normal;
}

.regulations-p-center-12 {
    margin-bottom: 0pt;
    text-align: center;
    line-height: normal;
    font-size: 12pt;
}

.regulations-p-justify {
    margin-left: 18pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
}

.regulations-p-justify-21 {
    margin-left: 21.3pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
}

.regulations-p-indent-center {
    margin-left: 18pt;
    margin-bottom: 0pt;
    text-indent: -18pt;
    text-align: center;
    line-height: normal;
}

.regulations-p-indent-center-0 {
    margin-left: 0pt;
    margin-bottom: 0pt;
    text-indent: 21.3pt;
    text-align: center;
    line-height: normal;
}

.regulations-p-indent-justify {
    margin-left: 0pt;
    margin-bottom: 0pt;
    text-indent: 21.3pt;
    text-align: justify;
    line-height: normal;
}

.regulations-p-indent-justify-17 {
    margin-left: 18pt;
    margin-bottom: 0pt;
    text-indent: 17.4pt;
    text-align: justify;
    line-height: normal;
}

.regulations-li {
    margin-left: 21.3pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
    list-style-position: inside;
}

.regulations-li-31 {
    margin-left: 31.25pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
    padding-left: 4.75pt;
    font-family: 'Times New Roman';
}

.regulations-li-42 {
    margin-left: 42.55pt;
    margin-bottom: 0pt;
    text-indent: -21.25pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
}

.regulations-li-63 {
    margin-left: 63.8pt;
    margin-bottom: 0pt;
    text-indent: -42.5pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
    list-style-position: inside;
}

.regulations-li-54 {
    margin-left: 54pt;
    margin-bottom: 0pt;
    text-indent: -18pt;
    text-align: justify;
    font-family: 'Times New Roman';
}

.regulations-li-0 {
    margin-left: 0pt;
    margin-bottom: 0pt;
    text-indent: 21.3pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
    list-style-position: inside;
}

.regulations-li-31-4 {
    margin-left: 31.25pt;
    margin-bottom: 0pt;
    text-align: justify;
    padding-left: 4.75pt;
    font-family: 'Times New Roman';
}

.regulations-lbi-39-18 {
    margin-left: 39.3pt;
    margin-bottom: 0pt;
    text-indent: -18pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
}

.regulations-lspi-21-2 {
    margin-left: 0pt;
    text-indent: 21.3pt;
    text-align: justify;
    font-family: 'Times New Roman';
    list-style-position: inside;
}

.regulations-li-28 {
    margin-left: 28.4pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
}

.regulations-li-18 {
    margin-left: 18pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
}

.regulations-li-18-center {
    margin-left: 18pt;
    margin-bottom: 0pt;
    text-indent: -18pt;
    text-align: center;
    line-height: normal;
}

.regulations-times {
    font-family: 'Times New Roman';
}

.regulations-times-12 {
    font-family: 'Times New Roman';
    font-size: 12pt;
}

.regulations-times-bold {
    font-family: 'Times New Roman';
    font-weight: bold;
}

.regulations-times-11 {
    font-family: 'Times New Roman';
    font-size: 11pt;
}

.regulations-arial {
    font-family: Arial;
}

.regulations-list-marker-085 {
    width: 0.85pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-555 {
    width: 5.55pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-494 {
    width: 4.94pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-945 {
    width: 9.45pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-884 {
    width: 8.84pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-127 {
    width: 12.7pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-1209 {
    width: 12.09pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-1392 {
    width: 13.92pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-list-marker-1453 {
    width: 14.53pt;
    font: 7pt 'Times New Roman';
    display: inline-block;
}

.regulations-ol {
    margin: 0pt;
    padding-left: 0pt;
}

.regulations-mb-ti-21-lhn {
    margin-bottom: 0pt;
    text-indent: 21.3pt;
    text-align: justify;
    line-height: normal;
}

.regulations-mb-0-lhn-fz-12 {
    margin-bottom: 0pt;
    line-height: normal;
    font-size: 12pt;
}

.regulations-mr-54-ti-18-tnr {
    margin-left: 54pt;
    margin-bottom: 0pt;
    text-indent: -18pt;
    text-align: justify;
    line-height: normal;
    font-family: 'Times New Roman';
}

.regulations-ff-a {
    font-family: Arial;
}

body {
    line-height: 100% !important;
    font-family: Calibri !important;
    font-size: 16pt !important
}

table td p, table td div {
    padding: 5px !important;
}

    table td p ol li, table td div ol li {
        margin-top: 5px !important;
    }

h1 {
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
}
.clause-modal-dialog {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    height: calc(100% - 20px) !important;
}

.clause-modal-header {
    padding-left: 60px !important;
    padding-right: 60px !important;
    overflow: auto !important;
}

.clause-modal-header-container {
    max-height: 620px !important;
}

.clause-tnr-m0-fs15 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
}

.clause-tnr-m0-fs15-mt135 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.35pt !important;
}

.clause-tnr-m0-fs15-mt005-mr0-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: .05pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt105 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.05pt !important;
}

.clause-tnr-m0-fs15-mt005-mr575-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: .05pt !important;
    margin-right: 5.75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-blue {
    color: blue !important;
}

.clause-tnr-m0-fs15-mt125 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.25pt !important;
}

.clause-h1-mr605-ml58-indent275-lh101 {
    margin-top: 0cm !important;
    margin-right: 6.05pt !important;
    margin-bottom: 0cm !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    text-indent: 2.75pt !important;
    line-height: 101% !important;
}

.clause-tnr-m0-fs15-mt095 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: .95pt !important;
}

.clause-tnr-m0-fs15-mt0-mr595-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 5.95pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-windowtext-no-decoration {
    color: windowtext !important;
    text-decoration: none !important;
}

.clause-h1-ml855-justify {
    margin-top: 0cm !important;
    margin-right: 0cm !important;
    margin-bottom: 0cm !important;
    margin-left: 8.55pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
}

.clause-tnr-m0-fs15-mt0-mr58-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 5.8pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt13 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.3pt !important;
}

.clause-tnr-m0-fs15-mt14 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.4pt !important;
}

.clause-tnr-m0-fs15-mt005-mr59-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: .05pt !important;
    margin-right: 5.9pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt145 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.45pt !important;
}

.clause-tnr-m0-fs15-mt0-mr565-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 5.65pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt395 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 3.95pt !important;
}

.clause-fs13 {
    font-size: 13px !important;
}

.clause-table {
    border-collapse: collapse !important;
    border: none !important;
}

.clause-td-250-all-middle-h2755 {
    width: 250px !important;
    border-width: 2.25pt !important;
    border-style: double !important;
    border-color: rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) !important;
    border-image: initial !important;
    padding: 0cm !important;
    height: 27.55pt !important;
    vertical-align: middle !important;
}

.clause-td-250-top-right-bottom {
    width: 250px !important;
    border-top: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-image: initial !important;
    border-left: none !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-td-250-left-bottom-right-middle {
    width: 250px !important;
    border-top: none !important;
    border-left: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: middle !important;
}

.clause-td-250-bottom-right-top {
    width: 250px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-td-500-bottom-right-top {
    width: 500px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-td-250-all-middle {
    width: 250px !important;
    border-width: 2.25pt !important;
    border-style: double !important;
    border-color: rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) !important;
    border-image: initial !important;
    padding: 0cm !important;
    vertical-align: middle !important;
}

.clause-td-500-top-right-bottom {
    width: 500px !important;
    border-top: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-image: initial !important;
    border-left: none !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-tnr-m0-fs15-mt005-mr0-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt12 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.2pt !important;
}

.clause-tnr-m0-fs15-mt0-mr56-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-h1-mt0-mr0-mb0-ml86-justify {
    margin-top: 0cm !important;
    margin-right: 0cm !important;
    margin-bottom: 0cm !important;
    margin-left: 8.6pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
}

.clause-tnr-m0-fs15-mt005-mr635-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 6.35pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt005-mr58-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.8pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt005-mr585-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.85pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt38-mr58-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 3.8pt !important;
    margin-right: 5.8pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt005-mr595-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.95pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr60-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 6.0pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-h1-mt38-mr56-mb0001-ml585-justify-indent275-line100 {
    margin-top: 3.8pt !important;
    margin-right: 5.6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    text-indent: 2.75pt !important;
    line-height: 100% !important;
}

.clause-tnr-m0-fs15-mt10-mr0-mb0001-ml462 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 46.2pt !important;
}

.clause-tnr-m0-fs15-mt10-mr0-mb0001-ml1015 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 10.15pt !important;
}

.clause-tnr-m0-fs15-mt10-mr0-mb0001-ml08-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: .8pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr085-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .85pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr38-mb0001-ml43-center-indent005 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 3.8pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 4.3pt !important;
    text-align: center !important;
    text-indent: .05pt !important;
}

.clause-tnr-m0-fs15-mt0-mr10-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 1.0pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr10-mb0001-ml14-center-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 1.0pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr01-mb0001-ml06-center-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .1pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-ml211-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-left: 21.1pt !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-ml179-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-left: 17.9pt !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-mt10-mr075-mb0001-ml15 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: .75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.5pt !important;
}

.clause-tnr-m0-fs15-mt0-mr075-mb0001-ml15-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.5pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt005-mr07-mb0001-ml15-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: .7pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.5pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt10-mr0-mb0001-ml42-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 4.2pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr055-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .55pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt10-mr01-mb0001-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: .1pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt01-mr015-mb0001-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .1pt !important;
    margin-right: .15pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr02-mb0001-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .2pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr015-mb0001-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .15pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt805-mr075-mb0001-ml157 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 8.05pt !important;
    margin-right: .75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 15.7pt !important;
}

.clause-tnr-m0-fs15-mt0-mr075-mb0001-ml157 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 15.7pt !important;
}

.clause-tnr-m0-fs15-mt165-mr055-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.65pt !important;
    margin-right: .55pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt735-mr0-mb0001-ml06-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.35pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr015-mb0001-ml06-center-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .15pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .6pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-mt0-mr07-mb0001-ml14-justify-line125 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .7pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
    line-height: 12.5pt !important;
}

.clause-tnr-m0-fs15-mt10-mr09-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: .9pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-ml1565 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-left: 15.65pt !important;
}

.clause-tnr-m0-fs15-mt73-mr0-mb0001-ml14 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.3pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
}

.clause-tnr-m0-fs15-mt0-mr575-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr57-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.7pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-span-tnr-fs15 {
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
}

.clause-blue-no-decoration {
    color: blue !important;
    text-decoration: none !important;
}

.clause-ol-decimal {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
}

.clause-ul-disc {
    list-style-type: disc !important;
}

.clause-ol-decimal-ml565 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: 5.65px !important;
}

.clause-ol-decimal-ml855 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: -8.55px !important;
}

.clause-ul-disc-ml274 {
    margin-bottom: 0cm !important;
    list-style-type: disc !important;
    margin-left: 27.4px !important;
}

.clause-ol-decimal-ml86 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: -8.6px !important;
}

.clause-ul-disc-mb0 {
    margin-bottom: 0cm !important;
    list-style-type: disc !important;
}

.clause-ol-decimal-ml85 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: -8.5px !important;
}

.clause-table-border-none {
    border-collapse: collapse !important;
    border: none !important;
}

.clause-td-250-all-border-top149 {
    width: 250px !important;
    border-width: 2.25pt !important;
    border-style: double !important;
    border-color: rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) rgb(159, 159, 159) !important;
    border-image: initial !important;
    padding: 0cm !important;
    height: 14.9pt !important;
    vertical-align: top !important;
}

.clause-td-250-top-right-bottom-top149 {
    width: 250px !important;
    border-top: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-image: initial !important;
    border-left: none !important;
    padding: 0cm !important;
    height: 14.9pt !important;
    vertical-align: top !important;
}

.clause-td-500-top-right-bottom-top149 {
    width: 500px !important;
    border-top: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-image: initial !important;
    border-left: none !important;
    padding: 0cm !important;
    height: 14.9pt !important;
    vertical-align: top !important;
}

.clause-td-250-all-border-middle {
    width: 250px !important;
    border-top: none !important;
    border-left: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: middle !important;
}

.clause-p-mt735-mr0-mb0001-ml3355 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.35pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 33.55pt !important;
}

.clause-p-mt10-mr05-mb0001-ml2195-indent710 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 21.95pt !important;
    text-indent: -7.1pt !important;
}

.clause-p-mt735-mr0-mb0001-ml09-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.35pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: .9pt !important;
    text-align: center !important;
}

.clause-p-mt005-mr1675-mb0001-ml1745-center-indent015 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 16.75pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 17.45pt !important;
    text-align: center !important;
    text-indent: -.15pt !important;
}

.clause-p-mt0-mr015-mb0001-ml065-center-lh126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .15pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .65pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-p-mt085-mr035-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .85pt !important;
    margin-right: .35pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-p-mt0-mr04-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .4pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-p-mt0-mr565-mb0001-ml3915-indent15 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.65pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 39.15pt !important;
    text-indent: -15pt !important;
}

.clause-p-mt085-mr0-mb0001-ml155 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .85pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
}

.clause-p-mt0-mr243-mb0001-ml250-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 24.3pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 25.0pt !important;
    text-align: center !important;
}

.clause-p-mt0-mr2655-mb0001-ml2715-center-indent005 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 26.55pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 27.15pt !important;
    text-align: center !important;
    text-indent: .05pt !important;
}

.clause-p-mt07-mr0-mb0001-ml155 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .7pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
}

.clause-p-mt705-mr07-mb0001-ml14-lh100 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.05pt !important;
    margin-right: .7pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    line-height: 100% !important;
}

.clause-p-mt0-mr05-mb0001-ml14-lh100 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    line-height: 100% !important;
}

.clause-p-mt005-mr05-mb0001-ml14 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
}

.clause-p-mt085-mr045-mb0001-ml155-justify-indent275 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .85pt !important;
    margin-right: .45pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
    text-indent: 2.75pt !important;
}

.clause-p-mt0-mr035-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .35pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-p-mt04-mr385-mb0001-ml3915-center-indent01 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .4pt !important;
    margin-right: 38.5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 39.15pt !important;
    text-align: center !important;
    text-indent: -.1pt !important;
}

.clause-p-mt0-mr005-mb0001-ml065-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .65pt !important;
    text-align: center !important;
}

.clause-p-ml2585 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-left: 25.85pt !important;
}

.clause-p-mt75-mr04-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 7.5pt !important;
    margin-right: .4pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-p-mt005-mr52-mb0001-ml595-center-indent02 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.2pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.95pt !important;
    text-align: center !important;
    text-indent: -.2pt !important;
}

.clause-td-width250-double-border-padding0-top {
    width: 250px !important;
    border-top: none !important;
    border-left: 2.25pt double rgb(159, 159, 159) !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-p-mt085-mr0-mb0001-ml065-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .85pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: .65pt !important;
    text-align: center !important;
}

.clause-p-mt005-mr0-mb0001-ml157 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 15.7pt !important;
}

.clause-p-mt085-mr045-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .85pt !important;
    margin-right: .45pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-p-mt155 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.55pt !important;
}

.clause-h1-mt0-mr0-mb0-ml58-justify {
    margin-top: 0cm !important;
    margin-right: 0cm !important;
    margin-bottom: 0cm !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
}

.clause-p-mt0-mr56-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-p-mt165 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.65pt !important;
}

.clause-p-mt11 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.1pt !important;
}

.clause-p-mt005-mr56-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-p-mt14-mr57-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.4pt !important;
    margin-right: 5.7pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-h1-mt0-mr58-mb0-ml58-justify-indent275-lh101 {
    margin-top: 0cm !important;
    margin-right: 5.8pt !important;
    margin-bottom: 0cm !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    text-indent: 2.75pt !important;
    line-height: 101% !important;
}

.clause-p-mt09 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .9pt !important;
}

.clause-p-mt005-mr565-mb0001-ml58-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .05pt !important;
    margin-right: 5.65pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.8pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr585-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.85pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt375 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 3.75pt !important;
}

.clause-tnr-m0-fs15-mt095-mr05-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: .95pt !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr05-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt0-mr105-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 1.05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr06-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: .6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt1-mr105-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.0pt !important;
    margin-right: 1.05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-tnr-m0-fs15-mt0-mr11-mb0001-ml14-center-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 1.1pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-tnr-m0-fs15-mt0-mr10-mb0001-ml14-center-line1255 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 1.0pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
    line-height: 12.55pt !important;
}

.clause-tnr-m0-fs15-mt67-mr005-mb0001-ml08 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 6.7pt !important;
    margin-right: .05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .8pt !important;
}

.clause-tnr-m0-fs15-mt105-mr0-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.05pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt15 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.5pt !important;
}

.clause-h1-mt0-mr0-mb0-ml585-justify {
    margin-top: 0cm !important;
    margin-right: 0cm !important;
    margin-bottom: 0cm !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
}

.clause-tnr-m0-fs15-mt0-mr595-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 0cm !important;
    margin-right: 5.95pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}

.clause-tnr-m0-fs15-mt11 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman", serif !important;
    margin-top: 1.1pt !important;
}

.clause-ol-decimal-ml57 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: 5.699999999999999px !important;
}

.clause-p-mt0-mr05-mb0001-ml155-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.55pt !important;
    text-align: justify !important;
}

.clause-ol-decimal-ml-845 {
    margin-bottom: 0cm !important;
    list-style-type: decimal !important;
    margin-left: -8.45px !important;
}

.clause-p-mt0-mr78-mb0001-ml3915-indent305 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 7.8pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 39.15pt !important;
    text-indent: -30.5pt !important;
}

.clause-p-mt375 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 3.75pt !important;
}

.clause-p-mt095-mr05-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: .95pt !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-p-mt0-mr05-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: .5pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-p-mt0-mr105-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 1.05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-p-mt0-mr06-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: .6pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-p-mt1-mr105-mb0001-ml14-center {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.0pt !important;
    margin-right: 1.05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
}

.clause-p-mt0-mr11-mb0001-ml14-center-line126 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 1.1pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
    line-height: 12.6pt !important;
}

.clause-p-mt0-mr10-mb0001-ml14-center-line1255 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 1.0pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: center !important;
    line-height: 12.55pt !important;
}

.clause-p-mt67-mr005-mb0001-ml08 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 6.7pt !important;
    margin-right: .05pt !important;
    margin-bottom: .0001pt !important;
    margin-left: .8pt !important;
}

.clause-p-mt105-mr0-mb0001-ml14-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.05pt !important;
    margin-right: 0cm !important;
    margin-bottom: .0001pt !important;
    margin-left: 1.4pt !important;
    text-align: justify !important;
}

.clause-td-width250-border-bottom-right-padding0-top {
    width: 250px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2.25pt double rgb(159, 159, 159) !important;
    border-right: 2.25pt double rgb(159, 159, 159) !important;
    padding: 0cm !important;
    vertical-align: top !important;
}

.clause-p-mt15 {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 1.5pt !important;
}

.clause-p-mt0-mr595-mb0001-ml585-justify {
    margin: 0cm !important;
    font-size: 15px !important;
    font-family: "Times New Roman",serif !important;
    margin-top: 0cm !important;
    margin-right: 5.95pt !important;
    margin-bottom: .0001pt !important;
    margin-left: 5.85pt !important;
    text-align: justify !important;
}


.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.width-100percent {
    width: 100% !important;
}

.width-20 {
    width: 20px !important;
}

.width-60 {
    width: 60px !important;
}

.width-220 {
    width: 220px !important;
}

.width-250 {
    width: 250px !important;
}

.width-400 {
    width: 400px !important;
}

.width-550 {
    width: 550px !important;
}
.width-680 {
    width: 680px !important;
}

.width-625 {
    width: 625px !important;
}

.width-700 {
    width: 700px !important;
}

.width-770 {
    width: 770px !important;
}

.min-width-80 {
    min-width: 80px !important;
}

.min-width-120 {
    min-width: 120px !important;
}

.min-width-130 {
    min-width: 130px !important;
}

.min-width-160 {
    min-width: 160px !important;
}

.min-width-175 {
    min-width: 175px !important
}

.min-width-250 {
    min-width: 250px !important;
}

.min-width-330 {
    min-width: 330px !important;
}

.max-width-220 {
    max-width: 220px !important;
}

.max-width-700 {
    max-width: 700px !important;
}

.height-60 {
    height: 60px !important;
}

.height-auto {
    height: auto !important;
}

.max-height-800 {
    max-height: 800px !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.background-color-898989 {
    background-color: #898989 !important;
}

.display-none {
    display: none !important;
}

.max-height-620 {
    max-height: 620px !important;
}

.max-height-100percent {
    max-height: 100% !important;
}

.text-align-right {
    text-align: right !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.profile-user-blue {
    content: url(/Resources/images/shared/user-blue.svg) !important;
    margin-right: 10px !important;
}

.padding-5 {
    padding: 5px 5px 5px 5px !important;
}

.padding-0 {
    padding: 0px !important;
}

.overflow-auto {
    overflow: auto !important;
}

.position-relative-bottom-0 {
    position: relative !important;
    bottom: 0 !important;
}

.font-family-etmodules-5 {
    font-family: etmodules !important;
    margin-left: 5px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.reports-h-o {
    height: 366px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.background-position-0 {
    background-position: 0px !important;
}

.centered-simple-form-top100{
    min-height: 580px !important;
    width: 600px !important;
    max-width: 600px !important;
    top: 100px !important;
    left: calc(50% - 300px) !important;
}

.centered-simple-form-top150 {
    min-height: 580px !important;
    width: 600px !important;
    max-width: 600px !important;
    top: 150px !important;
    left: calc(50% - 300px) !important;
}

.centered-simple-form-top150-ml5 {
    min-height: 580px !important;
    margin-left: 5px !important;
    left: 5% !important;
    width: 500px !important;
    max-width: 500px !important;
    top: 150px !important;
}
