/* General ----------------------------------------------------------------------------------------------------------------------------------- */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');
* { font-family: 'Work Sans', sans-serif; box-sizing: border-box; outline: 0; -webkit-tap-highlight-color:transparent; -webkit-tap-highlight-color:rgba(0,0,0,0); }
:root { --blue: #0c6efb; }
*::-webkit-scrollbar { width: 18px!important; }
*::-webkit-scrollbar-thumb { background: linear-gradient(to bottom left,#ef0c4d,#b33a8f); }
body { background: #fff; color: #000; margin: auto; font-size: 0.95rem; }
body.loading:before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background: rgba(255,255,255,0.4) url('/modules/_site/images/loading.gif') center center no-repeat; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: #007bff; text-decoration: underline; }
a:active { color: #007bff; text-decoration: none; }
h1,h2,h3,h4,h5 { display: block; margin: 0; padding: 0; font-weight: 600; }
h1 { font-size: 36px; font-weight: 800; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
p { font-size: 16px; }
input[type="text"], input[type="password"], input[type="number"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus { color: #212529; background-color: #fff; border-color: #ffffff; outline: 0; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #fff; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
input, button, select, optgroup, textarea { margin: 0; font-size: inherit; line-height: inherit; }
button { -webkit-appearance: button; }
button:not(:disabled) { cursor: pointer; }
.select2 { width: 100% !important; }
.select2-results { font-size: 0.9rem; }
.select2-container .select2-selection--single { padding: 0.375rem 2.25rem 0.375rem 0.75rem !important; height: initial !important; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; border-radius: 0.25rem !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000 !important; line-height: initial !important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: initial !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat !important; background-size: 16px 12px !important; border: 0 !important; width: 16px !important; height: 12px !important; right: 12px !important; left: initial !important; transition: 0.2s !important; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg) !important; }
.select2-selection--single[aria-expanded="true"] { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
.select2-container--disabled { opacity: 0.3; }
.icon-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.icon-wrapper:before { font-family: "Fontawesome"; content: "\f0f6"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 0.9rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.icon-wrapper input, .icon-wrapper select { padding-left: 3.15rem; background: transparent; position: relative; z-index: 1; }
.icon-wrapper input:focus, .icon-wrapper select:focus { background: transparent; border-color: transparent; }
.icon-wrapper .select2-container--default .select2-selection--single { padding-left: 3.15rem !important; background: transparent !important; }
.autocomplete-wrapper { position: relative; display: flex; }
.autocomplete-wrapper button.close { display: none; height: initial; position: absolute; right: 0px; z-index: 1; }
.autocomplete-container { width: 100%; max-height: 200px; overflow-y: auto; }
.datepicker-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.datepicker-wrapper input { text-align: center; padding-left: 2.8rem; background: transparent; position: relative; z-index: 1; cursor: pointer; }
.datepicker-wrapper input:focus { background: transparent; border-color: transparent; }
.datepicker-wrapper:before { font-family: "Fontawesome"; content: "\f073"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 1rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.daterangepicker { box-shadow: 0 0 40px 0 rgb(82 63 105 / 28%); border-radius: .42rem !important; border: 0 !important; }
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right { padding: 1rem 1rem !important; }
.daterangepicker .drp-calendar th { font-weight: 600 !important; color: #3f4254 !important; }
.daterangepicker .drp-calendar td { color: #7e8299 !important; }
.daterangepicker .drp-calendar td, .daterangepicker .drp-calendar th { font-size: 0.8rem !important; width: 33px !important; height: 33px !important; }
.daterangepicker .drp-calendar td.active { background-color: #3699ff!important; color: #fff!important; border-radius: .42rem; }
.daterangepicker select { display: initial; padding: 5px 10px !important; }
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active { border-radius: .42rem;background: rgba(54,153,255,.12)!important; color: #3699ff!important; }
.daterangepicker .drp-buttons { padding: 1rem 1.75rem !important; border-top: 1px solid #ebedf3 !important; } 
.daterangepicker .drp-buttons .btn { font-size: .75rem !important; font-weight: 600 !important; padding: .5rem 1rem !important; border-radius: .42rem !important; }
.daterangepicker .btn.btn-primary { color: #fff; background-color: #3699ff; border-color: #3699ff; }
.daterangepicker .btn.btn-primary.focus:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) { color: #fff; background-color: #187de4; border-color: #187de4; }
.daterangepicker .btn.btn-default { color: #3f4254; background-color: #e4e6ef; border-color: #e4e6ef; }
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span { border-color: #7e8299 !important; }
.daterangepicker .drp-selected { padding-bottom: 10px; }
.floating { position: relative; line-height: 100%; }
.floating > .text, .floating > select, .floating > .select2-container .select2-selection--single { height: calc(3.5rem + 2px) !important; padding: 1.65rem 0.75rem 1rem!important; }
.floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1.3rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
.floating > .text::-moz-placeholder { color: transparent; }
.floating > .text::placeholder { color: transparent; }
.floating > .text:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:focus, .floating > .text:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > select, .floating > .select2-container .select2-selection--single { padding-top: 1.625rem !important; padding-bottom: 0.625rem !important; }
.floating > .text:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating > .text:focus ~ label, .floating > .text:not(:placeholder-shown) ~ label, .floating > select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.65rem) translateX(0.15rem); }
.floating > .text:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating select[multiple], .floating select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
.floating select:disabled { background-color: #e9ecef; }
.floating select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; }
.checkbox { display: flex; min-height: 1.5rem; margin-bottom: 0.35rem; align-items: center; }
.checkbox input { font-size: 120%; width: 1em; height: 1em; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; margin-right: 0.5em; cursor: pointer; }
.checkbox input[type=checkbox] { border-radius: 0.15em; }
.checkbox input[type=radio] { border-radius: 50%; }
.checkbox input:active { filter: brightness(90%); }
.checkbox input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.checkbox input:checked { background-color: #0d6efd; border-color: #0d6efd; }
.checkbox input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.checkbox input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.checkbox input[type=checkbox]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.checkbox input:disabled { pointer-events: none; filter: none; opacity: 0.5; }
.checkbox input[disabled] ~ .checkbox-label, .checkbox input:disabled ~ .checkbox-label { opacity: 0.5; }
.checkbox.switch { padding-left: 3em; }
.checkbox.switch input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
.checkbox.switch input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
.checkbox.switch input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #fff !important; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 1.1rem; font-size: 1rem; border-radius: 0.4rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover { text-decoration: none; }
.btn.blue { background-color: #0d6efd; border-color: #0d6efd; }
.btn.blue:hover, .btn.blue:active { background-color: #0b5ed7; border-color: #0a58ca; }
.btn.blue:focus { background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn.gray { background-color: #6c757d; border-color: #6c757d; }
.btn.gray:hover, .btn.gray:active { background-color: #5a6268; border-color: #545b62; }
.btn.gray:focus { background-color: #6c757d; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%); }
.btn.green { background-color: #198754; border-color: #198754; }
.btn.green:hover, .btn.green:active { background-color: #157347; border-color: #146c43; }
.btn.green:focus { background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
.btn.red { background-color: #dc3545; border-color: #dc3545; }
.btn.red:hover, .btn.red:active { background-color: #bb2d3b; border-color: #b02a37; }
.btn.red:focus { background-color: #bb2d3b; border-color: #b02a37; box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
.btn.yellow { color: #000; background-color: #ffc107; border-color: #ffc107; }
.btn.yellow:hover, .btn.yellow:active { color: #000; background-color: #ffca2c; border-color: #ffc720; }
.btn.yellow:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
.btn.tblue { background-color: #6c89a2; border-color: #627d94; }
.btn.tblue:hover, .btn.tblue:active { background-color: #4e687d; border-color: #4f687d; }
.btn.tblue:focus { background-color: #4e687d; border-color: #4f687d; box-shadow: 0 0 0 0.25rem rgba(108, 137, 162, 0.5); }
.badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 400; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; }
.badge.blue { background-color: #0d6efd; }
.badge.gray { background-color: #6c757d; }
.badge.green { background-color: #198754; }
.badge.red { background-color: #dc3545; }
.badge.yellow { background-color: #ffc107; }
.tabs { display: flex; flex-wrap: wrap; }
.tabs > div { padding: .5rem 1rem; background: #eee; margin-right: 0.2rem; border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem; cursor: pointer; transition: 0.2s; user-select: none; }
.tabs > div.active { background: #0d6efd; color: white; }
.tab-contents { padding: 20px; border: 1px solid #eee; }
.tab-contents > div { display: none; }
.tab-contents > div.active { display: block; }
.alert { padding: 1rem 3rem 1rem 1rem; color: #664d03; background-color: #fff3cd; border-color: #ffecb5; position: relative; }
.alert button.close { position: absolute; top: 0; right: 0; z-index: 2; }
button.close, .modal-close { padding: 1.25rem 1rem; box-sizing: content-box; width: 1em; height: 1em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
button.close:hover, .modal-close:hover { color: #000; text-decoration: none; opacity: .75; }
button.close:focus, .modal-close:focus { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); opacity: 1; }
.modal { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%;height: 100%; background: rgba(0,0,0,0); transition: background .15s linear; display: flex; align-items: center; justify-content: center; /* backdrop-filter: blur(1px); */ }
.modal.show { background: rgba(0,0,0,0.5); }
.modal .modal-close { position: absolute; right: 10px; top: 15px; padding: .5rem .5rem; }
.modal .box { width: 550px; max-width: 550px; max-height: 70vh; overflow-y: auto; background: white; border-radius: 2px; box-shadow: 0 0 25px rgba(0,0,0,0.5); padding: 20px; position: relative; }
.modal .title { font-size: 18px; font-weight: 600; padding: 0 0 15px; border-bottom: 1px solid #eee; }
.modal .content { font-size: 16px; font-weight: 400; padding: 15px 0; border-bottom: 1px solid #eee; }
.modal .btn-container { padding: 20px 0 0; display: flex; }
.modal .btn-container > button { margin-right: 10px; }
.dropdown-wrapper { position: relative; display: table; }
.dropdown-wrapper > button:after { display: inline-block; width: 0; height: 0; margin-left: 1.255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown-menu, .autocomplete-container { position: absolute; transform: translate3d(0px, 38px, 0px); top: 0px; left: 0px; will-change: transform; z-index: 1000; display: none; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; }
.dropdown-menu > div, .autocomplete-container > div { display: block; width: 100%; padding: .25rem 1.5rem; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; }
.dropdown-menu > div:hover, .autocomplete-container > div:hover { color: #16181b; text-decoration: none; background-color: #e8e9ea; }
ul.pagination { display: flex; flex-wrap: wrap; margin: 0; padding-left: 0; list-style: none; border-radius: .25rem; }
ul.pagination.right { justify-content: flex-end; }
ul.pagination a { position: relative; display: block; padding: .5rem 1rem; margin: 0 0 4px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; user-select: none; }
ul.pagination a.active { background: #0d6efd; color: white; border-color: #0d6efd; }
ul.pagination a.active:hover { text-decoration: none; }
ul.pagination a:not(.active):hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
ul.pagination a:not(.active):focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); }
.breadcrumb { display: flex; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: .25rem; }
.breadcrumb li + li::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/"; }
#cookie-consent { background: linear-gradient(#333,#000); color: white; position: fixed; width: 100%; bottom: 0px; left: 0px; padding: 15px; font-size: 15px; text-align: center; border-top: 1px solid #666; line-height: 150%; z-index: 99999; }
#cookie-consent button { font-family: inherit; font-weight: 700; font-size: inherit; color: #333; background: #fec700; border: 0; padding: 6px 15px; border-radius: 2px; margin: 0 30px; cursor: pointer; text-transform: uppercase; font-size: 14px; }

@media (max-width: 1024px) { 
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
p { font-size: 14px; line-height: 26px; padding: 0.5rem 0; }
#cookie-consent button { display: table; margin: 10px auto 0; } 
.modal .box { width: 90%; max-width: 90%; }
ul.pagination { justify-content: center; }
ul.pagination .prev, ul.pagination .next { width: 48%; text-align: center; }
ul.pagination li { margin: .2rem auto; }
ul.pagination li:not(.next):not(.prev) { order: 1; }
ul.pagination li.prev a, ul.pagination li.next a { padding: 0.4rem; font-size: 1.6rem; }
ul.pagination li.prev { order: 2; }
ul.pagination li.next { order: 3; }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Header ------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Content ----------------------------------------------------------------------------------------------------------------------------------- */
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col { padding: 0 12px; flex: 0 0 100%; max-width: 100%; /* display: flex; */ }

@media (min-width: 992px){
.col10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col9 { flex: 0 0 75%; max-width: 75%; }
.col8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col7 { flex: 0 0 58.333334%; max-width: 58.333334%; }
.col6 { flex: 0 0 50%; max-width: 50%; }
.col5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col3 { flex: 0 0 25%; max-width: 25%; }
.col2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col1 { flex: 0 0 8.333333333333333%; max-width: 8.333333333333333%; }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
