<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    /*
    --theme-color: #990025;
    --theme-color-dark: #6E001B;
    */
    --default-padding-size: 5rem;
    --video-meta-fontsize: 1.3rem;

    --gridcontainer-bgcolor: rgba(255,255,255,.5);

    --page-header-bgcolor: rgba(0,0,0,.9);

    --maincontent-color: #444;
    --maincontent-bgcolor: #fff;
    --maincontent-padding-w: 10rem;

    --padding-size: 40px;
    --mainnav-color: #232323;

    --title-font-family: "Roboto Slab", serif;
    --subtitle-font-family: "Manrope", sans-serif;
    --text-font-family: "Poppins", sans-serif;

}

/** =====================
 *  PRINT PAGE
 *  ---------------------
 *  Pixels =&gt; Points
 *  6px =&gt; 5pt
 *  7px =&gt; 5pt
 *  8px =&gt; 6pt
 *  9px =&gt; 7pt
 *  10px =&gt; 8pt
 *  11px =&gt; 8pt
 *  12px =&gt; 9pt
 *  13px =&gt; 10pt
 *  14px =&gt; 11pt
 *  15px =&gt; 11pt
 *  16px =&gt; 12pt
 *  17px =&gt; 13pt
 *  18px =&gt; 14pt
 *  19px =&gt; 14pt
 *  20px =&gt; 15pt
 *  21px =&gt; 16pt
 *  22px =&gt; 17pt
 *  23px =&gt; 17pt
 *  24px =&gt; 18pt
 *  ======================  */


@page{
    size: A4;
    margin-top: 35mm;
    margin-bottom: 30mm;
    margin-left: 25mm;
    margin-right: 25mm;
    orphans:6;
    widows:4;
    marks: none;
    bleed: 7pt;
}

@media print {
    .btn-printer{
        display: none;
    }
}

@media screen{
    .btn-printer{
        display: block;
        margin: 1em auto;
        padding: 10px 20px;
        text-align: center;
        font-family: sans-serif;
        font-weight: bold;
        color: #444;
        background-color: transparent;
        border: 3px solid #444;
        border-radius: 6px;
    }
}

@media screen, print {Â¡

body{
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #000;
  background: #fff !important;
}

a {
  page-break-inside:avoid
}

.dkwk h2 {
  page-break-before: always;
}

/** TEMPLATE
 * ---------------------------- */
.print-page{
    display: flex;
    max-width: 960px;
    margin-top: 2em;
    margin-bottom: 6em;
    margin-right: auto;
    margin-left: auto;
}

.page-cover{
  max-width: 100%;
}
.page-cover .brand {
  margin-bottom: 1cm;
}
.page-cover .imgtitle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}

.print-content{
    /* ERROR IN very large documents
    page-break-before: always;
    */
}

/** PRINT
 * --------------------------- */

/** DKWK
 * --------------------------- */

.dkwk a[href]:after {
    content: "";
}

.dkwk div.clearer {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.dkwk .group {
  display: inline-block;
}
.dkwk .group {
  display: block;
}
.dkwk .group:before,
.dkwk .group:after {
  content: "";
  display: table;
}
.dkwk .group:after {
  clear: both;
}
.dkwk div.no {
  display: inline;
  margin: 0;
  padding: 0;
}
.dkwk .hidden {
  display: none;
}
.dkwk img{
    page-break-inside: avoid;
}
.dkwk .medialeft {
  float: left;
}
.dkwk .mediaright {
  float: right;
}
.dkwk .mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dkwk .leftalign {
  text-align: left;
}
.dkwk .centeralign {
  text-align: center;
}
.dkwk .rightalign {
  text-align: right;
}
.dkwk em.u {
  font-style: normal;
  text-decoration: underline;
}
.dkwk em em.u {
  font-style: italic;
}

.dkwk div.error,
.dkwk div.info,
.dkwk div.success,
.dkwk div.notify,
.dkwk .secedit,
.dkwk .a11y,
.dkwk .JSpopup,
.dkwk  #link__wiz {
display: none;
}
.dkwk div.editbutton_table {
display: none !important;
}

