.red {
	border: 1px solid red;
}

.black {
	border: 1px solid black;
}

.green {
	border: 1px solid green;
}

.blue {
	border: 1px solid blue;
}





/* TRF5 */

[data-csid="Indicador"] {
    display: none !important;
}

:root {
	--blueTRF5: #4e79a7;
	--greenTRF5: #007A33;
	--greyTRF5: #97999F;
	--whiteTRF5: #FFFFFF;
	--backgroundTRF5: #f8f9fc;
}

.trf5:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.trf5 *,
.trf5 *::before,
.trf5 *::after {
    box-sizing: border-box;
}



.trf5 article,
.trf5 aside,
.trf5 figcaption,
.trf5 figure,
.trf5 footer,
.trf5 header,
.trf5 hgroup,
.trf5 main,
.trf5 nav,
.trf5 section {
    display: block
}

html {
	font-family: Source Sans Pro, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

/*
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
*/

.red {
	border: 1px solid red;
}

.black {
	border: 1px solid black;
}

.blue {
	border: 1px solid blue;
}

.green {
	border: 1px solid green;
}

#menuContainer {
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.menutrf {
	font-size:12px;
	/*overflow-x: auto;*/
	flex-grow: 0; 
	display: flex; 
	margin: 0px;
	padding: 0px;

	font-family: Source Sans Pro, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.trf5 .menutrf li.nav-item .nav-link{
    
	border-radius: 0px;
    /*min-width: 66px;*/
	height: 35px;
	line-height: 2.00;
    margin: 0px;
    /*font-weight: bold;*/
    text-align: center;
    color: (0, 0, 0, 0.5);
}

.trf5 .menutrf li a {
	/*margin-right: 0px !important;*/
	/*margin-bottom: -1px;*/
    /*margin: 0px;*/
}

.trf5 .menutrf li.active a:hover,
.trf5 .menutrf li.nav-item a:hover {
	background-color: #adacac !important;
	border: 1px solid #adacac ;
    /*border: 1px solid #7b7a7a ;*/
}

/*.nav-link.active*/
.trf5 .menutrf > li.active > a{
	/* background-color: var(--blueTRF5)!important; */
	background-color: #7b7a7a !important;
	color: var(--whiteTRF5)!important;
	/*font-weight: bold;*/
	/* 
	style="color: #666464 !important;" 
	background-color: #7b7a7a;
	font-weight: bold;
	color: white;
	*/
}

.trf5 .fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    /*
    right: 0;
    left: 0;
    */
    z-index: 1030
}

.trf5 .float-left {
    float: left !important
}

.trf5 .float-right {
    float: right !important
}

.trf5 .float-none {
    float: none !important
}

.trf5 .text-white {
    color: #fff !important
}

.trf5 .text-left {
    text-align: left !important
}

.trf5 .text-right {
    text-align: right !important
}




.wrapper {
	height: 100vh;
}

.bg-trf5 {
	background-color: var(--blueTRF5);
}

.loading {
	opacity: .5;
	font-size: 2rem;
	animation: loading 1s linear infinite alternate;
}

.loading.kpi {
	font-size: 1.2rem;
}


@keyframes loading {
	0% {
		color: hsl(225, 4%, 61%);
	}
	100% {
		color: hsl(225, 4%, 95%);
	}
}


.exporting {
	margin-top: -30vh!important;
	display: none;
	justify-content: center;
	align-items: center;
}


/* Text */

.text-trf5 strong {
 color: var(--blueTRF5);
}

/* Buttons */

.btn-trf5 {
  color: #fff;
  background-color: var(--blueTRF5);
  border-color:var(--blueTRF5);
}

.btn-trf5:hover,
.btn-trf5:active,
.btn-trf5:focus,
.btn-trf5.active {
  background: var(--blueTRF5);
  color: #ffffff;
  border-color: var(--blueTRF5);
}

.btn-trf5-outline {
  color: var(--blueTRF5);
  background-color: #ffffff;
  border-color: var(--blueTRF5);
}

.btn-trf5-outline:hover,
.btn-trf5-outline:active,
.btn-trf5-outline:focus,
.btn-trf5-outline.active {
  background: (--blueTRF5);
  color: #ffffff;
  border-color: (--blueTRF5);
  
}



/* Pills */
.nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--blueTRF5)!important;;
}



/*
.nav-pills .nav-link {
	color: var(--blueTRF5);
	text-transform: uppercase!important;
    font-weight: 700;
}
*/

.nav-pills .nav-link {
    color: #595959;
	/* color: var(--blueTRF5); */   
	/* text-transform: uppercase!important; */
    /* font-weight: 700; */
}

/* Header */
/*
header {

    top: 0;
    right: 0;
    left: 0;
    position: fixed;

}
*/
.top-bar{
	height: 10vh;	
}

#sidebarToggle {
	color: white;
	/*display: none;*/
}

/* Navigation Bar */
.navigation-bar {
    transition: 0.4s;
	/*height: 5vh;*/
	/*position: fixed;*/
    top: 10vh;
    right: 0;
    left: 0;
}

.navigation-bar-toggled {
	margin-left: 250px;
}

.navigation-bar .dropdown-toggle::after {
    display: none;
}

.latest-updates {
	padding: 0px;
	right: 4px;
	left: auto !important;
	width: 400px;
	
	height: 500px;
}

.latest-reload {
	padding: 5px 15px;
	background-color: grey;
	height: 100%;
	border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

/* Sidebar */

.sidebar {
	height: 100vh;
    width: 250px;
    position: fixed;
	top: 0;
    right: 0;
    left: 0;
    margin-left: -300px;
    transition: 0.4s;
	background-color: var(--blueTRF5);
}

.sidebar-toggled {
	margin-left: 0;
}

.sb-menu-heading {
	padding: 1.75rem 1rem 0.75rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
}


.sidebar .navbar {
	padding-top: 10vh;
}

.sidebar .navbar .nav-link {
    display: flex;
    align-items: center;
	padding: 0.75rem 1rem;
    position: relative;
	color: rgba(255, 255, 255, 0.5);
}

.sidebar .navbar .nav-link:hover {
	color: white;
	transition: 0.7s;
}

.sidebar .navbar .nav-link .sb-nav-link-icon {
    margin-right: 0.5rem;
	color: rgba(255, 255, 255, 0.25);

}


/* Main */

.content {
    transition: 0.4s;
    /*top: 19vh;*/
    margin-top: 160px;
    margin-bottom: 2vh;
    width: 100%;
	position: relative;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    min-width: 0;
    flex-grow: 1;
    /*min-height: calc(100vh - 15vh);*/
	min-height: calc(70vh);
}

@media(max-width:767.98px) {
    
}

.content-toggled {
	margin-left: 250px;
}

.fullscreen {
	width: 100vw;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
}

.fullscreen .qvobject {
	height: 100vh;
}

.fs-body {
	overflow: hidden!important;
}

.card-header {
    /*max-height: 31px;*/
    min-height: 31px;
}

/* Dropdown - Actions */


#infoModal {
    z-index: 10500;
}

.card-header .dropdown-toggle::after, .modal-header .dropdown-toggle::after {
    display: none;
}


.card-header .dropdown-menu li, .modal-header .dropdown-menu li {
	position: relative;
	height: 32px;
}

.card-header .dropdown-menu li:has(hr), .modal-header .dropdown-menu li:has(hr) {
	height: auto;
}


.card-header .dropdown-menu > li:hover > .dropdown-submenu, .modal-header .dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
	width: inherit;
	
}

.card-header .dropdown-menu .dropdown-submenu, .modal-header .dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	right: 100%;
	top: -7px;	
}


.card-header .dropdown-menu .dropdown-submenu-left, .modal-header .dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}


