.input-group-text {display: flex;align-items: center;padding: .75rem 1rem;margin-bottom: 0;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #697480;text-align: center;white-space: nowrap;background-color: #fff;border: 1px solid #d5dae2;border-radius: .25rem;}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {margin-top: 0;}
.custom-control {position: relative;display: block;min-height: 1.5rem;padding-left: 1.5rem;}
.custom-control-inline {display: inline-flex;margin-right: 1rem;}
.custom-control-input {position: absolute;z-index: -1;opacity: 0;}
.custom-control-input:checked ~ .custom-control-label::before {color: #fff;background-color: #00599d;}
.custom-control-input:focus ~ .custom-control-label::before {box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(55,125,255,.25);}
.custom-control-input:active ~ .custom-control-label::before {color: #fff;background-color: #eaf1ff;}
.custom-control-input:disabled ~ .custom-control-label {color: #697480;}
.custom-control-input:disabled ~ .custom-control-label::before {background-color: #f8fafd;}
.custom-control-label {position: relative;margin-bottom: 0;}
.custom-control-label::before {position: absolute;top: .25rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";user-select: none;background-color: #e7eaf3;}
.custom-control-label::after {position: absolute;top: .25rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;content: "";background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.custom-checkbox .custom-control-label::before {border-radius: .25rem;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background-color: #00599d;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {background-color: #00599d;}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3E%3C/svg%3E");}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(55,125,255,.5);}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {background-color: rgba(55,125,255,.5);}
.custom-radio .custom-control-label::before {border-radius: 50%;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {background-color: #00599d;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E");}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(55,125,255,.5);}
.custom-select {display: inline-block;width: 100%;height: calc(1.5em + 1.3rem + 2px);padding: .65rem 2rem .65rem 1rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;vertical-align: middle;background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;background-color: #fff;border: 1px solid #ebedf2;border-radius: .25rem;appearance: none;border-color: #d5dae2;}
.custom-select:focus {outline: 0;border-color: rgba(55,125,255,.5);box-shadow: 0 0 0 .2rem rgba(55,125,255,.5);}
.custom-select:focus::-ms-value {color: #1e2022;background-color: #fff;}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {height: auto;padding-right: 1rem;background-image: none;}
.custom-select:disabled {color: #697480;background-color: #f8fafd;}
.custom-select::-ms-expand {opacity: 0;}
.custom-select-sm {height: calc(2.5625rem + 2px);padding-top: .75rem;padding-bottom: .75rem;font-size: 75%;}
.custom-select-lg {height: calc(4.125rem + 2px);padding-top: .75rem;padding-bottom: .75rem;font-size: 125%;}
.custom-control-label::before, .custom-file-label, .custom-select {transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media screen and (prefers-reduced-motion: reduce) {.custom-control-label::before, .custom-file-label, .custom-select {transition: none;}}
.nav-tabs {border-bottom: 1px solid #e7eaf3;}
.nav-tabs .nav-item {margin-bottom: -1px;}
.nav-tabs .nav-link {border: 1px solid transparent;border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {border-color: #f8fafd #f8fafd #e7eaf3;}
.nav-tabs .nav-link.disabled {color: #697480;background-color: transparent;border-color: transparent;}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {color: #697480;background-color: #fff;border-color: #e7eaf3 #e7eaf3 #fff;}
.nav-tabs .dropdown-menu {margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0;}
.nav-pills .nav-link {border-radius: .25rem;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #fff;background-color: #00599d;}
.nav-fill .nav-item {flex: 1 1 auto;text-align: center;}
.nav-justified .nav-item {flex-basis: 0;flex-grow: 1;text-align: center;}
.tab-content > .tab-pane {display: none;}
.tab-content > .active {display: block;}
.breadcrumb {display: flex;flex-wrap: wrap;padding: .75rem 1rem;margin-bottom: .5rem;list-style: none;background-color: transparent;border-radius: .25rem;}
.breadcrumb-item + .breadcrumb-item {padding-left: .5rem;}
.breadcrumb-item + .breadcrumb-item::before {display: inline-block;padding-right: .5rem;color: #97a4af;content: ">";}
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: underline;}
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: none;}
.breadcrumb-item.active {color: #697480;}
.border {border: 1px solid #e7eaf3 !important;}
.border-top {border-top: 1px solid #e7eaf3 !important;}
.border-right {border-right: 1px solid #e7eaf3 !important;}
.border-bottom {border-bottom: 1px solid #e7eaf3 !important;}
.border-left {border-left: 1px solid #e7eaf3 !important;}
.border-top-0 {border-top: 0 !important;}
.border-right-0 {border-right: 0 !important;}
.rounded-top {border-top-left-radius: .25rem !important;border-top-right-radius: .25rem !important;}
.rounded-right {border-top-right-radius: .25rem !important;border-bottom-right-radius: .25rem !important;}
.rounded-bottom {border-bottom-right-radius: .25rem !important;border-bottom-left-radius: .25rem !important;}
.rounded-left {border-top-left-radius: .25rem !important;border-bottom-left-radius: .25rem !important;}
.embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}
.embed-responsive::before {display: block;content: "";}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}
.embed-responsive-21by9::before {padding-top: 42.85714%;}
.embed-responsive-16by9::before {padding-top: 56.25%;}
.embed-responsive-4by3::before {padding-top: 75%;}
.embed-responsive-1by1::before {padding-top: 100%;}
.flex-row {flex-direction: row !important;}
.flex-row-reverse {flex-direction: row-reverse !important;}
.flex-column-reverse {flex-direction: column-reverse !important;}
.flex-wrap {flex-wrap: wrap !important;}
.flex-nowrap {flex-wrap: nowrap !important;}
.flex-wrap-reverse {flex-wrap: wrap-reverse !important;}
.flex-fill {flex: 1 1 auto !important;}
.flex-grow-0 {flex-grow: 0 !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.flex-shrink-0 {flex-shrink: 0 !important;}
.flex-shrink-1 {flex-shrink: 1 !important;}
@media (min-width: 576px) {.flex-sm-row {flex-direction: row !important;}
	.flex-sm-column {flex-direction: column !important;}
	.flex-sm-row-reverse {flex-direction: row-reverse !important;}
	.flex-sm-column-reverse {flex-direction: column-reverse !important;}
	.flex-sm-wrap {flex-wrap: wrap !important;}
	.flex-sm-nowrap {flex-wrap: nowrap !important;}
	.flex-sm-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.flex-sm-fill {flex: 1 1 auto !important;}
	.flex-sm-grow-0 {flex-grow: 0 !important;}
	.flex-sm-grow-1 {flex-grow: 1 !important;}
	.flex-sm-shrink-0 {flex-shrink: 0 !important;}
	.flex-sm-shrink-1 {flex-shrink: 1 !important;}
	.justify-content-sm-start {justify-content: flex-start !important;}
	.justify-content-sm-end {justify-content: flex-end !important;}
	.justify-content-sm-center {justify-content: center !important;}
	.justify-content-sm-between {justify-content: space-between !important;}
	.justify-content-sm-around {justify-content: space-around !important;}
	.align-items-sm-start {align-items: flex-start !important;}
	.align-items-sm-end {align-items: flex-end !important;}
	.align-items-sm-center {align-items: center !important;}
	.align-items-sm-baseline {align-items: baseline !important;}
	.align-items-sm-stretch {align-items: stretch !important;}
	.align-content-sm-start {align-content: flex-start !important;}
	.align-content-sm-end {align-content: flex-end !important;}
	.align-content-sm-center {align-content: center !important;}
	.align-content-sm-between {align-content: space-between !important;}
	.align-content-sm-around {align-content: space-around !important;}
	.align-content-sm-stretch {align-content: stretch !important;}
	.align-self-sm-auto {align-self: auto !important;}
	.align-self-sm-start {align-self: flex-start !important;}
	.align-self-sm-end {align-self: flex-end !important;}
	.align-self-sm-center {align-self: center !important;}
	.align-self-sm-baseline {align-self: baseline !important;}
	.align-self-sm-stretch {align-self: stretch !important;}}
@media (min-width: 768px) {.flex-md-row {flex-direction: row !important;}
	.flex-md-column {flex-direction: column !important;}
	.flex-md-row-reverse {flex-direction: row-reverse !important;}
	.flex-md-column-reverse {flex-direction: column-reverse !important;}
	.flex-md-wrap {flex-wrap: wrap !important;}
	.flex-md-nowrap {flex-wrap: nowrap !important;}
	.flex-md-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.flex-md-fill {flex: 1 1 auto !important;}
	.flex-md-grow-0 {flex-grow: 0 !important;}
	.flex-md-grow-1 {flex-grow: 1 !important;}
	.flex-md-shrink-0 {flex-shrink: 0 !important;}
	.flex-md-shrink-1 {flex-shrink: 1 !important;}
	.justify-content-md-start {justify-content: flex-start !important;}
	.justify-content-md-end {justify-content: flex-end !important;}
	.justify-content-md-center {justify-content: center !important;}
	.justify-content-md-between {justify-content: space-between !important;}
	.justify-content-md-around {justify-content: space-around !important;}
	.align-items-md-start {align-items: flex-start !important;}
	.align-items-md-end {align-items: flex-end !important;}
	.align-items-md-center {align-items: center !important;}
	.align-items-md-baseline {align-items: baseline !important;}
	.align-items-md-stretch {align-items: stretch !important;}
	.align-content-md-start {align-content: flex-start !important;}
	.align-content-md-end {align-content: flex-end !important;}
	.align-content-md-center {align-content: center !important;}
	.align-content-md-between {align-content: space-between !important;}
	.align-content-md-around {align-content: space-around !important;}
	.align-content-md-stretch {align-content: stretch !important;}
	.align-self-md-auto {align-self: auto !important;}
	.align-self-md-start {align-self: flex-start !important;}
	.align-self-md-end {align-self: flex-end !important;}
	.align-self-md-center {align-self: center !important;}
	.align-self-md-baseline {align-self: baseline !important;}
	.align-self-md-stretch {align-self: stretch !important;}}
@media (min-width: 992px) {.flex-lg-row {flex-direction: row !important;}
	.flex-lg-column {flex-direction: column !important;}
	.flex-lg-row-reverse {flex-direction: row-reverse !important;}
	.flex-lg-column-reverse {flex-direction: column-reverse !important;}
	.flex-lg-wrap {flex-wrap: wrap !important;}
	.flex-lg-nowrap {flex-wrap: nowrap !important;}
	.flex-lg-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.flex-lg-fill {flex: 1 1 auto !important;}
	.flex-lg-grow-0 {flex-grow: 0 !important;}
	.flex-lg-grow-1 {flex-grow: 1 !important;}
	.flex-lg-shrink-0 {flex-shrink: 0 !important;}
	.flex-lg-shrink-1 {flex-shrink: 1 !important;}
	.justify-content-lg-start {justify-content: flex-start !important;}
	.justify-content-lg-end {justify-content: flex-end !important;}
	.justify-content-lg-center {justify-content: center !important;}
	.justify-content-lg-between {justify-content: space-between !important;}
	.justify-content-lg-around {justify-content: space-around !important;}
	.align-items-lg-start {align-items: flex-start !important;}
	.align-items-lg-end {align-items: flex-end !important;}
	.align-items-lg-center {align-items: center !important;}
	.align-items-lg-baseline {align-items: baseline !important;}
	.align-items-lg-stretch {align-items: stretch !important;}
	.align-content-lg-start {align-content: flex-start !important;}
	.align-content-lg-end {align-content: flex-end !important;}
	.align-content-lg-center {align-content: center !important;}
	.align-content-lg-between {align-content: space-between !important;}
	.align-content-lg-around {align-content: space-around !important;}
	.align-content-lg-stretch {align-content: stretch !important;}
	.align-self-lg-auto {align-self: auto !important;}
	.align-self-lg-start {align-self: flex-start !important;}
	.align-self-lg-end {align-self: flex-end !important;}
	.align-self-lg-center {align-self: center !important;}
	.align-self-lg-baseline {align-self: baseline !important;}
	.align-self-lg-stretch {align-self: stretch !important;}}
@media (min-width: 1200px) {.flex-xl-row {flex-direction: row !important;}
	.flex-xl-column {flex-direction: column !important;}
	.flex-xl-row-reverse {flex-direction: row-reverse !important;}
	.flex-xl-column-reverse {flex-direction: column-reverse !important;}
	.flex-xl-wrap {flex-wrap: wrap !important;}
	.flex-xl-nowrap {flex-wrap: nowrap !important;}
	.flex-xl-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.flex-xl-fill {flex: 1 1 auto !important;}
	.flex-xl-grow-0 {flex-grow: 0 !important;}
	.flex-xl-grow-1 {flex-grow: 1 !important;}
	.flex-xl-shrink-0 {flex-shrink: 0 !important;}
	.flex-xl-shrink-1 {flex-shrink: 1 !important;}
	.justify-content-xl-start {justify-content: flex-start !important;}
	.justify-content-xl-end {justify-content: flex-end !important;}
	.justify-content-xl-center {justify-content: center !important;}
	.justify-content-xl-between {justify-content: space-between !important;}
	.justify-content-xl-around {justify-content: space-around !important;}
	.align-items-xl-start {align-items: flex-start !important;}
	.align-items-xl-end {align-items: flex-end !important;}
	.align-items-xl-center {align-items: center !important;}
	.align-items-xl-baseline {align-items: baseline !important;}
	.align-items-xl-stretch {align-items: stretch !important;}
	.align-content-xl-start {align-content: flex-start !important;}
	.align-content-xl-end {align-content: flex-end !important;}
	.align-content-xl-center {align-content: center !important;}
	.align-content-xl-between {align-content: space-between !important;}
	.align-content-xl-around {align-content: space-around !important;}
	.align-content-xl-stretch {align-content: stretch !important;}
	.align-self-xl-auto {align-self: auto !important;}
	.align-self-xl-start {align-self: flex-start !important;}
	.align-self-xl-end {align-self: flex-end !important;}
	.align-self-xl-center {align-self: center !important;}
	.align-self-xl-baseline {align-self: baseline !important;}
	.align-self-xl-stretch {align-self: stretch !important;}}
.table {width: 100%;margin-bottom: 1rem;background-color: transparent;}
.table th, .table td {padding: .75rem;vertical-align: top;border-top: 1px solid #e7eaf3;}
.table thead th {vertical-align: bottom;border-bottom: 2px solid #e7eaf3;}
.table tbody + tbody {border-top: 2px solid #e7eaf3;}
.table .table {background-color: #fff;}
.table-sm th, .table-sm td {padding: .3rem;}
.table-bordered {border: 1px solid #e7eaf3;}
.table-bordered th, .table-bordered td {border: 1px solid #e7eaf3;}
.table-bordered thead th, .table-bordered thead td {border-bottom-width: 2px;}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {border: 0;}
.table-striped tbody tr:nth-of-type(odd) {background-color: #f8fafd;}
@media (max-width: 575.98px) {.table-responsive-sm {display: block;width: 100%;overflow-x: auto;}
	.table-responsive-sm > .table-bordered {border: 0;}}
@media (max-width: 767.98px) {.table-responsive-md {display: block;width: 100%;overflow-x: auto;}
	.table-responsive-md > .table-bordered {border: 0;}}
@media (max-width: 991.98px) {.table-responsive-lg {display: block;width: 100%;overflow-x: auto;}
	.table-responsive-lg > .table-bordered {border: 0;}}
@media (max-width: 1199.98px) {.table-responsive-xl {display: block;width: 100%;overflow-x: auto;}
	.table-responsive-xl > .table-bordered {border: 0;}}
.table-responsive {display: block;width: 100%;overflow-x: auto;}
.table-responsive > .table-bordered {border: 0;}
.border-left-0 {border-left: 0 !important;}
.border-primary {border-color: #00599d !important;}
.border-secondary {border-color: #697480 !important;}
.border-success {border-color: #00c9a7 !important;}
.border-info {border-color: #00dffc !important;}
.border-warning {border-color: #ffc107 !important;}
.border-danger {border-color: #de4437 !important;}
.border-light {border-color: #f8f9fa !important;}
.border-dark {border-color: #1e2022 !important;}
.border-white {border-color: #fff !important;}
.border-indigo {border-color: #2d1582 !important;}
.border-white {border-color: #fff !important;}
.btn-toolbar {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.btn-toolbar .input-group {width: auto;}
.btn-group > .btn:first-child {margin-left: 0;}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.btn-group, .btn-group-vertical {position: relative;display: inline-flex;vertical-align: middle;}
.btn-group > .btn, .btn-group-vertical > .btn {position: relative;flex: 0 1 auto;}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {z-index: 1;}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {z-index: 1;}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {margin-left: -1px;}
.btn-secondary {color: #fff;background-color: #697480;border-color: #697480;}
.btn-secondary:hover {color: #fff;background-color: #65707b;border-color: #5f6a74;}
.btn-secondary:focus, .btn-secondary.focus {box-shadow: 0 0 0 .2rem rgba(119,131,143,.5);}
.btn-secondary.disabled, .btn-secondary:disabled {color: #fff;background-color: #697480;border-color: #697480;}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {color: #fff;background-color: #5f6a74;border-color: #5a636d;}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(119,131,143,.5);}
.btn-success {color: #fff;background-color: #00c9a7;border-color: #00c9a7;}
.btn-success:hover {color: #fff;background-color: #00a387;border-color: #00967d;}
.btn-success:focus, .btn-success.focus {box-shadow: 0 0 0 .2rem rgba(0,201,167,.5);}
.btn-success.disabled, .btn-success:disabled {color: #fff;background-color: #00c9a7;border-color: #00c9a7;}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {color: #fff;background-color: #00967d;border-color: #008972;}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(0,201,167,.5);}
.btn-info {color: #1e2022;background-color: #00dffc;border-color: #00dffc;}
.btn-info:hover {color: #fff;background-color: #00bdd6;border-color: #00b2c9;}
.btn-info:focus, .btn-info.focus {box-shadow: 0 0 0 .2rem rgba(0,223,252,.5);}
.btn-info.disabled, .btn-info:disabled {color: #1e2022;background-color: #00dffc;border-color: #00dffc;}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {color: #fff;background-color: #00b2c9;border-color: #00a7bc;}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(0,223,252,.5);}
.btn-warning {color: #1e2022;background-color: #ffc107;border-color: #ffc107;}
.btn-warning:hover {color: #1e2022;background-color: #e0a800;border-color: #d39e00;}
.btn-warning:focus, .btn-warning.focus {box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);}
.btn-warning.disabled, .btn-warning:disabled {color: #1e2022;background-color: #ffc107;border-color: #ffc107;}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {color: #1e2022;background-color: #d39e00;border-color: #c69500;}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);}
.btn-danger {color: #fff;background-color: #de4437;border-color: #de4437;}
.btn-danger:hover {color: #fff;background-color: #cd2f22;border-color: #c22d20;}
.btn-danger:focus, .btn-danger.focus {box-shadow: 0 0 0 .2rem rgba(222,68,55,.5);}
.btn-danger.disabled, .btn-danger:disabled {color: #fff;background-color: #de4437;border-color: #de4437;}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {color: #fff;background-color: #c22d20;border-color: #b72a1e;}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(222,68,55,.5);}
.btn-light {color: #1e2022;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-light:hover {color: #1e2022;background-color: #e2e6ea;border-color: #dae0e5;}
.btn-light:focus, .btn-light.focus {box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);}
.btn-light.disabled, .btn-light:disabled {color: #1e2022;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {color: #1e2022;background-color: #dae0e5;border-color: #d3d9df;}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);}
.btn-dark {color: #fff;background-color: #1e2022;border-color: #1e2022;}
.btn-dark:hover {color: #fff;background-color: #0c0d0e;border-color: #060707;}
.btn-dark:focus, .btn-dark.focus {box-shadow: 0 0 0 .2rem rgba(30,32,34,.5);}
.btn-dark.disabled, .btn-dark:disabled {color: #fff;background-color: #1e2022;border-color: #1e2022;}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {color: #fff;background-color: #060707;border-color: black;}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(30,32,34,.5);}
.btn-indigo {color: #fff;background-color: #2d1582;border-color: #2d1582;}
.btn-indigo:hover {color: #fff;background-color: #221061;border-color: #1e0e56;}
.btn-indigo:focus, .btn-indigo.focus {box-shadow: 0 0 0 .2rem rgba(45,21,130,.5);}
.btn-indigo.disabled, .btn-indigo:disabled {color: #fff;background-color: #2d1582;border-color: #2d1582;}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {color: #fff;background-color: #1e0e56;border-color: #1a0c4b;}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(45,21,130,.5);}
.btn-outline-primary {color: #00599d;background-color: transparent;background-image: none;border-color: #00599d;}
.btn-outline-primary:hover {color: #fff;background-color: #00599d;border-color: #00599d;}
.btn-outline-primary:focus, .btn-outline-primary.focus {box-shadow: 0 0 0 .2rem rgba(55,125,255,.5);}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #00599d;background-color: transparent;}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {color: #fff;background-color: #00599d;border-color: #00599d;}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(55,125,255,.5);}
.btn-outline-secondary {color: #697480;background-color: transparent;background-image: none;border-color: #697480;}
.btn-outline-secondary:hover {color: #fff;background-color: #697480;border-color: #697480;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {box-shadow: 0 0 0 .2rem rgba(119,131,143,.5);}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #697480;background-color: transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {color: #fff;background-color: #697480;border-color: #697480;}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(119,131,143,.5);}
.btn-outline-success {color: #00c9a7;background-color: transparent;background-image: none;border-color: #00c9a7;}
.btn-outline-success:hover {color: #fff;background-color: #00c9a7;border-color: #00c9a7;}
.btn-outline-success:focus, .btn-outline-success.focus {box-shadow: 0 0 0 .2rem rgba(0,201,167,.5);}
.btn-outline-success.disabled, .btn-outline-success:disabled {color: #00c9a7;background-color: transparent;}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {color: #fff;background-color: #00c9a7;border-color: #00c9a7;}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(0,201,167,.5);}
.btn-outline-info {color: #00dffc;background-color: transparent;background-image: none;border-color: #00dffc;}
.btn-outline-info:hover {color: #1e2022;background-color: #00dffc;border-color: #00dffc;}
.btn-outline-info:focus, .btn-outline-info.focus {box-shadow: 0 0 0 .2rem rgba(0,223,252,.5);}
.btn-outline-info.disabled, .btn-outline-info:disabled {color: #00dffc;background-color: transparent;}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {color: #1e2022;background-color: #00dffc;border-color: #00dffc;}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(0,223,252,.5);}
.btn-outline-warning {color: #ffc107;background-color: transparent;background-image: none;border-color: #ffc107;}
.btn-outline-warning:hover {color: #1e2022;background-color: #ffc107;border-color: #ffc107;}
.btn-outline-warning:focus, .btn-outline-warning.focus {box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {color: #ffc107;background-color: transparent;}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {color: #1e2022;background-color: #ffc107;border-color: #ffc107;}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);}
.btn-outline-danger {color: #de4437;background-color: transparent;background-image: none;border-color: #de4437;}
.btn-outline-danger:hover {color: #fff;background-color: #de4437;border-color: #de4437;}
.btn-outline-danger:focus, .btn-outline-danger.focus {box-shadow: 0 0 0 .2rem rgba(222,68,55,.5);}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {color: #de4437;background-color: transparent;}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {color: #fff;background-color: #de4437;border-color: #de4437;}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(222,68,55,.5);}
.btn-outline-light {color: #f8f9fa;background-color: transparent;background-image: none;border-color: #f8f9fa;}
.btn-outline-light:hover {color: #1e2022;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-outline-light:focus, .btn-outline-light.focus {box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);}
.btn-outline-light.disabled, .btn-outline-light:disabled {color: #f8f9fa;background-color: transparent;}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {color: #1e2022;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);}
.btn-outline-dark {color: #1e2022;background-color: transparent;background-image: none;border-color: #1e2022;}
.btn-outline-dark:hover {color: #fff;background-color: #1e2022;border-color: #1e2022;}
.btn-outline-dark:focus, .btn-outline-dark.focus {box-shadow: 0 0 0 .2rem rgba(30,32,34,.5);}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {color: #1e2022;background-color: transparent;}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {color: #fff;background-color: #1e2022;border-color: #1e2022;}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(30,32,34,.5);}
.btn-outline-white {color: #fff;background-color: transparent;background-image: none;border-color: #fff;}
.btn-outline-white:hover {color: #1e2022;background-color: #fff;border-color: #fff;}
.btn-outline-white:focus, .btn-outline-white.focus {box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);}
.btn-outline-white.disabled, .btn-outline-white:disabled {color: #fff;background-color: transparent;}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {color: #1e2022;background-color: #fff;border-color: #fff;}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(255,255,255,.5);}
.btn-outline-indigo {color: #2d1582;background-color: transparent;background-image: none;border-color: #2d1582;}
.btn-outline-indigo:hover {color: #fff;background-color: #2d1582;border-color: #2d1582;}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {box-shadow: 0 0 0 .2rem rgba(45,21,130,.5);}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {color: #2d1582;background-color: transparent;}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {color: #fff;background-color: #2d1582;border-color: #2d1582;}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {box-shadow: 0 0 0 .2rem rgba(45,21,130,.5);}
.btn-link {font-weight: 400;color: #00599d;background-color: transparent;}
.btn-link:hover {color: #0052ea;text-decoration: none;background-color: transparent;border-color: transparent;}
.btn-link:focus, .btn-link.focus {text-decoration: none;border-color: transparent;box-shadow: none;}
.btn-link:disabled, .btn-link.disabled {color: #697480;pointer-events: none;}
.form-inline {display: flex;flex-flow: row wrap;align-items: center;}
.form-inline .form-check {width: 100%;}
@media (min-width: 576px) {.form-inline label {display: flex;align-items: center;justify-content: center;margin-bottom: 0;}
	.form-inline .form-group {display: flex;flex: 0 0 auto;flex-flow: row wrap;align-items: center;margin-bottom: 0;}
	.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle;}
	.form-inline .form-control-plaintext {display: inline-block;}
	.form-inline .input-group, .form-inline .custom-select {width: auto;}
	.form-inline .form-check {display: flex;align-items: center;justify-content: center;width: auto;padding-left: 0;}
	.form-inline .form-check-input {position: relative;margin-top: 0;margin-right: .25rem;margin-left: 0;}
	.form-inline .custom-control {align-items: center;justify-content: center;}
	.form-inline .custom-control-label {margin-bottom: 0;}}
.valid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: 80%;color: #00c9a7;}
.valid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: #00c9a7;border-radius: .25rem;}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid, .custom-select.is-valid {border-color: #00c9a7;}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus, .custom-select.is-valid:focus {border-color: #00c9a7;box-shadow: 0 0 0 .2rem rgba(0,201,167,.25);}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback, .was-validated
.custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {display: block;}
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {display: block;}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {color: #00c9a7;}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {display: block;}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {color: #00c9a7;}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {background-color: #4affe0;}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {display: block;}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {background-color: #00fcd1;}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,201,167,.25);}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {border-color: #00c9a7;}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {border-color: inherit;}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {display: block;}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {box-shadow: 0 0 0 .2rem rgba(0,201,167,.25);}
.invalid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: 80%;color: #de4437;}
.invalid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: #de4437;border-radius: .25rem;}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid, .custom-select.is-invalid {border-color: #de4437;}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus, .custom-select.is-invalid:focus {border-color: #de4437;box-shadow: 0 0 0 .2rem rgba(222,68,55,.25);}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback, .was-validated
.custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {color: #de4437;}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {color: #de4437;}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {background-color: #f0aaa4;}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {background-color: #e56d63;}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(222,68,55,.25);}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {border-color: #de4437;}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {border-color: inherit;}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {display: block;}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {box-shadow: 0 0 0 .2rem rgba(222,68,55,.25);}
.w-25 {width: 25% !important;}
.w-50 {width: 50% !important;}
.w-75 {width: 75% !important;}
.w-auto {width: auto !important;}
.w-15 {width: 15% !important;}
.w-30 {width: 30% !important;}
.w-35 {width: 35% !important;}
.w-40 {width: 40% !important;}
.w-60 {width: 60% !important;}
.w-65 {width: 65% !important;}
.w-80 {width: 80% !important;}
.w-85 {width: 85% !important;}
@media (min-width: 768px) {.w-md-25 {width: 25% !important;}
	.w-md-50 {width: 50% !important;}
	.w-md-75 {width: 75% !important;}
	.w-md-100 {width: 100% !important;}
	.w-md-auto {width: auto !important;}
	.w-md-15 {width: 15% !important;}
	.w-md-30 {width: 30% !important;}
	.w-md-35 {width: 35% !important;}
	.w-md-40 {width: 40% !important;}
	.w-md-60 {width: 60% !important;}
	.w-md-65 {width: 65% !important;}
	.w-md-80 {width: 80% !important;}
	.w-md-85 {width: 85% !important;}}
@media (min-width: 992px) {.w-lg-25 {width: 25% !important;}
	.w-lg-50 {width: 50% !important;}
	.w-lg-100 {width: 100% !important;}
	.w-lg-auto {width: auto !important;}
	.w-lg-15 {width: 15% !important;}
	.w-lg-30 {width: 30% !important;}
	.w-lg-35 {width: 35% !important;}
	.w-lg-40 {width: 40% !important;}
	.w-lg-60 {width: 60% !important;}
	.w-lg-65 {width: 65% !important;}
	.w-lg-80 {width: 80% !important;}
	.w-lg-85 {width: 85% !important;}}
.alert-text {color: inherit;}
[class*="badge-outline"] {border-style: solid;border-width: .125rem;box-shadow: 0 3px 6px 0 rgba(140,152,164,.25);}
.badge-bigger {padding: .625rem;}
.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {top: 0;right: 0;transform: translate(50%,-50%);}
.badge-pos--top-left {top: 0;left: 0;transform: translate(-50%,-50%);}
.badge-pos--bottom-left {bottom: 0;left: 0;transform: translate(-50%,50%);}
.badge-pos--bottom-right {bottom: 0;right: 0;transform: translate(50%,50%);}
.btn-secondary[href]:hover, .btn-secondary[href]:focus, .btn-secondary[href]:active, .btn-secondary[type]:hover, .btn-secondary[type]:focus, .btn-secondary[type]:active {box-shadow: 0 4px 11px rgba(119,131,143,.35);}
.btn-secondary:not(label.btn), .btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-secondary:not([href]), .btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #697480;border-color: #697480;}
.btn-success[href]:hover, .btn-success[href]:focus, .btn-success[href]:active, .btn-success[type]:hover, .btn-success[type]:focus, .btn-success[type]:active {box-shadow: 0 4px 11px rgba(0,201,167,.35);}
.btn-success:not(label.btn), .btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-success:not([href]), .btn-success:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #00c9a7;border-color: #00c9a7;}
.btn-info[href]:hover, .btn-info[href]:focus, .btn-info[href]:active, .btn-info[type]:hover, .btn-info[type]:focus, .btn-info[type]:active {box-shadow: 0 4px 11px rgba(0,223,252,.35);}
.btn-info:not(label.btn), .btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-info:not([href]), .btn-info:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #00dffc;border-color: #00dffc;}
.btn-warning[href]:hover, .btn-warning[href]:focus, .btn-warning[href]:active, .btn-warning[type]:hover, .btn-warning[type]:focus, .btn-warning[type]:active {box-shadow: 0 4px 11px rgba(255,193,7,.35);}
.btn-warning:not(label.btn), .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-warning:not([href]), .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #ffc107;border-color: #ffc107;}
.btn-danger[href]:hover, .btn-danger[href]:focus, .btn-danger[href]:active, .btn-danger[type]:hover, .btn-danger[type]:focus, .btn-danger[type]:active {box-shadow: 0 4px 11px rgba(222,68,55,.35);}
.btn-danger:not(label.btn), .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-danger:not([href]), .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #de4437;border-color: #de4437;}
.btn-light[href]:hover, .btn-light[href]:focus, .btn-light[href]:active, .btn-light[type]:hover, .btn-light[type]:focus, .btn-light[type]:active {box-shadow: 0 4px 11px rgba(248,249,250,.35);}
.btn-light:not(label.btn), .btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-light:not([href]), .btn-light:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-dark[href]:hover, .btn-dark[href]:focus, .btn-dark[href]:active, .btn-dark[type]:hover, .btn-dark[type]:focus, .btn-dark[type]:active {box-shadow: 0 4px 11px rgba(30,32,34,.35);}
.btn-dark:not(label.btn), .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-dark:not([href]), .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #1e2022;border-color: #1e2022;}
.btn-indigo[href]:hover, .btn-indigo[href]:focus, .btn-indigo[href]:active, .btn-indigo[type]:hover, .btn-indigo[type]:focus, .btn-indigo[type]:active {box-shadow: 0 4px 11px rgba(45,21,130,.35);}
.btn-indigo:not(label.btn), .btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-indigo:not([href]), .btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled) {background-color: #2d1582;border-color: #2d1582;}
.btn-custom-toggle-primary {color: #697480;border-color: #d5dae2;}
.btn-custom-toggle-primary:hover {color: #00599d;background-color: transparent;border-color: #00599d;}
.btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .btn-custom-toggle-primary:not(:disabled):not(.disabled).active, .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, .btn-custom-toggle-primary:not(:disabled):not(.disabled).active {color: #fff;background-color: #00599d;border-color: #00599d;}
.btn-custom-toggle-white:hover {color: #fff;background-color: rgba(255,255,255,.2);}
.btn-custom-toggle-white:not(:disabled):not(.disabled):active, .btn-custom-toggle-white:not(:disabled):not(.disabled).active, .btn-custom-toggle-white:not(:disabled):not(.disabled):active, .btn-custom-toggle-white:not(:disabled):not(.disabled).active {color: #00599d;}
.btn-soft-primary {color: #00599d;background: rgba(55,125,255,.1);border-color: transparent;}
.btn-soft-primary[href]:hover, .btn-soft-primary[href]:focus, .btn-soft-primary[href]:active, .btn-soft-primary[href].active, .btn-soft-primary[type]:hover, .btn-soft-primary[type]:focus, .btn-soft-primary[type]:active, .btn-soft-primary[type].active {color: #fff;background: #00599d;box-shadow: 0 4px 11px rgba(55,125,255,.35);}
.btn-soft-primary[href].disabled, .btn-soft-primary[href]:disabled, .btn-soft-primary[type].disabled, .btn-soft-primary[type]:disabled {color: #00599d;background-color: rgba(55,125,255,.1);box-shadow: none;}
.btn-soft-info {color: #00dffc;background: rgba(0,223,252,.1);border-color: transparent;}
.btn-soft-info[href]:hover, .btn-soft-info[href]:focus, .btn-soft-info[href]:active, .btn-soft-info[href].active, .btn-soft-info[type]:hover, .btn-soft-info[type]:focus, .btn-soft-info[type]:active, .btn-soft-info[type].active {color: #1e2022;background: #00dffc;box-shadow: 0 4px 11px rgba(0,223,252,.35);}
.btn-soft-info[href].disabled, .btn-soft-info[href]:disabled, .btn-soft-info[type].disabled, .btn-soft-info[type]:disabled {color: #00dffc;background-color: rgba(0,223,252,.1);box-shadow: none;}
.btn-soft-warning {color: #ffc107;background: rgba(255,193,7,.1);border-color: transparent;}
.btn-soft-warning[href]:hover, .btn-soft-warning[href]:focus, .btn-soft-warning[href]:active, .btn-soft-warning[href].active, .btn-soft-warning[type]:hover, .btn-soft-warning[type]:focus, .btn-soft-warning[type]:active, .btn-soft-warning[type].active {color: #1e2022;background: #ffc107;box-shadow: 0 4px 11px rgba(255,193,7,.35);}
.btn-soft-warning[href].disabled, .btn-soft-warning[href]:disabled, .btn-soft-warning[type].disabled, .btn-soft-warning[type]:disabled {color: #ffc107;background-color: rgba(255,193,7,.1);box-shadow: none;}
.btn-soft-danger {color: #de4437;background: rgba(222,68,55,.1);border-color: transparent;}
.btn-soft-danger[href]:hover, .btn-soft-danger[href]:focus, .btn-soft-danger[href]:active, .btn-soft-danger[href].active, .btn-soft-danger[type]:hover, .btn-soft-danger[type]:focus, .btn-soft-danger[type]:active, .btn-soft-danger[type].active {color: #fff;background: #de4437;box-shadow: 0 4px 11px rgba(222,68,55,.35);}
.btn-soft-danger[href].disabled, .btn-soft-danger[href]:disabled, .btn-soft-danger[type].disabled, .btn-soft-danger[type]:disabled {color: #de4437;background-color: rgba(222,68,55,.1);box-shadow: none;}
.btn-soft-light {color: #f8f9fa;background: rgba(248,249,250,.1);border-color: transparent;}
.btn-soft-light[href]:hover, .btn-soft-light[href]:focus, .btn-soft-light[href]:active, .btn-soft-light[href].active, .btn-soft-light[type]:hover, .btn-soft-light[type]:focus, .btn-soft-light[type]:active, .btn-soft-light[type].active {color: #1e2022;background: #f8f9fa;box-shadow: 0 4px 11px rgba(248,249,250,.35);}
.btn-soft-light[href].disabled, .btn-soft-light[href]:disabled, .btn-soft-light[type].disabled, .btn-soft-light[type]:disabled {color: #f8f9fa;background-color: rgba(248,249,250,.1);box-shadow: none;}
.btn-soft-dark {color: #1e2022;background: rgba(30,32,34,.1);border-color: transparent;}
.btn-soft-dark[href]:hover, .btn-soft-dark[href]:focus, .btn-soft-dark[href]:active, .btn-soft-dark[href].active, .btn-soft-dark[type]:hover, .btn-soft-dark[type]:focus, .btn-soft-dark[type]:active, .btn-soft-dark[type].active {color: #fff;background: #1e2022;box-shadow: 0 4px 11px rgba(30,32,34,.35);}
.btn-soft-dark[href].disabled, .btn-soft-dark[href]:disabled, .btn-soft-dark[type].disabled, .btn-soft-dark[type]:disabled {color: #1e2022;background-color: rgba(30,32,34,.1);box-shadow: none;}
.btn-soft-white {color: #fff;background: rgba(255,255,255,.1);border-color: transparent;}
.btn-soft-white[href]:hover, .btn-soft-white[href]:focus, .btn-soft-white[href]:active, .btn-soft-white[href].active, .btn-soft-white[type]:hover, .btn-soft-white[type]:focus, .btn-soft-white[type]:active, .btn-soft-white[type].active {color: #1e2022;background: #fff;box-shadow: 0 4px 11px rgba(255,255,255,.35);}
.btn-soft-white[href].disabled, .btn-soft-white[href]:disabled, .btn-soft-white[type].disabled, .btn-soft-white[type]:disabled {color: #fff;background-color: rgba(255,255,255,.1);box-shadow: none;}
.btn-soft-indigo {color: #2d1582;background: rgba(45,21,130,.1);border-color: transparent;}
.btn-soft-indigo[href]:hover, .btn-soft-indigo[href]:focus, .btn-soft-indigo[href]:active, .btn-soft-indigo[href].active, .btn-soft-indigo[type]:hover, .btn-soft-indigo[type]:focus, .btn-soft-indigo[type]:active, .btn-soft-indigo[type].active {color: #fff;background: #2d1582;box-shadow: 0 4px 11px rgba(45,21,130,.35);}
.btn-soft-indigo[href].disabled, .btn-soft-indigo[href]:disabled, .btn-soft-indigo[type].disabled, .btn-soft-indigo[type]:disabled {color: #2d1582;background-color: rgba(45,21,130,.1);box-shadow: none;}
.btn-soft-gray {color: #f8fafd;background: rgba(248,250,253,.1);border-color: transparent;}
.btn-soft-gray[href]:hover, .btn-soft-gray[href]:focus, .btn-soft-gray[href]:active, .btn-soft-gray[href].active, .btn-soft-gray[type]:hover, .btn-soft-gray[type]:focus, .btn-soft-gray[type]:active, .btn-soft-gray[type].active {color: #1e2022;background: #f8fafd;box-shadow: 0 4px 11px rgba(248,250,253,.35);}
.btn-soft-gray[href].disabled, .btn-soft-gray[href]:disabled, .btn-soft-gray[type].disabled, .btn-soft-gray[type]:disabled {color: #f8fafd;background-color: rgba(248,250,253,.1);box-shadow: none;}
.btn__toggle-default {display: inline-block;}
.btn__toggle-toggled {display: none;}
.btn.toggled .btn__toggle-default {display: none;}
.btn.toggled .btn__toggle-toggled {display: inline-block;}
.breadcrumb-white {background-color: transparent;}
.breadcrumb-white .breadcrumb-item {color: #fff;}
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {color: rgba(255,255,255,.7);}
.breadcrumb-white .breadcrumb-link {color: rgba(255,255,255,.7);}
.breadcrumb-no-gutter {padding: 0;}
.card-img-top, .card-img-bottom {min-height: 1px;}
.close-light {color: rgba(255,255,255,.7);}
.close-light:not(:disabled):not(.disabled):hover, .close-light:not(:disabled):not(.disabled):focus {color: #fff;}
.dropdown-menu-right {right: 0;left: auto !important;}
.dropdown-menu-bottom {top: auto;bottom: 0;}
@media (min-width: 576px) {.dropdown-menu-sm-right {right: 0;left: auto !important;}}
@media (min-width: 768px) {.dropdown-menu-md-right {right: 0;left: auto !important;}}
@media (min-width: 992px) {.dropdown-menu-lg-right {right: 0;left: auto !important;}}
.dropdown-card {padding-top: 0;padding-bottom: 0;margin-bottom: 2rem;}
@media (min-width: 768px) {.dropdown-card {min-width: 25rem;}}
@media (min-width: 576px) {.dropdown-menu-size-md {width: 440px;}
	.dropdown-menu-size-lg {width: 340px;}}
@media (min-width: 768px) {.dropdown-menu-size-lg {width: 440px;}}
@media (min-width: 992px) {.dropdown-menu-size-lg {width: 740px;}}
.input-group-borderless .form-control, .input-group-borderless .input-group-text {border: none;}
.input-group-borderless .form-control:focus, .input-group-borderless .input-group-text:focus {box-shadow: none;}
.u-go-to-ver-arrow {display: inline-block;color: #00599d;background-color: rgba(55,125,255,.1);padding: 2rem 1rem;border-radius: 6.1875rem;}
.u-go-to-ver-arrow:hover .u-go-to-ver-arrow__inner {transform: translateY(3px);}
.u-go-to-ver-arrow__inner {transition: .2s ease-in-out;}
.page-link {text-align: center;min-width: 2.25rem;}
.page-item {margin-left: .25rem;margin-right: .25rem;}
.page-item .page-link {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.page-item .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.u-blog-thumb-minimal {padding: .5rem;transition: .3s ease-in-out;}
.u-blog-thumb-minimal, .u-blog-thumb-minimal__img {border-radius: .25rem;}
.u-blog-thumb-minimal:hover {background-color: #196eff;}
.u-blog-thumb-minimal__img-wrapper {width: 5rem;}
.u-slick--gutters-1 {margin-left: -.25rem;margin-right: -.25rem;}
.u-slick--gutters-1 .slick-slide {margin-left: .25rem;margin-right: .25rem;}
.u-slick--gutters-3 {margin-left: -.9375rem;margin-right: -.9375rem;}
.u-slick--gutters-3 .slick-slide {margin-left: .9375rem;margin-right: .9375rem;}
.u-slick-zoom .slick-slide .u-slick-zoom__slide {transform: scale(.9);transition: all .5s ease-in-out;}
.u-slick-zoom .slick-center .u-slick-zoom__slide {transform: scale(1);}
.u-slick__pagination--white li span {background-color: #fff;}
.u-slick__pagination--white li.slick-active span {border-color: #fff;}
.u-slick__pagination--block li {display: block;}
.u-slick__pagination-centered--y {position: absolute;top: 50%;transform: translate(0,-50%);}
@media (min-width: 992px) {.u-slick__pagination--vertical-lg li {display: block;margin: .25rem 0;}
	.u-slick__pagination--vertical-pos-v1-lg {position: absolute;top: 50%;left: -15.7%;transform: translateY(-50%);}}
.u-slick--pagination-modern {width: 100%;max-width: 12.5rem;}
.u-slick--pagination-modern .slick-slide {cursor: pointer;opacity: .7;transform: scale(.7);backface-visibility: hidden;transition: .3s ease-in-out;}
.u-slick--pagination-modern .slick-current {opacity: 1;transform: scale(1);}
.u-slick--pagination-interactive__text {color: rgba(255,255,255,.7);}
.u-slick--pagination-interactive .slick-slide {cursor: pointer;color: #fff;background: rgba(255,255,255,.1);transition: .3s;}
.u-slick--pagination-interactive .slick-slide:hover {background: rgba(255,255,255,.15);}
.u-slick--pagination-interactive .slick-slide:hover.slick-center {background: #fff;}
.u-slick--pagination-interactive .slick-center {background: #fff;}
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {color: #00599d;}
.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {color: #697480;}
[class*="sticky-block"] {max-width: 100%;}
.svg-preloader {z-index: -1;background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4wIiB3aWR0aD0iMzRweCIgaGVpZ2h0PSIzNHB4IiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgLmNpcmNsZS1wcmVsb2FkZXItMHtmaWxsOiMzNzdERkY7fQo8L3N0eWxlPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNpcmNsZS1wcmVsb2FkZXItMCBmaWxsLXByaW1hcnkiIGQ9Ik03NS40IDEyNi42M2ExMS40MyAxMS40MyAwIDAgMS0yLjEtMjIuNjUgNDAuOSA0MC45IDAgMCAwIDMwLjUtMzAuNiAxMS40IDExLjQgMCAxIDEgMjIuMjcgNC44N2guMDJhNjMuNzcgNjMuNzcgMCAwIDEtNDcuOCA0OC4wNXYtLjAyYTExLjM4IDExLjM4IDAgMCAxLTIuOTMuMzd6Ii8+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCA2NCA2NCIgdG89IjM2MCA2NCA2NCIgZHVyPSI4MDBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KICA8L2c+Cjwvc3ZnPg==") center no-repeat !important;overflow: hidden;transition: all .4s ease-in;}
.svg-preloader *:not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {opacity: 0;transition: opacity .4s ease-in;}
.table-heighlighted thead th {border-bottom-color: #1e2022;border-top: none;}
.table-heighlighted tfoot td {border-top: 2px solid #1e2022;}
.gradient-overlay-half-dark-v4::before {background-image: linear-gradient(90deg,#00599d 10%,rgba(119,131,143,.3) 100%);background-repeat: repeat-x;}
.gradient-overlay-half-dark-v5::before {background-image: linear-gradient(150deg,#00599d 0%,rgba(0,89,157,.8) 20%,rgba(255,255,255,0) 50%);background-repeat: repeat-x;}
.gradient-overlay-half-dark-v6::before {background-image: linear-gradient(150deg,#00599d 50%,rgba(119,131,143,0) 90%);background-repeat: repeat-x;}
.link {display: inline-block;}
.link-collapse[aria-expanded="false"] .link-collapse__default {display: inline-block;}
.link-collapse[aria-expanded="false"] .link-collapse__active {display: none;}
.link-collapse[aria-expanded="true"] .link-collapse__default {display: none;}
.link-collapse[aria-expanded="true"] .link-collapse__active {display: inline-block;}
.link-light {color: rgba(255,255,255,.7);border-bottom: 1px dashed rgba(255,255,255,.7);}
.link-light:hover {color: #fff;border-color: rgba(255,255,255,.7);}
.link-muted {color: #697480;border-bottom: 1px dashed #97a4af;}
.link-muted:hover {border-color: #0052ea;}
.link-muted__toggle-default {display: inline-block;}
.link-muted__toggle-toggled {display: none;}
.link-muted.toggled .link-muted__toggle-default {display: none;}
.link-muted.toggled .link-muted__toggle-toggled {display: inline-block;}
.link-white {color: #fff;border-bottom: 1px dashed #fff;}
.link-white:hover {color: #fff;}
.bg-img-hero-bottom {background-size: cover;background-repeat: no-repeat;background-position: bottom center;}
.bg-img-hero-center {background-size: cover;background-repeat: no-repeat;background-position: center center;}
.bg-img-hero-fixed {background-size: cover;background-repeat: no-repeat;background-position: center center;background-attachment: fixed;}
.rounded-pill {border-radius: 6.1875rem;}
.rounded-top-pill {border-top-left-radius: 6.1875rem;border-top-right-radius: 6.1875rem;}
.rounded-right-pill {border-top-right-radius: 6.1875rem;border-bottom-right-radius: 6.1875rem;}
.rounded-bottom-pill {border-bottom-right-radius: 6.1875rem;border-bottom-left-radius: 6.1875rem;}
.rounded-left-pill {border-top-left-radius: 6.1875rem;border-bottom-left-radius: 6.1875rem;}
.rounded-top-left-pill {border-top-left-radius: 6.1875rem;}
.rounded-bottom-left-pill {border-bottom-left-radius: 6.1875rem;}
.rounded-pseudo {border-radius: .25rem;}
.rounded-pseudo::before, .rounded-pseudo::after {border-radius: .25rem;}
.rounded-top-pseudo {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.rounded-top-pseudo::before, .rounded-top-pseudo::after {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.top-0 {top: 0;}
.right-0 {right: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
@media (min-width: 768px) {.top-md-0 {top: 0;}
	.right-md-0 {right: 0;}
	.bottom-md-0 {bottom: 0;}
	.left-md-0 {left: 0;}
	.position-md-absolute {position: absolute;}}
@media (min-width: 992px) {.top-lg-0 {top: 0;}
	.right-lg-0 {right: 0;}
	.bottom-lg-0 {bottom: 0;}
	.left-lg-0 {left: 0;}
	.position-lg-absolute {position: absolute;}}
.content-centered-y {position: absolute;top: 50%;transform: translate(0,-50%);}
@media (min-width: 768px) {.content-centered-y--md {position: absolute;top: 50%;transform: translate(0,-50%);}}
@media (min-width: 992px) {.content-centered-y--lg {position: absolute;top: 50%;transform: translate(0,-50%);}}
.ml-n2 {margin-left: -.5rem;}
.ml-n3 {margin-left: -1rem;}
.mr-n2 {margin-right: -.5rem;}
.mt-n1 {margin-top: -.25rem;}
.mt-n5 {margin-top: -2rem;}
.mt-n6 {margin-top: -2.5rem;}
.mt-n9 {margin-top: -4rem;}
.mt-n23 {margin-top: -10rem;}
.mb-n3 {margin-bottom: -1rem;}
.mb-n9 {margin-bottom: -4rem;}
.mx-gutters-1 {margin-right: -.25rem;margin-left: -.25rem;}
.mx-gutters-1 > .col, .mx-gutters-1 > [class*="col-"] {padding-right: .25rem;padding-left: .25rem;}
.mx-gutters-2 {margin-right: -.5rem;margin-left: -.5rem;}
.mx-gutters-2 > .col, .mx-gutters-2 > [class*="col-"] {padding-right: .5rem;padding-left: .5rem;}
.opacity-md {opacity: .2;}
.shadow-primary-lg {box-shadow: 0 0 50px rgba(55,125,255,.4) !important;}
.shadow-soft {box-shadow: 0 3px 6px 0 rgba(140,152,164,.25) !important;}
.height-40vh {height: 40vh;}
.height-60vh {height: 60vh;}
.height-100vh {height: 100vh;}
.height-4 {height: .25rem;}
.height-380 {height: 23.75rem;}
.height-400 {height: 25rem;}
.height-450 {height: 28.125rem;}
.min-height-100vh {min-height: 100vh;}
.min-height-155 {min-height: 9.6875rem;}
.min-height-300 {min-height: 18.75rem;}
.min-height-380 {min-height: 23.75rem;}
.min-height-450 {min-height: 28.125rem;}
.min-height-550 {min-height: 34.375rem;}
.min-height-600 {min-height: 37.5rem;}
.min-height-620 {min-height: 38.75rem;}
@media (min-width: 576px) {.height-sm-100vh {height: 100vh;}}
@media (min-width: 768px) {.height-md-60vh {height: 60vh;}
	.height-md-100vh {height: 100vh;}
	.min-height-md-100vh {min-height: 100vh;}}
@media (min-width: 992px) {.height-lg-100vh {height: 100vh;}
	.min-height-lg-auto {min-height: auto;}
	.min-height-lg-100vh {min-height: 100vh;}}
@media (min-width: 1200px) {.min-height-xl-100vh {min-height: 100vh;}}
.text-lh-sm {line-height: 1.2;}
.text-lh-md {line-height: 1.8;}
.z-index-n1 {z-index: -1;}
.z-index-2 {z-index: 2;}
.z-index-4 {z-index: 4;}
.animated {animation-delay: .1s;}
@-webkit-keyframes fadeInUp {from {opacity: 0;transform: translate3d(0,25%,0);}
	to {opacity: 1;transform: none;}}
@-o-keyframes fadeInUp {from {opacity: 0;transform: translate3d(0,25%,0);}
	to {opacity: 1;transform: none;}}
@keyframes fadeInUp {from {opacity: 0;transform: translate3d(0,25%,0);}
	to {opacity: 1;transform: none;}}
.fadeInUp {animation-name: fadeInUp;}
@keyframes slideInUp {from {transform: translate3d(0,10px,0);visibility: visible;}
	to {transform: translate3d(0,0,0);}}
.slideInUp {animation-name: slideInUp;}
.custombox-lock {overflow: auto;}
.u-custombox-no-scroll.custombox-lock {margin-right: 1.0625rem;overflow: hidden;}
.u-fancybox-theme .fancybox-content {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {position: static;}
.u-fancybox-theme .fancybox-bg {background-color: #1e2022;}
.fancybox-controls--canzoomIn .fancybox-placeholder, .fancybox-controls--canzoomOut .fancybox-placeholder {cursor: inherit;}
.fancybox-slide.has-animation {display: block;}
.fancybox-is-sliding .fancybox-slide.has-animation, .fancybox-slide--current.has-animation, .fancybox-slide--next.has-animation, .fancybox-slide--previous.has-animation {display: none;}
.fancybox-is-sliding .fancybox-slide.has-animation.animated, .fancybox-slide--current.has-animation.animated, .fancybox-slide--next.has-animation.animated, .fancybox-slide--previous.has-animation.animated {display: block;}
.u-blur-30 {filter: blur(30px);}
.dropdown-select.bootstrap-select li .dropdown-item.opt {padding-left: 1.5rem;}
.dropdown-select.bootstrap-select .bs-searchbox {padding-right: 1.5rem;padding-left: 1.5rem;}
.dropdown-select.bootstrap-select .dropdown-header .text {font-size: 80%;font-weight: 500;color: #1e2022;text-transform: uppercase;}
.dropdown-select .form-control {margin-bottom: .5rem;}
.u-hero-bcsatellite {min-height: 319px;position: relative;background-size: cover;background-repeat: no-repeat;background-position: 50%;}
.u-hero-bcsatellite::before, .u-hero-bcsatellite::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.u-hero-bcsatellite::before {background-image: linear-gradient(150deg,#00599d 0%,rgba(0,89,157,.8) 20%,rgba(255,255,255,0) 50%);background-repeat: repeat-x;}
.u-hero-bcsatellite::after {background-color: rgba(38,60,100,.3);}
.u-hero-bcsatellite__content {position: relative;z-index: 2;}
.u-hero-bcsatellite__heading {color: #fff;font-weight: 600;padding-bottom: 47px;margin-bottom: 0;animation-delay: 200ms;}
.sup, .sub {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
.sup {top: -.5em;}
.sub {bottom: -.25em;}
@media screen and (max-width: 1366px) and (max-height: 700px) {.space-top-lg-2--respmd {padding-top: 4rem !important;}}
@media screen and (max-width: 992px) {.space-top-lg-2--respmd {padding-top: 0 !important;}}
span.wpcf7-not-valid-tip {margin-top: 5px;font-size: .8em;}
label.custom__radiobox span.wpcf7-not-valid-tip, label.custom__checkbox span.wpcf7-not-valid-tip {margin-top: 0;}
.js-slick-custom .slick-slide > div {width: 100%;}
.custom__checkbox {min-height: 1.5rem;padding-left: 1.5rem;cursor: pointer;color: #77838f !important;}
.custom__checkbox .wpcf7-list-item .wpcf7-list-item-label {position: relative;}
.custom__checkbox .wpcf7-list-item .wpcf7-list-item-label::before {position: absolute;top: .2rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";user-select: none;background-color: #e7eaf3;}
.custom__checkbox .wpcf7-list-item .wpcf7-list-item-label::after {position: absolute;top: .2rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;content: "";background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.custom__checkbox .wpcf7-list-item .wpcf7-list-item-label::before {border-radius: .25rem;}
.custom__checkbox .wpcf7-list-item input:checked + span.wpcf7-list-item-label::before {background-color: #00599d !important;color: white;content: "";}
.custom__checkbox .wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");}
.custom__checkbox .wpcf7-list-item input {position: absolute;z-index: -1;opacity: 0;}
.wpcf7-list-item-label {display: inline-block;text-indent: -99999px;width: 0;}
div.wpcf7-response-output {padding: 1em;}
div.wpcf7-validation-errors {border-color: #f00 !important;}
main ul, main ol {line-height: 1.7;color: #697480;padding-left: 1rem;}
.u-content h3.space-top-1, .u-content h3.space-top-2 {padding-top: 2rem !important;}
.grecaptcha-badge {display: none !important;}
.dropdown-toggle--simple::after {display: none;}
.custom-control-label {cursor: pointer;}
.columns-2 {columns: 2;}
@media (min-width: 768px) {.columns-sm-3 {columns: 3;}}
@media (min-width: 992px) {.columns-md-4 {columns: 4;}}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;margin: .5em 1em .5em 0;}
.alignright {float: right;margin: .5em 0 .5em 1em;}
ul#continents {list-style: none;background: url("/wp-content/uploads/2019/06/map.png") no-repeat 0 0;position: relative;width: 580px;height: 268px;margin: 0;padding: 0;}
ul#continents li {position: absolute;}
ul#continents li a {display: block;height: 100%;text-decoration: none;}
#northamerica {width: 285px;height: 142px;top: 2px;left: 0px;}
#southamerica {width: 160px;height: 130px;top: 131px;left: 126px;}
#africa {width: 190px;height: 140px;top: 83px;left: 209px;}
#europe {width: 170px;height: 84px;top: 1px;left: 211px;}
#asia {width: 265px;height: 175px;top: 1px;left: 313px;}
#australia {width: 114px;height: 95px;top: 152px;left: 432px;}
ul#continents li a:hover {background: url("/wp-content/uploads/2019/06/map.png") no-repeat 0 0;}
ul#continents li#northamerica a:hover {background-position: 0 -270px;}
ul#continents li#southamerica a:hover {background-position: -276px -273px;}
ul#continents li#africa a:hover {background-position: -209px -417px;}
ul#continents li#europe a:hover {background-position: -22px -427px;}
ul#continents li#asia a:hover {background-position: -393px -268px;}
ul#continents li#australia a:hover {background-position: -412px -455px;}
ul#continents li a span {display: none;}
ul#continents li a:hover span {display: block;}
ul#continents li a:hover span {display: block;padding: 5px;width: 150px;background: #000;position: relative;top: 50%;font: 11px Arial,Helvetica,sans-serif;opacity: .75;filter: alpha(opacity=75);color: #fff;}
ul#continents li a:hover span strong {display: block;margin-bottom: 2px;font-size: 12px;text-decoration: underline;}
.u-media-viewer {position: relative;display: block;}
.u-media-viewer:hover .u-media-viewer__icon {opacity: 1;transform: scale(1);}
.u-media-viewer__container {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.u-media-viewer__icon {display: inline-block;vertical-align: middle;text-align: center;width: 2.25rem;height: 2.25rem;font-size: .75rem;color: #fff;background-color: #00599d;border-radius: 50%;opacity: 0;transform: scale(.7);transition: .3s ease-in-out;}
.u-media-viewer__icon:hover, .u-media-viewer__icon:focus {color: #fff;}
.u-media-viewer__icon--active {opacity: 1;transform: scale(1);}
.u-media-viewer__icon-inner {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.gs-no-results-result .gs-snippet {margin: 0 !important;padding: 1rem !important;background: rgba(55,125,255,.1) !important;border: solid 1px #00599d !important;}
.has-error .form-control, .has-error .form-control:focus {border-color: #de4437 !important;}
span.wpcf7-list-item {margin: 0;}
.custom__radiobox {min-height: 1.5rem;padding-left: 1.5rem;cursor: pointer;color: #77838f !important;}
.custom__radiobox .wpcf7-list-item .wpcf7-list-item-label {position: relative;}
.custom__radiobox .wpcf7-list-item .wpcf7-list-item-label::before {position: absolute;top: .2rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";user-select: none;background-color: #e7eaf3;border-radius: 50%;}
.custom__radiobox .wpcf7-list-item .wpcf7-list-item-label::after {position: absolute;top: .2rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;content: "";background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.custom__radiobox .wpcf7-list-item input:checked + span.wpcf7-list-item-label::before {background-color: #00599d !important;color: white;content: "";}
.custom__radiobox .wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E");}
.custom__radiobox .wpcf7-list-item input {position: absolute;z-index: -1;opacity: 0;}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(55,125,255,.25);}
.custom-range::-webkit-slider-thumb:active {background-color: #eaf1ff;}
.custom-range::-moz-range-thumb:active {background-color: #eaf1ff;}
.custom-range::-ms-thumb:active {background-color: #eaf1ff;}
.alert-primary {color: #1d4185;background-color: #d7e5ff;border-color: #c7dbff;}
.alert-primary hr {border-top-color: #aecbff;}
.list-group-item-primary {color: #1d4185;background-color: #c7dbff;}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {color: #1d4185;background-color: #aecbff;}
.list-group-item-primary.list-group-item-action.active {background-color: #1d4185;border-color: #1d4185;}
.u-focus-state .form-label + .form-control, .u-focus-state .custom-select, .u-focus-state .input-group, .u-focus-state .form-control:first-child:last-child {box-shadow: 0 0 25px rgba(55,125,255,.1);}
.u-focus-state:focus, .u-focus-state *:focus, .u-focus-state .input-group-text, .u-focus-state .form-control {border-color: rgba(55,125,255,.5);}
.link__icon {background-color: rgba(55,125,255,.1);}
.link-muted:hover {border-color: #0052ea;}
.u-datepicker .flatpickr-day:focus, .u-datepicker .flatpickr-day:hover {background-color: rgba(55,125,255,.1);}