.dkwk table {
font-size: 100%;
padding: 0;
margin: 0;
}
.dkwk tr,
.dkwk td,
.dkwk th {
padding: 0;
margin: 0;
}
.dkwk img {
border: 0;
}

.dkwk a {
text-decoration: none;
background: none;
}
.dkwk a.interwiki {
padding-left: 0px !important;
}
.dkwk div.meta {
clear: both;
margin-top: 1em;
font-size: 70%;
text-align: right;
}
.dkwk div.notify,
.dkwk div.info,
.dkwk div.success,
.dkwk div.error,
.dkwk div.breadcrumbs,
.dkwk div.secedit {
display: none;
}
.dkwk a.urlextern:after {
/* content: " [" attr(href) "]"; */
content: "";
font-size: 90%;
}
.dkwk a.interwiki:after {
/* content: " [" attr(href) "]"; */
content: "";
font-size: 90%;
}
.dkwk a.mail:after {
/* content: " [" attr(href) "]"; */
content: "";
font-size: 90%;
}
.dkwk a.wikilink1 {
  text-decoration: underline;
  color: #090;
}
.dkwk a.wikilink2 {
  color: #f30;
  text-decoration: none;
  border-bottom: dashed 1px #f30;
}
.dkwk div.page {
  text-align: justify;
}
.dkwk h1,
.dkwk h2,
.dkwk h3,
.dkwk h4,
.dkwk h5,
.dkwk h6{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 100%;
  font-weight: bold;
}
.dkwk h1{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.dkwk h2,
.dkwk h3,
.dkwk h4,
.dkwk h5,
.dkwk h6{
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0;
}
.dkwk h1 {
font-size: 160%;
font-weight: bold;
}
.dkwk h2 {
font-size: 150%;
}
.dkwk h3 {
font-size: 140%;
border-bottom: none;
}
.dkwk h4 {
font-size: 120%;
border-bottom: none;
}
.dkwk h5 {
font-size: 110%;
border-bottom: none;
}
.dkwk h6 {
font-size: 100%;
border-bottom: none;
}
.dkwk p{
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.dkwk p,
.dkwk li{
  text-align: justify;
  line-height: 1.5em;
}
.dkwk img.media {
  margin: 3px;
  max-width: 100%;
  height: auto;
}
.dkwk img.mediacenter {
  border: 0;
  display: block;
  margin: 0 auto 1.5em auto;
  max-width: 100%;
}
.dkwk img.medialeft{
  border:0;
  float:left;
  margin:0 1.5em 1.5em 0;
  max-width:100%;
}
.dkwk img.mediaright {
  border: 0;
  float: right;
  margin: 0 0 1.5em 1.5em;
  max-width: 100%;
}
.dkwk img.middle {
  vertical-align: middle;
}

.dkwk ul {
line-height: 1.5em;
list-style-type: square;
margin: 0 0 1em 3.5em;
padding: 0;
}
.dkwk ol {
line-height: 1.5em;
margin: 0 0 1em 3.5em;
padding: 0;
font-weight: normal;
}
.dkwk li{
  padding-left: 5px;
  text-align: justify;
}
.dkwk li ul {
margin-bottom: 0;
}
.dkwk li ol {
margin-bottom: 0;
}
.dkwk ol {
list-style-type: decimal;
}
.dkwk ol ol {
list-style-type: upper-roman;
}
.dkwk ol ol ol {
list-style-type: lower-alpha;
}
.dkwk ol ol ol ol {
list-style-type: lower-greek;
}
.dkwk span.li {
font-weight: normal;
}

.dkwk pre,
.dkwk pre.code{
  margin: 0 0 1em 0;
  padding: 1em 1.5em;
  font-family: monospace;
  color: #555 !important;
  background-color: #f7f9fa !important;
  border: 1px dotted #8cacbb !important;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dkwk pre.pre {
  padding: 0.5em;
  color: #555;
  background-color: #f7f9fa;
  border: 1px dotted #8cacbb;
  overflow: visible;
}
.dkwk code {
  font-size: 100%;
}
.dkwk pre.file {
  padding: 0.5em;
  color: #555;
  background-color: #dee7ec;
  border: 1px dotted #8cacbb;
  overflow: visible;
  word-wrap: break-word;
}
.dkwk pre.code {
  font-size: 1.6rem;
}

.dkwk div.footnotes {
  clear: both;
  border-top: 1px solid #8cacbb;
  padding-left: 1em;
  margin-top: 1em;
}
.dkwk div.fn {
font-size: 90%;
}
.dkwk a.fn_top {
vertical-align: super;
font-size: 80%;
}
.dkwk a.fn_bot {
vertical-align: super;
font-size: 80%;
font-weight: bold;
}
.dkwk div.nothing {
  text-align: center;
  margin: 2em;
}
.dkwk div.no {
  display: inline;
  margin: 0;
  padding: 0;
}
.dkwk .hidden {
  display: none;
}
.dkwk .leftalign {
  text-align: left;
}
.dkwk .centeralign {
  text-align: center;
}
.dkwk .rightalign {
  text-align: right;
}
.dkwk div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #8cacbb;
  background-color: #f7f9fa;
  text-align: left;
  padding: 4px;
  max-width: 40%;
  min-width: 5em;
}
.dkwk div.insitu-footnote pre.code {
  padding-bottom: 18px;
}
.dkwk div.insitu-footnote pre.file {
  padding-bottom: 18px;
}
.dkwk acronym {
border: 0;
}
.dkwk table.inline {
font-size: 80%;
background-color: #ffffff;
border-spacing: 0px;
border-collapse: collapse;
}
.dkwk table.inline th {
padding: 3px;
border: 1px solid #000000;
border-bottom: 2px solid #000000;
}
.dkwk table.inline td {
padding: 3px;
border: 1px solid #000000;
}


/** SECTIONS
 * ---------------------------- */


/** Carousel
 * ---------------------------- */
/** Carousel
 * ---------------------------- */
.scp-carousel {
  margin-bottom: 1em;
}
.scp-carousel .carousel-action {
  margin-top: 20px;
}
.scp-carousel .carousel-indicators,
.scp-carousel .carousel-control {
  display: none;
}
/*
.scp-carousel .carousel-control {
  top: 50%;
}
.scp-carousel .carousel-control .icon-prev:before {
  font: normal normal normal 24px/1 FontAwesome;
  content: '\f053' !important;
}
.scp-carousel .carousel-control .icon-next:before {
  padding-left: 5px;
  font: normal normal normal 24px/1 FontAwesome;
  content: '\f054' !important;
}
.scp-carousel a.carousel-control.left,
.scp-carousel a.carousel-control.right {
  background-image: none !important;
}
.scp-carousel a.carousel-control:hover span,
.scp-carousel a.carousel-control:active span,
.scp-carousel a.carousel-control:visited span,
.scp-carousel a.carousel-control:focus span {
  color: #FFFFFF;
  background-color: #990025;
}
.scp-carousel a.carousel-control span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #990025;
}
.scp-carousel .carousel-indicators {
  margin-left: -30% !important;
  color: #990025;
}
.scp-carousel .carousel-indicators li {
  border-color: #990025;
  margin-bottom: 0 !important;
}
*/
.scp-carousel .carousel-caption {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scp-carousel .carousel-caption h4,
.scp-carousel .carousel-caption h5,
.scp-carousel .carousel-caption h6 {
  font-weight: normal;
  font-size: 28px;
  color: #990025;
}
.scp-carousel .carousel-caption a,
.scp-carousel .carousel-caption a.btn,
.scp-carousel .carousel-caption a:not(.btn),
.scp-carousel .carousel-caption a.urlextern,
.scp-carousel .carousel-caption a.media,
.scp-carousel .carousel-caption a.mediafile,
.scp-carousel .carousel-caption a.wikilink2,
.scp-carousel .carousel-caption a.wikilink2:link,
.scp-carousel .carousel-caption a.wikilink2:visited {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #6b001a;
  background-image: none;
  border-color: #6b001a;
}
.scp-carousel .carousel-caption a:hover,
.scp-carousel .carousel-caption a:active,
.scp-carousel .carousel-caption a:visited,
.scp-carousel .carousel-caption a:focus,
.scp-carousel .carousel-caption a.media:hover,
.scp-carousel .carousel-caption a.mediafile:hover,
.scp-carousel .carousel-caption a.wikilink2:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #990025;
  border-color: #990025;
}

.scp-carousel .scp-slide{
  display: block;
  margin-bottom: 1em;
  padding: 0;
  background-color: #fff;
  clear: both;
}

/** Pestanyes
 * -------------------- */
.print-page .fade:not(.show){
  opacity: 1;
}

.dw-tabbable {
  border: none;
  margin-bottom: 15px;
}
.dw-tabbable &gt; ul {
  display: none;
}
.dw-tabbable .tab-pane{
  margin-bottom: 10px;
  padding: 25px 35px;
  background-color: #f2f2f2 !important;
  border: 2px solid #777;
}
.dw-tabbable .tab-pane ul {
  display: block;
}
.dw-tabbable .tab-pane-title{
  margin-left: 0;
  margin-bottom: 5px;
  padding: 10px 35px;
  /*
  color: #555;
  background-color: #eaeaea;
  border-color: #eaeaea;
  */
  color: #FFF;
  background-color: #990025;
}
.dw-tabbable .tab-pane-title h4{
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
}
/** -------------- */

.dw-tabbable .nav-tabs {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 3px solid #6b001a;
}

.dw-tabbable .nav-tabs &gt; li {
  margin-bottom: 0 !important;
}
.dw-tabbable .nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  color: #6b001a;
  border: 1px solid transparent;
  /*border-bottom-weight: 3px;*/
  border-radius: 0;
}
.dw-tabbable .nav-tabs &gt; li.active &gt; a {
  color: #FFFFFF;
  cursor: default;
  background-color: #6b001a;
  border: 1px solid #6b001a;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}
.dw-tabbable .tab-content .tab-pane {
  padding: 32px 35px !important;
  border-color: #e2e2e2;
  background-color: #e2e2e2;
}
/** Accordion
 * ---------------------------- */
.print-page .collapse:not(.show) {
  display: block;
}

.dw-accordion ul,
.dw-collapse ul {
  margin-left: 0;
  padding-left: 0;
}
.dw-accordion li,
.dw-collapse li {
  margin-bottom: 0 !important;
}
.dw-accordion .panel-group .panel,
.dw-collapse .panel-group .panel {
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
}
.dw-accordion .panel-heading h4,
.dw-collapse .panel-heading h4 {
  margin: 4px 0px !important;
  padding: 10px 0px;
}
.dw-accordion .panel-heading span,
.dw-collapse .panel-heading span {
  display: none;
  font-size: 15px;
}
.dw-accordion .panel-heading .clickable,
.dw-collapse .panel-heading .clickable {
  display: none;
  cursor: pointer;
}
/** Collapse panel */
.panel-dw-diba {
  border: none;
}
.panel-dw-diba &gt; .panel-heading {
  margin-left: 0;
  padding-left: 25px;
  padding-right: 15px;
  color: #FFF !important;
  border-top: 2px solid #777;
  background-color: #990025 !important;
  border-left: 2px solid #777;
  border-right: 2px solid #777;
}
.panel-dw-diba &gt; .panel-heading a {
  color: #FFF !important;
  text-decoration: none;
}
.panel-dw-diba .panel-body {
  border-top-color: #e2e2e2;
  background-color: #f2f2f2 !important;
  padding: 20px 25px;
  border-left: 2px solid #777;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
}
.panel-dw-diba .panel-heading .panel-title {
  /*font-size: 15px !important;*/
  margin: 4px 0px;
  padding: 10px 0px;
}
.panel-dw-diba .panel-heading a,
body div.dokuwiki .panel-heading a,
body div.dokuwiki .panel-heading a:link,
body div.dokuwiki .panel-heading a:visited {
  color: #FFF !important;
  text-decoration: none;
}

.panel-dw-diba .panel-heading .panel-title button,
.panel-dw-diba .panel-heading .panel-title button:hover,
.panel-dw-diba .panel-heading .panel-title button:focus,
.panel-dw-diba .panel-heading .panel-title button:active{
    color: #FFF !important;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/** Call to action
 * ---------------------------- */
.call2action,
.dokuwiki .call2action{
  margin-bottom: 20px;
  padding: 50px 80px;
  text-align: center;
  background-color: #e2e2e2 !important;
  border: 2px solid #777;

}
.call2action .icon {
  margin-bottom: 20px;
}
.call2action .icon img {
  margin: 10px auto;
  max-width: 50%;
}
.call2action .action {
  margin-top: 20px;
}
.call2action h4,
.call2action h5,
.call2action h6 {
  margin-left: 0 !important;
  font-weight: normal;
  font-size: 28px;
  color: #990025;
}

.call2action a,
.call2action p,
.call2action li{
  text-align: center;
 }

.call2action a,
.call2action a.btn,
.call2action a:not(.btn),
.call2action a.urlextern,
.call2action a.media,
.call2action a.mediafile,
.call2action a.wikilink2,
.call2action a.wikilink2:link,
.call2action a.wikilink2:visited {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #6b001a;
  background-image: none;
  border-color: #6b001a;
}
.call2action a:hover,
.call2action a:active,
.call2action a:visited,
.call2action a:focus,
.call2action a.media:hover,
.call2action a.mediafile:hover,
.call2action a.wikilink2:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #990025;
  border-color: #990025;
}

/** Blurbs
 * -------------------------- */
 .dw-blurbs,
 .dokuwiki .dw-blurbs {
  margin-bottom: 20px;
  text-align: center;
}
 .dw-blurbs .col {
  padding: 50px 35px 50px 35px;
  text-align: center;
}
 .dw-blurbs .col h4,
 .dw-blurbs .col h5,
 .dw-blurbs .col h6 {
  margin-left: 0 !important;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  color: #990025;
}
.dw-blurbs .col a,
.dw-blurbs .col p,
.dw-blurbs .col li{
  text-align: center;
}

.dw-blurbs .col img {
  max-width: 60%;
  display: block;
  margin: auto;
}
.dw-blurbs .col a,
.dw-blurbs .col a.btn,
.dw-blurbs .col a:not(.btn),
.dw-blurbs .col a.urlextern,
.dw-blurbs .col a.media,
.dw-blurbs .col a.mediafile,
.dw-blurbs .col a.wikilink2,
.dw-blurbs .col a.wikilink2:link,
.dw-blurbs .col a.wikilink2:visited {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #6b001a;
  background-image: none;
  border-color: #6b001a;
  word-wrap: break-word;
}
.dw-blurbs .col a:hover,
.dw-blurbs .col a:active,
.dw-blurbs .col a:visited,
.dw-blurbs .col a:focus,
.dw-blurbs .col a.media:hover,
.dw-blurbs .col a.mediafile:hover,
.dw-blurbs .col a.wikilink2:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #990025;
  border-color: #990025;
}