.card button, .modal-header .dropdown-menu button {

	background: none!important;
	color: inherit!important;
	border: none!important;
	padding: 0!important;
	font: inherit!important;
	cursor: pointer!important;
	outline: inherit!important;

}

.card button>text  {
	align-items: unset!important;
	justify-content: unset!important;
}

.card-button {
	min-height: 16vh;
}

.card-footer {
	transform: rotate(0);
	z-index: 1;
}

.card-footer a {
	text-decoration: none;
	color: var(--whiteTRF5);
	background-color: var(--blueTRF5);
}

.trend-lines {
        color: unset;
        padding-top: 0px;
        padding-bottom: 0px;
}

.trend-lines:focus {
        border-color: unset;
        box-shadow: unset;
}



.filter-fields {
	padding: 10px;
	right: 4px;
	left: auto !important;
	width: 400px;
	
}

.info-icon {
	cursor: pointer;
	z-index: 10;
}

.modal-content i {
	cursor: pointer;
	font-size: 18px;
}

.qv-title h1 {
	font-weight: 700;
	font-size: 1.15385em;
	color: var(--blueTRF5);
	text-transform: uppercase; 
	margin: 0;
    padding-left: 15px;
}

.f-kpi {
	height: 19vh!important;
	max-height: 19vh!important;
}


.actions {
	z-index: 10;
}

.actions i {
	z-index: 10;
	cursor: pointer;
	padding-left: 8px; 
	padding-right: 8px;
}

.actions .dropdown i {
	cursor: unset;
}


/* Footer */
.footer {
	/*height: 10vh;*/
	background-color: var(--whiteTRF5);
	transition: 0.4s;
	position: relative;
    right: 0;
    left: 0;
    /*display: flex;*/
    flex-grow: 1;
    /*bottom: 0;*/
/*
  top: 19vh;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: calc(100vh - 15vh);
  min-height: calc(70vh);
  */
}

footer a {
	text-decoration: none;
	color: var(--blueTRF5);
}

footer a:hover {
	color: var(--blueTRF5);
}

.footer-toggled {
	margin-left: 250px;
}




/*Qlik objects*/

.qv-inner-object {
	background-color: transparent!important;
}

.qvplaceholder, .qvobject {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}

.qvplaceholder-hide {
    display: none;
}

/*
.filter-area .qv-object{
    padding: 0;
}
*/

.qv-object{
    padding: 0 15px 15px;
    /*padding: 0 5px 0 10px;*/
    background-color: transparent;
}

.qv-object-kpi{
    padding: 0px;
}

.qv-object *{
    font-family: 'Source Sans Pro', sans-serif;
}

.qv-footer-wrapper {
    font-size: 1.0em !important;
}

.with-title {
	margin-top: -51px;
}

.with-title .qv-object-title {
	color: var(--blueTRF5)!important;
}

.without-title header {
	display: none!important;
}

.without-title-h2 header h2{
	display: none!important;
}

.min-height-menu { 
	margin-top: -10px;
	min-height: 60px; 
} 

.min-height-50 { 
	min-height: 50px !important; 
} 

.min-height-100 { 
	min-height: 100px !important; 
} 

.min-height-150 { 
	min-height: 150px !important; 
}

.min-height-200 { 
	min-height: 200px !important; 
} 

.min-height-250 { 
	min-height: 250px !important; 
} 

.min-height-300 { 
	min-height: 300px !important; 
} 

.min-height-400 { 
	min-height: 400px !important; 
} 

.min-height-500 { 
	min-height: 500px !important; 
} 

/* Painel de Processos em Tramitação */

.kpi-without-title .sn-kpi-measure-title {
	display: none!important;
}

.custom-kpi {
	height: 12vh;
	width: 12vw;
}

.custom-kpi .sn-kpi-measure-title{
	display: none!important;
}

.custom-kpi .qv-object-content {

}

.custom-kpi .sn-kpi-data {
	/*font-size: 0.4em!important; */
	display: flex!important;;
	flex-direction: row!important;;
	justify-content: flex-end!important;;
}



/*FIM - Painel de Processos em Tramitação */

#kpi05 {
	height: 40%!important;
}
#kpi06, #kpi07 {
	height: 30%!important;
}

.chart-kpi .sn-kpi-measure-title {
	font-size: 0.8em;
}

.listbox-wrapper .qvobject{
    padding: 0px;
}

/*KPIs*/
.kpi {
    height: 10vh;
    max-height: 180px;
    min-height: 60px;
    /*margin-bottom: 15px;*/
}


.kpi-h12 {
	height: 12vh;
}

.kpi-h15 {
	height: 15vh;
}

.kpi-h20 {
	height: 20vh;
}


.kpi-lg {
    height: 6vh;
    max-height: 300px;
    min-height: 60px;
}

.kpi article{
     width: 80%;
}
.kpi-row{
    margin-bottom: 15px;
}
.kpi-side{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 40px;
}
.kpi-side i{
    font-size: 40px;
    opacity: .2;
    color: #fff;
}
.qv-object-kpi .kpi-data{
    align-items: flex-start;
    padding-left: 15px;
}

/*
.sn-kpi-ellips-text {
	font-size: 20px;
}
*/

/* Titulo KPI  */
.sn-kpi-measure-title {
	font-size: 1.2em;
}

.qv-title i {
    font-weight: 700;
	color:  var(--greyTRF5);
	/*opacity: 0.4;*/
/*
    font-weight: 700;
	font-size: 1.15385em;
	color: var(--blueTRF5);
	text-transform: uppercase; 
	margin: 0;
    padding-left: 15px;
*/
}

.btn-table-fields {
	height: 32px;
	
}

.btn-table-fields span{
	font-size: 16px;
	
}

.btn-table-fields .qv-object {
	padding: unset!important;	
}

.chart, .data-table {
	height: 20vh;
}

.latest-updates .data-table  {
	height: 440px;
 }
 
.latest-updates.qv-object-header {
	display: none;
}

.filter {
	height: 50px;
}

.filter .qv-object {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
}

/* Custom KPI */

.custom-kpi {
	height: 12vh;
	width: 12vw;
}

.custom-kpi .sn-kpi-measure-title{
	display: none!important;
}

.custom-kpi .qv-object-content {

}

.custom-kpi .sn-kpi-data {
	/*font-size: 0.4em!important; */
	display: flex!important;;
	flex-direction: row!important;;
	justify-content: flex-end!important;;
}

/* Slider */ 

.slider {
	height: 100%;
    /*width: 12vw;*/
	margin-top: -20px;
    padding: 0;
}

.rangelabel {
	display: none;
}

.qv-object-qlik-variable-input input[type=range] {
	position: relative!important;
	top: 10px!important;
}

.qv-object-qlik-variable-input .labelwrap {
	position: relative!important;
}


/* Qlik Sense Default */

.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}


#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}



/*
	CSS Cabeçalho TRF5
*/


.trf5 .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem
}

.trf5 .navbar .container,
.trf5 .navbar .container-fluid,
.trf5 .navbar .container-sm,
.trf5 .navbar .container-md,
.trf5 .navbar .container-lg,
.trf5 .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.trf5 .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.trf5 .navbar-brand:hover,
.trf5 .navbar-brand:focus {
    text-decoration: none
}

.trf5 .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.trf5 .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.trf5 .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.trf5 .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.trf5 .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.trf5 .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.trf5 .navbar-toggler:hover,
.trf5 .navbar-toggler:focus {
    text-decoration: none
}

