@charset "UTF-8";:root {--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13,110,253;--bs-secondary-rgb: 108,117,125;--bs-success-rgb: 25,135,84;--bs-info-rgb: 13,202,240;--bs-warning-rgb: 255,193,7;--bs-danger-rgb: 220,53,69;--bs-light-rgb: 248,249,250;--bs-dark-rgb: 33,37,41;--bs-white-rgb: 255,255,255;--bs-black-rgb: 0,0,0;--bs-body-color-rgb: 33,37,41;--bs-body-bg-rgb: 255,255,255;--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;}*,::after,::before {box-sizing: border-box;}@media (prefers-reduced-motion:no-preference) {:root {scroll-behavior: smooth;}}body {margin: 0;font-family: var(--bs-body-font-family);font-size: var(--bs-body-font-size);font-weight: var(--bs-body-font-weight);line-height: var(--bs-body-line-height);color: var(--bs-body-color);text-align: var(--bs-body-text-align);background-color: var(--bs-body-bg);-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;}.h1,h1 {font-size: calc(1.375rem + 1.5vw);}@media (min-width:1200px) {.h1, h1 {font-size: 2.5rem;}}.h2,h2 {font-size: calc(1.325rem + .9vw);}@media (min-width:1200px) {.h2, h2 {font-size: 2rem;}}.h3,h3 {font-size: calc(1.3rem + .6vw);}@media (min-width:1200px) {.h3, h3 {font-size: 1.75rem;}}.h4,h4 {font-size: calc(1.275rem + .3vw);}@media (min-width:1200px) {.h4, h4 {font-size: 1.5rem;}}.h5,h5 {font-size: 1.25rem;}.h6,h6 {font-size: 1rem;}p {margin-top: 0;margin-bottom: 1rem;}ul {padding-left: 2rem;}ul {margin-top: 0;margin-bottom: 1rem;}ul ul {margin-bottom: 0;}.mark,mark {padding: .2em;background-color: #fcf8e3;}a {color: #0d6efd;text-decoration: underline;}a:hover {color: #0a58ca;}a:not([href]):not([class]),a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}img,svg {vertical-align: middle;}label {display: inline-block;}[role=button] {cursor: pointer;}[list]::-webkit-calendar-picker-indicator {display: none;}[type=button],[type=reset],[type=submit] {-webkit-appearance: button;}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {cursor: pointer;}::-moz-focus-inner {padding: 0;border-style: none;}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {padding: 0;}::-webkit-inner-spin-button {height: auto;}[type=search] {outline-offset: -2px;-webkit-appearance: textfield;}::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-color-swatch-wrapper {padding: 0;}::-webkit-file-upload-button {font: inherit;}::file-selector-button {font: inherit;}::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}[hidden] {display: none!important;}.list-unstyled {padding-left: 0;list-style: none;}.list-inline {padding-left: 0;list-style: none;}.list-inline-item {display: inline-block;}.list-inline-item:not(:last-child) {margin-right: .5rem;}.container,.container-lg,.container-md,.container-sm,.container-xl {width: 100%;padding-right: var(--bs-gutter-x,.75rem);padding-left: var(--bs-gutter-x,.75rem);margin-right: auto;margin-left: auto;}@media (min-width:576px) {.container, .container-sm {max-width: 540px;}}@media (min-width:768px) {.container, .container-md, .container-sm {max-width: 720px;}}@media (min-width:992px) {.container, .container-lg, .container-md, .container-sm {max-width: 960px;}}@media (min-width:1200px) {.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}}@media (min-width:1400px) {.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1320px;}}.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--bs-gutter-y));margin-right: calc(-.5 * var(--bs-gutter-x));margin-left: calc(-.5 * var(--bs-gutter-x));}.row>* {flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}.col {flex: 1 0 0%;}.col-auto {flex: 0 0 auto;width: auto;}.col-1 {flex: 0 0 auto;width: 8.33333333%;}.col-2 {flex: 0 0 auto;width: 16.66666667%;}.col-3 {flex: 0 0 auto;width: 25%;}.col-4 {flex: 0 0 auto;width: 33.33333333%;}.col-5 {flex: 0 0 auto;width: 41.66666667%;}.col-6 {flex: 0 0 auto;width: 50%;}.col-7 {flex: 0 0 auto;width: 58.33333333%;}.col-8 {flex: 0 0 auto;width: 66.66666667%;}.col-9 {flex: 0 0 auto;width: 75%;}.col-10 {flex: 0 0 auto;width: 83.33333333%;}.col-11 {flex: 0 0 auto;width: 91.66666667%;}.col-12 {flex: 0 0 auto;width: 100%;}.offset-1 {margin-left: 8.33333333%;}.offset-2 {margin-left: 16.66666667%;}.offset-3 {margin-left: 25%;}.offset-4 {margin-left: 33.33333333%;}.offset-5 {margin-left: 41.66666667%;}.offset-6 {margin-left: 50%;}.offset-7 {margin-left: 58.33333333%;}.offset-8 {margin-left: 66.66666667%;}.offset-9 {margin-left: 75%;}.offset-10 {margin-left: 83.33333333%;}.offset-11 {margin-left: 91.66666667%;}.g-0 {--bs-gutter-x: 0;}.g-0 {--bs-gutter-y: 0;}.g-1 {--bs-gutter-x: 0.25rem;}.g-1 {--bs-gutter-y: 0.25rem;}.g-2 {--bs-gutter-x: 0.5rem;}.g-2 {--bs-gutter-y: 0.5rem;}.g-3 {--bs-gutter-x: 1rem;}.g-3 {--bs-gutter-y: 1rem;}.g-4 {--bs-gutter-x: 1.5rem;}.g-4 {--bs-gutter-y: 1.5rem;}.g-5 {--bs-gutter-x: 3rem;}.g-5 {--bs-gutter-y: 3rem;}@media (min-width:576px) {.col-sm {flex: 1 0 0%;}.col-sm-auto {flex: 0 0 auto;width: auto;}.col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}.col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}.col-sm-3 {flex: 0 0 auto;width: 25%;}.col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}.col-sm-6 {flex: 0 0 auto;width: 50%;}.col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}.col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}.col-sm-9 {flex: 0 0 auto;width: 75%;}.col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}.col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}.col-sm-12 {flex: 0 0 auto;width: 100%;}.offset-sm-0 {margin-left: 0;}.offset-sm-1 {margin-left: 8.33333333%;}.offset-sm-2 {margin-left: 16.66666667%;}.offset-sm-3 {margin-left: 25%;}.offset-sm-4 {margin-left: 33.33333333%;}.offset-sm-5 {margin-left: 41.66666667%;}.offset-sm-6 {margin-left: 50%;}.offset-sm-7 {margin-left: 58.33333333%;}.offset-sm-8 {margin-left: 66.66666667%;}.offset-sm-9 {margin-left: 75%;}.offset-sm-10 {margin-left: 83.33333333%;}.offset-sm-11 {margin-left: 91.66666667%;}.g-sm-0 {--bs-gutter-x: 0;}.g-sm-0 {--bs-gutter-y: 0;}.g-sm-1 {--bs-gutter-x: 0.25rem;}.g-sm-1 {--bs-gutter-y: 0.25rem;}.g-sm-2 {--bs-gutter-x: 0.5rem;}.g-sm-2 {--bs-gutter-y: 0.5rem;}.g-sm-3 {--bs-gutter-x: 1rem;}.g-sm-3 {--bs-gutter-y: 1rem;}.g-sm-4 {--bs-gutter-x: 1.5rem;}.g-sm-4 {--bs-gutter-y: 1.5rem;}.g-sm-5 {--bs-gutter-x: 3rem;}.g-sm-5 {--bs-gutter-y: 3rem;}}@media (min-width:768px) {.col-md {flex: 1 0 0%;}.col-md-auto {flex: 0 0 auto;width: auto;}.col-md-1 {flex: 0 0 auto;width: 8.33333333%;}.col-md-2 {flex: 0 0 auto;width: 16.66666667%;}.col-md-3 {flex: 0 0 auto;width: 25%;}.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}.col-md-5 {flex: 0 0 auto;width: 41.66666667%;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-7 {flex: 0 0 auto;width: 58.33333333%;}.col-md-8 {flex: 0 0 auto;width: 66.66666667%;}.col-md-9 {flex: 0 0 auto;width: 75%;}.col-md-10 {flex: 0 0 auto;width: 83.33333333%;}.col-md-11 {flex: 0 0 auto;width: 91.66666667%;}.col-md-12 {flex: 0 0 auto;width: 100%;}.offset-md-0 {margin-left: 0;}.offset-md-1 {margin-left: 8.33333333%;}.offset-md-2 {margin-left: 16.66666667%;}.offset-md-3 {margin-left: 25%;}.offset-md-4 {margin-left: 33.33333333%;}.offset-md-5 {margin-left: 41.66666667%;}.offset-md-6 {margin-left: 50%;}.offset-md-7 {margin-left: 58.33333333%;}.offset-md-8 {margin-left: 66.66666667%;}.offset-md-9 {margin-left: 75%;}.offset-md-10 {margin-left: 83.33333333%;}.offset-md-11 {margin-left: 91.66666667%;}.g-md-0 {--bs-gutter-x: 0;}.g-md-0 {--bs-gutter-y: 0;}.g-md-1 {--bs-gutter-x: 0.25rem;}.g-md-1 {--bs-gutter-y: 0.25rem;}.g-md-2 {--bs-gutter-x: 0.5rem;}.g-md-2 {--bs-gutter-y: 0.5rem;}.g-md-3 {--bs-gutter-x: 1rem;}.g-md-3 {--bs-gutter-y: 1rem;}.g-md-4 {--bs-gutter-x: 1.5rem;}.g-md-4 {--bs-gutter-y: 1.5rem;}.g-md-5 {--bs-gutter-x: 3rem;}.g-md-5 {--bs-gutter-y: 3rem;}}@media (min-width:992px) {.col-lg {flex: 1 0 0%;}.col-lg-auto {flex: 0 0 auto;width: auto;}.col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}.col-lg-3 {flex: 0 0 auto;width: 25%;}.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}.col-lg-9 {flex: 0 0 auto;width: 75%;}.col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}.col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}.col-lg-12 {flex: 0 0 auto;width: 100%;}.offset-lg-0 {margin-left: 0;}.offset-lg-1 {margin-left: 8.33333333%;}.offset-lg-2 {margin-left: 16.66666667%;}.offset-lg-3 {margin-left: 25%;}.offset-lg-4 {margin-left: 33.33333333%;}.offset-lg-5 {margin-left: 41.66666667%;}.offset-lg-6 {margin-left: 50%;}.offset-lg-7 {margin-left: 58.33333333%;}.offset-lg-8 {margin-left: 66.66666667%;}.offset-lg-9 {margin-left: 75%;}.offset-lg-10 {margin-left: 83.33333333%;}.offset-lg-11 {margin-left: 91.66666667%;}.g-lg-0 {--bs-gutter-x: 0;}.g-lg-0 {--bs-gutter-y: 0;}.g-lg-1 {--bs-gutter-x: 0.25rem;}.g-lg-1 {--bs-gutter-y: 0.25rem;}.g-lg-2 {--bs-gutter-x: 0.5rem;}.g-lg-2 {--bs-gutter-y: 0.5rem;}.g-lg-3 {--bs-gutter-x: 1rem;}.g-lg-3 {--bs-gutter-y: 1rem;}.g-lg-4 {--bs-gutter-x: 1.5rem;}.g-lg-4 {--bs-gutter-y: 1.5rem;}.g-lg-5 {--bs-gutter-x: 3rem;}.g-lg-5 {--bs-gutter-y: 3rem;}}@media (min-width:1200px) {.col-xl {flex: 1 0 0%;}.col-xl-auto {flex: 0 0 auto;width: auto;}.col-xl-1 {flex: 0 0 auto;width: 8.33333333%;}.col-xl-2 {flex: 0 0 auto;width: 16.66666667%;}.col-xl-3 {flex: 0 0 auto;width: 25%;}.col-xl-4 {flex: 0 0 auto;width: 33.33333333%;}.col-xl-5 {flex: 0 0 auto;width: 41.66666667%;}.col-xl-6 {flex: 0 0 auto;width: 50%;}.col-xl-7 {flex: 0 0 auto;width: 58.33333333%;}.col-xl-8 {flex: 0 0 auto;width: 66.66666667%;}.col-xl-9 {flex: 0 0 auto;width: 75%;}.col-xl-10 {flex: 0 0 auto;width: 83.33333333%;}.col-xl-11 {flex: 0 0 auto;width: 91.66666667%;}.col-xl-12 {flex: 0 0 auto;width: 100%;}.offset-xl-0 {margin-left: 0;}.offset-xl-1 {margin-left: 8.33333333%;}.offset-xl-2 {margin-left: 16.66666667%;}.offset-xl-3 {margin-left: 25%;}.offset-xl-4 {margin-left: 33.33333333%;}.offset-xl-5 {margin-left: 41.66666667%;}.offset-xl-6 {margin-left: 50%;}.offset-xl-7 {margin-left: 58.33333333%;}.offset-xl-8 {margin-left: 66.66666667%;}.offset-xl-9 {margin-left: 75%;}.offset-xl-10 {margin-left: 83.33333333%;}.offset-xl-11 {margin-left: 91.66666667%;}.g-xl-0 {--bs-gutter-x: 0;}.g-xl-0 {--bs-gutter-y: 0;}.g-xl-1 {--bs-gutter-x: 0.25rem;}.g-xl-1 {--bs-gutter-y: 0.25rem;}.g-xl-2 {--bs-gutter-x: 0.5rem;}.g-xl-2 {--bs-gutter-y: 0.5rem;}.g-xl-3 {--bs-gutter-x: 1rem;}.g-xl-3 {--bs-gutter-y: 1rem;}.g-xl-4 {--bs-gutter-x: 1.5rem;}.g-xl-4 {--bs-gutter-y: 1.5rem;}.g-xl-5 {--bs-gutter-x: 3rem;}.g-xl-5 {--bs-gutter-y: 3rem;}}.nav {display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}.nav-link {display: block;padding: .5rem 1rem;color: #0d6efd;text-decoration: none;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}@media (prefers-reduced-motion:reduce) {.nav-link {transition: none;}}.nav-link:focus,.nav-link:hover {color: #0a58ca;}.nav-fill .nav-item,.nav-fill>.nav-link {flex: 1 1 auto;text-align: center;}.nav-fill .nav-item .nav-link {width: 100%;}.tab-content>.active {display: block;}.navbar {position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding-top: .5rem;padding-bottom: .5rem;}.navbar>.container,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl {display: flex;flex-wrap: inherit;align-items: center;justify-content: space-between;}.navbar-nav {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;}.navbar-nav .nav-link {padding-right: 0;padding-left: 0;}.navbar-text {padding-top: .5rem;padding-bottom: .5rem;}.navbar-collapse {flex-basis: 100%;flex-grow: 1;align-items: center;}.navbar-toggler {padding: .25rem .75rem;font-size: 1.25rem;line-height: 1;background-color: transparent;border: 1px solid transparent;border-radius: .25rem;transition: box-shadow .15s ease-in-out;}@media (prefers-reduced-motion:reduce) {.navbar-toggler {transition: none;}}.navbar-toggler:hover {text-decoration: none;}.navbar-toggler:focus {text-decoration: none;outline: 0;box-shadow: 0 0 0 .25rem;}.navbar-toggler-icon {display: inline-block;width: 1.5em;height: 1.5em;vertical-align: middle;background-repeat: no-repeat;background-position: center;background-size: 100%;}.navbar-nav-scroll {max-height: var(--bs-scroll-height,75vh);overflow-y: auto;}@media (min-width:576px) {.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}.navbar-expand-sm .navbar-nav {flex-direction: row;}.navbar-expand-sm .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-sm .navbar-nav-scroll {overflow: visible;}.navbar-expand-sm .navbar-collapse {display: flex!important;flex-basis: auto;}.navbar-expand-sm .navbar-toggler {display: none;}}@media (min-width:768px) {.navbar-expand-md {flex-wrap: nowrap;justify-content: flex-start;}.navbar-expand-md .navbar-nav {flex-direction: row;}.navbar-expand-md .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-md .navbar-nav-scroll {overflow: visible;}.navbar-expand-md .navbar-collapse {display: flex!important;flex-basis: auto;}.navbar-expand-md .navbar-toggler {display: none;}}@media (min-width:992px) {.navbar-expand-lg {flex-wrap: nowrap;justify-content: flex-start;}.navbar-expand-lg .navbar-nav {flex-direction: row;}.navbar-expand-lg .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-lg .navbar-nav-scroll {overflow: visible;}.navbar-expand-lg .navbar-collapse {display: flex!important;flex-basis: auto;}.navbar-expand-lg .navbar-toggler {display: none;}}@media (min-width:1200px) {.navbar-expand-xl {flex-wrap: nowrap;justify-content: flex-start;}.navbar-expand-xl .navbar-nav {flex-direction: row;}.navbar-expand-xl .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-xl .navbar-nav-scroll {overflow: visible;}.navbar-expand-xl .navbar-collapse {display: flex!important;flex-basis: auto;}.navbar-expand-xl .navbar-toggler {display: none;}}.navbar-expand {flex-wrap: nowrap;justify-content: flex-start;}.navbar-expand .navbar-nav {flex-direction: row;}.navbar-expand .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand .navbar-nav-scroll {overflow: visible;}.navbar-expand .navbar-collapse {display: flex!important;flex-basis: auto;}.navbar-expand .navbar-toggler {display: none;}.navbar-light .navbar-nav .nav-link {color: rgba(0,0,0,.55);}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {color: rgba(0,0,0,.7);}.navbar-light .navbar-nav .nav-link.active {color: rgba(0,0,0,.9);}.navbar-light .navbar-toggler {color: rgba(0,0,0,.55);border-color: rgba(0,0,0,.1);}.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}.navbar-light .navbar-text {color: rgba(0,0,0,.55);}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {color: rgba(0,0,0,.9);}.navbar-dark .navbar-nav .nav-link {color: rgba(255,255,255,.55);}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {color: rgba(255,255,255,.75);}.navbar-dark .navbar-nav .nav-link.active {color: #fff;}.navbar-dark .navbar-toggler {color: rgba(255,255,255,.55);border-color: rgba(255,255,255,.1);}.navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}.navbar-dark .navbar-text {color: rgba(255,255,255,.55);}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {color: #fff;}.card {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;border: 1px solid rgba(0,0,0,.125);border-radius: .25rem;}.card>.list-group {border-top: inherit;border-bottom: inherit;}.card>.list-group:first-child {border-top-width: 0;border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}.card>.list-group:last-child {border-bottom-width: 0;border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}.card>.list-group+.card-footer {border-top: 0;}.card-body {flex: 1 1 auto;padding: 1rem 1rem;}.card-title {margin-bottom: .5rem;}.card-text:last-child {margin-bottom: 0;}.card-link+.card-link {margin-left: 1rem;}.card-footer {padding: .5rem 1rem;background-color: rgba(0,0,0,.03);border-top: 1px solid rgba(0,0,0,.125);}.card-footer:last-child {border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);}.card-img,.card-img-bottom,.card-img-top {width: 100%;}.card-img,.card-img-top {border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}.card-img,.card-img-bottom {border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}.card-group>.card {margin-bottom: .75rem;}@media (min-width:576px) {.card-group {display: flex;flex-flow: row wrap;}.card-group>.card {flex: 1 0 0%;margin-bottom: 0;}.card-group>.card+.card {margin-left: 0;border-left: 0;}.card-group>.card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group>.card:not(:last-child) .card-img-top {border-top-right-radius: 0;}.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0;}.card-group>.card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group>.card:not(:first-child) .card-img-top {border-top-left-radius: 0;}.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0;}}@-webkit-keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}@keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}.list-group {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;border-radius: .25rem;}.list-group-item {position: relative;display: block;padding: .5rem 1rem;color: #212529;text-decoration: none;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}.list-group-item:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}.list-group-item:last-child {border-bottom-right-radius: inherit;border-bottom-left-radius: inherit;}.list-group-item:disabled {color: #6c757d;pointer-events: none;background-color: #fff;}.list-group-item.active {z-index: 2;color: #fff;background-color: #0d6efd;border-color: #0d6efd;}.list-group-item+.list-group-item {border-top-width: 0;}.list-group-item+.list-group-item.active {margin-top: -1px;border-top-width: 1px;}.list-group-item-secondary {color: #41464b;background-color: #e2e3e5;}.list-group-item-info {color: #055160;background-color: #cff4fc;}.list-group-item-light {color: #636464;background-color: #fefefe;}.list-group-item-dark {color: #141619;background-color: #d3d3d4;}@-webkit-keyframes spinner-border {to {transform: rotate(360deg);}}@keyframes spinner-border {to {transform: rotate(360deg);}}@-webkit-keyframes spinner-grow {0% {transform: scale(0);}50% {opacity: 1;transform: none;}}@keyframes spinner-grow {0% {transform: scale(0);}50% {opacity: 1;transform: none;}}@-webkit-keyframes placeholder-glow {50% {opacity: .2;}}@keyframes placeholder-glow {50% {opacity: .2;}}@-webkit-keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}@keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}.link-secondary {color: #6c757d;}.link-secondary:focus,.link-secondary:hover {color: #565e64;}.link-info {color: #0dcaf0;}.link-info:focus,.link-info:hover {color: #3dd5f3;}.link-light {color: #f8f9fa;}.link-light:focus,.link-light:hover {color: #f9fafb;}.link-dark {color: #212529;}.link-dark:focus,.link-dark:hover {color: #1a1e21;}.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}@media (min-width:576px) {.sticky-sm-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}@media (min-width:768px) {.sticky-md-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}@media (min-width:992px) {.sticky-lg-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}@media (min-width:1200px) {.sticky-xl-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}.align-top {vertical-align: top!important;}.align-bottom {vertical-align: bottom!important;}.align-text-bottom {vertical-align: text-bottom!important;}.align-text-top {vertical-align: text-top!important;}.overflow-auto {overflow: auto!important;}.overflow-hidden {overflow: hidden!important;}.overflow-scroll {overflow: scroll!important;}.d-inline {display: inline!important;}.d-inline-block {display: inline-block!important;}.d-block {display: block!important;}.d-grid {display: grid!important;}.d-flex {display: flex!important;}.d-inline-flex {display: inline-flex!important;}.d-none {display: none!important;}.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}.shadow-sm {box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}.shadow-lg {box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;}.shadow-none {box-shadow: none!important;}.position-relative {position: relative!important;}.position-fixed {position: fixed!important;}.position-sticky {position: -webkit-sticky!important;position: sticky!important;}.top-0 {top: 0!important;}.top-50 {top: 50%!important;}.top-100 {top: 100%!important;}.bottom-0 {bottom: 0!important;}.bottom-50 {bottom: 50%!important;}.bottom-100 {bottom: 100%!important;}.start-0 {left: 0!important;}.start-50 {left: 50%!important;}.start-100 {left: 100%!important;}.end-0 {right: 0!important;}.end-50 {right: 50%!important;}.end-100 {right: 100%!important;}.border {border: 1px solid #dee2e6!important;}.border-0 {border: 0!important;}.border-top {border-top: 1px solid #dee2e6!important;}.border-top-0 {border-top: 0!important;}.border-end {border-right: 1px solid #dee2e6!important;}.border-end-0 {border-right: 0!important;}.border-bottom {border-bottom: 1px solid #dee2e6!important;}.border-bottom-0 {border-bottom: 0!important;}.border-start {border-left: 1px solid #dee2e6!important;}.border-start-0 {border-left: 0!important;}.border-secondary {border-color: #6c757d!important;}.border-info {border-color: #0dcaf0!important;}.border-light {border-color: #f8f9fa!important;}.border-dark {border-color: #212529!important;}.border-white {border-color: #fff!important;}.border-1 {border-width: 1px!important;}.border-2 {border-width: 2px!important;}.border-3 {border-width: 3px!important;}.border-4 {border-width: 4px!important;}.border-5 {border-width: 5px!important;}.w-25 {width: 25%!important;}.w-50 {width: 50%!important;}.w-75 {width: 75%!important;}.w-100 {width: 100%!important;}.w-auto {width: auto!important;}.h-25 {height: 25%!important;}.h-50 {height: 50%!important;}.h-75 {height: 75%!important;}.h-100 {height: 100%!important;}.h-auto {height: auto!important;}.flex-fill {flex: 1 1 auto!important;}.flex-row {flex-direction: row!important;}.flex-wrap {flex-wrap: wrap!important;}.justify-content-start {justify-content: flex-start!important;}.justify-content-end {justify-content: flex-end!important;}.justify-content-center {justify-content: center!important;}.align-items-start {align-items: flex-start!important;}.align-items-end {align-items: flex-end!important;}.align-items-center {align-items: center!important;}.align-content-start {align-content: flex-start!important;}.align-content-end {align-content: flex-end!important;}.align-content-center {align-content: center!important;}.align-self-auto {align-self: auto!important;}.align-self-start {align-self: flex-start!important;}.align-self-end {align-self: flex-end!important;}.align-self-center {align-self: center!important;}.m-0 {margin: 0!important;}.m-1 {margin: .25rem!important;}.m-2 {margin: .5rem!important;}.m-3 {margin: 1rem!important;}.m-4 {margin: 1.5rem!important;}.m-5 {margin: 3rem!important;}.m-auto {margin: auto!important;}.mx-0 {margin-right: 0!important;margin-left: 0!important;}.mx-1 {margin-right: .25rem!important;margin-left: .25rem!important;}.mx-2 {margin-right: .5rem!important;margin-left: .5rem!important;}.mx-3 {margin-right: 1rem!important;margin-left: 1rem!important;}.mx-4 {margin-right: 1.5rem!important;margin-left: 1.5rem!important;}.mx-5 {margin-right: 3rem!important;margin-left: 3rem!important;}.mx-auto {margin-right: auto!important;margin-left: auto!important;}.my-0 {margin-top: 0!important;margin-bottom: 0!important;}.my-1 {margin-top: .25rem!important;margin-bottom: .25rem!important;}.my-2 {margin-top: .5rem!important;margin-bottom: .5rem!important;}.my-3 {margin-top: 1rem!important;margin-bottom: 1rem!important;}.my-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}.my-5 {margin-top: 3rem!important;margin-bottom: 3rem!important;}.my-auto {margin-top: auto!important;margin-bottom: auto!important;}.mt-0 {margin-top: 0!important;}.mt-1 {margin-top: .25rem!important;}.mt-2 {margin-top: .5rem!important;}.mt-3 {margin-top: 1rem!important;}.mt-4 {margin-top: 1.5rem!important;}.mt-5 {margin-top: 3rem!important;}.mt-auto {margin-top: auto!important;}.mb-0 {margin-bottom: 0!important;}.mb-1 {margin-bottom: .25rem!important;}.mb-2 {margin-bottom: .5rem!important;}.mb-3 {margin-bottom: 1rem!important;}.mb-4 {margin-bottom: 1.5rem!important;}.mb-5 {margin-bottom: 3rem!important;}.mb-auto {margin-bottom: auto!important;}.ms-0 {margin-left: 0!important;}.ms-1 {margin-left: .25rem!important;}.ms-2 {margin-left: .5rem!important;}.ms-3 {margin-left: 1rem!important;}.ms-4 {margin-left: 1.5rem!important;}.ms-5 {margin-left: 3rem!important;}.ms-auto {margin-left: auto!important;}.p-0 {padding: 0!important;}.p-1 {padding: .25rem!important;}.p-2 {padding: .5rem!important;}.p-3 {padding: 1rem!important;}.p-4 {padding: 1.5rem!important;}.p-5 {padding: 3rem!important;}.px-0 {padding-right: 0!important;padding-left: 0!important;}.px-1 {padding-right: .25rem!important;padding-left: .25rem!important;}.px-2 {padding-right: .5rem!important;padding-left: .5rem!important;}.px-3 {padding-right: 1rem!important;padding-left: 1rem!important;}.px-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}.px-5 {padding-right: 3rem!important;padding-left: 3rem!important;}.py-0 {padding-top: 0!important;padding-bottom: 0!important;}.py-1 {padding-top: .25rem!important;padding-bottom: .25rem!important;}.py-2 {padding-top: .5rem!important;padding-bottom: .5rem!important;}.py-3 {padding-top: 1rem!important;padding-bottom: 1rem!important;}.py-4 {padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}.py-5 {padding-top: 3rem!important;padding-bottom: 3rem!important;}.pt-0 {padding-top: 0!important;}.pt-1 {padding-top: .25rem!important;}.pt-2 {padding-top: .5rem!important;}.pt-3 {padding-top: 1rem!important;}.pt-4 {padding-top: 1.5rem!important;}.pt-5 {padding-top: 3rem!important;}.fs-1 {font-size: calc(1.375rem + 1.5vw)!important;}.fs-2 {font-size: calc(1.325rem + .9vw)!important;}.fs-3 {font-size: calc(1.3rem + .6vw)!important;}.fs-4 {font-size: calc(1.275rem + .3vw)!important;}.fs-5 {font-size: 1.25rem!important;}.fs-6 {font-size: 1rem!important;}.fw-light {font-weight: 300!important;}.fw-normal {font-weight: 400!important;}.lh-1 {line-height: 1!important;}.lh-sm {line-height: 1.25!important;}.lh-base {line-height: 1.5!important;}.lh-lg {line-height: 2!important;}.text-start {text-align: left!important;}.text-end {text-align: right!important;}.text-center {text-align: center!important;}.text-wrap {white-space: normal!important;}.text-secondary {--bs-text-opacity: 1;color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;}.text-info {--bs-text-opacity: 1;color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important;}.text-light {--bs-text-opacity: 1;color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;}.text-dark {--bs-text-opacity: 1;color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;}.text-white {--bs-text-opacity: 1;color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;}.text-body {--bs-text-opacity: 1;color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important;}.text-muted {--bs-text-opacity: 1;color: #6c757d!important;}.text-white-50 {--bs-text-opacity: 1;color: rgba(255,255,255,.5)!important;}.bg-secondary {--bs-bg-opacity: 1;background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;}.bg-info {--bs-bg-opacity: 1;background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important;}.bg-light {--bs-bg-opacity: 1;background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;}.bg-dark {--bs-bg-opacity: 1;background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;}.bg-white {--bs-bg-opacity: 1;background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;}.bg-body {--bs-bg-opacity: 1;background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important;}.bg-gradient {background-image: var(--bs-gradient)!important;}.rounded {border-radius: .25rem!important;}.rounded-0 {border-radius: 0!important;}.rounded-1 {border-radius: .2rem!important;}.rounded-2 {border-radius: .25rem!important;}.rounded-3 {border-radius: .3rem!important;}.rounded-top {border-top-left-radius: .25rem!important;border-top-right-radius: .25rem!important;}.rounded-end {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-start {border-bottom-left-radius: .25rem!important;border-top-left-radius: .25rem!important;}@media (min-width:576px) {.d-sm-inline {display: inline!important;}.d-sm-inline-block {display: inline-block!important;}.d-sm-block {display: block!important;}.d-sm-grid {display: grid!important;}.d-sm-flex {display: flex!important;}.d-sm-inline-flex {display: inline-flex!important;}.d-sm-none {display: none!important;}.flex-sm-fill {flex: 1 1 auto!important;}.flex-sm-row {flex-direction: row!important;}.flex-sm-wrap {flex-wrap: wrap!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;}.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-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-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;}.m-sm-0 {margin: 0!important;}.m-sm-1 {margin: .25rem!important;}.m-sm-2 {margin: .5rem!important;}.m-sm-3 {margin: 1rem!important;}.m-sm-4 {margin: 1.5rem!important;}.m-sm-5 {margin: 3rem!important;}.m-sm-auto {margin: auto!important;}.mx-sm-0 {margin-right: 0!important;margin-left: 0!important;}.mx-sm-1 {margin-right: .25rem!important;margin-left: .25rem!important;}.mx-sm-2 {margin-right: .5rem!important;margin-left: .5rem!important;}.mx-sm-3 {margin-right: 1rem!important;margin-left: 1rem!important;}.mx-sm-4 {margin-right: 1.5rem!important;margin-left: 1.5rem!important;}.mx-sm-5 {margin-right: 3rem!important;margin-left: 3rem!important;}.mx-sm-auto {margin-right: auto!important;margin-left: auto!important;}.my-sm-0 {margin-top: 0!important;margin-bottom: 0!important;}.my-sm-1 {margin-top: .25rem!important;margin-bottom: .25rem!important;}.my-sm-2 {margin-top: .5rem!important;margin-bottom: .5rem!important;}.my-sm-3 {margin-top: 1rem!important;margin-bottom: 1rem!important;}.my-sm-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}.my-sm-5 {margin-top: 3rem!important;margin-bottom: 3rem!important;}.my-sm-auto {margin-top: auto!important;margin-bottom: auto!important;}.mt-sm-0 {margin-top: 0!important;}.mt-sm-1 {margin-top: .25rem!important;}.mt-sm-2 {margin-top: .5rem!important;}.mt-sm-3 {margin-top: 1rem!important;}.mt-sm-4 {margin-top: 1.5rem!important;}.mt-sm-5 {margin-top: 3rem!important;}.mt-sm-auto {margin-top: auto!important;}.mb-sm-0 {margin-bottom: 0!important;}.mb-sm-1 {margin-bottom: .25rem!important;}.mb-sm-2 {margin-bottom: .5rem!important;}.mb-sm-3 {margin-bottom: 1rem!important;}.mb-sm-4 {margin-bottom: 1.5rem!important;}.mb-sm-5 {margin-bottom: 3rem!important;}.mb-sm-auto {margin-bottom: auto!important;}.ms-sm-0 {margin-left: 0!important;}.ms-sm-1 {margin-left: .25rem!important;}.ms-sm-2 {margin-left: .5rem!important;}.ms-sm-3 {margin-left: 1rem!important;}.ms-sm-4 {margin-left: 1.5rem!important;}.ms-sm-5 {margin-left: 3rem!important;}.ms-sm-auto {margin-left: auto!important;}.p-sm-0 {padding: 0!important;}.p-sm-1 {padding: .25rem!important;}.p-sm-2 {padding: .5rem!important;}.p-sm-3 {padding: 1rem!important;}.p-sm-4 {padding: 1.5rem!important;}.p-sm-5 {padding: 3rem!important;}.px-sm-0 {padding-right: 0!important;padding-left: 0!important;}.px-sm-1 {padding-right: .25rem!important;padding-left: .25rem!important;}.px-sm-2 {padding-right: .5rem!important;padding-left: .5rem!important;}.px-sm-3 {padding-right: 1rem!important;padding-left: 1rem!important;}.px-sm-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}.px-sm-5 {padding-right: 3rem!important;padding-left: 3rem!important;}.py-sm-0 {padding-top: 0!important;padding-bottom: 0!important;}.py-sm-1 {padding-top: .25rem!important;padding-bottom: .25rem!important;}.py-sm-2 {padding-top: .5rem!important;padding-bottom: .5rem!important;}.py-sm-3 {padding-top: 1rem!important;padding-bottom: 1rem!important;}.py-sm-4 {padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}.py-sm-5 {padding-top: 3rem!important;padding-bottom: 3rem!important;}.pt-sm-0 {padding-top: 0!important;}.pt-sm-1 {padding-top: .25rem!important;}.pt-sm-2 {padding-top: .5rem!important;}.pt-sm-3 {padding-top: 1rem!important;}.pt-sm-4 {padding-top: 1.5rem!important;}.pt-sm-5 {padding-top: 3rem!important;}.text-sm-start {text-align: left!important;}.text-sm-end {text-align: right!important;}.text-sm-center {text-align: center!important;}}@media (min-width:768px) {.d-md-inline {display: inline!important;}.d-md-inline-block {display: inline-block!important;}.d-md-block {display: block!important;}.d-md-grid {display: grid!important;}.d-md-flex {display: flex!important;}.d-md-inline-flex {display: inline-flex!important;}.d-md-none {display: none!important;}.flex-md-fill {flex: 1 1 auto!important;}.flex-md-row {flex-direction: row!important;}.flex-md-wrap {flex-wrap: wrap!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;}.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-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-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;}.m-md-0 {margin: 0!important;}.m-md-1 {margin: .25rem!important;}.m-md-2 {margin: .5rem!important;}.m-md-3 {margin: 1rem!important;}.m-md-4 {margin: 1.5rem!important;}.m-md-5 {margin: 3rem!important;}.m-md-auto {margin: auto!important;}.mx-md-0 {margin-right: 0!important;margin-left: 0!important;}.mx-md-1 {margin-right: .25rem!important;margin-left: .25rem!important;}.mx-md-2 {margin-right: .5rem!important;margin-left: .5rem!important;}.mx-md-3 {margin-right: 1rem!important;margin-left: 1rem!important;}.mx-md-4 {margin-right: 1.5rem!important;margin-left: 1.5rem!important;}.mx-md-5 {margin-right: 3rem!important;margin-left: 3rem!important;}.mx-md-auto {margin-right: auto!important;margin-left: auto!important;}.my-md-0 {margin-top: 0!important;margin-bottom: 0!important;}.my-md-1 {margin-top: .25rem!important;margin-bottom: .25rem!important;}.my-md-2 {margin-top: .5rem!important;margin-bottom: .5rem!important;}.my-md-3 {margin-top: 1rem!important;margin-bottom: 1rem!important;}.my-md-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}.my-md-5 {margin-top: 3rem!important;margin-bottom: 3rem!important;}.my-md-auto {margin-top: auto!important;margin-bottom: auto!important;}.mt-md-0 {margin-top: 0!important;}.mt-md-1 {margin-top: .25rem!important;}.mt-md-2 {margin-top: .5rem!important;}.mt-md-3 {margin-top: 1rem!important;}.mt-md-4 {margin-top: 1.5rem!important;}.mt-md-5 {margin-top: 3rem!important;}.mt-md-auto {margin-top: auto!important;}.mb-md-0 {margin-bottom: 0!important;}.mb-md-1 {margin-bottom: .25rem!important;}.mb-md-2 {margin-bottom: .5rem!important;}.mb-md-3 {margin-bottom: 1rem!important;}.mb-md-4 {margin-bottom: 1.5rem!important;}.mb-md-5 {margin-bottom: 3rem!important;}.mb-md-auto {margin-bottom: auto!important;}.ms-md-0 {margin-left: 0!important;}.ms-md-1 {margin-left: .25rem!important;}.ms-md-2 {margin-left: .5rem!important;}.ms-md-3 {margin-left: 1rem!important;}.ms-md-4 {margin-left: 1.5rem!important;}.ms-md-5 {margin-left: 3rem!important;}.ms-md-auto {margin-left: auto!important;}.p-md-0 {padding: 0!important;}.p-md-1 {padding: .25rem!important;}.p-md-2 {padding: .5rem!important;}.p-md-3 {padding: 1rem!important;}.p-md-4 {padding: 1.5rem!important;}.p-md-5 {padding: 3rem!important;}.px-md-0 {padding-right: 0!important;padding-left: 0!important;}.px-md-1 {padding-right: .25rem!important;padding-left: .25rem!important;}.px-md-2 {padding-right: .5rem!important;padding-left: .5rem!important;}.px-md-3 {padding-right: 1rem!important;padding-left: 1rem!important;}.px-md-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}.px-md-5 {padding-right: 3rem!important;padding-left: 3rem!important;}.py-md-0 {padding-top: 0!important;padding-bottom: 0!important;}.py-md-1 {padding-top: .25rem!important;padding-bottom: .25rem!important;}.py-md-2 {padding-top: .5rem!important;padding-bottom: .5rem!important;}.py-md-3 {padding-top: 1rem!important;padding-bottom: 1rem!important;}.py-md-4 {padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}.py-md-5 {padding-top: 3rem!important;padding-bottom: 3rem!important;}.pt-md-0 {padding-top: 0!important;}.pt-md-1 {padding-top: .25rem!important;}.pt-md-2 {padding-top: .5rem!important;}.pt-md-3 {padding-top: 1rem!important;}.pt-md-4 {padding-top: 1.5rem!important;}.pt-md-5 {padding-top: 3rem!important;}.text-md-start {text-align: left!important;}.text-md-end {text-align: right!important;}.text-md-center {text-align: center!important;}}@media (min-width:992px) {.d-lg-inline {display: inline!important;}.d-lg-inline-block {display: inline-block!important;}.d-lg-block {display: block!important;}.d-lg-grid {display: grid!important;}.d-lg-flex {display: flex!important;}.d-lg-inline-flex {display: inline-flex!important;}.d-lg-none {display: none!important;}.flex-lg-fill {flex: 1 1 auto!important;}.flex-lg-row {flex-direction: row!important;}.flex-lg-wrap {flex-wrap: wrap!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;}.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-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-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;}.m-lg-0 {margin: 0!important;}.m-lg-1 {margin: .25rem!important;}.m-lg-2 {margin: .5rem!important;}.m-lg-3 {margin: 1rem!important;}.m-lg-4 {margin: 1.5rem!important;}.m-lg-5 {margin: 3rem!important;}.m-lg-auto {margin: auto!important;}.mx-lg-0 {margin-right: 0!important;margin-left: 0!important;}.mx-lg-1 {margin-right: .25rem!important;margin-left: .25rem!important;}.mx-lg-2 {margin-right: .5rem!important;margin-left: .5rem!important;}.mx-lg-3 {margin-right: 1rem!important;margin-left: 1rem!important;}.mx-lg-4 {margin-right: 1.5rem!important;margin-left: 1.5rem!important;}.mx-lg-5 {margin-right: 3rem!important;margin-left: 3rem!important;}.mx-lg-auto {margin-right: auto!important;margin-left: auto!important;}.my-lg-0 {margin-top: 0!important;margin-bottom: 0!important;}.my-lg-1 {margin-top: .25rem!important;margin-bottom: .25rem!important;}.my-lg-2 {margin-top: .5rem!important;margin-bottom: .5rem!important;}.my-lg-3 {margin-top: 1rem!important;margin-bottom: 1rem!important;}.my-lg-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}.my-lg-5 {margin-top: 3rem!important;margin-bottom: 3rem!important;}.my-lg-auto {margin-top: auto!important;margin-bottom: auto!important;}.mt-lg-0 {margin-top: 0!important;}.mt-lg-1 {margin-top: .25rem!important;}.mt-lg-2 {margin-top: .5rem!important;}.mt-lg-3 {margin-top: 1rem!important;}.mt-lg-4 {margin-top: 1.5rem!important;}.mt-lg-5 {margin-top: 3rem!important;}.mt-lg-auto {margin-top: auto!important;}.mb-lg-0 {margin-bottom: 0!important;}.mb-lg-1 {margin-bottom: .25rem!important;}.mb-lg-2 {margin-bottom: .5rem!important;}.mb-lg-3 {margin-bottom: 1rem!important;}.mb-lg-4 {margin-bottom: 1.5rem!important;}.mb-lg-5 {margin-bottom: 3rem!important;}.mb-lg-auto {margin-bottom: auto!important;}.ms-lg-0 {margin-left: 0!important;}.ms-lg-1 {margin-left: .25rem!important;}.ms-lg-2 {margin-left: .5rem!important;}.ms-lg-3 {margin-left: 1rem!important;}.ms-lg-4 {margin-left: 1.5rem!important;}.ms-lg-5 {margin-left: 3rem!important;}.ms-lg-auto {margin-left: auto!important;}.p-lg-0 {padding: 0!important;}.p-lg-1 {padding: .25rem!important;}.p-lg-2 {padding: .5rem!important;}.p-lg-3 {padding: 1rem!important;}.p-lg-4 {padding: 1.5rem!important;}.p-lg-5 {padding: 3rem!important;}.px-lg-0 {padding-right: 0!important;padding-left: 0!important;}.px-lg-1 {padding-right: .25rem!important;padding-left: .25rem!important;}.px-lg-2 {padding-right: .5rem!important;padding-left: .5rem!important;}.px-lg-3 {padding-right: 1rem!important;padding-left: 1rem!important;}.px-lg-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}.px-lg-5 {padding-right: 3rem!important;padding-left: 3rem!important;}.py-lg-0 {padding-top: 0!important;padding-bottom: 0!important;}.py-lg-1 {padding-top: .25rem!important;padding-bottom: .25rem!important;}.py-lg-2 {padding-top: .5rem!important;padding-bottom: .5rem!important;}.py-lg-3 {padding-top: 1rem!important;padding-bottom: 1rem!important;}.py-lg-4 {padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}.py-lg-5 {padding-top: 3rem!important;padding-bottom: 3rem!important;}.pt-lg-0 {padding-top: 0!important;}.pt-lg-1 {padding-top: .25rem!important;}.pt-lg-2 {padding-top: .5rem!important;}.pt-lg-3 {padding-top: 1rem!important;}.pt-lg-4 {padding-top: 1.5rem!important;}.pt-lg-5 {padding-top: 3rem!important;}.text-lg-start {text-align: left!important;}.text-lg-end {text-align: right!important;}.text-lg-center {text-align: center!important;}}@media (min-width:1200px) {.d-xl-inline {display: inline!important;}.d-xl-inline-block {display: inline-block!important;}.d-xl-block {display: block!important;}.d-xl-grid {display: grid!important;}.d-xl-flex {display: flex!important;}.d-xl-inline-flex {display: inline-flex!important;}.d-xl-none {display: none!important;}.flex-xl-fill {flex: 1 1 auto!important;}.flex-xl-row {flex-direction: row!important;}.flex-xl-wrap {flex-wrap: wrap!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;}.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-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-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;}.m-xl-0 {margin: 0!important;}.m-xl-1 {margin: .25rem!important;}.m-xl-2 {margin: .5rem!important;}.m-xl-3 {margin: 1rem!important;}.m-xl-4 {margin: 1.5rem!important;}.m-xl-5 {margin: 3rem!important;}.m-xl-auto {margin: auto!important;}.mx-xl-0 {margin-right: 0!important;margin-left: 0!important;}.mx-xl-1 {margin-right: .25rem!important;margin-left: .25rem!important;}.mx-xl-2 {margin-right: .5rem!important;margin-left: .5rem!important;}.mx-xl-3 {margin-right: 1rem!important;margin-left: 1rem!important;}.mx-xl-4 {margin-right: 1.5rem!important;margin-left: 1.5rem!important;}.mx-xl-5 {margin-right: 3rem!important;margin-left: 3rem!important;}.mx-xl-auto {margin-right: auto!important;margin-left: auto!important;}.my-xl-0 {margin-top: 0!important;margin-bottom: 0!important;}.my-xl-1 {margin-top: .25rem!important;margin-bottom: .25rem!important;}.my-xl-2 {margin-top: .5rem!important;margin-bottom: .5rem!important;}.my-xl-3 {margin-top: 1rem!important;margin-bottom: 1rem!important;}.my-xl-4 {margin-top: 1.5rem!important;margin-bottom: 1.5rem!important;}.my-xl-5 {margin-top: 3rem!important;margin-bottom: 3rem!important;}.my-xl-auto {margin-top: auto!important;margin-bottom: auto!important;}.mt-xl-0 {margin-top: 0!important;}.mt-xl-1 {margin-top: .25rem!important;}.mt-xl-2 {margin-top: .5rem!important;}.mt-xl-3 {margin-top: 1rem!important;}.mt-xl-4 {margin-top: 1.5rem!important;}.mt-xl-5 {margin-top: 3rem!important;}.mt-xl-auto {margin-top: auto!important;}.mb-xl-0 {margin-bottom: 0!important;}.mb-xl-1 {margin-bottom: .25rem!important;}.mb-xl-2 {margin-bottom: .5rem!important;}.mb-xl-3 {margin-bottom: 1rem!important;}.mb-xl-4 {margin-bottom: 1.5rem!important;}.mb-xl-5 {margin-bottom: 3rem!important;}.mb-xl-auto {margin-bottom: auto!important;}.ms-xl-0 {margin-left: 0!important;}.ms-xl-1 {margin-left: .25rem!important;}.ms-xl-2 {margin-left: .5rem!important;}.ms-xl-3 {margin-left: 1rem!important;}.ms-xl-4 {margin-left: 1.5rem!important;}.ms-xl-5 {margin-left: 3rem!important;}.ms-xl-auto {margin-left: auto!important;}.p-xl-0 {padding: 0!important;}.p-xl-1 {padding: .25rem!important;}.p-xl-2 {padding: .5rem!important;}.p-xl-3 {padding: 1rem!important;}.p-xl-4 {padding: 1.5rem!important;}.p-xl-5 {padding: 3rem!important;}.px-xl-0 {padding-right: 0!important;padding-left: 0!important;}.px-xl-1 {padding-right: .25rem!important;padding-left: .25rem!important;}.px-xl-2 {padding-right: .5rem!important;padding-left: .5rem!important;}.px-xl-3 {padding-right: 1rem!important;padding-left: 1rem!important;}.px-xl-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}.px-xl-5 {padding-right: 3rem!important;padding-left: 3rem!important;}.py-xl-0 {padding-top: 0!important;padding-bottom: 0!important;}.py-xl-1 {padding-top: .25rem!important;padding-bottom: .25rem!important;}.py-xl-2 {padding-top: .5rem!important;padding-bottom: .5rem!important;}.py-xl-3 {padding-top: 1rem!important;padding-bottom: 1rem!important;}.py-xl-4 {padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}.py-xl-5 {padding-top: 3rem!important;padding-bottom: 3rem!important;}.pt-xl-0 {padding-top: 0!important;}.pt-xl-1 {padding-top: .25rem!important;}.pt-xl-2 {padding-top: .5rem!important;}.pt-xl-3 {padding-top: 1rem!important;}.pt-xl-4 {padding-top: 1.5rem!important;}.pt-xl-5 {padding-top: 3rem!important;}.text-xl-start {text-align: left!important;}.text-xl-end {text-align: right!important;}.text-xl-center {text-align: center!important;}}@media (min-width:1200px) {.fs-1 {font-size: 2.5rem!important;}.fs-2 {font-size: 2rem!important;}.fs-3 {font-size: 1.75rem!important;}.fs-4 {font-size: 1.5rem!important;}}body {font-family: "Vazirmatn", sans-serif;color: #161c2d;background: #ffffff;line-height: 1.6;font-size: 17px;}html {scroll-padding-top: 66px;}a {text-decoration: none !important;outline: none;color: #161c2d;font-family: "Vazirmatn", sans-serif;}a:hover {color: #161c2d;}p {margin-bottom: 0px;}h1,h2,h3,h4,h5,h6 {font-family: "Vazirmatn", sans-serif;font-weight: 400;}.row > * {position: relative;}@media (min-width: 1200px) {.container {max-width: 1140px;}}.shape {position: absolute;poVazirmatn-events: none;right: 0;bottom: 0;left: 0;}.shape > svg {transform: scale(2);width: 100%;height: auto;transform-origin: top center;}.filter-tab {border-bottom: 1px dashed #edecf1;}.filter-tab li {padding: 10px 14px;cursor: poVazirmatn;}.filter-tab li.active {font-weight: 500;margin-bottom: -1px;}@keyframes run {0% {top: -50%;}100% {top: 110%;}}.bg-text {position: absolute;top: 30%;left: 50%;transform: translate(-50%, -50%);}.bg-text h1 {font-size: 70px;color: #f1f6fa;}.head-title {position: relative;font-size: calc(2.5px + 2.5vw);font-weight: 700;color: #f5f5f5;letter-spacing: 0.02em;text-transform: uppercase;perspective: 500px;}.head-title::before,.head-title::after {content: attr(aria-label);position: absolute;transform: translate(-50%, -50%);text-shadow: 0.01em 0.01em 0.01em rgba(0, 0, 0, 0.3);}.head-title::before {animation: floatAbove 3.5s ease-in-out infinite;clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);}.head-title::after {opacity: 0.65;filter: blur(0.02em);transform: translate(-50%, -50%) rotateX(21deg);animation: floatBelow 3.5s ease-in-out infinite;clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);}@keyframes floatAbove {50% {transform: translate(-50%, -60%);clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 60%);}}@keyframes floatBelow {50% {transform: translate(-50%, -60%) rotateX(10deg);clip-path: polygon(0% 60%, 100% 60%, 100% 100%, 0% 100%);}}.font-secondary {font-family: "Vazirmatn", sans-serif !important;}.card-bg {background-color: #ffffff;}.text-secondary {color: #7081b9 !important;}.bg-secondary {background-color: #7081b9 !important;}.text-info {color: #377dff !important;}.bg-info {background-color: #377dff !important;}.text-dark {color: #172d51 !important;}.bg-dark {background-color: #172d51 !important;}.text-light {color: #f9fbfd !important;}.bg-light {background-color: #f9fbfd !important;}.text-muted {color: #6f809b !important;}.bg-muted {background-color: #6f809b !important;}.text-white {color: #ffffff !important;}.bg-white {background-color: #ffffff !important;}.fs-12 {font-size: 12px;}.fs-13 {font-size: 13px;}.fs-14 {font-size: 14px;}.fs-15 {font-size: 15px;}.fs-16 {font-size: 16px;}.fs-17 {font-size: 17px;}.fs-18 {font-size: 18px;}.fs-19 {font-size: 19px;}.fs-20 {font-size: 20px;}.fs-21 {font-size: 21px;}.fs-22 {font-size: 22px;}.fs-23 {font-size: 23px;}.fs-24 {font-size: 24px;}.fs-28 {font-size: 28px;}.fs-30 {font-size: 30px;}.fs-32 {font-size: 32px;}.fs-34 {font-size: 34px;}.fs-36 {font-size: 36px;}.fs-40 {font-size: 40px;}.fs-50 {font-size: 50px;}.fw-light {font-weight: 300;}.fw-light-alt {font-weight: 400;}.fw-medium {font-weight: 500;}.icon {position: relative;top: -2px;}.icon-xl {height: 48px;width: 48px;}.icon-lg {height: 34px;width: 34px;}.icon-sm {height: 24px;width: 24px;}.text-gray-700 {color: #303e67 !important;}.border {border: 1px solid #fafbfb;}.border-2 {border: 2px solid #fafbfb;}.border-3 {border: 3px solid #fafbfb;}.border-4 {border: 4px solid #fafbfb;}.border-end {border-right: 1px solid #fafbfb;}.shadow {box-shadow: 0px 4px 20px rgba(191, 197, 213, 0.2) !important;}.bg-gradient-light-white {background-image: linear-gradient(180deg, #f9fbfd 0, #ffffff);}.section {padding: 100px 0px 100px;position: relative;}mark {color: inherit;padding: 0;background: 0 0;background-image: linear-gradient(120deg, rgba(255, 200, 53, 0.8) 0, rgba(255, 200, 53, 0.8) 100%);background-repeat: no-repeat;background-size: 0 0.3em;background-position: 0 80%;position: relative;background-size: 100% 0.25em;animation-delay: 1s;}.thumb-sm {height: 36px !important;width: 36px !important;font-size: 12px;font-weight: 700;}.thumb-md {height: 42px;width: 42px;font-size: 14px;font-weight: 700;}.thumb-lg {height: 48px;width: 48px;font-size: 16px;font-weight: 700;}.thumb-xl {height: 60px;width: 60px;font-size: 22px;font-weight: 700;}.py-100 {padding-top: 100px;padding-bottom: 100px;}.py-200 {padding-top: 200px;padding-bottom: 200px;}.z-i-0 {z-index: 0;}.z-i-1 {z-index: 1;}.z-i-2 {z-index: 2;}.z-i-3 {z-index: 3;}.z-i-4 {z-index: 4;}.z-i-5 {z-index: 5;}.card {border: none;background-color: #ffffff;}.card-body {padding: 2rem;}.media {display: flex;align-items: flex-start;}.media .media-body {flex: 1;}.project-images {height: 100px;width: 100px;padding: 10px;border-radius: 15px;}.svg-secondary {fill: rgba(112, 129, 185, 0.2);color: #7081b9;}.svg-info {fill: rgba(55, 125, 255, 0.2);color: #377dff;}.svg-dark {fill: rgba(23, 45, 81, 0.2);color: #172d51;}.svg-light {fill: rgba(249, 251, 253, 0.2);color: #f9fbfd;}.svg-muted {fill: rgba(111, 128, 155, 0.2);color: #6f809b;}.svg-white {fill: rgba(255, 255, 255, 0.2);color: #ffffff;}.shape {position: absolute;right: 0;bottom: -3px;left: 0;}@media (max-width: 425px) {.shape {bottom: -4px;}}.shape > svg {transform: scale(2);width: 100%;height: auto;transform-origin: top center;}.navbar {padding: 20px 0px;transition: all 0.3s ease-in-out;}.navbar .navbar-nav {position: relative;}.navbar .navbar-nav .nav-item .nav-link {font-size: 16px;color: #7081b9;padding-right: 26px;}.navbar .navbar-nav .nav-item .nav-link:hover,.navbar .navbar-nav .nav-item .nav-link:focus,.navbar .navbar-nav .nav-item .nav-link.active {color: #00bcd4;}.navbar .navbar-nav .nav-item:last-child .nav-link {padding-right: 0px !important;}.navbar .navbar-toggler {padding: 0px;border: none;}.navbar .navbar-toggler:focus {box-shadow: none !important;}.navbar .navbar-toggler .navbar-toggle-icon {color: #ffffff;}.navbar .navbar-toggler .navbar-toggle-icon:focus {outline: none;}.nav-sticky {padding: 12px 0px;background-color: #ffffff;box-shadow: 0px 4px 20px rgba(191, 197, 213, 0.07);}.nav-sticky .navbar-nav .nav-item {position: relative;}.nav-sticky .navbar-nav .nav-item .nav-link {color: #8997bd;}.nav-sticky .navbar-nav .nav-item .nav-link:hover,.nav-sticky .navbar-nav .nav-item .nav-link:active,.nav-sticky .navbar-nav .nav-item .nav-link:focus,.nav-sticky .navbar-nav .nav-item .nav-link.active {color: #00bcd4;}.nav-sticky .navbar-toggler {padding: 0px;}.nav-sticky .navbar-toggler .navbar-toggle-icon {color: #172d51;}.navbar-light {padding: 12px 0px;transition: all 0.3s ease-in-out;}.navbar-light .navbar-nav .nav-item .nav-link {color: #8997bd;}.navbar-light .navbar-toggler {padding: 0px;}.navbar-light .navbar-toggler .navbar-toggle-icon {color: #172d51;}@media (max-width: 991px) {.navbar {padding: 10px 0px;background-color: #ffffff;box-shadow: 0px 4px 20px rgba(67, 81, 119, 0.07) !important;}.navbar .navbar-nav {padding: 15px 0px;}.navbar .navbar-nav .nav-item .nav-link {color: #8997bd;}.navbar .navbar-toggler {padding: 0px;}.navbar .navbar-toggler .navbar-toggle-icon {color: #172d51;}.navbar .navbar-toggler:focus {outline: none !important;}}.hero-one.main-bg {background-color: rgba(247, 140, 75, 0.1);}.hero-one .hero-name {font-size: 54px;line-height: 70px;font-weight: 700;color: #172d51;margin-top: 8rem;}.hero-one .hero-title {font-size: 50px;line-height: 70px;font-weight: 700;color: #172d51;}::placeholder {color: #7081b9 !important;font-weight: 300 !important;}.footer {color: rgba(255, 255, 255, 0.4);padding: 80px 0px 30px;background-color: #172d51;}.footer .footer-list li a {color: rgba(255, 255, 255, 0.4);padding-bottom: 10px;display: inline-block;}.footer .footer-list li:hover a {color: #ffffff;}.footer-alt {border-top: 1px solid rgba(255, 255, 255, 0.08);padding: 20px 0px;color: rgba(255, 255, 255, 0.4);background-color: #172d51;}.footer-alt li a {color: #377dff;margin-right: 0;}.footer-alt li:hover a {color: #ffffff;}.bg-footer {color: #172d51;}.text-footer {color: #ffffff;}@keyframes la-spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.ti {font-family: "tabler-icons" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.ti-2fa:before {content: "\eca0";}.ti-align-center:before {content: "\ea07";}.ti-align-right:before {content: "\ea0a";}.ti-border-all:before {content: "\ea3b";}.ti-border-bottom:before {content: "\ea3c";}.ti-border-none:before {content: "\ea40";}.ti-border-right:before {content: "\ea42";}.ti-border-style:before {content: "\ee0a";}.ti-border-style-2:before {content: "\ef22";}.ti-border-top:before {content: "\ea43";}.ti-container:before {content: "\ee47";}.ti-copy:before {content: "\ea7a";}.ti-face-id:before {content: "\ea9b";}.ti-feather:before {content: "\ee8b";}.ti-filter:before {content: "\eaa5";}.ti-h-1:before {content: "\ec94";}.ti-h-2:before {content: "\ec95";}.ti-h-3:before {content: "\ec96";}.ti-h-4:before {content: "\ec97";}.ti-h-5:before {content: "\ec98";}.ti-h-6:before {content: "\ec99";}.ti-home:before {content: "\eac1";}.ti-home-2:before {content: "\eac0";}.ti-id:before {content: "\eac3";}.ti-link:before {content: "\eade";}.ti-list:before {content: "\eb6b";}.ti-mail:before {content: "\eae5";}.ti-menu:before {content: "\eaeb";}.ti-menu-2:before {content: "\ec42";}.ti-repeat:before {content: "\eb72";}.ti-scale:before {content: "\ebc2";}.ti-section:before {content: "\eed5";}.ti-shadow:before {content: "\eed8";}.ti-shape:before {content: "\eb9c";}.ti-shape-2:before {content: "\eed9";}.ti-shape-3:before {content: "\eeda";}.ti-target:before {content: "\eb35";}.ti-text-wrap:before {content: "\ebdd";}.ti-toggle-right:before {content: "\eb3f";}[data-words] {overflow: hidden;}[data-words]:after {content: "after";display: none !important;}@keyframes textAnimIn {0% {transform: translate3d(0, -120%, 0);}100% {transform: translate3d(0, 0%, 0);}}@keyframes textAnimOut {0% {transform: translate3d(0, 0%, 0);}50% {transform: translate3d(0, -20%, 0);}100% {transform: translate3d(0, 120%, 0);}}@keyframes textAnimInCenter {0% {transform: translate3d(-50%, -120%, 0);}100% {transform: translate3d(-50%, 10%, 0);}}@keyframes textAnimOutCenter {0% {transform: translate3d(-50%, 0%, 0);}50% {transform: translate3d(-50%, -20%, 0);}100% {transform: translate3d(-50%, 120%, 0);}}