/** Download docs
 * -------------------------- */
.download-doc {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #eee !important;
  border: 2px solid #777;
}
.download-doc:hover {
  background-color: #eee !important;
}
.download-doc-inner {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
.download-icon {
  float: left;
  max-width: 35%;
  margin: 0;
  text-align: left;
}
.download-caption {
  float: right;
  max-width: 64%;
}
.download-doc-inner img,
.download-doc-inner img.media{
  max-width: 120px;
  margin-bottom: 20px;
}

.download-doc-inner h4,
.download-doc-inner h5,
.download-doc-inner h6 {
  margin-left: 0 !important;
  font-weight: normal;
  font-size: 20px;
  color: #990025;
}
.download-doc-inner a,
.download-doc-inner a.btn,
.download-doc-inner a:not(.btn),
.download-doc-inner a.urlextern,
.download-doc-inner a.media,
.download-doc-inner a.mediafile,
.download-doc-inner a.wikilink2,
.download-doc-inner a.wikilink2:link,
.download-doc-inner a.wikilink2:visited {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #6b001a;
  background-image: none;
  border-color: #6b001a;
}
.download-doc-inner a:hover,
.download-doc-inner a:active,
.download-doc-inner a:visited,
.download-doc-inner a:focus,
.download-doc-inner a.media:hover,
.download-doc-inner a.mediafile:hover,
.download-doc-inner a.wikilink2:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #990025;
  border-color: #990025;
}