.trf5 .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.trf5 .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width:575.98px) {

    .trf5 .navbar-expand-sm>.container,
    .trf5 .navbar-expand-sm>.container-fluid,
    .trf5 .navbar-expand-sm>.container-sm,
    .trf5 .navbar-expand-sm>.container-md,
    .trf5 .navbar-expand-sm>.container-lg,
    .trf5 .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .trf5 .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .trf5 .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .trf5 .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .trf5 .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .trf5 .navbar-expand-sm>.container,
    .trf5 .navbar-expand-sm>.container-fluid,
    .trf5 .navbar-expand-sm>.container-sm,
    .trf5 .navbar-expand-sm>.container-md,
    .trf5 .navbar-expand-sm>.container-lg,
    .trf5 .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .trf5 .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .trf5 .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .trf5 .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .trf5 .navbar-expand-md>.container,
    .trf5 .navbar-expand-md>.container-fluid,
    .trf5 .navbar-expand-md>.container-sm,
    .trf5 .navbar-expand-md>.container-md,
    .trf5 .navbar-expand-md>.container-lg,
    .trf5 .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }

    .trf5 .img-fluid {
        margin-left: auto;
        margin-right: auto;
        width: 20%;
        display: block
    }

    .trf5 .text-white {
        font-size: 14px;
        color: #fff !important
    }
}

