.popup a {
    background: 0 0
}

.popup a:active,
.popup a:hover {
    outline: 0
}

.popup strong {
    font-weight: 700
}

.popup table {
    border-collapse: collapse;
    border-spacing: 0
}

.popup td,
.popup th {
    padding: 0
}

@media print {
    .popup * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    .popup a,
    .popup a:visited {
        text-decoration: underline
    }

    .popup a[href]:after {
        content: " ("attr(href) ")"
    }

    .popup tr {
        page-break-inside: avoid
    }

    .popup p {
        orphans: 3;
        widows: 3
    }
}

.popup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.popup a {
    color: #428bca;
    text-decoration: none
}

.popup a:focus,
.popup a:hover {
    color: #2a6496;
}

.popup a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.popup h4,
.popup h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.popup h4,
.popup h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

.popup h4 {
    font-size: 18px
}

.popup h5 {
    font-size: 14px
}

.popup p {
    margin: 0 0 10px
}

.popup ul {
    margin-top: 0;
    margin-bottom: 10px
}

.popup table {
    max-width: 100%;
    background-color: transparent
}

.popup th {
    text-align: left
}

.popup .area .textable {
    color: inherit;
    line-height: 1.4;
    margin: 0;
    font-size: inherit;
    position: relative
}

.popup .area .textable strong {
    font-weight: bolder
}

.popup .area a {
    text-decoration: underline;
    color: inherit
}

.popup .area .cont,
.popup .area .node {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0 !important;
    position: relative
}

.popup .area .node.widget {
    z-index: auto
}

.popup_privacy .popup-content {
    overflow: auto;
    background-color: #fff;
    height: calc(100vh - 40px - 50px);
    padding: 20px;
    max-width: 1140px
}

@media (max-width:375px) {
    .popup_privacy .popup-content {
        width: calc(100% - 20px);
        margin: 0 auto
    }
}

.popup .node.css12 {
    color: #333;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 3px
}

.popup .node.css14 {
    color: #333;
    padding-top: 3px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 0
}

.popup .node.css14 a {
    color: rgb(230, 25, 25)
}

.popup .textable.css15 {
    text-align: left;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    color: rgb(0, 0, 0);
    opacity: 1
}