/** Gallery
 * -------------------------- */
/** Gallery
 * -------------------------- */
.dw-gallery{
    --gallery-gap: 30px;
    margin-bottom: 1em;
}

.gallery-item{
    margin-bottom: 0;
    padding-bottom: 0;
}
.gallery-content{
    min-height: 100px;
    text-align: center;
}
.container-gallery{
    display: flex;
}
.container-gallery .gallery-item{
    margin-bottom: var(--bs-gutter-x);
}

.gallery-item.col-sm-6{
    float: left;
    width: 50% !important;
}

/* Masonry gallery */
.container-masonry{
    display: flex;
}
.gallery-masonry2c{
        -ms-columns: 2;
       -moz-columns: 2;
    -webkit-columns: 2;
            columns: 2;
        -ms-column-gap: var(--gallery-gap);
    -webkit-column-gap: var(--gallery-gap);
       -moz-column-gap: var(--gallery-gap);
            column-gap: var(--gallery-gap);
}

.dw-gallery.masonry .row, .dw-gallery.masonry2c .row{
    break-inside: avoid;
    margin: 0;
        -ms-columns: 2;
       -moz-columns: 2;
    -webkit-columns: 2;
            columns: 2;
        -ms-column-gap: var(--gallery-gap);
    -webkit-column-gap: var(--gallery-gap);
       -moz-column-gap: var(--gallery-gap);
            column-gap: var(--gallery-gap);
}