@media(min-width:768px) {
    .trf5 .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .trf5 .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .trf5 .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .trf5 .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .trf5 .navbar-expand-md>.container,
    .trf5 .navbar-expand-md>.container-fluid,
    .trf5 .navbar-expand-md>.container-sm,
    .trf5 .navbar-expand-md>.container-md,
    .trf5 .navbar-expand-md>.container-lg,
    .trf5 .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .trf5 .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .trf5 .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .trf5 .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .trf5 .navbar-expand-lg>.container,
    .trf5 .navbar-expand-lg>.container-fluid,
    .trf5 .navbar-expand-lg>.container-sm,
    .trf5 .navbar-expand-lg>.container-md,
    .trf5 .navbar-expand-lg>.container-lg,
    .trf5 .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .trf5 .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .trf5 .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .trf5 .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .trf5 .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .trf5 .navbar-expand-lg>.container,
    .trf5 .navbar-expand-lg>.container-fluid,
    .trf5 .navbar-expand-lg>.container-sm,
    .trf5 .navbar-expand-lg>.container-md,
    .trf5 .navbar-expand-lg>.container-lg,
    .trf5 .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .trf5 .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .trf5 .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .trf5 .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .trf5 .navbar-expand-xl>.container,
    .trf5 .navbar-expand-xl>.container-fluid,
    .trf5 .navbar-expand-xl>.container-sm,
    .trf5 .navbar-expand-xl>.container-md,
    .trf5 .navbar-expand-xl>.container-lg,
    .trf5 .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .trf5 .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .trf5 .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .trf5 .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .trf5 .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .trf5 .navbar-expand-xl>.container,
    .trf5 .navbar-expand-xl>.container-fluid,
    .trf5 .navbar-expand-xl>.container-sm,
    .trf5 .navbar-expand-xl>.container-md,
    .trf5 .navbar-expand-xl>.container-lg,
    .trf5 .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .trf5 .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .trf5 .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .trf5 .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.trf5 .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.trf5 .navbar-expand>.container,
.trf5 .navbar-expand>.container-fluid,
.trf5 .navbar-expand>.container-sm,
.trf5 .navbar-expand>.container-md,
.trf5 .navbar-expand>.container-lg,
.trf5 .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.trf5 .navbar-expand .navbar-nav {
    flex-direction: row
}

.trf5 .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.trf5 .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.trf5 .navbar-expand>.container,
.trf5 .navbar-expand>.container-fluid,
.trf5 .navbar-expand>.container-sm,
.trf5 .navbar-expand>.container-md,
.trf5 .navbar-expand>.container-lg,
.trf5 .navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.trf5 .navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.trf5 .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.trf5 .navbar-expand .navbar-toggler {
    display: none
}

.trf5 .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.trf5 .navbar-light .navbar-brand:hover,
.trf5 .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.trf5 .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.trf5 .navbar-light .navbar-nav .nav-link:hover,
.trf5 .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.trf5 .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.trf5 .navbar-light .navbar-nav .show>.nav-link,
.trf5 .navbar-light .navbar-nav .active>.nav-link,
.trf5 .navbar-light .navbar-nav .nav-link.show,
.trf5 .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.trf5 .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.trf5 .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.trf5 .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.trf5 .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.trf5 .navbar-light .navbar-text a:hover,
.trf5 .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.trf5 .navbar-dark .navbar-brand {
    color: #fff
}

.trf5 .navbar-dark .navbar-brand:hover,
.trf5 .navbar-dark .navbar-brand:focus {
    color: #fff
}

.trf5 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.trf5 .navbar-dark .navbar-nav .nav-link:hover,
.trf5 .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.trf5 .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.trf5 .navbar-dark .navbar-nav .show>.nav-link,
.trf5 .navbar-dark .navbar-nav .active>.nav-link,
.trf5 .navbar-dark .navbar-nav .nav-link.show,
.trf5 .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.trf5 .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.trf5 .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.trf5 .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.trf5 .navbar-dark .navbar-text a {
    color: #fff
}

.trf5 .navbar-dark .navbar-text a:hover,
.trf5 .navbar-dark .navbar-text a:focus {
    color: #fff
}

.trf5 .bg-light {
    background-color: #f8f9fa !important
}

.trf5 a.bg-light:hover,
.trf5 a.bg-light:focus,
.trf5 button.bg-light:hover,
.trf5 button.bg-light:focus {
    background-color: #dae0e5 !important
}

.trf5 .collapse:not(.show) {
    display: none
}

.trf5 .w-25 {
    width: 25% !important
}

.trf5 .w-50 {
    width: 50% !important
}

.trf5 .w-75 {
    width: 75% !important
}

.trf5 .w-100 {
    width: 100% !important
}

.trf5 .w-auto {
    width: auto !important
}

.trf5 .h-25 {
    height: 25% !important
}

.trf5 .h-50 {
    height: 50% !important
}

.trf5 .h-75 {
    height: 75% !important
}

.trf5 .h-100 {
    height: 100% !important
}

.trf5 .h-auto {
    height: auto !important
}


.trf5 .mw-100 {
    max-width: 100% !important
}

.trf5 .mh-100 {
    max-height: 100% !important
}

.trf5 .min-vw-100 {
    min-width: 100vw !important
}

.trf5 .min-vh-100 {
    min-height: 100vh !important
}

.trf5 .vw-100 {
    width: 100vw !important
}

.trf5 .vh-100 {
    height: 100vh !important
}

.trf5 .m-0 {
    margin: 0 !important
}

.trf5 .mt-0,
.trf5 .my-0 {
    margin-top: 0 !important
}

.trf5 .mr-0,
.trf5 .mx-0 {
    margin-right: 0 !important
}

.trf5 .mb-0,
.trf5 .my-0 {
    margin-bottom: 0 !important
}

.trf5 .ml-0,
.trf5 .mx-0 {
    margin-left: 0 !important
}

.trf5 .m-1 {
    margin: 0.25rem !important
}

.trf5 .mt-1,
.trf5 .my-1 {
    margin-top: 0.25rem !important
}

.trf5 .mr-1,
.trf5 .mx-1 {
    margin-right: 0.25rem !important
}

.trf5 .mb-1,
.trf5 .my-1 {
    margin-bottom: 0.25rem !important
}

.trf5 .ml-1,
.trf5 .mx-1 {
    margin-left: 0.25rem !important
}

.trf5 .m-2 {
    margin: 0.5rem !important
}

.trf5 .mt-2,
.trf5 .my-2 {
    margin-top: 0.5rem !important
}

.trf5 .mr-2,
.trf5 .mx-2 {
    margin-right: 0.5rem !important
}

.trf5 .mb-2,
.trf5 .my-2 {
    margin-bottom: 0.5rem !important
}

.trf5 .ml-2,
.trf5 .mx-2 {
    margin-left: 0.5rem !important
}

.trf5 .m-3 {
    margin: 1rem !important
}

.trf5 .mt-3,
.trf5 .my-3 {
    margin-top: 1rem !important
}

.trf5 .mr-3,
.trf5 .mx-3 {
    margin-right: 1rem !important
}

.trf5 .mb-3,
.trf5 .my-3 {
    margin-bottom: 1rem !important
}

.trf5 .ml-3,
.trf5 .mx-3 {
    margin-left: 1rem !important
}

.trf5 .m-4 {
    margin: 1.5rem !important
}

.trf5 .mt-4,
.trf5 .my-4 {
    margin-top: 1.5rem !important
}

.trf5 .mr-4,
.trf5 .mx-4 {
    margin-right: 1.5rem !important
}

.trf5 .mb-4,
.trf5 .my-4 {
    margin-bottom: 1.5rem !important
}

.trf5 .ml-4,
.trf5 .mx-4 {
    margin-left: 1.5rem !important
}

.trf5 .m-5 {
    margin: 3rem !important
}

.trf5 .mt-5,
.trf5 .my-5 {
    margin-top: 3rem !important
}

.trf5 .mr-5,
.trf5 .mx-5 {
    margin-right: 3rem !important
}

.trf5 .mb-5,
.trf5 .my-5 {
    margin-bottom: 3rem !important
}

.trf5 .ml-5,
.trf5 .mx-5 {
    margin-left: 3rem !important
}

.trf5 .p-0 {
    padding: 0 !important
}

.trf5 .pt-0,
.trf5 .py-0 {
    padding-top: 0 !important
}

.trf5 .pr-0,
.trf5 .px-0 {
    padding-right: 0 !important
}

.trf5 .pb-0,
.trf5 .py-0 {
    padding-bottom: 0 !important
}

.trf5 .pl-0,
.trf5 .px-0 {
    padding-left: 0 !important
}

.trf5 .p-1 {
    padding: 0.25rem !important
}

.trf5 .pt-1,
.trf5 .py-1 {
    padding-top: 0.25rem !important
}

.trf5 .pr-1,
.trf5 .px-1 {
    padding-right: 0.25rem !important
}

.trf5 .pb-1,
.trf5 .py-1 {
    padding-bottom: 0.25rem !important
}

.trf5 .pl-1,
.trf5 .px-1 {
    padding-left: 0.25rem !important
}

.trf5 .p-2 {
    padding: 0.5rem !important
}

.trf5 .pt-2,
.trf5 .py-2 {
    padding-top: 0.5rem !important
}

.trf5 .pr-2,
.trf5 .px-2 {
    padding-right: 0.5rem !important
}

.trf5 .pb-2,
.trf5 .py-2 {
    padding-bottom: 0.5rem !important
}

.trf5 .pl-2,
.trf5 .px-2 {
    padding-left: 0.5rem !important
}

.trf5 .p-3 {
    padding: 1rem !important
}

.trf5 .pt-3,
.trf5 .py-3 {
    padding-top: 1rem !important
}

.trf5 .pr-3,
.trf5 .px-3 {
    padding-right: 1rem !important
}

.trf5 .pb-3,
.trf5 .py-3 {
    padding-bottom: 1rem !important
}

.trf5 .pl-3,
.trf5 .px-3 {
    padding-left: 1rem !important
}

.trf5 .p-4 {
    padding: 1.5rem !important
}

.trf5 .pt-4,
.trf5 .py-4 {
    padding-top: 1.5rem !important
}

.trf5 .pr-4,
.trf5 .px-4 {
    padding-right: 1.5rem !important
}

.trf5 .pb-4,
.trf5 .py-4 {
    padding-bottom: 1.5rem !important
}

.trf5 .pl-4,
.trf5 .px-4 {
    padding-left: 1.5rem !important
}

.trf5 .p-5 {
    padding: 3rem !important
}

.trf5 .pt-5,
.trf5 .py-5 {
    padding-top: 3rem !important
}

.trf5 .pr-5,
.trf5 .px-5 {
    padding-right: 3rem !important
}

.trf5 .pb-5,
.trf5 .py-5 {
    padding-bottom: 3rem !important
}

.trf5 .pl-5,
.trf5 .px-5 {
    padding-left: 3rem !important
}

.trf5 .m-n1 {
    margin: -0.25rem !important
}

.trf5 .mt-n1,
.trf5 .my-n1 {
    margin-top: -0.25rem !important
}

.trf5 .mr-n1,
.trf5 .mx-n1 {
    margin-right: -0.25rem !important
}

.trf5 .mb-n1,
.trf5 .my-n1 {
    margin-bottom: -0.25rem !important
}

.trf5 .ml-n1,
.trf5 .mx-n1 {
    margin-left: -0.25rem !important
}

.trf5 .m-n2 {
    margin: -0.5rem !important
}

.trf5 .mt-n2,
.trf5 .my-n2 {
    margin-top: -0.5rem !important
}

.trf5 .mr-n2,
.trf5 .mx-n2 {
    margin-right: -0.5rem !important
}

.trf5 .mb-n2,
.trf5 .my-n2 {
    margin-bottom: -0.5rem !important
}

.trf5 .ml-n2,
.trf5 .mx-n2 {
    margin-left: -0.5rem !important
}

.trf5 .m-n3 {
    margin: -1rem !important
}

.trf5 .mt-n3,
.trf5 .my-n3 {
    margin-top: -1rem !important
}

.trf5 .mr-n3,
.trf5 .mx-n3 {
    margin-right: -1rem !important
}

.trf5 .mb-n3,
.trf5 .my-n3 {
    margin-bottom: -1rem !important
}

.trf5 .ml-n3,
.trf5 .mx-n3 {
    margin-left: -1rem !important
}

.trf5 .m-n4 {
    margin: -1.5rem !important
}

.trf5 .mt-n4,
.trf5 .my-n4 {
    margin-top: -1.5rem !important
}

.trf5 .mr-n4,
.trf5 .mx-n4 {
    margin-right: -1.5rem !important
}

.trf5 .mb-n4,
.trf5 .my-n4 {
    margin-bottom: -1.5rem !important
}

.trf5 .ml-n4,
.trf5 .mx-n4 {
    margin-left: -1.5rem !important
}

.trf5 .m-n5 {
    margin: -3rem !important
}

.trf5 .mt-n5,
.trf5 .my-n5 {
    margin-top: -3rem !important
}

.trf5 .mr-n5,
.trf5 .mx-n5 {
    margin-right: -3rem !important
}

.trf5 .mb-n5,
.trf5 .my-n5 {
    margin-bottom: -3rem !important
}

.trf5 .ml-n5,
.trf5 .mx-n5 {
    margin-left: -3rem !important
}

.trf5 .m-auto {
    margin: auto !important
}

.trf5 .mt-auto,
.trf5 .my-auto {
    margin-top: auto !important
}

.trf5 .mr-auto,
.trf5 .mx-auto {
    margin-right: auto !important
}

.trf5 .mb-auto,
.trf5 .my-auto {
    margin-bottom: auto !important
}

.trf5 .ml-auto,
.trf5 .mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .trf5 .m-sm-0 {
        margin: 0 !important
    }

    .trf5 .mt-sm-0,
    .trf5 .my-sm-0 {
        margin-top: 0 !important
    }

    .trf5 .mr-sm-0,
    .trf5 .mx-sm-0 {
        margin-right: 0 !important
    }

    .trf5 .mb-sm-0,
    .trf5 .my-sm-0 {
        margin-bottom: 0 !important
    }

    .trf5 .ml-sm-0,
    .trf5 .mx-sm-0 {
        margin-left: 0 !important
    }

    .trf5 .m-sm-1 {
        margin: 0.25rem !important
    }

    .trf5 .mt-sm-1,
    .trf5 .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .trf5 .mr-sm-1,
    .trf5 .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .trf5 .mb-sm-1,
    .trf5 .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .trf5 .ml-sm-1,
    .trf5 .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .trf5 .m-sm-2 {
        margin: 0.5rem !important
    }

    .trf5 .mt-sm-2,
    .trf5 .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .trf5 .mr-sm-2,
    .trf5 .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .trf5 .mb-sm-2,
    .trf5 .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .trf5 .ml-sm-2,
    .trf5 .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .trf5 .m-sm-3 {
        margin: 1rem !important
    }

    .trf5 .mt-sm-3,
    .trf5 .my-sm-3 {
        margin-top: 1rem !important
    }

    .trf5 .mr-sm-3,
    .trf5 .mx-sm-3 {
        margin-right: 1rem !important
    }

    .trf5 .mb-sm-3,
    .trf5 .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .trf5 .ml-sm-3,
    .trf5 .mx-sm-3 {
        margin-left: 1rem !important
    }

    .trf5 .m-sm-4 {
        margin: 1.5rem !important
    }

    .trf5 .mt-sm-4,
    .trf5 .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .trf5 .mr-sm-4,
    .trf5 .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .trf5 .mb-sm-4,
    .trf5 .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .trf5 .ml-sm-4,
    .trf5 .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .trf5 .m-sm-5 {
        margin: 3rem !important
    }

    .trf5 .mt-sm-5,
    .trf5 .my-sm-5 {
        margin-top: 3rem !important
    }

    .trf5 .mr-sm-5,
    .trf5 .mx-sm-5 {
        margin-right: 3rem !important
    }

    .trf5 .mb-sm-5,
    .trf5 .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .trf5 .ml-sm-5,
    .trf5 .mx-sm-5 {
        margin-left: 3rem !important
    }

    .trf5 .p-sm-0 {
        padding: 0 !important
    }

    .trf5 .pt-sm-0,
    .trf5 .py-sm-0 {
        padding-top: 0 !important
    }

    .trf5 .pr-sm-0,
    .trf5 .px-sm-0 {
        padding-right: 0 !important
    }

    .trf5 .pb-sm-0,
    .trf5 .py-sm-0 {
        padding-bottom: 0 !important
    }

    .trf5 .pl-sm-0,
    .trf5 .px-sm-0 {
        padding-left: 0 !important
    }

    .trf5 .p-sm-1 {
        padding: 0.25rem !important
    }

    .trf5 .pt-sm-1,
    .trf5 .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .trf5 .pr-sm-1,
    .trf5 .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .trf5 .pb-sm-1,
    .trf5 .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .trf5 .pl-sm-1,
    .trf5 .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .trf5 .p-sm-2 {
        padding: 0.5rem !important
    }

    .trf5 .pt-sm-2,
    .trf5 .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .trf5 .pr-sm-2,
    .trf5 .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .trf5 .pb-sm-2,
    .trf5 .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .trf5 .pl-sm-2,
    .trf5 .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .trf5 .p-sm-3 {
        padding: 1rem !important
    }

    .trf5 .pt-sm-3,
    .trf5 .py-sm-3 {
        padding-top: 1rem !important
    }

    .trf5 .pr-sm-3,
    .trf5 .px-sm-3 {
        padding-right: 1rem !important
    }

    .trf5 .pb-sm-3,
    .trf5 .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .trf5 .pl-sm-3,
    .trf5 .px-sm-3 {
        padding-left: 1rem !important
    }

    .trf5 .p-sm-4 {
        padding: 1.5rem !important
    }

    .trf5 .pt-sm-4,
    .trf5 .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .trf5 .pr-sm-4,
    .trf5 .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .trf5 .pb-sm-4,
    .trf5 .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .trf5 .pl-sm-4,
    .trf5 .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .trf5 .p-sm-5 {
        padding: 3rem !important
    }

    .trf5 .pt-sm-5,
    .trf5 .py-sm-5 {
        padding-top: 3rem !important
    }

    .trf5 .pr-sm-5,
    .trf5 .px-sm-5 {
        padding-right: 3rem !important
    }

    .trf5 .pb-sm-5,
    .trf5 .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .trf5 .pl-sm-5,
    .trf5 .px-sm-5 {
        padding-left: 3rem !important
    }

    .trf5 .m-sm-n1 {
        margin: -0.25rem !important
    }

    .trf5 .mt-sm-n1,
    .trf5 .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .trf5 .mr-sm-n1,
    .trf5 .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .trf5 .mb-sm-n1,
    .trf5 .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .trf5 .ml-sm-n1,
    .trf5 .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .trf5 .m-sm-n2 {
        margin: -0.5rem !important
    }

    .trf5 .mt-sm-n2,
    .trf5 .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .trf5 .mr-sm-n2,
    .trf5 .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .trf5 .mb-sm-n2,
    .trf5 .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .trf5 .ml-sm-n2,
    .trf5 .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .trf5 .m-sm-n3 {
        margin: -1rem !important
    }

    .trf5 .mt-sm-n3,
    .trf5 .my-sm-n3 {
        margin-top: -1rem !important
    }

    .trf5 .mr-sm-n3,
    .trf5 .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .trf5 .mb-sm-n3,
    .trf5 .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .trf5 .ml-sm-n3,
    .trf5 .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .trf5 .m-sm-n4 {
        margin: -1.5rem !important
    }

    .trf5 .mt-sm-n4,
    .trf5 .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .trf5 .mr-sm-n4,
    .trf5 .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .trf5 .mb-sm-n4,
    .trf5 .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .trf5 .ml-sm-n4,
    .trf5 .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .trf5 .m-sm-n5 {
        margin: -3rem !important
    }

    .trf5 .mt-sm-n5,
    .trf5 .my-sm-n5 {
        margin-top: -3rem !important
    }

    .trf5 .mr-sm-n5,
    .trf5 .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .trf5 .mb-sm-n5,
    .trf5 .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .trf5 .ml-sm-n5,
    .trf5 .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .trf5 .m-sm-auto {
        margin: auto !important
    }

    .trf5 .mt-sm-auto,
    .trf5 .my-sm-auto {
        margin-top: auto !important
    }

    .trf5 .mr-sm-auto,
    .trf5 .mx-sm-auto {
        margin-right: auto !important
    }

    .trf5 .mb-sm-auto,
    .trf5 .my-sm-auto {
        margin-bottom: auto !important
    }

    .trf5 .ml-sm-auto,
    .trf5 .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .trf5 .m-md-0 {
        margin: 0 !important
    }

    .trf5 .mt-md-0,
    .trf5 .my-md-0 {
        margin-top: 0 !important
    }

    .trf5 .mr-md-0,
    .trf5 .mx-md-0 {
        margin-right: 0 !important
    }

    .trf5 .mb-md-0,
    .trf5 .my-md-0 {
        margin-bottom: 0 !important
    }

    .trf5 .ml-md-0,
    .trf5 .mx-md-0 {
        margin-left: 0 !important
    }

    .trf5 .m-md-1 {
        margin: 0.25rem !important
    }

    .trf5 .mt-md-1,
    .trf5 .my-md-1 {
        margin-top: 0.25rem !important
    }

    .trf5 .mr-md-1,
    .trf5 .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .trf5 .mb-md-1,
    .trf5 .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .trf5 .ml-md-1,
    .trf5 .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .trf5 .m-md-2 {
        margin: 0.5rem !important
    }

    .trf5 .mt-md-2,
    .trf5 .my-md-2 {
        margin-top: 0.5rem !important
    }

    .trf5 .mr-md-2,
    .trf5 .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .trf5 .mb-md-2,
    .trf5 .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .trf5 .ml-md-2,
    .trf5 .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .trf5 .m-md-3 {
        margin: 1rem !important
    }

    .trf5 .mt-md-3,
    .trf5 .my-md-3 {
        margin-top: 1rem !important
    }

    .trf5 .mr-md-3,
    .trf5 .mx-md-3 {
        margin-right: 1rem !important
    }

    .trf5 .mb-md-3,
    .trf5 .my-md-3 {
        margin-bottom: 1rem !important
    }

    .trf5 .ml-md-3,
    .trf5 .mx-md-3 {
        margin-left: 1rem !important
    }

    .trf5 .m-md-4 {
        margin: 1.5rem !important
    }

    .trf5 .mt-md-4,
    .trf5 .my-md-4 {
        margin-top: 1.5rem !important
    }

    .trf5 .mr-md-4,
    .trf5 .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .trf5 .mb-md-4,
    .trf5 .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .trf5 .ml-md-4,
    .trf5 .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .trf5 .m-md-5 {
        margin: 3rem !important
    }

    .trf5 .mt-md-5,
    .trf5 .my-md-5 {
        margin-top: 3rem !important
    }

    .trf5 .mr-md-5,
    .trf5 .mx-md-5 {
        margin-right: 3rem !important
    }

    .trf5 .mb-md-5,
    .trf5 .my-md-5 {
        margin-bottom: 3rem !important
    }

    .trf5 .ml-md-5,
    .trf5 .mx-md-5 {
        margin-left: 3rem !important
    }

    .trf5 .p-md-0 {
        padding: 0 !important
    }

    .trf5 .pt-md-0,
    .trf5 .py-md-0 {
        padding-top: 0 !important
    }

    .trf5 .pr-md-0,
    .trf5 .px-md-0 {
        padding-right: 0 !important
    }

    .trf5 .pb-md-0,
    .trf5 .py-md-0 {
        padding-bottom: 0 !important
    }

    .trf5 .pl-md-0,
    .trf5 .px-md-0 {
        padding-left: 0 !important
    }

    .trf5 .p-md-1 {
        padding: 0.25rem !important
    }

    .trf5 .pt-md-1,
    .trf5 .py-md-1 {
        padding-top: 0.25rem !important
    }

    .trf5 .pr-md-1,
    .trf5 .px-md-1 {
        padding-right: 0.25rem !important
    }

    .trf5 .pb-md-1,
    .trf5 .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .trf5 .pl-md-1,
    .trf5 .px-md-1 {
        padding-left: 0.25rem !important
    }

    .trf5 .p-md-2 {
        padding: 0.5rem !important
    }

    .trf5 .pt-md-2,
    .trf5 .py-md-2 {
        padding-top: 0.5rem !important
    }

    .trf5 .pr-md-2,
    .trf5 .px-md-2 {
        padding-right: 0.5rem !important
    }

    .trf5 .pb-md-2,
    .trf5 .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .trf5 .pl-md-2,
    .trf5 .px-md-2 {
        padding-left: 0.5rem !important
    }

    .trf5 .p-md-3 {
        padding: 1rem !important
    }

    .trf5 .pt-md-3,
    .trf5 .py-md-3 {
        padding-top: 1rem !important
    }

    .trf5 .pr-md-3,
    .trf5 .px-md-3 {
        padding-right: 1rem !important
    }

    .trf5 .pb-md-3,
    .trf5 .py-md-3 {
        padding-bottom: 1rem !important
    }

    .trf5 .pl-md-3,
    .trf5 .px-md-3 {
        padding-left: 1rem !important
    }

    .trf5 .p-md-4 {
        padding: 1.5rem !important
    }

    .trf5 .pt-md-4,
    .trf5 .py-md-4 {
        padding-top: 1.5rem !important
    }

    .trf5 .pr-md-4,
    .trf5 .px-md-4 {
        padding-right: 1.5rem !important
    }

    .trf5 .pb-md-4,
    .trf5 .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .trf5 .pl-md-4,
    .trf5 .px-md-4 {
        padding-left: 1.5rem !important
    }

    .trf5 .p-md-5 {
        padding: 3rem !important
    }

    .trf5 .pt-md-5,
    .trf5 .py-md-5 {
        padding-top: 3rem !important
    }

    .trf5 .pr-md-5,
    .trf5 .px-md-5 {
        padding-right: 3rem !important
    }

    .trf5 .pb-md-5,
    .trf5 .py-md-5 {
        padding-bottom: 3rem !important
    }

    .trf5 .pl-md-5,
    .trf5 .px-md-5 {
        padding-left: 3rem !important
    }

    .trf5 .m-md-n1 {
        margin: -0.25rem !important
    }

    .trf5 .mt-md-n1,
    .trf5 .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .trf5 .mr-md-n1,
    .trf5 .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .trf5 .mb-md-n1,
    .trf5 .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .trf5 .ml-md-n1,
    .trf5 .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .trf5 .m-md-n2 {
        margin: -0.5rem !important
    }

    .trf5 .mt-md-n2,
    .trf5 .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .trf5 .mr-md-n2,
    .trf5 .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .trf5 .mb-md-n2,
    .trf5 .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .trf5 .ml-md-n2,
    .trf5 .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .trf5 .m-md-n3 {
        margin: -1rem !important
    }

    .trf5 .mt-md-n3,
    .trf5 .my-md-n3 {
        margin-top: -1rem !important
    }

    .trf5 .mr-md-n3,
    .trf5 .mx-md-n3 {
        margin-right: -1rem !important
    }

    .trf5 .mb-md-n3,
    .trf5 .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .trf5 .ml-md-n3,
    .trf5 .mx-md-n3 {
        margin-left: -1rem !important
    }

    .trf5 .m-md-n4 {
        margin: -1.5rem !important
    }

    .trf5 .mt-md-n4,
    .trf5 .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .trf5 .mr-md-n4,
    .trf5 .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .trf5 .mb-md-n4,
    .trf5 .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .trf5 .ml-md-n4,
    .trf5 .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .trf5 .m-md-n5 {
        margin: -3rem !important
    }

    .trf5 .mt-md-n5,
    .trf5 .my-md-n5 {
        margin-top: -3rem !important
    }

    .trf5 .mr-md-n5,
    .trf5 .mx-md-n5 {
        margin-right: -3rem !important
    }

    .trf5 .mb-md-n5,
    .trf5 .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .trf5 .ml-md-n5,
    .trf5 .mx-md-n5 {
        margin-left: -3rem !important
    }

    .trf5 .m-md-auto {
        margin: auto !important
    }

    .trf5 .mt-md-auto,
    .trf5 .my-md-auto {
        margin-top: auto !important
    }

    .trf5 .mr-md-auto,
    .trf5 .mx-md-auto {
        margin-right: auto !important
    }

    .trf5 .mb-md-auto,
    .trf5 .my-md-auto {
        margin-bottom: auto !important
    }

    .trf5 .ml-md-auto,
    .trf5 .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .trf5 .m-lg-0 {
        margin: 0 !important
    }

    .trf5 .mt-lg-0,
    .trf5 .my-lg-0 {
        margin-top: 0 !important
    }

    .trf5 .mr-lg-0,
    .trf5 .mx-lg-0 {
        margin-right: 0 !important
    }

    .trf5 .mb-lg-0,
    .trf5 .my-lg-0 {
        margin-bottom: 0 !important
    }

    .trf5 .ml-lg-0,
    .trf5 .mx-lg-0 {
        margin-left: 0 !important
    }

    .trf5 .m-lg-1 {
        margin: 0.25rem !important
    }

    .trf5 .mt-lg-1,
    .trf5 .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .trf5 .mr-lg-1,
    .trf5 .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .trf5 .mb-lg-1,
    .trf5 .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .trf5 .ml-lg-1,
    .trf5 .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .trf5 .m-lg-2 {
        margin: 0.5rem !important
    }

    .trf5 .mt-lg-2,
    .trf5 .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .trf5 .mr-lg-2,
    .trf5 .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .trf5 .mb-lg-2,
    .trf5 .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .trf5 .ml-lg-2,
    .trf5 .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .trf5 .m-lg-3 {
        margin: 1rem !important
    }

    .trf5 .mt-lg-3,
    .trf5 .my-lg-3 {
        margin-top: 1rem !important
    }

    .trf5 .mr-lg-3,
    .trf5 .mx-lg-3 {
        margin-right: 1rem !important
    }

    .trf5 .mb-lg-3,
    .trf5 .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .trf5 .ml-lg-3,
    .trf5 .mx-lg-3 {
        margin-left: 1rem !important
    }

    .trf5 .m-lg-4 {
        margin: 1.5rem !important
    }

    .trf5 .mt-lg-4,
    .trf5 .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .trf5 .mr-lg-4,
    .trf5 .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .trf5 .mb-lg-4,
    .trf5 .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .trf5 .ml-lg-4,
    .trf5 .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .trf5 .m-lg-5 {
        margin: 3rem !important
    }

    .trf5 .mt-lg-5,
    .trf5 .my-lg-5 {
        margin-top: 3rem !important
    }

    .trf5 .mr-lg-5,
    .trf5 .mx-lg-5 {
        margin-right: 3rem !important
    }

    .trf5 .mb-lg-5,
    .trf5 .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .trf5 .ml-lg-5,
    .trf5 .mx-lg-5 {
        margin-left: 3rem !important
    }

    .trf5 .p-lg-0 {
        padding: 0 !important
    }

    .trf5 .pt-lg-0,
    .trf5 .py-lg-0 {
        padding-top: 0 !important
    }

    .trf5 .pr-lg-0,
    .trf5 .px-lg-0 {
        padding-right: 0 !important
    }

    .trf5 .pb-lg-0,
    .trf5 .py-lg-0 {
        padding-bottom: 0 !important
    }

    .trf5 .pl-lg-0,
    .trf5 .px-lg-0 {
        padding-left: 0 !important
    }

    .trf5 .p-lg-1 {
        padding: 0.25rem !important
    }

    .trf5 .pt-lg-1,
    .trf5 .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .trf5 .pr-lg-1,
    .trf5 .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .trf5 .pb-lg-1,
    .trf5 .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .trf5 .pl-lg-1,
    .trf5 .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .trf5 .p-lg-2 {
        padding: 0.5rem !important
    }

    .trf5 .pt-lg-2,
    .trf5 .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .trf5 .pr-lg-2,
    .trf5 .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .trf5 .pb-lg-2,
    .trf5 .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .trf5 .pl-lg-2,
    .trf5 .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .trf5 .p-lg-3 {
        padding: 1rem !important
    }

    .trf5 .pt-lg-3,
    .trf5 .py-lg-3 {
        padding-top: 1rem !important
    }

    .trf5 .pr-lg-3,
    .trf5 .px-lg-3 {
        padding-right: 1rem !important
    }

    .trf5 .pb-lg-3,
    .trf5 .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .trf5 .pl-lg-3,
    .trf5 .px-lg-3 {
        padding-left: 1rem !important
    }

    .trf5 .p-lg-4 {
        padding: 1.5rem !important
    }

    .trf5 .pt-lg-4,
    .trf5 .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .trf5 .pr-lg-4,
    .trf5 .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .trf5 .pb-lg-4,
    .trf5 .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .trf5 .pl-lg-4,
    .trf5 .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .trf5 .p-lg-5 {
        padding: 3rem !important
    }

    .trf5 .pt-lg-5,
    .trf5 .py-lg-5 {
        padding-top: 3rem !important
    }

    .trf5 .pr-lg-5,
    .trf5 .px-lg-5 {
        padding-right: 3rem !important
    }

    .trf5 .pb-lg-5,
    .trf5 .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .trf5 .pl-lg-5,
    .trf5 .px-lg-5 {
        padding-left: 3rem !important
    }

    .trf5 .m-lg-n1 {
        margin: -0.25rem !important
    }

    .trf5 .mt-lg-n1,
    .trf5 .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .trf5 .mr-lg-n1,
    .trf5 .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .trf5 .mb-lg-n1,
    .trf5 .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .trf5 .ml-lg-n1,
    .trf5 .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .trf5 .m-lg-n2 {
        margin: -0.5rem !important
    }

    .trf5 .mt-lg-n2,
    .trf5 .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .trf5 .mr-lg-n2,
    .trf5 .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .trf5 .mb-lg-n2,
    .trf5 .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .trf5 .ml-lg-n2,
    .trf5 .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .trf5 .m-lg-n3 {
        margin: -1rem !important
    }

    .trf5 .mt-lg-n3,
    .trf5 .my-lg-n3 {
        margin-top: -1rem !important
    }

    .trf5 .mr-lg-n3,
    .trf5 .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .trf5 .mb-lg-n3,
    .trf5 .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .trf5 .ml-lg-n3,
    .trf5 .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .trf5 .m-lg-n4 {
        margin: -1.5rem !important
    }

    .trf5 .mt-lg-n4,
    .trf5 .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .trf5 .mr-lg-n4,
    .trf5 .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .trf5 .mb-lg-n4,
    .trf5 .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .trf5 .ml-lg-n4,
    .trf5 .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .trf5 .m-lg-n5 {
        margin: -3rem !important
    }

    .trf5 .mt-lg-n5,
    .trf5 .my-lg-n5 {
        margin-top: -3rem !important
    }

    .trf5 .mr-lg-n5,
    .trf5 .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .trf5 .mb-lg-n5,
    .trf5 .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .trf5 .ml-lg-n5,
    .trf5 .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .trf5 .m-lg-auto {
        margin: auto !important
    }

    .trf5 .mt-lg-auto,
    .trf5 .my-lg-auto {
        margin-top: auto !important
    }

    .trf5 .mr-lg-auto,
    .trf5 .mx-lg-auto {
        margin-right: auto !important
    }

    .trf5 .mb-lg-auto,
    .trf5 .my-lg-auto {
        margin-bottom: auto !important
    }

    .trf5 .ml-lg-auto,
    .trf5 .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .trf5 .m-xl-0 {
        margin: 0 !important
    }

    .trf5 .mt-xl-0,
    .trf5 .my-xl-0 {
        margin-top: 0 !important
    }

    .trf5 .mr-xl-0,
    .trf5 .mx-xl-0 {
        margin-right: 0 !important
    }

    .trf5 .mb-xl-0,
    .trf5 .my-xl-0 {
        margin-bottom: 0 !important
    }

    .trf5 .ml-xl-0,
    .trf5 .mx-xl-0 {
        margin-left: 0 !important
    }

    .trf5 .m-xl-1 {
        margin: 0.25rem !important
    }

    .trf5 .mt-xl-1,
    .trf5 .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .trf5 .mr-xl-1,
    .trf5 .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .trf5 .mb-xl-1,
    .trf5 .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .trf5 .ml-xl-1,
    .trf5 .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .trf5 .m-xl-2 {
        margin: 0.5rem !important
    }

    .trf5 .mt-xl-2,
    .trf5 .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .trf5 .mr-xl-2,
    .trf5 .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .trf5 .mb-xl-2,
    .trf5 .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .trf5 .ml-xl-2,
    .trf5 .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .trf5 .m-xl-3 {
        margin: 1rem !important
    }

    .trf5 .mt-xl-3,
    .trf5 .my-xl-3 {
        margin-top: 1rem !important
    }

    .trf5 .mr-xl-3,
    .trf5 .mx-xl-3 {
        margin-right: 1rem !important
    }

    .trf5 .mb-xl-3,
    .trf5 .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .trf5 .ml-xl-3,
    .trf5 .mx-xl-3 {
        margin-left: 1rem !important
    }

    .trf5 .m-xl-4 {
        margin: 1.5rem !important
    }

    .trf5 .mt-xl-4,
    .trf5 .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .trf5 .mr-xl-4,
    .trf5 .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .trf5 .mb-xl-4,
    .trf5 .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .trf5 .ml-xl-4,
    .trf5 .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .trf5 .m-xl-5 {
        margin: 3rem !important
    }

    .trf5 .mt-xl-5,
    .trf5 .my-xl-5 {
        margin-top: 3rem !important
    }

    .trf5 .mr-xl-5,
    .trf5 .mx-xl-5 {
        margin-right: 3rem !important
    }

    .trf5 .mb-xl-5,
    .trf5 .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .trf5 .ml-xl-5,
    .trf5 .mx-xl-5 {
        margin-left: 3rem !important
    }

    .trf5 .p-xl-0 {
        padding: 0 !important
    }

    .trf5 .pt-xl-0,
    .trf5 .py-xl-0 {
        padding-top: 0 !important
    }

    .trf5 .pr-xl-0,
    .trf5 .px-xl-0 {
        padding-right: 0 !important
    }

    .trf5 .pb-xl-0,
    .trf5 .py-xl-0 {
        padding-bottom: 0 !important
    }

    .trf5 .pl-xl-0,
    .trf5 .px-xl-0 {
        padding-left: 0 !important
    }

    .trf5 .p-xl-1 {
        padding: 0.25rem !important
    }

    .trf5 .pt-xl-1,
    .trf5 .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .trf5 .pr-xl-1,
    .trf5 .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .trf5 .pb-xl-1,
    .trf5 .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .trf5 .pl-xl-1,
    .trf5 .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .trf5 .p-xl-2 {
        padding: 0.5rem !important
    }

    .trf5 .pt-xl-2,
    .trf5 .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .trf5 .pr-xl-2,
    .trf5 .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .trf5 .pb-xl-2,
    .trf5 .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .trf5 .pl-xl-2,
    .trf5 .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .trf5 .p-xl-3 {
        padding: 1rem !important
    }

    .trf5 .pt-xl-3,
    .trf5 .py-xl-3 {
        padding-top: 1rem !important
    }

    .trf5 .pr-xl-3,
    .trf5 .px-xl-3 {
        padding-right: 1rem !important
    }

    .trf5 .pb-xl-3,
    .trf5 .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .trf5 .pl-xl-3,
    .trf5 .px-xl-3 {
        padding-left: 1rem !important
    }

    .trf5 .p-xl-4 {
        padding: 1.5rem !important
    }

    .trf5 .pt-xl-4,
    .trf5 .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .trf5 .pr-xl-4,
    .trf5 .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .trf5 .pb-xl-4,
    .trf5 .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .trf5 .pl-xl-4,
    .trf5 .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .trf5 .p-xl-5 {
        padding: 3rem !important
    }

    .trf5 .pt-xl-5,
    .trf5 .py-xl-5 {
        padding-top: 3rem !important
    }

    .trf5 .pr-xl-5,
    .trf5 .px-xl-5 {
        padding-right: 3rem !important
    }

    .trf5 .pb-xl-5,
    .trf5 .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .trf5 .pl-xl-5,
    .trf5 .px-xl-5 {
        padding-left: 3rem !important
    }

    .trf5 .m-xl-n1 {
        margin: -0.25rem !important
    }

    .trf5 .mt-xl-n1,
    .trf5 .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .trf5 .mr-xl-n1,
    .trf5 .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .trf5 .mb-xl-n1,
    .trf5 .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .trf5 .ml-xl-n1,
    .trf5 .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .trf5 .m-xl-n2 {
        margin: -0.5rem !important
    }

    .trf5 .mt-xl-n2,
    .trf5 .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .trf5 .mr-xl-n2,
    .trf5 .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .trf5 .mb-xl-n2,
    .trf5 .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .trf5 .ml-xl-n2,
    .trf5 .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .trf5 .m-xl-n3 {
        margin: -1rem !important
    }

    .trf5 .mt-xl-n3,
    .trf5 .my-xl-n3 {
        margin-top: -1rem !important
    }

    .trf5 .mr-xl-n3,
    .trf5 .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .trf5 .mb-xl-n3,
    .trf5 .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .trf5 .ml-xl-n3,
    .trf5 .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .trf5 .m-xl-n4 {
        margin: -1.5rem !important
    }

    .trf5 .mt-xl-n4,
    .trf5 .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .trf5 .mr-xl-n4,
    .trf5 .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .trf5 .mb-xl-n4,
    .trf5 .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .trf5 .ml-xl-n4,
    .trf5 .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .trf5 .m-xl-n5 {
        margin: -3rem !important
    }

    .trf5 .mt-xl-n5,
    .trf5 .my-xl-n5 {
        margin-top: -3rem !important
    }

    .trf5 .mr-xl-n5,
    .trf5 .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .trf5 .mb-xl-n5,
    .trf5 .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .trf5 .ml-xl-n5,
    .trf5 .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .trf5 .m-xl-auto {
        margin: auto !important
    }

    .trf5 .mt-xl-auto,
    .trf5 .my-xl-auto {
        margin-top: auto !important
    }

    .trf5 .mr-xl-auto,
    .trf5 .mx-xl-auto {
        margin-right: auto !important
    }

    .trf5 .mb-xl-auto,
    .trf5 .my-xl-auto {
        margin-bottom: auto !important
    }

    .trf5 .ml-xl-auto,
    .trf5 .mx-xl-auto {
        margin-left: auto !important
    }
}

.trf5 .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.trf5 .nav-link {
    display: block;
    padding: 0.5rem 1rem;
	color: #666464;
}


.trf5 .nav-link:hover,
.trf5 .nav-link:focus {
    text-decoration: none;
	color: var(--whiteTRF5) !important;
	background-color: #97999F !important;
}

.trf5 .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.trf5 .nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.trf5 .nav-tabs > li {
    margin-bottom: 0 !important;
}

.trf5 .nav-tabs .nav-link {
    /*margin-bottom: -1px !important;*/
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.trf5 .nav-tabs .nav-link:hover,
.trf5 .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.trf5 .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.trf5 .nav-tabs .nav-link.active,
.trf5 .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.trf5 .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.trf5 .nav-pills .nav-link {
    border-radius: 0.25rem
}

.trf5 .nav-pills .nav-link.active,
.trf5 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.trf5 .nav-fill>.nav-link,
.trf5 .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.trf5 .nav-justified>.nav-link,
.trf5 .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.trf5 .text-center {
    text-align: center !important
}

.title-center {
    margin: auto;
}

.trf5 .text-wrap {
    white-space: normal !important
}

.trf5 h1,
.trf5 h2,
.trf5 h3,
.trf5 h4,
.trf5 h5,
.trf5 h6,
.trf5 .h1,
.trf5 .h2,
.trf5 .h3,
.trf5 .h4,
.trf5 .h5,
.trf5 .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

.trf5 h1,
.trf5 .h1 {
    font-size: 2.5rem
}

.trf5 h2,
.trf5 .h2 {
    font-size: 2rem
}

.trf5 h3,
.trf5 .h3 {
    font-size: 1.75rem
}

.trf5 h4,
.trf5 .h4 {
    font-size: 1.5rem
}

.trf5 h5,
.trf5 .h5 {
    font-size: 1.25rem
}

.trf5 h6,
.trf5 .h6 {
    font-size: 1rem
}

h3 {
    margin-top: 0px !important;
}


/* Qlik Sense */

.flex-container {
	display: flex;
	flex-wrap: wrap;
	/*margin: 0 0 45px 0;*/
    margin: 0 0 0 0;
}

#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}