.gallery-masonry3c{
        -ms-columns: 3;
       -moz-columns: 3;
    -webkit-columns: 3;
            columns: 3;
        -ms-column-gap: var(--gallery-gap);
    -webkit-column-gap: var(--gallery-gap);
       -moz-column-gap: var(--gallery-gap);
            column-gap: var(--gallery-gap);
}

.dw-gallery.masonry3c .row{
        break-inside: avoid;
        margin: 0;
        -ms-columns: 3;
       -moz-columns: 3;
    -webkit-columns: 3;
            columns: 3;
        -ms-column-gap: var(--gallery-gap);
    -webkit-column-gap: var(--gallery-gap);
       -moz-column-gap: var(--gallery-gap);
            column-gap: var(--gallery-gap);
}

.container-masonry .gallery-item{
    display: inline-block !important;
    width: 100%;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: var(--gallery-gap);
    margin-left: 0px;

}

.gallery-content:first-child p {
    margin-bottom: 0;
}
.gallery-item .gallery-content img{
    max-width: 100% !important;
}

/** Tooltip and popover
 * -------------------------- */
 .dw-popover {
  cursor: pointer;
}
 .dw-popover:hover {
  text-decoration: underline;
}
.popover {
  display: none;
  padding: 0;
  background-color: #e2e2e2;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.popover &gt; .arrow:after {
  border-color: none;
}
.popover.right &gt; .arrow {
  border-right-color: transparent;
}
.popover.right &gt; .arrow:after {
  border-right-color: #e2e2e2;
}
.popover-title {
  padding: 10px 25px;
  margin: 0;
  font-size: 15px !important;
  color: #FFFFFF;
  background-color: #6b001a;
  border: 1px solid #6b001a;
  border-bottom: 1px solid #6b001a;
  border-radius: 0;
}
.popover-content {
  padding: 15px 25px 30px 25px;
  background-color: #e2e2e2;
}
/** Testimonial
 * ---------------------------- */
 .dw-testimonial {
  margin-bottom: 20px;
  padding: 50px 80px;
  background-color: #e8eff7 !important;
  border: 2px solid #777;
}
 .dw-testimonial .testimonial-title {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #990025;
}
 .dw-testimonial .caption {
  margin-bottom: 10px;
}
 .dw-testimonial h4,
 .dw-testimonial h5,
 .dw-testimonial h6 {
  margin-left: 0 !important;
  font-weight: normal;
  font-size: 24px;
  color: #990025;
}
 .dw-testimonial .testimonial-img {
  text-align: center;
}
 .dw-testimonial .testimonial-img i {
  font-size: 150px;
  color: rgba(0, 0, 0, 0.3);
}
 .dw-testimonial .testimonial-img img {
  margin: 10px auto;
  max-width: 100%;
}
 .dw-testimonial .testimonial-icon {
  display: none;
}

table.tbl-testimonial{
  width: 100%;
  margin-bottom: 1em;
  background-color: #e8eff7;
}
table.tbl-testimonial td{
  padding: 20px;
}

table.tbl-testimonial td.col-tusers-info{
  padding-left: 80px;
}

table.tbl-testimonial td .testimonial-title {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 24px;
  color: #990025;
}

 table.tbl-testimonial .testimonial-icon {
  display: none;
}

table.tbl-testimonial td h4,
table.tbl-testimonial td h5,
table.tbl-testimonial td h6 {
  margin-left: 0 !important;
  font-weight: normal;
  font-size: 24px;
  color: #990025;
}

/** Timeline
 * ---------------------------- */
.dw-timeline{
  display: flex;
  width: 100%;
  align-items:flex-start;
  flex-direction: column;
}
.tlitem{
  display: flex;
  width: 100%;
  page-break-inside: avoid;
}
.tlitem-date{
  display: flex;
  align-items: flex-start;
  justify-content: right;
  width: 20%;
  min-width: 100px;
  max-width: 300px;
}
.tlitem-body{
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
  width: 80%;
}

.dw-timeline{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
.dw-timeline .tlitem {
  margin-bottom: 0;
}
 .dw-timeline .icon {
  display: none;
}
 .dw-timeline .tlitem-date {
  text-align: right;
  margin-top: 0;
  padding-top: 5px;
  padding-right: 25px;
  font-weight: normal;
  font-size: 10pt;
  color: #990025 !important;
}
 .dw-timeline .tlitem-body {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 32px;
  border-left: 4px solid #eee;
}
 .dw-timeline .tlitem-title {
  font-weight: bold;
  font-size: 24px;
  color: #990025 !important;
}

/** Modal
 * -------------------------------- */
.scpmodal-box,
.scpmodla-box.modal{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  float: none;
  padding: 25px;
  margin-bottom: 1em;
  border: 2px solid #ccc;
}
.modal-content,
.scpmodal-box .modal-content {
  position: relative;
  display: flex;
  float: none;
  border: none;
  max-width: 100vw;
  border: 2px solid #777;
}
.btn-openmodal,
.modal-header{
  display: none;
}
.modal-body{
  max-width: 100vw;
  margin: 0;
  float: none;
}

.scpmodal-box.modal.fade .modal-dialog{
    transform: translate(0,0) !important;
}


/** FullScreen
 * -------------------------------- */
.scpfullscreen-box{
  display: flex;
  float: none;
  max-width: 100vw;
  padding: 25px;
  margin-bottom: 1em;
  border: 2px solid #ccc;
}
.btn_fullscreen,
.btn.btn_fullscreen{
  display: none;
}
.box-fullscreen .fullscreen-close {
  display: none;
}
.scpfullscreen {
  position: relative;
  max-width: 100vw;
}
.scpfullscreen.box-fullscreen {
  color: #444;
  background: #f6f6f6;
}
.scpfullscreen img {
  max-width: 100%;
}
.fullscreen-expand {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.fullscreen-expand .fullscreen-content{
  opacity: 1;
}
.fullscreen-expand .fullscreen-close{
    display: none;
}
.fullscreen-expand-top {
  z-index: 100;
}
.fullscreen-content {
  position: relative;
  overflow: visble;
  height: 100%;
  padding: 5%;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.fullscreen-close {
  display: none;
}

.scpfullscreen-box .fullscreen-source.hide {
    display: block !important;
}


/** Buttons
 * ---------------------------------- */

.btn,
.btn-primary,
 .dw-blurbs a,
.call2action a,
.carousel-caption a,
.download-doc-inner a {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #990025 !important;
  background-color: transparent !important;
  border: 4px solid #990025 !important;
}

.btn-openmodal{
  display: none !important;
}

/** Colors
 * ---------------------------------- */
.scolor-1 {
  color: #FFFFFF;
  background-color: #990025 !important;
}
.scolor-1 h4,
.scolor-1 h5,
.scolor-1 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-2 {
  color: #FFFFFF;
  background-color: #fc8b9d !important;
}
.scolor-2 h4,
.scolor-2 h5,
.scolor-2 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-3 {
  color: #FFFFFF;
  background-color: #e0001a !important;
}
.scolor-3 h4,
.scolor-3 h5,
.scolor-3 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-4 {
  color: #FFFFFF;
  background-color: #ffa02a !important;
}
.scolor-4 h4,
.scolor-4 h5,
.scolor-4 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-5 {
  color: #FFFFFF;
  background-color: #f4c400 !important;
}
.scolor-5 h4,
.scolor-5 h5,
.scolor-5 h6 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-6 {
  color: #FFFFFF;
  background-color: #a3600f !important;
}
.scolor-6 h4,
.scolor-6 h5,
.scolor-6 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-7 {
  color: #FFFFFF;
  background-color: #b5be00 !important;
}
.scolor-7 h4,
.scolor-7 h5,
.scolor-7 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-8 {
  color: #FFFFFF;
  background-color: #598d1e !important;
}
.scolor-8 h4,
.scolor-8 h5,
.scolor-8 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-9 {
  color: #FFFFFF;
  background-color: #01a29c !important;
}
.scolor-9 h4,
.scolor-9 h5,
.scolor-9 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-10 {
  color: #FFFFFF;
  background-color: #6dc6e8 !important;
}
.scolor-10 h4,
.scolor-10 h5,
.scolor-10 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-11 {
  color: #FFFFFF;
  background-color: #02739b !important;
}
.scolor-11 h4,
.scolor-11 h5,
.scolor-11 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-12 {
  color: #FFFFFF;
  background-color: #362a80 !important;
}
.scolor-12 h4,
.scolor-12 h5,
.scolor-12 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-13 {
  color: #FFFFFF;
  background-color: #8f246a !important;
}
.scolor-13 h4,
.scolor-13 h5,
.scolor-13 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-14 {
  color: #FFFFFF;
  background-color: #5d6b6b !important;
}
.scolor-14 h4,
.scolor-14 h5,
.scolor-14 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}
.scolor-15 {
  color: #FFFFFF;
  background-color: #bdc3c7 !important;
}
.scolor-15 h4,
.scolor-15 h5,
.scolor-15 h6 {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8) !important;
}

/** Video */

iframe.vshare__left,
div.vshare__left {
  float: left;
  margin-right: 1em;
}
iframe.vshare__right,
div.vshare__right {
  float: right;
  margin-left: 1em;
}
iframe.vshare__center,
div.vshare__center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
iframe.vshare__none,
div.vshare__none {
  margin: 1px 3px 1px 3px;
}

}

/** Sections */
.dw-carousel ul {
    list-style-type: none !important;
}

.dw-blurbs-col,
.dw-blurbs-col p {
  text-align: center !important;
}

.dw-fullscreen {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    visibility: visible !important;
    transform: translateY(0) !important;
    animation: none;
    border: 2px solid rgba(0,0,0,.5);
}

.dw-fullscreen-backdrop{
    display: none;
}

.dw-fullscreen-container{
   width: 100%;
   height: auto;
   overflow-y: visible;
}
.dw-fullscreen-content {
  width: 80%;
  max-width: 100%;
  margin: auto;
  padding: 50px 0;
}

.dw-fullscreen-body{
   width: 100%;
   height: auto;
   overflow-y: visible;
}
</pre></body></html>