@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap");
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
 :root,[data-bs-theme=light]{--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-black:#000;--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-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,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-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::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}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.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;color:var(--bs-heading-color)}.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}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-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]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.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}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);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,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.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}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.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,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.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,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.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,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.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,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.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,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;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:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@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 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);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 .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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 .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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 .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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 .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.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-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: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")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: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")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@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-header,.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-header,.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}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.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,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{display:inline-block;flex-shrink:0;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.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}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y: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-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!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}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!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}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.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}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!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}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!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}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!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-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!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-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!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}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!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}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right: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}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!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}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!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-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-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-black{--bs-text-opacity:1;color:rgba(var(--bs-black-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:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-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-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-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-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-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-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.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-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!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-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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-sm-evenly{justify-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!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}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right: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}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap: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){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.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-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!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-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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-md-evenly{justify-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!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}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right: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}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap: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){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.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-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!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-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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-lg-evenly{justify-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!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}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right: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}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap: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){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.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-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!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-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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!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}.justify-content-xl-evenly{justify-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!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}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right: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}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap: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:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-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}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
@font-face {
font-family: "uicons-regular-rounded";
src: url(//powertech.by/wp-content/themes/befast/assets/fonts/uicons/uicons-regular-rounded.eot#iefix) format("embedded-opentype"),
url(//powertech.by/wp-content/themes/befast/assets/fonts/uicons/uicons-regular-rounded.woff2) format("woff2"),
url(//powertech.by/wp-content/themes/befast/assets/fonts/uicons/uicons-regular-rounded.woff) format("woff");
}
i[class^="fi-rr-"],
span[class^="fi-rr-"] {
line-height: 0 !important;
}
i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fi-rr-0:before {
content: "\e001";
}
.fi-rr-00s-music-disc:before {
content: "\e002";
}
.fi-rr-1:before {
content: "\e003";
}
.fi-rr-2:before {
content: "\e007";
}
.fi-rr-3:before {
content: "\e009";
}
.fi-rr-360-degrees:before {
content: "\e00b";
}
.fi-rr-4:before {
content: "\e00d";
}
.fi-rr-404:before {
content: "\e00f";
}
.fi-rr-5:before {
content: "\e010";
}
.fi-rr-500px:before {
content: "\e012";
}
.fi-rr-6:before {
content: "\e013";
}
.fi-rr-60s-music-disc:before {
content: "\e014";
}
.fi-rr-7:before {
content: "\e015";
}
.fi-rr-70s-music-disc:before {
content: "\e016";
}
.fi-rr-8:before {
content: "\e017";
}
.fi-rr-80s-music-disc:before {
content: "\e018";
}
.fi-rr-9:before {
content: "\e019";
}
.fi-rr-90s-music-disc:before {
content: "\e01a";
}
.fi-rr-a:before {
content: "\e01b";
}
.fi-rr-abacus:before {
content: "\e01c";
}
.fi-rr-accident:before {
content: "\e01f";
}
.fi-rr-acorn:before {
content: "\e021";
}
.fi-rr-ad:before {
content: "\e023";
}
.fi-rr-ad-forbidden:before {
content: "\e024";
}
.fi-rr-ad-paid:before {
content: "\e025";
}
.fi-rr-add:before {
content: "\e026";
}
.fi-rr-add-document:before {
content: "\e028";
}
.fi-rr-add-folder:before {
content: "\e029";
}
.fi-rr-add-image:before {
content: "\e02a";
}
.fi-rr-address-book:before {
content: "\e02b";
}
.fi-rr-address-card:before {
content: "\e02c";
}
.fi-rr-admin:before {
content: "\e02d";
}
.fi-rr-admin-alt:before {
content: "\e02e";
}
.fi-rr-age:before {
content: "\e038";
}
.fi-rr-age-alt:before {
content: "\e039";
}
.fi-rr-age-restriction-eighteen:before {
content: "\e03a";
}
.fi-rr-age-restriction-seven:before {
content: "\e03b";
}
.fi-rr-age-restriction-six:before {
content: "\e03c";
}
.fi-rr-age-restriction-sixteen:before {
content: "\e03d";
}
.fi-rr-age-restriction-thirteen:before {
content: "\e03f";
}
.fi-rr-age-restriction-three:before {
content: "\e040";
}
.fi-rr-age-restriction-twelve:before {
content: "\e041";
}
.fi-rr-age-restriction-twenty-one:before {
content: "\e042";
}
.fi-rr-age-restriction-zero:before {
content: "\e043";
}
.fi-rr-air-conditioner:before {
content: "\e046";
}
.fi-rr-air-freshener:before {
content: "\e047";
}
.fi-rr-air-pollution:before {
content: "\e048";
}
.fi-rr-airplane-journey:before {
content: "\e04a";
}
.fi-rr-airplane-window-open:before {
content: "\e04b";
}
.fi-rr-airplay:before {
content: "\e04c";
}
.fi-rr-alarm-clock:before {
content: "\e04d";
}
.fi-rr-alarm-exclamation:before {
content: "\e04e";
}
.fi-rr-alarm-plus:before {
content: "\e04f";
}
.fi-rr-alarm-snooze:before {
content: "\e050";
}
.fi-rr-album:before {
content: "\e051";
}
.fi-rr-album-circle-plus:before {
content: "\e052";
}
.fi-rr-album-circle-user:before {
content: "\e053";
}
.fi-rr-album-collection:before {
content: "\e054";
}
.fi-rr-algorithm:before {
content: "\e056";
}
.fi-rr-alicorn:before {
content: "\e057";
}
.fi-rr-alien:before {
content: "\e058";
}
.fi-rr-align-center:before {
content: "\e05a";
}
.fi-rr-align-justify:before {
content: "\e05b";
}
.fi-rr-align-left:before {
content: "\e05c";
}
.fi-rr-align-slash:before {
content: "\e05d";
}
.fi-rr-ambulance:before {
content: "\e05f";
}
.fi-rr-amp-guitar:before {
content: "\e063";
}
.fi-rr-analyse:before {
content: "\e066";
}
.fi-rr-analyse-alt:before {
content: "\e067";
}
.fi-rr-anatomical-heart:before {
content: "\e069";
}
.fi-rr-anchor:before {
content: "\e06a";
}
.fi-rr-angel:before {
content: "\e06c";
}
.fi-rr-angle:before {
content: "\e06d";
}
.fi-rr-angle-90:before {
content: "\e06e";
}
.fi-rr-angle-circle-down:before {
content: "\e06f";
}
.fi-rr-angle-circle-left:before {
content: "\e070";
}
.fi-rr-angle-circle-right:before {
content: "\e071";
}
.fi-rr-angle-circle-up:before {
content: "\e072";
}
.fi-rr-angle-double-left:before {
content: "\e073";
}
.fi-rr-angle-double-right:before {
content: "\e074";
}
.fi-rr-angle-double-small-down:before {
content: "\e075";
}
.fi-rr-angle-double-small-left:before {
content: "\e076";
}
.fi-rr-angle-double-small-right:before {
content: "\e077";
}
.fi-rr-angle-double-small-up:before {
content: "\e078";
}
.fi-rr-angle-down:before {
content: "\e079";
}
.fi-rr-angle-left:before {
content: "\e07a";
}
.fi-rr-angle-right:before {
content: "\e07b";
}
.fi-rr-angle-small-down:before {
content: "\e07c";
}
.fi-rr-angle-small-left:before {
content: "\e07d";
}
.fi-rr-angle-small-right:before {
content: "\e07e";
}
.fi-rr-angle-small-up:before {
content: "\e07f";
}
.fi-rr-angle-square-down:before {
content: "\e080";
}
.fi-rr-angle-square-left:before {
content: "\e081";
}
.fi-rr-angle-square-right:before {
content: "\e082";
}
.fi-rr-angle-square-up:before {
content: "\e083";
}
.fi-rr-angle-up:before {
content: "\e084";
}
.fi-rr-angles-up-down:before {
content: "\e085";
}
.fi-rr-angry:before {
content: "\e086";
}
.fi-rr-animated-icon:before {
content: "\e088";
}
.fi-rr-ankh:before {
content: "\e089";
}
.fi-rr-answer:before {
content: "\e08a";
}
.fi-rr-answer-alt:before {
content: "\e08b";
}
.fi-rr-apartment:before {
content: "\e08c";
}
.fi-rr-aperture:before {
content: "\e08d";
}
.fi-rr-api:before {
content: "\e08e";
}
.fi-rr-app-notification:before {
content: "\e090";
}
.fi-rr-apple-books:before {
content: "\e093";
}
.fi-rr-apple-core:before {
content: "\e094";
}
.fi-rr-apple-crate:before {
content: "\e095";
}
.fi-rr-apple-whole:before {
content: "\e097";
}
.fi-rr-apps:before {
content: "\e098";
}
.fi-rr-apps-add:before {
content: "\e099";
}
.fi-rr-apps-delete:before {
content: "\e09a";
}
.fi-rr-apps-sort:before {
content: "\e09b";
}
.fi-rr-archive:before {
content: "\e09c";
}
.fi-rr-archway:before {
content: "\e09d";
}
.fi-rr-arrow-alt-circle-down:before {
content: "\e09f";
}
.fi-rr-arrow-alt-circle-left:before {
content: "\e0a0";
}
.fi-rr-arrow-alt-circle-right:before {
content: "\e0a1";
}
.fi-rr-arrow-alt-circle-up:before {
content: "\e0a2";
}
.fi-rr-arrow-alt-down:before {
content: "\e0a3";
}
.fi-rr-arrow-alt-from-bottom:before {
content: "\e0a4";
}
.fi-rr-arrow-alt-from-left:before {
content: "\e0a5";
}
.fi-rr-arrow-alt-from-right:before {
content: "\e0a6";
}
.fi-rr-arrow-alt-from-top:before {
content: "\e0a7";
}
.fi-rr-arrow-alt-left:before {
content: "\e0a8";
}
.fi-rr-arrow-alt-right:before {
content: "\e0a9";
}
.fi-rr-arrow-alt-square-down:before {
content: "\e0aa";
}
.fi-rr-arrow-alt-square-left:before {
content: "\e0ab";
}
.fi-rr-arrow-alt-square-right:before {
content: "\e0ac";
}
.fi-rr-arrow-alt-square-up:before {
content: "\e0ad";
}
.fi-rr-arrow-alt-to-bottom:before {
content: "\e0ae";
}
.fi-rr-arrow-alt-to-left:before {
content: "\e0af";
}
.fi-rr-arrow-alt-to-right:before {
content: "\e0b0";
}
.fi-rr-arrow-alt-to-top:before {
content: "\e0b1";
}
.fi-rr-arrow-alt-up:before {
content: "\e0b2";
}
.fi-rr-arrow-circle-down:before {
content: "\e0b3";
}
.fi-rr-arrow-circle-left:before {
content: "\e0b4";
}
.fi-rr-arrow-circle-right:before {
content: "\e0b5";
}
.fi-rr-arrow-circle-up:before {
content: "\e0b6";
}
.fi-rr-arrow-comparison:before {
content: "\e0b7";
}
.fi-rr-arrow-down:before {
content: "\e0b8";
}
.fi-rr-arrow-down-from-arc:before {
content: "\e0ba";
}
.fi-rr-arrow-down-from-dotted-line:before {
content: "\e0bb";
}
.fi-rr-arrow-down-left:before {
content: "\e0bc";
}
.fi-rr-arrow-down-small-big:before {
content: "\e0bd";
}
.fi-rr-arrow-down-strenght:before {
content: "\e0be";
}
.fi-rr-arrow-down-to-dotted-line:before {
content: "\e0bf";
}
.fi-rr-arrow-down-to-square:before {
content: "\e0c0";
}
.fi-rr-arrow-down-triangle-square:before {
content: "\e0c1";
}
.fi-rr-arrow-from-bottom:before {
content: "\e0c2";
}
.fi-rr-arrow-from-left:before {
content: "\e0c3";
}
.fi-rr-arrow-from-right:before {
content: "\e0c4";
}
.fi-rr-arrow-from-top:before {
content: "\e0c5";
}
.fi-rr-arrow-left:before {
content: "\e0c6";
}
.fi-rr-arrow-left-from-arc:before {
content: "\e0c7";
}
.fi-rr-arrow-left-from-line:before {
content: "\e0c8";
}
.fi-rr-arrow-left-to-arc:before {
content: "\e0c9";
}
.fi-rr-arrow-progress:before {
content: "\e0ca";
}
.fi-rr-arrow-progress-alt:before {
content: "\e0cb";
}
.fi-rr-arrow-right:before {
content: "\e0cc";
}
.fi-rr-arrow-right-to-bracket:before {
content: "\e0cd";
}
.fi-rr-arrow-right-to-city:before {
content: "\e0ce";
}
.fi-rr-arrow-small-down:before {
content: "\e0cf";
}
.fi-rr-arrow-small-left:before {
content: "\e0d0";
}
.fi-rr-arrow-small-right:before {
content: "\e0d1";
}
.fi-rr-arrow-small-up:before {
content: "\e0d2";
}
.fi-rr-arrow-square-down:before {
content: "\e0d3";
}
.fi-rr-arrow-square-left:before {
content: "\e0d4";
}
.fi-rr-arrow-square-right:before {
content: "\e0d5";
}
.fi-rr-arrow-square-up:before {
content: "\e0d6";
}
.fi-rr-arrow-to-bottom:before {
content: "\e0d7";
}
.fi-rr-arrow-to-left:before {
content: "\e0d8";
}
.fi-rr-arrow-to-right:before {
content: "\e0d9";
}
.fi-rr-arrow-to-top:before {
content: "\e0da";
}
.fi-rr-arrow-trend-down:before {
content: "\e0db";
}
.fi-rr-arrow-trend-up:before {
content: "\e0dc";
}
.fi-rr-arrow-turn-down-left:before {
content: "\e0dd";
}
.fi-rr-arrow-turn-down-right:before {
content: "\e0de";
}
.fi-rr-arrow-turn-left-up:before {
content: "\e0e0";
}
.fi-rr-arrow-up:before {
content: "\e0e2";
}
.fi-rr-arrow-up-from-dotted-line:before {
content: "\e0e3";
}
.fi-rr-arrow-up-from-ground-water:before {
content: "\e0e4";
}
.fi-rr-arrow-up-from-square:before {
content: "\e0e5";
}
.fi-rr-arrow-up-left:before {
content: "\e0e6";
}
.fi-rr-arrow-up-left-from-circle:before {
content: "\e0e7";
}
.fi-rr-arrow-up-right:before {
content: "\e0e8";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
content: "\e0e9";
}
.fi-rr-arrow-up-right-from-square:before {
content: "\e0ea";
}
.fi-rr-arrow-up-small-big:before {
content: "\e0eb";
}
.fi-rr-arrow-up-square-triangle:before {
content: "\e0ec";
}
.fi-rr-arrow-up-to-arc:before {
content: "\e0ed";
}
.fi-rr-arrow-up-to-dotted-line:before {
content: "\e0ee";
}
.fi-rr-arrow-upward-growth-crypto:before {
content: "\e0ef";
}
.fi-rr-arrows:before {
content: "\e0f0";
}
.fi-rr-arrows-alt:before {
content: "\e0f1";
}
.fi-rr-arrows-alt-h:before {
content: "\e0f2";
}
.fi-rr-arrows-alt-v:before {
content: "\e0f3";
}
.fi-rr-arrows-cross:before {
content: "\e0f4";
}
.fi-rr-arrows-down-curve:before {
content: "\e0f5";
}
.fi-rr-arrows-down-to-people:before {
content: "\e0f6";
}
.fi-rr-arrows-from-dotted-line:before {
content: "\e0f7";
}
.fi-rr-arrows-from-line:before {
content: "\e0f8";
}
.fi-rr-arrows-h:before {
content: "\e0f9";
}
.fi-rr-arrows-h-copy:before {
content: "\e0fa";
}
.fi-rr-arrows-repeat:before {
content: "\e0fb";
}
.fi-rr-arrows-repeat-1:before {
content: "\e0fc";
}
.fi-rr-arrows-retweet:before {
content: "\e0fd";
}
.fi-rr-arrows-split-right-and-left:before {
content: "\e0ff";
}
.fi-rr-arrows-split-up-and-left:before {
content: "\e100";
}
.fi-rr-arrows-to-circle:before {
content: "\e101";
}
.fi-rr-arrows-to-dotted-line:before {
content: "\e102";
}
.fi-rr-arrows-to-eye:before {
content: "\e103";
}
.fi-rr-arrows-to-line:before {
content: "\e104";
}
.fi-rr-artificial-intelligence:before {
content: "\e105";
}
.fi-rr-assept-document:before {
content: "\e107";
}
.fi-rr-assessment:before {
content: "\e108";
}
.fi-rr-assessment-alt:before {
content: "\e109";
}
.fi-rr-assign:before {
content: "\e10a";
}
.fi-rr-assistive-listening-systems:before {
content: "\e10b";
}
.fi-rr-asterik:before {
content: "\e10c";
}
.fi-rr-at:before {
content: "\e110";
}
.fi-rr-attention-detail:before {
content: "\e115";
}
.fi-rr-attribution-pen:before {
content: "\e116";
}
.fi-rr-attribution-pencil:before {
content: "\e117";
}
.fi-rr-aubergine:before {
content: "\e118";
}
.fi-rr-auction:before {
content: "\e119";
}
.fi-rr-audience-megaphone:before {
content: "\e11a";
}
.fi-rr-audio-description-slash:before {
content: "\e11b";
}
.fi-rr-audit:before {
content: "\e11c";
}
.fi-rr-audit-alt:before {
content: "\e11d";
}
.fi-rr-austral-sign:before {
content: "\e11f";
}
.fi-rr-australia:before {
content: "\e120";
}
.fi-rr-australia-country-code:before {
content: "\e121";
}
.fi-rr-australia-flag:before {
content: "\e122";
}
.fi-rr-auto-pilot:before {
content: "\e123";
}
.fi-rr-auto-reply:before {
content: "\e124";
}
.fi-rr-auto-sync:before {
content: "\e125";
}
.fi-rr-avocado:before {
content: "\e126";
}
.fi-rr-award:before {
content: "\e127";
}
.fi-rr-axe:before {
content: "\e129";
}
.fi-rr-axe-battle:before {
content: "\e12a";
}
.fi-rr-b:before {
content: "\e12b";
}
.fi-rr-baby:before {
content: "\e12c";
}
.fi-rr-baby-carriage:before {
content: "\e12d";
}
.fi-rr-back-up:before {
content: "\e12e";
}
.fi-rr-background:before {
content: "\e12f";
}
.fi-rr-backpack:before {
content: "\e130";
}
.fi-rr-bacon:before {
content: "\e131";
}
.fi-rr-bacteria:before {
content: "\e132";
}
.fi-rr-bacterium:before {
content: "\e133";
}
.fi-rr-badge:before {
content: "\e134";
}
.fi-rr-badge-check:before {
content: "\e135";
}
.fi-rr-badge-dollar:before {
content: "\e136";
}
.fi-rr-badge-leaf:before {
content: "\e137";
}
.fi-rr-badge-percent:before {
content: "\e138";
}
.fi-rr-badge-sheriff:before {
content: "\e139";
}
.fi-rr-badger-honey:before {
content: "\e13a";
}
.fi-rr-badget-check-alt:before {
content: "\e13b";
}
.fi-rr-badminton:before {
content: "\e13c";
}
.fi-rr-bag-map-pin:before {
content: "\e13d";
}
.fi-rr-bag-seedling:before {
content: "\e13e";
}
.fi-rr-bag-shopping-minus:before {
content: "\e13f";
}
.fi-rr-bags-shopping:before {
content: "\e141";
}
.fi-rr-baguette:before {
content: "\e142";
}
.fi-rr-bahai:before {
content: "\e143";
}
.fi-rr-baht-sign:before {
content: "\e144";
}
.fi-rr-balance-scale-left:before {
content: "\e145";
}
.fi-rr-balance-scale-right:before {
content: "\e146";
}
.fi-rr-balcony:before {
content: "\e147";
}
.fi-rr-ball:before {
content: "\e148";
}
.fi-rr-ball-pile:before {
content: "\e149";
}
.fi-rr-ballet-dance:before {
content: "\e14b";
}
.fi-rr-balloon:before {
content: "\e14c";
}
.fi-rr-balloons:before {
content: "\e14d";
}
.fi-rr-ballot:before {
content: "\e14e";
}
.fi-rr-ballot-check:before {
content: "\e14f";
}
.fi-rr-ban:before {
content: "\e150";
}
.fi-rr-ban-bug:before {
content: "\e151";
}
.fi-rr-banana:before {
content: "\e152";
}
.fi-rr-band-aid:before {
content: "\e153";
}
.fi-rr-bandage-wound:before {
content: "\e155";
}
.fi-rr-bangladeshi-taka-sign:before {
content: "\e156";
}
.fi-rr-banjo:before {
content: "\e157";
}
.fi-rr-bank:before {
content: "\e158";
}
.fi-rr-bank-app:before {
content: "\e159";
}
.fi-rr-banner:before {
content: "\e15a";
}
.fi-rr-banner-2:before {
content: "\e15b";
}
.fi-rr-banner-3:before {
content: "\e15c";
}
.fi-rr-banner-4:before {
content: "\e15d";
}
.fi-rr-banner-5:before {
content: "\e15e";
}
.fi-rr-barber-pole:before {
content: "\e15f";
}
.fi-rr-barber-shop:before {
content: "\e160";
}
.fi-rr-barcode:before {
content: "\e161";
}
.fi-rr-barcode-read:before {
content: "\e162";
}
.fi-rr-barcode-scan:before {
content: "\e163";
}
.fi-rr-barefoot:before {
content: "\e164";
}
.fi-rr-bars-filter:before {
content: "\e165";
}
.fi-rr-bars-progress:before {
content: "\e166";
}
.fi-rr-bars-sort:before {
content: "\e167";
}
.fi-rr-bars-staggered:before {
content: "\e168";
}
.fi-rr-baseball:before {
content: "\e169";
}
.fi-rr-baseball-alt:before {
content: "\e16a";
}
.fi-rr-basket:before {
content: "\e16b";
}
.fi-rr-basket-shopping-minus:before {
content: "\e16c";
}
.fi-rr-basket-shopping-plus:before {
content: "\e16d";
}
.fi-rr-basket-shopping-simple:before {
content: "\e16e";
}
.fi-rr-basketball:before {
content: "\e16f";
}
.fi-rr-bat:before {
content: "\e171";
}
.fi-rr-bath:before {
content: "\e172";
}
.fi-rr-battery-100:before {
content: "\e173";
}
.fi-rr-battery-bolt:before {
content: "\e174";
}
.fi-rr-battery-empty:before {
content: "\e175";
}
.fi-rr-battery-exclamation:before {
content: "\e176";
}
.fi-rr-battery-full:before {
content: "\e177";
}
.fi-rr-battery-half:before {
content: "\e178";
}
.fi-rr-battery-quarter:before {
content: "\e179";
}
.fi-rr-battery-slash:before {
content: "\e17a";
}
.fi-rr-battery-three-quarters:before {
content: "\e17b";
}
.fi-rr-beacon:before {
content: "\e17c";
}
.fi-rr-beauty-mask:before {
content: "\e17d";
}
.fi-rr-bed:before {
content: "\e17e";
}
.fi-rr-bed-alt:before {
content: "\e17f";
}
.fi-rr-bed-bunk:before {
content: "\e180";
}
.fi-rr-bed-empty:before {
content: "\e181";
}
.fi-rr-bed-pulse:before {
content: "\e182";
}
.fi-rr-bee:before {
content: "\e183";
}
.fi-rr-beer:before {
content: "\e184";
}
.fi-rr-beer-mug-empty:before {
content: "\e185";
}
.fi-rr-bell:before {
content: "\e187";
}
.fi-rr-bell-concierge:before {
content: "\e188";
}
.fi-rr-bell-notification-call:before {
content: "\e189";
}
.fi-rr-bell-notification-social-media:before {
content: "\e18a";
}
.fi-rr-bell-ring:before {
content: "\e18b";
}
.fi-rr-bell-school:before {
content: "\e18c";
}
.fi-rr-bell-school-slash:before {
content: "\e18d";
}
.fi-rr-bell-slash:before {
content: "\e18e";
}
.fi-rr-bells:before {
content: "\e18f";
}
.fi-rr-bench-tree:before {
content: "\e190";
}
.fi-rr-benefit:before {
content: "\e191";
}
.fi-rr-benefit-diamond:before {
content: "\e192";
}
.fi-rr-benefit-diamond-alt:before {
content: "\e193";
}
.fi-rr-benefit-hand:before {
content: "\e194";
}
.fi-rr-benefit-increase:before {
content: "\e195";
}
.fi-rr-benefit-porcent:before {
content: "\e196";
}
.fi-rr-betamax:before {
content: "\e197";
}
.fi-rr-bible:before {
content: "\e198";
}
.fi-rr-bicycle-journey:before {
content: "\e199";
}
.fi-rr-big-drop:before {
content: "\e19a";
}
.fi-rr-bike:before {
content: "\e19b";
}
.fi-rr-bike-moving:before {
content: "\e19c";
}
.fi-rr-bike-path:before {
content: "\e19d";
}
.fi-rr-biking:before {
content: "\e19e";
}
.fi-rr-biking-mountain:before {
content: "\e19f";
}
.fi-rr-bill-arrow:before {
content: "\e1a0";
}
.fi-rr-billiard:before {
content: "\e1a1";
}
.fi-rr-bin-bottles:before {
content: "\e1a2";
}
.fi-rr-binary:before {
content: "\e1a3";
}
.fi-rr-binary-circle-check:before {
content: "\e1a4";
}
.fi-rr-binary-cloud:before {
content: "\e1a5";
}
.fi-rr-binary-lock:before {
content: "\e1a6";
}
.fi-rr-binary-slash:before {
content: "\e1a7";
}
.fi-rr-binoculars:before {
content: "\e1a8";
}
.fi-rr-bio:before {
content: "\e1a9";
}
.fi-rr-bio-leaves:before {
content: "\e1aa";
}
.fi-rr-biohazard:before {
content: "\e1ab";
}
.fi-rr-bird:before {
content: "\e1ac";
}
.fi-rr-bitcoin-sign:before {
content: "\e1af";
}
.fi-rr-blanket:before {
content: "\e1b1";
}
.fi-rr-blender:before {
content: "\e1b2";
}
.fi-rr-blender-phone:before {
content: "\e1b3";
}
.fi-rr-blinds:before {
content: "\e1b4";
}
.fi-rr-blinds-open:before {
content: "\e1b5";
}
.fi-rr-blinds-raised:before {
content: "\e1b6";
}
.fi-rr-block:before {
content: "\e1b7";
}
.fi-rr-block-brick:before {
content: "\e1b8";
}
.fi-rr-block-brick-fire:before {
content: "\e1b9";
}
.fi-rr-block-microphone:before {
content: "\e1ba";
}
.fi-rr-block-question:before {
content: "\e1bb";
}
.fi-rr-block-quote:before {
content: "\e1bc";
}
.fi-rr-blockchain-3:before {
content: "\e1bf";
}
.fi-rr-blog-pencil:before {
content: "\e1c0";
}
.fi-rr-blog-text:before {
content: "\e1c1";
}
.fi-rr-blood:before {
content: "\e1c3";
}
.fi-rr-blood-dropper:before {
content: "\e1c4";
}
.fi-rr-blood-test-tube:before {
content: "\e1c5";
}
.fi-rr-blood-test-tube-alt:before {
content: "\e1c6";
}
.fi-rr-blueberries:before {
content: "\e1c8";
}
.fi-rr-blueprint:before {
content: "\e1c9";
}
.fi-rr-bluetooth-alt:before {
content: "\e1cb";
}
.fi-rr-bluetooth-circle:before {
content: "\e1cc";
}
.fi-rr-bold:before {
content: "\e1cd";
}
.fi-rr-bolt:before {
content: "\e1ce";
}
.fi-rr-bolt-auto:before {
content: "\e1cf";
}
.fi-rr-bolt-slash:before {
content: "\e1d0";
}
.fi-rr-bomb:before {
content: "\e1d1";
}
.fi-rr-bone:before {
content: "\e1d2";
}
.fi-rr-bone-break:before {
content: "\e1d3";
}
.fi-rr-bong:before {
content: "\e1d4";
}
.fi-rr-bonus:before {
content: "\e1d5";
}
.fi-rr-bonus-alt:before {
content: "\e1d6";
}
.fi-rr-bonus-star:before {
content: "\e1d7";
}
.fi-rr-book:before {
content: "\e1d8";
}
.fi-rr-book-alt:before {
content: "\e1d9";
}
.fi-rr-book-arrow-right:before {
content: "\e1da";
}
.fi-rr-book-arrow-up:before {
content: "\e1db";
}
.fi-rr-book-atlas:before {
content: "\e1dc";
}
.fi-rr-book-bookmark:before {
content: "\e1dd";
}
.fi-rr-book-circle-arrow-right:before {
content: "\e1de";
}
.fi-rr-book-circle-arrow-up:before {
content: "\e1df";
}
.fi-rr-book-copy:before {
content: "\e1e0";
}
.fi-rr-book-dead:before {
content: "\e1e1";
}
.fi-rr-book-font:before {
content: "\e1e2";
}
.fi-rr-book-heart:before {
content: "\e1e3";
}
.fi-rr-book-medical:before {
content: "\e1e4";
}
.fi-rr-book-open-cover:before {
content: "\e1e5";
}
.fi-rr-book-open-reader:before {
content: "\e1e6";
}
.fi-rr-book-plus:before {
content: "\e1e7";
}
.fi-rr-book-quran:before {
content: "\e1e8";
}
.fi-rr-book-section:before {
content: "\e1e9";
}
.fi-rr-book-spells:before {
content: "\e1ec";
}
.fi-rr-book-tanakh:before {
content: "\e1ed";
}
.fi-rr-book-user:before {
content: "\e1ee";
}
.fi-rr-book-world:before {
content: "\e1ef";
}
.fi-rr-Booking:before {
content: "\e1f0";
}
.fi-rr-bookmark:before {
content: "\e1f1";
}
.fi-rr-bookmark-slash:before {
content: "\e1f2";
}
.fi-rr-books:before {
content: "\e1f3";
}
.fi-rr-books-medical:before {
content: "\e1f4";
}
.fi-rr-boot:before {
content: "\e1f5";
}
.fi-rr-boot-heeled:before {
content: "\e1f6";
}
.fi-rr-booth-curtain:before {
content: "\e1f7";
}
.fi-rr-border-all:before {
content: "\e1f9";
}
.fi-rr-border-bottom:before {
content: "\e1fa";
}
.fi-rr-border-center-h:before {
content: "\e1fb";
}
.fi-rr-border-center-v:before {
content: "\e1fc";
}
.fi-rr-border-inner:before {
content: "\e1fd";
}
.fi-rr-border-left:before {
content: "\e1fe";
}
.fi-rr-border-none:before {
content: "\e1ff";
}
.fi-rr-border-outer:before {
content: "\e200";
}
.fi-rr-border-right:before {
content: "\e201";
}
.fi-rr-border-style:before {
content: "\e202";
}
.fi-rr-border-style-alt:before {
content: "\e203";
}
.fi-rr-border-top:before {
content: "\e204";
}
.fi-rr-boss:before {
content: "\e205";
}
.fi-rr-bottle:before {
content: "\e206";
}
.fi-rr-bottle-droplet:before {
content: "\e207";
}
.fi-rr-bow-arrow:before {
content: "\e209";
}
.fi-rr-bowl-chopsticks:before {
content: "\e20a";
}
.fi-rr-bowl-chopsticks-noodles:before {
content: "\e20b";
}
.fi-rr-bowl-rice:before {
content: "\e20c";
}
.fi-rr-bowl-scoop:before {
content: "\e20d";
}
.fi-rr-bowl-scoops:before {
content: "\e20e";
}
.fi-rr-bowl-soft-serve:before {
content: "\e20f";
}
.fi-rr-bowl-spoon:before {
content: "\e210";
}
.fi-rr-bowling:before {
content: "\e211";
}
.fi-rr-bowling-ball:before {
content: "\e212";
}
.fi-rr-bowling-pins:before {
content: "\e213";
}
.fi-rr-box:before {
content: "\e214";
}
.fi-rr-box-alt:before {
content: "\e215";
}
.fi-rr-box-ballot:before {
content: "\e216";
}
.fi-rr-box-check:before {
content: "\e217";
}
.fi-rr-box-circle-check:before {
content: "\e218";
}
.fi-rr-box-dollar:before {
content: "\e219";
}
.fi-rr-box-fragile:before {
content: "\e21a";
}
.fi-rr-box-heart:before {
content: "\e21b";
}
.fi-rr-box-open:before {
content: "\e21c";
}
.fi-rr-box-open-full:before {
content: "\e21d";
}
.fi-rr-box-tissue:before {
content: "\e21e";
}
.fi-rr-box-up:before {
content: "\e21f";
}
.fi-rr-boxes:before {
content: "\e220";
}
.fi-rr-boxing-glove:before {
content: "\e221";
}
.fi-rr-bracket-curly:before {
content: "\e222";
}
.fi-rr-bracket-curly-right:before {
content: "\e223";
}
.fi-rr-bracket-round:before {
content: "\e224";
}
.fi-rr-bracket-round-right:before {
content: "\e225";
}
.fi-rr-bracket-square:before {
content: "\e226";
}
.fi-rr-bracket-square-right:before {
content: "\e227";
}
.fi-rr-brackets-curly:before {
content: "\e228";
}
.fi-rr-brackets-round:before {
content: "\e229";
}
.fi-rr-brackets-square:before {
content: "\e22a";
}
.fi-rr-braille:before {
content: "\e22b";
}
.fi-rr-braille-a:before {
content: "\e22c";
}
.fi-rr-braille-b:before {
content: "\e22d";
}
.fi-rr-braille-c:before {
content: "\e22e";
}
.fi-rr-braille-d:before {
content: "\e22f";
}
.fi-rr-braille-e:before {
content: "\e230";
}
.fi-rr-braille-g:before {
content: "\e231";
}
.fi-rr-braille-h:before {
content: "\e232";
}
.fi-rr-braille-i:before {
content: "\e233";
}
.fi-rr-braille-j:before {
content: "\e234";
}
.fi-rr-braille-k:before {
content: "\e235";
}
.fi-rr-braille-l:before {
content: "\e236";
}
.fi-rr-braille-m:before {
content: "\e237";
}
.fi-rr-braille-n:before {
content: "\e238";
}
.fi-rr-braille-n-alt:before {
content: "\e239";
}
.fi-rr-braille-o:before {
content: "\e23a";
}
.fi-rr-braille-p:before {
content: "\e23b";
}
.fi-rr-braille-q:before {
content: "\e23c";
}
.fi-rr-braille-r:before {
content: "\e23d";
}
.fi-rr-braille-s:before {
content: "\e23e";
}
.fi-rr-braille-t:before {
content: "\e23f";
}
.fi-rr-braille-u:before {
content: "\e240";
}
.fi-rr-braille-v:before {
content: "\e241";
}
.fi-rr-braille-w:before {
content: "\e242";
}
.fi-rr-braille-x:before {
content: "\e243";
}
.fi-rr-braille-y:before {
content: "\e244";
}
.fi-rr-braille-z:before {
content: "\e245";
}
.fi-rr-brain:before {
content: "\e246";
}
.fi-rr-brain-bulb:before {
content: "\e247";
}
.fi-rr-brain-circuit:before {
content: "\e248";
}
.fi-rr-brain-lightning:before {
content: "\e249";
}
.fi-rr-brain-stress:before {
content: "\e24a";
}
.fi-rr-brake-warning:before {
content: "\e24b";
}
.fi-rr-branching:before {
content: "\e24c";
}
.fi-rr-brand:before {
content: "\e24d";
}
.fi-rr-branding:before {
content: "\e24e";
}
.fi-rr-brazil:before {
content: "\e24f";
}
.fi-rr-brazil-flag:before {
content: "\e250";
}
.fi-rr-brazil-flag-circle:before {
content: "\e251";
}
.fi-rr-bread:before {
content: "\e252";
}
.fi-rr-bread-loaf:before {
content: "\e253";
}
.fi-rr-bread-slice:before {
content: "\e254";
}
.fi-rr-bread-slice-butter:before {
content: "\e255";
}
.fi-rr-bridge:before {
content: "\e256";
}
.fi-rr-bridge-circle-check:before {
content: "\e257";
}
.fi-rr-bridge-collapse:before {
content: "\e258";
}
.fi-rr-bridge-suspension:before {
content: "\e259";
}
.fi-rr-bridge-water:before {
content: "\e25a";
}
.fi-rr-briefcase:before {
content: "\e25c";
}
.fi-rr-briefcase-arrow-right:before {
content: "\e25d";
}
.fi-rr-briefcase-blank:before {
content: "\e25e";
}
.fi-rr-brightness:before {
content: "\e25f";
}
.fi-rr-brightness-low:before {
content: "\e260";
}
.fi-rr-bring-forward:before {
content: "\e261";
}
.fi-rr-bring-front:before {
content: "\e262";
}
.fi-rr-broadcast-tower:before {
content: "\e263";
}
.fi-rr-broccoli:before {
content: "\e264";
}
.fi-rr-broken-arm:before {
content: "\e265";
}
.fi-rr-broken-chain-link-wrong:before {
content: "\e266";
}
.fi-rr-broken-image:before {
content: "\e267";
}
.fi-rr-broken-leg:before {
content: "\e268";
}
.fi-rr-broken-nail:before {
content: "\e269";
}
.fi-rr-broom:before {
content: "\e26a";
}
.fi-rr-broom-ball:before {
content: "\e26b";
}
.fi-rr-browser:before {
content: "\e26c";
}
.fi-rr-browser-ui:before {
content: "\e26f";
}
.fi-rr-browsers:before {
content: "\e270";
}
.fi-rr-brush:before {
content: "\e271";
}
.fi-rr-bubble-discussion:before {
content: "\e272";
}
.fi-rr-bucket:before {
content: "\e273";
}
.fi-rr-budget:before {
content: "\e274";
}
.fi-rr-budget-alt:before {
content: "\e275";
}
.fi-rr-bug:before {
content: "\e276";
}
.fi-rr-bug-slash:before {
content: "\e277";
}
.fi-rr-bugs:before {
content: "\e278";
}
.fi-rr-build:before {
content: "\e279";
}
.fi-rr-build-alt:before {
content: "\e27a";
}
.fi-rr-builder:before {
content: "\e27b";
}
.fi-rr-building:before {
content: "\e27c";
}
.fi-rr-building-circle-arrow-right:before {
content: "\e27d";
}
.fi-rr-building-ngo:before {
content: "\e27e";
}
.fi-rr-bulb:before {
content: "\e27f";
}
.fi-rr-bulb-speech-bubble:before {
content: "\e280";
}
.fi-rr-bullet:before {
content: "\e281";
}
.fi-rr-bullhorn:before {
content: "\e282";
}
.fi-rr-bullseye:before {
content: "\e283";
}
.fi-rr-bullseye-arrow:before {
content: "\e284";
}
.fi-rr-bullseye-pointer:before {
content: "\e285";
}
.fi-rr-burger-alt:before {
content: "\e286";
}
.fi-rr-burger-fries:before {
content: "\e287";
}
.fi-rr-burger-glass:before {
content: "\e288";
}
.fi-rr-burrito:before {
content: "\e28b";
}
.fi-rr-burst:before {
content: "\e28c";
}
.fi-rr-bus:before {
content: "\e28d";
}
.fi-rr-bus-alt:before {
content: "\e28e";
}
.fi-rr-business-time:before {
content: "\e28f";
}
.fi-rr-Butter:before {
content: "\e291";
}
.fi-rr-butterfly:before {
content: "\e292";
}
.fi-rr-c:before {
content: "\e293";
}
.fi-rr-cabin:before {
content: "\e294";
}
.fi-rr-cactus:before {
content: "\e296";
}
.fi-rr-cage-empty:before {
content: "\e297";
}
.fi-rr-cake-birthday:before {
content: "\e298";
}
.fi-rr-cake-slice:before {
content: "\e299";
}
.fi-rr-cake-wedding:before {
content: "\e29a";
}
.fi-rr-calculator:before {
content: "\e29b";
}
.fi-rr-calculator-bill:before {
content: "\e29d";
}
.fi-rr-calculator-math-tax:before {
content: "\e29e";
}
.fi-rr-calculator-money:before {
content: "\e29f";
}
.fi-rr-calculator-simple:before {
content: "\e2a0";
}
.fi-rr-calendar:before {
content: "\e2a1";
}
.fi-rr-calendar-arrow-down:before {
content: "\e2a2";
}
.fi-rr-calendar-arrow-up:before {
content: "\e2a3";
}
.fi-rr-calendar-birhtday-cake:before {
content: "\e2a4";
}
.fi-rr-calendar-call:before {
content: "\e2a5";
}
.fi-rr-calendar-check:before {
content: "\e2a6";
}
.fi-rr-calendar-clock:before {
content: "\e2a7";
}
.fi-rr-calendar-day:before {
content: "\e2a8";
}
.fi-rr-calendar-days:before {
content: "\e2a9";
}
.fi-rr-calendar-event-tax:before {
content: "\e2aa";
}
.fi-rr-calendar-exclamation:before {
content: "\e2ab";
}
.fi-rr-calendar-gavel-legal:before {
content: "\e2ac";
}
.fi-rr-calendar-heart:before {
content: "\e2ad";
}
.fi-rr-calendar-image:before {
content: "\e2ae";
}
.fi-rr-calendar-lines:before {
content: "\e2af";
}
.fi-rr-calendar-lines-pen:before {
content: "\e2b0";
}
.fi-rr-calendar-minus:before {
content: "\e2b1";
}
.fi-rr-calendar-payment-loan:before {
content: "\e2b2";
}
.fi-rr-calendar-pen:before {
content: "\e2b3";
}
.fi-rr-calendar-plus:before {
content: "\e2b4";
}
.fi-rr-calendar-salary:before {
content: "\e2b5";
}
.fi-rr-calendar-shift-swap:before {
content: "\e2b6";
}
.fi-rr-calendar-star:before {
content: "\e2b7";
}
.fi-rr-calendar-swap:before {
content: "\e2b8";
}
.fi-rr-calendar-update:before {
content: "\e2b9";
}
.fi-rr-calendar-week:before {
content: "\e2ba";
}
.fi-rr-calendar-xmark:before {
content: "\e2bb";
}
.fi-rr-calendars:before {
content: "\e2bc";
}
.fi-rr-call-duration:before {
content: "\e2bd";
}
.fi-rr-call-forbidden:before {
content: "\e2be";
}
.fi-rr-call-history:before {
content: "\e2bf";
}
.fi-rr-call-incoming:before {
content: "\e2c0";
}
.fi-rr-call-missed:before {
content: "\e2c1";
}
.fi-rr-call-outgoing:before {
content: "\e2c2";
}
.fi-rr-camcorder:before {
content: "\e2c3";
}
.fi-rr-camera:before {
content: "\e2c4";
}
.fi-rr-camera-cctv:before {
content: "\e2c5";
}
.fi-rr-camera-movie:before {
content: "\e2c7";
}
.fi-rr-camera-retro:before {
content: "\e2c8";
}
.fi-rr-camera-rotate:before {
content: "\e2c9";
}
.fi-rr-camera-security:before {
content: "\e2ca";
}
.fi-rr-camera-slash:before {
content: "\e2cb";
}
.fi-rr-camera-viewfinder:before {
content: "\e2cc";
}
.fi-rr-campfire:before {
content: "\e2cd";
}
.fi-rr-camping:before {
content: "\e2ce";
}
.fi-rr-can-food:before {
content: "\e2cf";
}
.fi-rr-candle-holder:before {
content: "\e2d0";
}
.fi-rr-candle-lotus-yoga:before {
content: "\e2d1";
}
.fi-rr-candle-pose-yoga:before {
content: "\e2d2";
}
.fi-rr-candy:before {
content: "\e2d4";
}
.fi-rr-candy-alt:before {
content: "\e2d5";
}
.fi-rr-candy-bar:before {
content: "\e2d6";
}
.fi-rr-candy-cane:before {
content: "\e2d7";
}
.fi-rr-candy-corn:before {
content: "\e2d8";
}
.fi-rr-candy-sweet:before {
content: "\e2d9";
}
.fi-rr-Cannabis:before {
content: "\e2da";
}
.fi-rr-canned-food:before {
content: "\e2db";
}
.fi-rr-cannon:before {
content: "\e2dc";
}
.fi-rr-capsules:before {
content: "\e2dd";
}
.fi-rr-car:before {
content: "\e2df";
}
.fi-rr-car-alt:before {
content: "\e2e0";
}
.fi-rr-car-battery:before {
content: "\e2e1";
}
.fi-rr-car-bolt:before {
content: "\e2e2";
}
.fi-rr-car-building:before {
content: "\e2e3";
}
.fi-rr-car-bump:before {
content: "\e2e4";
}
.fi-rr-car-bus:before {
content: "\e2e5";
}
.fi-rr-car-circle-bolt:before {
content: "\e2e6";
}
.fi-rr-car-crash:before {
content: "\e2e7";
}
.fi-rr-car-garage:before {
content: "\e2e8";
}
.fi-rr-car-journey:before {
content: "\e2e9";
}
.fi-rr-car-mechanic:before {
content: "\e2ea";
}
.fi-rr-car-rear:before {
content: "\e2eb";
}
.fi-rr-car-side:before {
content: "\e2ec";
}
.fi-rr-car-side-bolt:before {
content: "\e2ed";
}
.fi-rr-car-tilt:before {
content: "\e2ee";
}
.fi-rr-car-tunnel:before {
content: "\e2ef";
}
.fi-rr-car-wash:before {
content: "\e2f0";
}
.fi-rr-caravan:before {
content: "\e2f1";
}
.fi-rr-caravan-alt:before {
content: "\e2f2";
}
.fi-rr-carbon-cloud:before {
content: "\e2f3";
}
.fi-rr-carbon-cloud-arrow-down:before {
content: "\e2f4";
}
.fi-rr-carbon-footprint:before {
content: "\e2f5";
}
.fi-rr-card-club:before {
content: "\e2f6";
}
.fi-rr-card-diamond:before {
content: "\e2f7";
}
.fi-rr-card-heart:before {
content: "\e2f8";
}
.fi-rr-card-spade:before {
content: "\e2f9";
}
.fi-rr-cardinal-compass:before {
content: "\e2fa";
}
.fi-rr-cards-blank:before {
content: "\e2fc";
}
.fi-rr-career-growth:before {
content: "\e2fe";
}
.fi-rr-career-path:before {
content: "\e2ff";
}
.fi-rr-caret-circle-down:before {
content: "\e300";
}
.fi-rr-caret-circle-right:before {
content: "\e302";
}
.fi-rr-caret-circle-up:before {
content: "\e303";
}
.fi-rr-caret-down:before {
content: "\e304";
}
.fi-rr-caret-left:before {
content: "\e305";
}
.fi-rr-caret-quare-up:before {
content: "\e306";
}
.fi-rr-caret-right:before {
content: "\e307";
}
.fi-rr-caret-square-down:before {
content: "\e308";
}
.fi-rr-caret-square-left:before {
content: "\e309";
}
.fi-rr-caret-square-left_1:before {
content: "\e30a";
}
.fi-rr-caret-square-right:before {
content: "\e30b";
}
.fi-rr-caret-up:before {
content: "\e30d";
}
.fi-rr-carrot:before {
content: "\e30e";
}
.fi-rr-cars:before {
content: "\e30f";
}
.fi-rr-cars-crash:before {
content: "\e310";
}
.fi-rr-cart-arrow-down:before {
content: "\e311";
}
.fi-rr-cart-minus:before {
content: "\e312";
}
.fi-rr-cart-shopping-fast:before {
content: "\e313";
}
.fi-rr-case-study:before {
content: "\e314";
}
.fi-rr-cash-register:before {
content: "\e315";
}
.fi-rr-cassette-tape:before {
content: "\e316";
}
.fi-rr-cassette-vhs:before {
content: "\e317";
}
.fi-rr-castle:before {
content: "\e318";
}
.fi-rr-cat:before {
content: "\e319";
}
.fi-rr-cat-dog:before {
content: "\e31a";
}
.fi-rr-cat-head:before {
content: "\e31b";
}
.fi-rr-cat-space:before {
content: "\e31c";
}
.fi-rr-catalog:before {
content: "\e31d";
}
.fi-rr-catalog-alt:before {
content: "\e31e";
}
.fi-rr-catalog-magazine:before {
content: "\e31f";
}
.fi-rr-category:before {
content: "\e320";
}
.fi-rr-category-alt:before {
content: "\e321";
}
.fi-rr-cauldron:before {
content: "\e322";
}
.fi-rr-cedi-sign:before {
content: "\e327";
}
.fi-rr-cello:before {
content: "\e328";
}
.fi-rr-cent-sign:before {
content: "\e329";
}
.fi-rr-chair:before {
content: "\e32b";
}
.fi-rr-chair-director:before {
content: "\e32c";
}
.fi-rr-chair-office:before {
content: "\e32d";
}
.fi-rr-chalkboard:before {
content: "\e32e";
}
.fi-rr-chalkboard-user:before {
content: "\e32f";
}
.fi-rr-challenge:before {
content: "\e330";
}
.fi-rr-challenge-alt:before {
content: "\e331";
}
.fi-rr-channel:before {
content: "\e332";
}
.fi-rr-charging-station:before {
content: "\e334";
}
.fi-rr-chart-area:before {
content: "\e335";
}
.fi-rr-chart-bar-holding-hand:before {
content: "\e338";
}
.fi-rr-chart-bullet:before {
content: "\e339";
}
.fi-rr-chart-candlestick:before {
content: "\e33a";
}
.fi-rr-chart-connected:before {
content: "\e33b";
}
.fi-rr-chart-gantt:before {
content: "\e33c";
}
.fi-rr-chart-histogram:before {
content: "\e33d";
}
.fi-rr-chart-kanban:before {
content: "\e33e";
}
.fi-rr-chart-line-up:before {
content: "\e33f";
}
.fi-rr-chart-line-up-down:before {
content: "\e340";
}
.fi-rr-chart-mixed:before {
content: "\e341";
}
.fi-rr-chart-mixed-up-circle-currency:before {
content: "\e342";
}
.fi-rr-chart-mixed-up-circle-dollar:before {
content: "\e343";
}
.fi-rr-chart-network:before {
content: "\e344";
}
.fi-rr-chart-pie:before {
content: "\e345";
}
.fi-rr-chart-pie-alt:before {
content: "\e346";
}
.fi-rr-chart-pie-simple-circle-currency:before {
content: "\e347";
}
.fi-rr-chart-pie-simple-circle-dollar:before {
content: "\e348";
}
.fi-rr-chart-pyramid:before {
content: "\e349";
}
.fi-rr-chart-radar:before {
content: "\e34a";
}
.fi-rr-chart-scatter:before {
content: "\e34b";
}
.fi-rr-chart-scatter-3d:before {
content: "\e34c";
}
.fi-rr-chart-scatter-bubble:before {
content: "\e34d";
}
.fi-rr-chart-set-theory:before {
content: "\e34e";
}
.fi-rr-chart-simple:before {
content: "\e34f";
}
.fi-rr-chart-simple-horizontal:before {
content: "\e350";
}
.fi-rr-chart-tree:before {
content: "\e351";
}
.fi-rr-chart-tree-map:before {
content: "\e352";
}
.fi-rr-chart-user:before {
content: "\e353";
}
.fi-rr-chart-waterfall:before {
content: "\e354";
}
.fi-rr-chat-arrow-down:before {
content: "\e355";
}
.fi-rr-chat-arrow-grow:before {
content: "\e356";
}
.fi-rr-chat-bubble-call:before {
content: "\e357";
}
.fi-rr-chatbot:before {
content: "\e358";
}
.fi-rr-chatbot-speech-bubble:before {
content: "\e359";
}
.fi-rr-cheap:before {
content: "\e35a";
}
.fi-rr-cheap-bill:before {
content: "\e35b";
}
.fi-rr-cheap-dollar:before {
content: "\e35c";
}
.fi-rr-cheap-stack:before {
content: "\e35d";
}
.fi-rr-cheap-stack-dollar:before {
content: "\e35e";
}
.fi-rr-check:before {
content: "\e35f";
}
.fi-rr-check-circle:before {
content: "\e360";
}
.fi-rr-check-double:before {
content: "\e361";
}
.fi-rr-check-in-calendar:before {
content: "\e362";
}
.fi-rr-check-out-calendar:before {
content: "\e363";
}
.fi-rr-checkbox:before {
content: "\e364";
}
.fi-rr-checklist-task-budget:before {
content: "\e365";
}
.fi-rr-cheese:before {
content: "\e366";
}
.fi-rr-cheese-alt:before {
content: "\e367";
}
.fi-rr-cheeseburger:before {
content: "\e368";
}
.fi-rr-cherry:before {
content: "\e369";
}
.fi-rr-chess:before {
content: "\e36a";
}
.fi-rr-chess-bishop:before {
content: "\e36b";
}
.fi-rr-chess-board:before {
content: "\e36c";
}
.fi-rr-chess-clock:before {
content: "\e36d";
}
.fi-rr-chess-clock-alt:before {
content: "\e36e";
}
.fi-rr-chess-king:before {
content: "\e36f";
}
.fi-rr-chess-king-alt:before {
content: "\e370";
}
.fi-rr-chess-knight:before {
content: "\e371";
}
.fi-rr-chess-knight-alt:before {
content: "\e372";
}
.fi-rr-chess-pawn-alt:before {
content: "\e374";
}
.fi-rr-chess-piece:before {
content: "\e375";
}
.fi-rr-chess-queen:before {
content: "\e376";
}
.fi-rr-chess-queen-alt:before {
content: "\e377";
}
.fi-rr-chess-rook:before {
content: "\e378";
}
.fi-rr-chess-rook-alt:before {
content: "\e379";
}
.fi-rr-chevron-double-down:before {
content: "\e37a";
}
.fi-rr-chevron-double-up:before {
content: "\e37b";
}
.fi-rr-child:before {
content: "\e37c";
}
.fi-rr-child-head:before {
content: "\e37d";
}
.fi-rr-chimney:before {
content: "\e37e";
}
.fi-rr-chip:before {
content: "\e37f";
}
.fi-rr-chocolate:before {
content: "\e380";
}
.fi-rr-choir-singing:before {
content: "\e382";
}
.fi-rr-choose:before {
content: "\e383";
}
.fi-rr-choose-alt:before {
content: "\e384";
}
.fi-rr-church:before {
content: "\e386";
}
.fi-rr-circle:before {
content: "\e387";
}
.fi-rr-circle-0:before {
content: "\e388";
}
.fi-rr-circle-1:before {
content: "\e389";
}
.fi-rr-circle-2:before {
content: "\e38a";
}
.fi-rr-circle-3:before {
content: "\e38b";
}
.fi-rr-circle-4:before {
content: "\e38c";
}
.fi-rr-circle-5:before {
content: "\e38d";
}
.fi-rr-circle-6:before {
content: "\e38e";
}
.fi-rr-circle-7:before {
content: "\e38f";
}
.fi-rr-circle-8:before {
content: "\e390";
}
.fi-rr-circle-9:before {
content: "\e391";
}
.fi-rr-circle-a:before {
content: "\e392";
}
.fi-rr-circle-b:before {
content: "\e394";
}
.fi-rr-circle-bolt:before {
content: "\e395";
}
.fi-rr-circle-book-open:before {
content: "\e396";
}
.fi-rr-circle-bookmark:before {
content: "\e397";
}
.fi-rr-circle-c:before {
content: "\e398";
}
.fi-rr-circle-calendar:before {
content: "\e399";
}
.fi-rr-circle-camera:before {
content: "\e39a";
}
.fi-rr-circle-d:before {
content: "\e39c";
}
.fi-rr-circle-dashed:before {
content: "\e39d";
}
.fi-rr-circle-divide:before {
content: "\e39e";
}
.fi-rr-circle-e:before {
content: "\e3a0";
}
.fi-rr-circle-ellipsis:before {
content: "\e3a1";
}
.fi-rr-circle-ellipsis-vertical:before {
content: "\e3a2";
}
.fi-rr-circle-envelope:before {
content: "\e3a3";
}
.fi-rr-circle-exclamation-check:before {
content: "\e3a4";
}
.fi-rr-circle-f:before {
content: "\e3a5";
}
.fi-rr-circle-g:before {
content: "\e3a6";
}
.fi-rr-circle-h:before {
content: "\e3a7";
}
.fi-rr-circle-half:before {
content: "\e3a8";
}
.fi-rr-circle-half-stroke:before {
content: "\e3a9";
}
.fi-rr-circle-heart:before {
content: "\e3aa";
}
.fi-rr-circle-i:before {
content: "\e3ab";
}
.fi-rr-circle-j:before {
content: "\e3ac";
}
.fi-rr-circle-k:before {
content: "\e3ad";
}
.fi-rr-circle-l:before {
content: "\e3ae";
}
.fi-rr-circle-m:before {
content: "\e3af";
}
.fi-rr-circle-microphone:before {
content: "\e3b0";
}
.fi-rr-circle-microphone-lines:before {
content: "\e3b1";
}
.fi-rr-circle-n:before {
content: "\e3b2";
}
.fi-rr-circle-nodes:before {
content: "\e3b3";
}
.fi-rr-circle-o:before {
content: "\e3b4";
}
.fi-rr-circle-overlap:before {
content: "\e3b5";
}
.fi-rr-circle-p:before {
content: "\e3b6";
}
.fi-rr-circle-phone:before {
content: "\e3b8";
}
.fi-rr-circle-phone-flip:before {
content: "\e3b9";
}
.fi-rr-circle-phone-hangup:before {
content: "\e3ba";
}
.fi-rr-circle-q:before {
content: "\e3bc";
}
.fi-rr-circle-quarter:before {
content: "\e3bd";
}
.fi-rr-circle-quarters-alt:before {
content: "\e3bf";
}
.fi-rr-circle-r:before {
content: "\e3c0";
}
.fi-rr-circle-s:before {
content: "\e3c1";
}
.fi-rr-circle-small:before {
content: "\e3c2";
}
.fi-rr-circle-star:before {
content: "\e3c3";
}
.fi-rr-circle-t:before {
content: "\e3c5";
}
.fi-rr-circle-three-quarters:before {
content: "\e3c6";
}
.fi-rr-circle-trash:before {
content: "\e3c7";
}
.fi-rr-circle-u:before {
content: "\e3c8";
}
.fi-rr-circle-user:before {
content: "\e3c9";
}
.fi-rr-circle-v:before {
content: "\e3ca";
}
.fi-rr-circle-video:before {
content: "\e3cb";
}
.fi-rr-circle-w:before {
content: "\e3cc";
}
.fi-rr-circle-waveform-lines:before {
content: "\e3cd";
}
.fi-rr-circle-wifi-circle-wifi:before {
content: "\e3ce";
}
.fi-rr-circle-x:before {
content: "\e3cf";
}
.fi-rr-circle-xmark:before {
content: "\e3d0";
}
.fi-rr-circle-y:before {
content: "\e3d1";
}
.fi-rr-circle-z:before {
content: "\e3d2";
}
.fi-rr-citrus:before {
content: "\e3d3";
}
.fi-rr-citrus-slice:before {
content: "\e3d4";
}
.fi-rr-city:before {
content: "\e3d5";
}
.fi-rr-clapper-open:before {
content: "\e3d6";
}
.fi-rr-clapperboard:before {
content: "\e3d7";
}
.fi-rr-clapperboard-play:before {
content: "\e3d8";
}
.fi-rr-clarinet:before {
content: "\e3d9";
}
.fi-rr-claw-marks:before {
content: "\e3da";
}
.fi-rr-clear-alt:before {
content: "\e3dd";
}
.fi-rr-clip:before {
content: "\e3de";
}
.fi-rr-clip-file:before {
content: "\e3df";
}
.fi-rr-clip-mail:before {
content: "\e3e0";
}
.fi-rr-clipboard:before {
content: "\e3e1";
}
.fi-rr-clipboard-check:before {
content: "\e3e2";
}
.fi-rr-clipboard-exclamation:before {
content: "\e3e3";
}
.fi-rr-clipboard-list:before {
content: "\e3e4";
}
.fi-rr-clipboard-list-check:before {
content: "\e3e5";
}
.fi-rr-clipboard-prescription:before {
content: "\e3e6";
}
.fi-rr-clipboard-question:before {
content: "\e3e7";
}
.fi-rr-clipboard-user:before {
content: "\e3e8";
}
.fi-rr-clipoard-wrong:before {
content: "\e3e9";
}
.fi-rr-clock:before {
content: "\e3ea";
}
.fi-rr-clock-desk:before {
content: "\e3eb";
}
.fi-rr-clock-eight-thirty:before {
content: "\e3ec";
}
.fi-rr-clock-eleven:before {
content: "\e3ed";
}
.fi-rr-clock-eleven-thirty:before {
content: "\e3ee";
}
.fi-rr-clock-five:before {
content: "\e3ef";
}
.fi-rr-clock-five-thirty:before {
content: "\e3f0";
}
.fi-rr-clock-four-thirty:before {
content: "\e3f1";
}
.fi-rr-clock-future-past:before {
content: "\e3f2";
}
.fi-rr-clock-nine:before {
content: "\e3f3";
}
.fi-rr-clock-nine-thirty:before {
content: "\e3f4";
}
.fi-rr-clock-one:before {
content: "\e3f5";
}
.fi-rr-clock-one-thirty:before {
content: "\e3f6";
}
.fi-rr-clock-seven:before {
content: "\e3f7";
}
.fi-rr-clock-seven-thirty:before {
content: "\e3f8";
}
.fi-rr-clock-six:before {
content: "\e3f9";
}
.fi-rr-clock-six-thirty:before {
content: "\e3fa";
}
.fi-rr-clock-ten:before {
content: "\e3fb";
}
.fi-rr-clock-ten-thirty:before {
content: "\e3fc";
}
.fi-rr-clock-three:before {
content: "\e3fd";
}
.fi-rr-clock-three-thirty:before {
content: "\e3fe";
}
.fi-rr-clock-time-tracking:before {
content: "\e3ff";
}
.fi-rr-clock-twelve:before {
content: "\e400";
}
.fi-rr-clock-twelve-thirty:before {
content: "\e401";
}
.fi-rr-clock-two:before {
content: "\e402";
}
.fi-rr-clock-two-thirty:before {
content: "\e403";
}
.fi-rr-clock-up-arrow:before {
content: "\e404";
}
.fi-rr-clone:before {
content: "\e405";
}
.fi-rr-closed-captioning-slash:before {
content: "\e406";
}
.fi-rr-clothes-hanger:before {
content: "\e407";
}
.fi-rr-clothing-rack:before {
content: "\e408";
}
.fi-rr-cloud:before {
content: "\e409";
}
.fi-rr-cloud-back-up:before {
content: "\e40a";
}
.fi-rr-cloud-back-up-alt:before {
content: "\e40b";
}
.fi-rr-cloud-check:before {
content: "\e40c";
}
.fi-rr-cloud-code:before {
content: "\e40d";
}
.fi-rr-cloud-data:before {
content: "\e40e";
}
.fi-rr-cloud-disabled:before {
content: "\e40f";
}
.fi-rr-cloud-download:before {
content: "\e410";
}
.fi-rr-cloud-download-alt:before {
content: "\e411";
}
.fi-rr-cloud-download-circle:before {
content: "\e412";
}
.fi-rr-cloud-drizzle:before {
content: "\e413";
}
.fi-rr-cloud-exclamation:before {
content: "\e414";
}
.fi-rr-cloud-gear-automation:before {
content: "\e416";
}
.fi-rr-cloud-hail:before {
content: "\e417";
}
.fi-rr-cloud-hail-mixed:before {
content: "\e418";
}
.fi-rr-cloud-lock:before {
content: "\e419";
}
.fi-rr-cloud-meatball:before {
content: "\e41a";
}
.fi-rr-cloud-moon:before {
content: "\e41c";
}
.fi-rr-cloud-moon-rain:before {
content: "\e41d";
}
.fi-rr-cloud-question:before {
content: "\e41f";
}
.fi-rr-cloud-rain:before {
content: "\e420";
}
.fi-rr-cloud-rainbow:before {
content: "\e421";
}
.fi-rr-cloud-share:before {
content: "\e422";
}
.fi-rr-cloud-showers:before {
content: "\e423";
}
.fi-rr-cloud-showers-heavy:before {
content: "\e424";
}
.fi-rr-cloud-showers-water:before {
content: "\e425";
}
.fi-rr-cloud-sleet:before {
content: "\e427";
}
.fi-rr-cloud-snow:before {
content: "\e428";
}
.fi-rr-cloud-sun:before {
content: "\e429";
}
.fi-rr-cloud-sun-rain:before {
content: "\e42a";
}
.fi-rr-cloud-upload:before {
content: "\e42b";
}
.fi-rr-cloud-upload-alt:before {
content: "\e42c";
}
.fi-rr-cloud-upload-circle:before {
content: "\e42d";
}
.fi-rr-clouds:before {
content: "\e430";
}
.fi-rr-clouds-moon:before {
content: "\e431";
}
.fi-rr-clouds-sun:before {
content: "\e432";
}
.fi-rr-clover-alt:before {
content: "\e433";
}
.fi-rr-club:before {
content: "\e434";
}
.fi-rr-cocktail:before {
content: "\e437";
}
.fi-rr-cocktail-alt:before {
content: "\e438";
}
.fi-rr-coconut:before {
content: "\e439";
}
.fi-rr-code-branch:before {
content: "\e43a";
}
.fi-rr-code-commit:before {
content: "\e43b";
}
.fi-rr-code-compare:before {
content: "\e43c";
}
.fi-rr-code-fork:before {
content: "\e43d";
}
.fi-rr-code-merge:before {
content: "\e43e";
}
.fi-rr-code-pull-request:before {
content: "\e43f";
}
.fi-rr-code-pull-request-closed:before {
content: "\e440";
}
.fi-rr-code-pull-request-draft:before {
content: "\e441";
}
.fi-rr-code-simple:before {
content: "\e442";
}
.fi-rr-coffee:before {
content: "\e443";
}
.fi-rr-coffee-bean:before {
content: "\e444";
}
.fi-rr-coffee-beans:before {
content: "\e445";
}
.fi-rr-coffee-heart:before {
content: "\e446";
}
.fi-rr-coffee-maker:before {
content: "\e447";
}
.fi-rr-coffee-pot:before {
content: "\e448";
}
.fi-rr-coffin:before {
content: "\e449";
}
.fi-rr-coffin-cross:before {
content: "\e44a";
}
.fi-rr-coin:before {
content: "\e44b";
}
.fi-rr-coin-up-arrow:before {
content: "\e44c";
}
.fi-rr-coins:before {
content: "\e44d";
}
.fi-rr-colon-sign:before {
content: "\e44f";
}
.fi-rr-columns-3:before {
content: "\e450";
}
.fi-rr-comet:before {
content: "\e451";
}
.fi-rr-command:before {
content: "\e453";
}
.fi-rr-comment:before {
content: "\e454";
}
.fi-rr-comment-alt:before {
content: "\e455";
}
.fi-rr-comment-alt-check:before {
content: "\e456";
}
.fi-rr-comment-alt-dots:before {
content: "\e457";
}
.fi-rr-comment-alt-edit:before {
content: "\e458";
}
.fi-rr-comment-alt-medical:before {
content: "\e459";
}
.fi-rr-comment-alt-middle:before {
content: "\e45a";
}
.fi-rr-comment-alt-middle-top:before {
content: "\e45b";
}
.fi-rr-comment-alt-minus:before {
content: "\e45c";
}
.fi-rr-comment-alt-music:before {
content: "\e45d";
}
.fi-rr-comment-arrow-down:before {
content: "\e460";
}
.fi-rr-comment-arrow-up:before {
content: "\e461";
}
.fi-rr-comment-arrow-up-right:before {
content: "\e462";
}
.fi-rr-comment-check:before {
content: "\e463";
}
.fi-rr-comment-code:before {
content: "\e464";
}
.fi-rr-comment-dollar:before {
content: "\e465";
}
.fi-rr-comment-dots:before {
content: "\e466";
}
.fi-rr-comment-exclamation:before {
content: "\e467";
}
.fi-rr-comment-heart:before {
content: "\e468";
}
.fi-rr-comment-image:before {
content: "\e469";
}
.fi-rr-comment-info:before {
content: "\e46a";
}
.fi-rr-comment-medical:before {
content: "\e46b";
}
.fi-rr-comment-minus:before {
content: "\e46c";
}
.fi-rr-comment-pen:before {
content: "\e46d";
}
.fi-rr-comment-question:before {
content: "\e46f";
}
.fi-rr-comment-quote:before {
content: "\e470";
}
.fi-rr-comment-slash:before {
content: "\e471";
}
.fi-rr-comment-smile:before {
content: "\e472";
}
.fi-rr-comment-sms:before {
content: "\e473";
}
.fi-rr-comment-text:before {
content: "\e474";
}
.fi-rr-comment-user:before {
content: "\e475";
}
.fi-rr-comment-xmark:before {
content: "\e476";
}
.fi-rr-comments:before {
content: "\e477";
}
.fi-rr-comments-dollar:before {
content: "\e478";
}
.fi-rr-comments-question:before {
content: "\e479";
}
.fi-rr-comments-question-check:before {
content: "\e47a";
}
.fi-rr-compass-alt:before {
content: "\e47b";
}
.fi-rr-compass-east:before {
content: "\e47c";
}
.fi-rr-compass-north:before {
content: "\e47d";
}
.fi-rr-compass-slash:before {
content: "\e47e";
}
.fi-rr-compass-south:before {
content: "\e47f";
}
.fi-rr-compass-west:before {
content: "\e480";
}
.fi-rr-completed:before {
content: "\e481";
}
.fi-rr-compliance:before {
content: "\e482";
}
.fi-rr-compliance-clipboard:before {
content: "\e483";
}
.fi-rr-compliance-document:before {
content: "\e484";
}
.fi-rr-compress:before {
content: "\e485";
}
.fi-rr-compress-alt:before {
content: "\e486";
}
.fi-rr-computer:before {
content: "\e487";
}
.fi-rr-computer-classic:before {
content: "\e488";
}
.fi-rr-computer-mouse:before {
content: "\e489";
}
.fi-rr-computer-speaker:before {
content: "\e48a";
}
.fi-rr-concierge-bell:before {
content: "\e48b";
}
.fi-rr-condition:before {
content: "\e48d";
}
.fi-rr-condition-alt:before {
content: "\e48e";
}
.fi-rr-confetti:before {
content: "\e48f";
}
.fi-rr-confidential-discussion:before {
content: "\e490";
}
.fi-rr-console-controller:before {
content: "\e492";
}
.fi-rr-constellation:before {
content: "\e493";
}
.fi-rr-contact-lens-eyes:before {
content: "\e494";
}
.fi-rr-container-storage:before {
content: "\e495";
}
.fi-rr-convert-document:before {
content: "\e496";
}
.fi-rr-convert-shapes:before {
content: "\e497";
}
.fi-rr-conveyor-belt:before {
content: "\e498";
}
.fi-rr-conveyor-belt-alt:before {
content: "\e499";
}
.fi-rr-conveyor-belt-arm:before {
content: "\e49a";
}
.fi-rr-conveyor-belt-empty:before {
content: "\e49b";
}
.fi-rr-cookie:before {
content: "\e49c";
}
.fi-rr-cookie-alt:before {
content: "\e49d";
}
.fi-rr-copy:before {
content: "\e49e";
}
.fi-rr-copy-alt:before {
content: "\e49f";
}
.fi-rr-copy-image:before {
content: "\e4a0";
}
.fi-rr-copyright:before {
content: "\e4a1";
}
.fi-rr-corn:before {
content: "\e4a2";
}
.fi-rr-corporate:before {
content: "\e4a4";
}
.fi-rr-corporate-alt:before {
content: "\e4a5";
}
.fi-rr-couch:before {
content: "\e4a6";
}
.fi-rr-court-sport:before {
content: "\e4a9";
}
.fi-rr-cow:before {
content: "\e4aa";
}
.fi-rr-cow-alt:before {
content: "\e4ab";
}
.fi-rr-cowbell:before {
content: "\e4ac";
}
.fi-rr-cowbell-circle-plus:before {
content: "\e4ad";
}
.fi-rr-cowbell-more:before {
content: "\e4ae";
}
.fi-rr-crab:before {
content: "\e4af";
}
.fi-rr-crate-empty:before {
content: "\e4b0";
}
.fi-rr-cream:before {
content: "\e4b1";
}
.fi-rr-credit-card:before {
content: "\e4c1";
}
.fi-rr-credit-card-buyer:before {
content: "\e4c2";
}
.fi-rr-credit-card-eye:before {
content: "\e4c3";
}
.fi-rr-cricket:before {
content: "\e4c7";
}
.fi-rr-CRM:before {
content: "\e4c8";
}
.fi-rr-crm-alt:before {
content: "\e4c9";
}
.fi-rr-crm-computer:before {
content: "\e4ca";
}
.fi-rr-croissant:before {
content: "\e4cb";
}
.fi-rr-cross:before {
content: "\e4cd";
}
.fi-rr-cross-circle:before {
content: "\e4ce";
}
.fi-rr-cross-religion:before {
content: "\e4cf";
}
.fi-rr-cross-small:before {
content: "\e4d0";
}
.fi-rr-crow:before {
content: "\e4d2";
}
.fi-rr-crown:before {
content: "\e4d3";
}
.fi-rr-crutch:before {
content: "\e4d4";
}
.fi-rr-crutches:before {
content: "\e4d5";
}
.fi-rr-cruzeiro-sign:before {
content: "\e4d6";
}
.fi-rr-crypto-calendar:before {
content: "\e4d7";
}
.fi-rr-cryptocurrency:before {
content: "\e4d8";
}
.fi-rr-crystal-ball:before {
content: "\e4d9";
}
.fi-rr-cube:before {
content: "\e4dc";
}
.fi-rr-cubes:before {
content: "\e4dd";
}
.fi-rr-cubes-stacked:before {
content: "\e4de";
}
.fi-rr-cucumber:before {
content: "\e4df";
}
.fi-rr-cup-straw:before {
content: "\e4e0";
}
.fi-rr-cup-straw-swoosh:before {
content: "\e4e1";
}
.fi-rr-cup-togo:before {
content: "\e4e2";
}
.fi-rr-cupcake:before {
content: "\e4e3";
}
.fi-rr-cupcake-alt:before {
content: "\e4e4";
}
.fi-rr-curling:before {
content: "\e4e5";
}
.fi-rr-cursor:before {
content: "\e4e6";
}
.fi-rr-cursor-finger:before {
content: "\e4e7";
}
.fi-rr-cursor-plus:before {
content: "\e4e8";
}
.fi-rr-cursor-text:before {
content: "\e4e9";
}
.fi-rr-cursor-text-alt:before {
content: "\e4ea";
}
.fi-rr-curve:before {
content: "\e4eb";
}
.fi-rr-curve-alt:before {
content: "\e4ec";
}
.fi-rr-curve-arrow:before {
content: "\e4ed";
}
.fi-rr-custard:before {
content: "\e4ee";
}
.fi-rr-customer-care:before {
content: "\e4ef";
}
.fi-rr-customer-service:before {
content: "\e4f0";
}
.fi-rr-customization:before {
content: "\e4f1";
}
.fi-rr-customization-cogwheel:before {
content: "\e4f2";
}
.fi-rr-customize:before {
content: "\e4f3";
}
.fi-rr-customize-computer:before {
content: "\e4f4";
}
.fi-rr-customize-edit:before {
content: "\e4f5";
}
.fi-rr-CV:before {
content: "\e4f6";
}
.fi-rr-cvv-card:before {
content: "\e4f7";
}
.fi-rr-d:before {
content: "\e4f8";
}
.fi-rr-dagger:before {
content: "\e4f9";
}
.fi-rr-daily-calendar:before {
content: "\e4fa";
}
.fi-rr-daisy:before {
content: "\e4fc";
}
.fi-rr-daisy-alt:before {
content: "\e4fd";
}
.fi-rr-damage:before {
content: "\e4fe";
}
.fi-rr-dark-mode:before {
content: "\e4ff";
}
.fi-rr-dark-mode-alt:before {
content: "\e500";
}
.fi-rr-dart:before {
content: "\e501";
}
.fi-rr-dashboard:before {
content: "\e503";
}
.fi-rr-dashboard-monitor:before {
content: "\e504";
}
.fi-rr-dashboard-panel:before {
content: "\e505";
}
.fi-rr-data-transfer:before {
content: "\e507";
}
.fi-rr-database:before {
content: "\e508";
}
.fi-rr-database-cloud-circle:before {
content: "\e509";
}
.fi-rr-debt:before {
content: "\e50a";
}
.fi-rr-decision-choice:before {
content: "\e50c";
}
.fi-rr-deer:before {
content: "\e50d";
}
.fi-rr-deer-rudolph:before {
content: "\e50e";
}
.fi-rr-degree-credential:before {
content: "\e510";
}
.fi-rr-delete:before {
content: "\e511";
}
.fi-rr-delete-document:before {
content: "\e512";
}
.fi-rr-delete-right:before {
content: "\e513";
}
.fi-rr-delete-user:before {
content: "\e514";
}
.fi-rr-democrat:before {
content: "\e518";
}
.fi-rr-department:before {
content: "\e519";
}
.fi-rr-department-structure:before {
content: "\e51a";
}
.fi-rr-deposit:before {
content: "\e51b";
}
.fi-rr-deposit-alt:before {
content: "\e51c";
}
.fi-rr-description:before {
content: "\e51d";
}
.fi-rr-description-alt:before {
content: "\e51e";
}
.fi-rr-desk:before {
content: "\e51f";
}
.fi-rr-desktop-arrow-down:before {
content: "\e520";
}
.fi-rr-desktop-wallpaper:before {
content: "\e521";
}
.fi-rr-detergent:before {
content: "\e522";
}
.fi-rr-devices:before {
content: "\e525";
}
.fi-rr-dewpoint:before {
content: "\e526";
}
.fi-rr-dharmachakra:before {
content: "\e527";
}
.fi-rr-diagram-cells:before {
content: "\e528";
}
.fi-rr-diagram-lean-canvas:before {
content: "\e529";
}
.fi-rr-diagram-nested:before {
content: "\e52a";
}
.fi-rr-diagram-next:before {
content: "\e52b";
}
.fi-rr-diagram-predecessor:before {
content: "\e52c";
}
.fi-rr-diagram-previous:before {
content: "\e52d";
}
.fi-rr-diagram-project:before {
content: "\e52e";
}
.fi-rr-diagram-sankey:before {
content: "\e52f";
}
.fi-rr-diagram-subtask:before {
content: "\e530";
}
.fi-rr-diagram-successor:before {
content: "\e531";
}
.fi-rr-diagram-venn:before {
content: "\e532";
}
.fi-rr-dial:before {
content: "\e533";
}
.fi-rr-dial-high:before {
content: "\e534";
}
.fi-rr-dial-low:before {
content: "\e535";
}
.fi-rr-dial-max:before {
content: "\e536";
}
.fi-rr-dial-med:before {
content: "\e537";
}
.fi-rr-dial-med-low:before {
content: "\e538";
}
.fi-rr-dial-min:before {
content: "\e539";
}
.fi-rr-dial-off:before {
content: "\e53a";
}
.fi-rr-dialogue-exchange:before {
content: "\e53b";
}
.fi-rr-diamond:before {
content: "\e53c";
}
.fi-rr-diamond-exclamation:before {
content: "\e53d";
}
.fi-rr-diamond-turn-right:before {
content: "\e53e";
}
.fi-rr-diary-bookmark-down:before {
content: "\e53f";
}
.fi-rr-diary-bookmarks:before {
content: "\e540";
}
.fi-rr-diary-clasp:before {
content: "\e541";
}
.fi-rr-dice:before {
content: "\e542";
}
.fi-rr-dice-alt:before {
content: "\e543";
}
.fi-rr-dice-d10:before {
content: "\e544";
}
.fi-rr-dice-d12:before {
content: "\e545";
}
.fi-rr-dice-d20:before {
content: "\e546";
}
.fi-rr-dice-d4:before {
content: "\e547";
}
.fi-rr-dice-d6:before {
content: "\e548";
}
.fi-rr-dice-d8:before {
content: "\e549";
}
.fi-rr-dice-four:before {
content: "\e54a";
}
.fi-rr-dice-one:before {
content: "\e54b";
}
.fi-rr-dice-six:before {
content: "\e54c";
}
.fi-rr-dice-three:before {
content: "\e54d";
}
.fi-rr-dice-two:before {
content: "\e54e";
}
.fi-rr-dictionary:before {
content: "\e54f";
}
.fi-rr-dictionary-alt:before {
content: "\e550";
}
.fi-rr-dictionary-open:before {
content: "\e551";
}
.fi-rr-digging:before {
content: "\e553";
}
.fi-rr-digital-payment:before {
content: "\e558";
}
.fi-rr-digital-tachograph:before {
content: "\e559";
}
.fi-rr-digital-wallet:before {
content: "\e55a";
}
.fi-rr-dinner:before {
content: "\e55c";
}
.fi-rr-diploma:before {
content: "\e55d";
}
.fi-rr-direction-signal:before {
content: "\e55e";
}
.fi-rr-direction-signal-arrow:before {
content: "\e55f";
}
.fi-rr-disc-drive:before {
content: "\e560";
}
.fi-rr-disco-ball:before {
content: "\e562";
}
.fi-rr-discover:before {
content: "\e565";
}
.fi-rr-discussion-group:before {
content: "\e567";
}
.fi-rr-discussion-idea:before {
content: "\e568";
}
.fi-rr-disease:before {
content: "\e569";
}
.fi-rr-disk:before {
content: "\e56a";
}
.fi-rr-display-arrow-down:before {
content: "\e56c";
}
.fi-rr-display-chart-up:before {
content: "\e56e";
}
.fi-rr-display-code:before {
content: "\e56f";
}
.fi-rr-display-medical:before {
content: "\e570";
}
.fi-rr-display-slash:before {
content: "\e571";
}
.fi-rr-distribute-spacing-horizontal:before {
content: "\e572";
}
.fi-rr-distribute-spacing-vertical:before {
content: "\e573";
}
.fi-rr-divide:before {
content: "\e575";
}
.fi-rr-dizzy:before {
content: "\e576";
}
.fi-rr-dj-disc:before {
content: "\e577";
}
.fi-rr-dna:before {
content: "\e578";
}
.fi-rr-do-not-disturb:before {
content: "\e579";
}
.fi-rr-do-not-disturb-doorknob:before {
content: "\e57a";
}
.fi-rr-do-not-enter:before {
content: "\e57b";
}
.fi-rr-doctor:before {
content: "\e57d";
}
.fi-rr-document:before {
content: "\e57f";
}
.fi-rr-document-circle-wrong:before {
content: "\e581";
}
.fi-rr-document-folder-gear:before {
content: "\e583";
}
.fi-rr-document-gavel:before {
content: "\e584";
}
.fi-rr-document-gear:before {
content: "\e586";
}
.fi-rr-document-nft:before {
content: "\e587";
}
.fi-rr-document-paid:before {
content: "\e588";
}
.fi-rr-document-signed:before {
content: "\e589";
}
.fi-rr-dog:before {
content: "\e58b";
}
.fi-rr-dog-bowl-empty:before {
content: "\e58c";
}
.fi-rr-dog-leashed:before {
content: "\e58d";
}
.fi-rr-dollar:before {
content: "\e58e";
}
.fi-rr-dolly-flatbed:before {
content: "\e58f";
}
.fi-rr-dolly-flatbed-alt:before {
content: "\e590";
}
.fi-rr-dolly-flatbed-empty:before {
content: "\e591";
}
.fi-rr-dolphin:before {
content: "\e592";
}
.fi-rr-domino-effect:before {
content: "\e593";
}
.fi-rr-donate:before {
content: "\e594";
}
.fi-rr-dong-sign:before {
content: "\e595";
}
.fi-rr-donut:before {
content: "\e596";
}
.fi-rr-door-closed:before {
content: "\e597";
}
.fi-rr-door-open:before {
content: "\e598";
}
.fi-rr-dorm-room:before {
content: "\e599";
}
.fi-rr-dot-circle:before {
content: "\e59a";
}
.fi-rr-dot-pending:before {
content: "\e59b";
}
.fi-rr-dove:before {
content: "\e59c";
}
.fi-rr-down:before {
content: "\e59d";
}
.fi-rr-down-from-bracket:before {
content: "\e59e";
}
.fi-rr-down-left:before {
content: "\e59f";
}
.fi-rr-down-left-and-up-right-to-center:before {
content: "\e5a0";
}
.fi-rr-down-right:before {
content: "\e5a1";
}
.fi-rr-down-to-line:before {
content: "\e5a2";
}
.fi-rr-download:before {
content: "\e5a3";
}
.fi-rr-drafting-compass:before {
content: "\e5a5";
}
.fi-rr-dragon:before {
content: "\e5a6";
}
.fi-rr-draw-polygon:before {
content: "\e5a7";
}
.fi-rr-draw-square:before {
content: "\e5a8";
}
.fi-rr-drawer:before {
content: "\e5a9";
}
.fi-rr-drawer-alt:before {
content: "\e5aa";
}
.fi-rr-drawer-empty:before {
content: "\e5ab";
}
.fi-rr-dreidel:before {
content: "\e5ac";
}
.fi-rr-dress:before {
content: "\e5ad";
}
.fi-rr-drink-alt:before {
content: "\e5b0";
}
.fi-rr-driver-man:before {
content: "\e5b1";
}
.fi-rr-driver-woman:before {
content: "\e5b2";
}
.fi-rr-drone:before {
content: "\e5b3";
}
.fi-rr-drone-alt:before {
content: "\e5b4";
}
.fi-rr-drone-front:before {
content: "\e5b5";
}
.fi-rr-drop-down:before {
content: "\e5b6";
}
.fi-rr-dropdown:before {
content: "\e5b8";
}
.fi-rr-dropdown-bar:before {
content: "\e5b9";
}
.fi-rr-dropdown-select:before {
content: "\e5ba";
}
.fi-rr-drum:before {
content: "\e5bc";
}
.fi-rr-drum-steelpan:before {
content: "\e5bd";
}
.fi-rr-drumstick:before {
content: "\e5be";
}
.fi-rr-drumstick-bite:before {
content: "\e5bf";
}
.fi-rr-dryer:before {
content: "\e5c1";
}
.fi-rr-dryer-alt:before {
content: "\e5c2";
}
.fi-rr-duck:before {
content: "\e5c4";
}
.fi-rr-dumbbell-fitness:before {
content: "\e5c5";
}
.fi-rr-dumbbell-horizontal:before {
content: "\e5c6";
}
.fi-rr-dumbbell-ray:before {
content: "\e5c7";
}
.fi-rr-dumbbell-weightlifting:before {
content: "\e5c8";
}
.fi-rr-dumpster:before {
content: "\e5c9";
}
.fi-rr-dumpster-fire:before {
content: "\e5ca";
}
.fi-rr-dungeon:before {
content: "\e5cb";
}
.fi-rr-duplicate:before {
content: "\e5cc";
}
.fi-rr-duration:before {
content: "\e5cd";
}
.fi-rr-duration-alt:before {
content: "\e5ce";
}
.fi-rr-e:before {
content: "\e5cf";
}
.fi-rr-e-learning:before {
content: "\e5d0";
}
.fi-rr-ear:before {
content: "\e5d1";
}
.fi-rr-ear-deaf:before {
content: "\e5d2";
}
.fi-rr-ear-muffs:before {
content: "\e5d3";
}
.fi-rr-ear-sound:before {
content: "\e5d4";
}
.fi-rr-earbuds:before {
content: "\e5d5";
}
.fi-rr-earnings:before {
content: "\e5d6";
}
.fi-rr-earth-africa:before {
content: "\e5d7";
}
.fi-rr-earth-americas:before {
content: "\e5d8";
}
.fi-rr-earth-asia:before {
content: "\e5d9";
}
.fi-rr-earth-europa:before {
content: "\e5da";
}
.fi-rr-eclipse:before {
content: "\e5dc";
}
.fi-rr-eclipse-alt:before {
content: "\e5dd";
}
.fi-rr-eco-electric:before {
content: "\e5de";
}
.fi-rr-edit:before {
content: "\e5df";
}
.fi-rr-edit-alt:before {
content: "\e5e0";
}
.fi-rr-edit-message:before {
content: "\e5e1";
}
.fi-rr-effect:before {
content: "\e5e2";
}
.fi-rr-egg:before {
content: "\e5e3";
}
.fi-rr-egg-fried:before {
content: "\e5e4";
}
.fi-rr-eiffel-tower:before {
content: "\e5e5";
}
.fi-rr-eject:before {
content: "\e5e6";
}
.fi-rr-elephant:before {
content: "\e5e8";
}
.fi-rr-elevator:before {
content: "\e5e9";
}
.fi-rr-email-pending:before {
content: "\e5eb";
}
.fi-rr-email-refresh:before {
content: "\e5ec";
}
.fi-rr-emergency-call:before {
content: "\e5ed";
}
.fi-rr-employee-alt:before {
content: "\e5ee";
}
.fi-rr-employee-handbook:before {
content: "\e5ef";
}
.fi-rr-employee-man:before {
content: "\e5f0";
}
.fi-rr-employee-man-alt:before {
content: "\e5f1";
}
.fi-rr-employees:before {
content: "\e5f4";
}
.fi-rr-employees-woman-man:before {
content: "\e5f5";
}
.fi-rr-empty-set:before {
content: "\e5f6";
}
.fi-rr-endless-loop:before {
content: "\e5f7";
}
.fi-rr-engine:before {
content: "\e5f9";
}
.fi-rr-engine-warning:before {
content: "\e5fa";
}
.fi-rr-english:before {
content: "\e5fb";
}
.fi-rr-enter:before {
content: "\e5fc";
}
.fi-rr-envelope:before {
content: "\e5fe";
}
.fi-rr-envelope-ban:before {
content: "\e5ff";
}
.fi-rr-envelope-bulk:before {
content: "\e600";
}
.fi-rr-envelope-dot:before {
content: "\e601";
}
.fi-rr-envelope-download:before {
content: "\e602";
}
.fi-rr-envelope-heart:before {
content: "\e603";
}
.fi-rr-envelope-marker:before {
content: "\e604";
}
.fi-rr-envelope-open:before {
content: "\e605";
}
.fi-rr-envelope-open-dollar:before {
content: "\e606";
}
.fi-rr-envelope-open-text:before {
content: "\e607";
}
.fi-rr-envelope-plus:before {
content: "\e608";
}
.fi-rr-envelopes:before {
content: "\e609";
}
.fi-rr-equality:before {
content: "\e60b";
}
.fi-rr-equals:before {
content: "\e60c";
}
.fi-rr-equestrian-statue:before {
content: "\e60d";
}
.fi-rr-eraser:before {
content: "\e60f";
}
.fi-rr-error-camera:before {
content: "\e610";
}
.fi-rr-escalator:before {
content: "\e611";
}
.fi-rr-ethernet:before {
content: "\e613";
}
.fi-rr-euro:before {
content: "\e615";
}
.fi-rr-europe-flag:before {
content: "\e616";
}
.fi-rr-europe-map:before {
content: "\e617";
}
.fi-rr-european-union:before {
content: "\e618";
}
.fi-rr-excavator:before {
content: "\e61a";
}
.fi-rr-exchange:before {
content: "\e61b";
}
.fi-rr-exchange-alt:before {
content: "\e61c";
}
.fi-rr-exchange-cryptocurrency:before {
content: "\e61d";
}
.fi-rr-exclamation:before {
content: "\e61e";
}
.fi-rr-exit:before {
content: "\e621";
}
.fi-rr-exit-alt:before {
content: "\e622";
}
.fi-rr-expand:before {
content: "\e623";
}
.fi-rr-expand-arrows:before {
content: "\e624";
}
.fi-rr-expand-arrows-alt:before {
content: "\e625";
}
.fi-rr-expense:before {
content: "\e626";
}
.fi-rr-expense-bill:before {
content: "\e627";
}
.fi-rr-explosion:before {
content: "\e629";
}
.fi-rr-external-hard-drive:before {
content: "\e62a";
}
.fi-rr-external-world:before {
content: "\e62b";
}
.fi-rr-eye:before {
content: "\e62c";
}
.fi-rr-eye-alert:before {
content: "\e62d";
}
.fi-rr-eye-arrow-progress:before {
content: "\e62e";
}
.fi-rr-eye-crossed:before {
content: "\e62f";
}
.fi-rr-eye-dropper:before {
content: "\e630";
}
.fi-rr-eye-dropper-half:before {
content: "\e631";
}
.fi-rr-eyes:before {
content: "\e633";
}
.fi-rr-f:before {
content: "\e634";
}
.fi-rr-fabric:before {
content: "\e635";
}
.fi-rr-face-angry-horns:before {
content: "\e636";
}
.fi-rr-face-anguished:before {
content: "\e637";
}
.fi-rr-face-anxious-sweat:before {
content: "\e638";
}
.fi-rr-face-astonished:before {
content: "\e639";
}
.fi-rr-face-awesome:before {
content: "\e63a";
}
.fi-rr-face-beam-hand-over-mouth:before {
content: "\e63b";
}
.fi-rr-face-confounded:before {
content: "\e63c";
}
.fi-rr-face-confused:before {
content: "\e63d";
}
.fi-rr-face-cowboy-hat:before {
content: "\e63e";
}
.fi-rr-face-disappointed:before {
content: "\e63f";
}
.fi-rr-face-disguise:before {
content: "\e640";
}
.fi-rr-face-downcast-sweat:before {
content: "\e641";
}
.fi-rr-face-drooling:before {
content: "\e642";
}
.fi-rr-face-explode:before {
content: "\e643";
}
.fi-rr-face-expressionless:before {
content: "\e644";
}
.fi-rr-face-eyes-xmarks:before {
content: "\e645";
}
.fi-rr-face-fearful:before {
content: "\e646";
}
.fi-rr-face-glasses:before {
content: "\e647";
}
.fi-rr-face-grin-tongue-wink:before {
content: "\e648";
}
.fi-rr-face-hand-yawn:before {
content: "\e649";
}
.fi-rr-face-head-bandage:before {
content: "\e64a";
}
.fi-rr-face-hushed:before {
content: "\e64b";
}
.fi-rr-face-icicles:before {
content: "\e64c";
}
.fi-rr-face-lying:before {
content: "\e64d";
}
.fi-rr-face-mask:before {
content: "\e64e";
}
.fi-rr-face-monocle:before {
content: "\e64f";
}
.fi-rr-face-nauseated:before {
content: "\e650";
}
.fi-rr-face-nose-steam:before {
content: "\e651";
}
.fi-rr-face-party:before {
content: "\e652";
}
.fi-rr-face-pensive:before {
content: "\e653";
}
.fi-rr-face-persevering:before {
content: "\e654";
}
.fi-rr-face-pleading:before {
content: "\e655";
}
.fi-rr-face-raised-eyebrow:before {
content: "\e656";
}
.fi-rr-face-relieved:before {
content: "\e657";
}
.fi-rr-face-sad-sweat:before {
content: "\e658";
}
.fi-rr-face-scream:before {
content: "\e659";
}
.fi-rr-face-shush:before {
content: "\e65a";
}
.fi-rr-face-sleeping:before {
content: "\e65b";
}
.fi-rr-face-sleepy:before {
content: "\e65c";
}
.fi-rr-face-smile-halo:before {
content: "\e65d";
}
.fi-rr-face-smile-hearts:before {
content: "\e65e";
}
.fi-rr-face-smile-horns:before {
content: "\e65f";
}
.fi-rr-face-smile-tear:before {
content: "\e660";
}
.fi-rr-face-smile-tongue:before {
content: "\e661";
}
.fi-rr-face-smile-upside-down:before {
content: "\e662";
}
.fi-rr-face-smiling-hands:before {
content: "\e663";
}
.fi-rr-face-smirking:before {
content: "\e664";
}
.fi-rr-face-sunglasses:before {
content: "\e665";
}
.fi-rr-face-sunglasses-alt:before {
content: "\e666";
}
.fi-rr-face-swear:before {
content: "\e667";
}
.fi-rr-face-thermometer:before {
content: "\e668";
}
.fi-rr-face-thinking:before {
content: "\e669";
}
.fi-rr-face-tissue:before {
content: "\e66a";
}
.fi-rr-face-tongue-money:before {
content: "\e66b";
}
.fi-rr-face-tongue-sweat:before {
content: "\e66c";
}
.fi-rr-face-unamused:before {
content: "\e66d";
}
.fi-rr-face-viewfinder:before {
content: "\e66e";
}
.fi-rr-face-vomit:before {
content: "\e66f";
}
.fi-rr-face-weary:before {
content: "\e670";
}
.fi-rr-face-woozy:before {
content: "\e671";
}
.fi-rr-face-worried:before {
content: "\e672";
}
.fi-rr-face-zany:before {
content: "\e673";
}
.fi-rr-face-zipper:before {
content: "\e674";
}
.fi-rr-facial-massage:before {
content: "\e677";
}
.fi-rr-fail:before {
content: "\e678";
}
.fi-rr-falafel:before {
content: "\e679";
}
.fi-rr-family:before {
content: "\e67a";
}
.fi-rr-family-dress:before {
content: "\e67b";
}
.fi-rr-family-pants:before {
content: "\e67c";
}
.fi-rr-fan:before {
content: "\e67d";
}
.fi-rr-fan-table:before {
content: "\e67e";
}
.fi-rr-farfalle:before {
content: "\e67f";
}
.fi-rr-farm:before {
content: "\e680";
}
.fi-rr-faucet:before {
content: "\e681";
}
.fi-rr-faucet-drip:before {
content: "\e682";
}
.fi-rr-fax:before {
content: "\e683";
}
.fi-rr-feather:before {
content: "\e684";
}
.fi-rr-feather-pointed:before {
content: "\e685";
}
.fi-rr-features:before {
content: "\e686";
}
.fi-rr-features-alt:before {
content: "\e687";
}
.fi-rr-fee:before {
content: "\e689";
}
.fi-rr-fee-receipt:before {
content: "\e68b";
}
.fi-rr-feedback:before {
content: "\e68c";
}
.fi-rr-feedback-alt:before {
content: "\e68d";
}
.fi-rr-feedback-cycle-loop:before {
content: "\e68e";
}
.fi-rr-feedback-hand:before {
content: "\e68f";
}
.fi-rr-feedback-review:before {
content: "\e690";
}
.fi-rr-fence:before {
content: "\e693";
}
.fi-rr-ferris-wheel:before {
content: "\e694";
}
.fi-rr-fighter-jet:before {
content: "\e696";
}
.fi-rr-file:before {
content: "\e698";
}
.fi-rr-file-ai:before {
content: "\e699";
}
.fi-rr-file-audio:before {
content: "\e69a";
}
.fi-rr-file-binary:before {
content: "\e69b";
}
.fi-rr-file-chart-line:before {
content: "\e69c";
}
.fi-rr-file-chart-pie:before {
content: "\e69d";
}
.fi-rr-file-circle-info:before {
content: "\e69e";
}
.fi-rr-file-cloud:before {
content: "\e69f";
}
.fi-rr-file-code:before {
content: "\e6a0";
}
.fi-rr-file-csv:before {
content: "\e6a2";
}
.fi-rr-file-download:before {
content: "\e6a4";
}
.fi-rr-file-edit:before {
content: "\e6a5";
}
.fi-rr-file-eps:before {
content: "\e6a6";
}
.fi-rr-file-excel:before {
content: "\e6a7";
}
.fi-rr-file-exclamation:before {
content: "\e6a8";
}
.fi-rr-file-export:before {
content: "\e6a9";
}
.fi-rr-file-image:before {
content: "\e6ab";
}
.fi-rr-file-import:before {
content: "\e6ac";
}
.fi-rr-file-invoice:before {
content: "\e6ad";
}
.fi-rr-file-invoice-dollar:before {
content: "\e6ae";
}
.fi-rr-file-loop:before {
content: "\e6b0";
}
.fi-rr-file-medical:before {
content: "\e6b2";
}
.fi-rr-file-medical-alt:before {
content: "\e6b3";
}
.fi-rr-file-minus:before {
content: "\e6b4";
}
.fi-rr-file-pdf:before {
content: "\e6b5";
}
.fi-rr-file-powerpoint:before {
content: "\e6b8";
}
.fi-rr-file-prescription:before {
content: "\e6b9";
}
.fi-rr-file-psd:before {
content: "\e6ba";
}
.fi-rr-file-question:before {
content: "\e6bb";
}
.fi-rr-file-recycle:before {
content: "\e6bc";
}
.fi-rr-file-signature:before {
content: "\e6bd";
}
.fi-rr-file-spreadsheet:before {
content: "\e6bf";
}
.fi-rr-file-upload:before {
content: "\e6c0";
}
.fi-rr-file-user:before {
content: "\e6c1";
}
.fi-rr-file-video:before {
content: "\e6c2";
}
.fi-rr-file-word:before {
content: "\e6c3";
}
.fi-rr-file-xls:before {
content: "\e6c4";
}
.fi-rr-file-zip-alt:before {
content: "\e6c6";
}
.fi-rr-file-zip-save:before {
content: "\e6c7";
}
.fi-rr-file-zipper:before {
content: "\e6c8";
}
.fi-rr-files-medical:before {
content: "\e6ca";
}
.fi-rr-fill:before {
content: "\e6cb";
}
.fi-rr-film:before {
content: "\e6cc";
}
.fi-rr-film-canister:before {
content: "\e6cd";
}
.fi-rr-film-slash:before {
content: "\e6ce";
}
.fi-rr-films:before {
content: "\e6cf";
}
.fi-rr-filter:before {
content: "\e6d0";
}
.fi-rr-filter-list:before {
content: "\e6d1";
}
.fi-rr-filter-slash:before {
content: "\e6d2";
}
.fi-rr-filters:before {
content: "\e6d3";
}
.fi-rr-finger-droplet:before {
content: "\e6d4";
}
.fi-rr-finger-nail:before {
content: "\e6d5";
}
.fi-rr-fingerprint:before {
content: "\e6d6";
}
.fi-rr-fingerprint-remove:before {
content: "\e6d7";
}
.fi-rr-fingerprint-security-risk:before {
content: "\e6d8";
}
.fi-rr-fingerprint-verified:before {
content: "\e6d9";
}
.fi-rr-fire-burner:before {
content: "\e6da";
}
.fi-rr-fire-extinguisher:before {
content: "\e6db";
}
.fi-rr-fire-flame-curved:before {
content: "\e6dc";
}
.fi-rr-fire-flame-simple:before {
content: "\e6dd";
}
.fi-rr-fire-hydrant:before {
content: "\e6de";
}
.fi-rr-fire-smoke:before {
content: "\e6df";
}
.fi-rr-fireplace:before {
content: "\e6e2";
}
.fi-rr-first:before {
content: "\e6e5";
}
.fi-rr-first-award:before {
content: "\e6e6";
}
.fi-rr-first-laurel:before {
content: "\e6e7";
}
.fi-rr-first-medal:before {
content: "\e6e8";
}
.fi-rr-fish:before {
content: "\e6e9";
}
.fi-rr-fish-bones:before {
content: "\e6ea";
}
.fi-rr-fish-cooked:before {
content: "\e6eb";
}
.fi-rr-fishing-rod:before {
content: "\e6ec";
}
.fi-rr-fist-move:before {
content: "\e6ed";
}
.fi-rr-fitness-watch:before {
content: "\e6ee";
}
.fi-rr-flag:before {
content: "\e6ef";
}
.fi-rr-flag-alt:before {
content: "\e6f0";
}
.fi-rr-flag-checkered:before {
content: "\e6f1";
}
.fi-rr-flag-usa:before {
content: "\e6f2";
}
.fi-rr-flame:before {
content: "\e6f3";
}
.fi-rr-flashlight:before {
content: "\e6f4";
}
.fi-rr-flask:before {
content: "\e6f5";
}
.fi-rr-flask-gear:before {
content: "\e6f6";
}
.fi-rr-flask-poison:before {
content: "\e6f7";
}
.fi-rr-flask-potion:before {
content: "\e6f8";
}
.fi-rr-flatbread:before {
content: "\e6f9";
}
.fi-rr-flatbread-stuffed:before {
content: "\e6fa";
}
.fi-rr-flip-horizontal:before {
content: "\e6ff";
}
.fi-rr-floor:before {
content: "\e701";
}
.fi-rr-floor-alt:before {
content: "\e702";
}
.fi-rr-floor-layer:before {
content: "\e703";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
content: "\e704";
}
.fi-rr-floppy-disk-circle-xmark:before {
content: "\e705";
}
.fi-rr-floppy-disk-pen:before {
content: "\e706";
}
.fi-rr-floppy-disks:before {
content: "\e707";
}
.fi-rr-florin-sign:before {
content: "\e708";
}
.fi-rr-flowchart:before {
content: "\e709";
}
.fi-rr-flower:before {
content: "\e70a";
}
.fi-rr-flower-bouquet:before {
content: "\e70b";
}
.fi-rr-flower-butterfly:before {
content: "\e70c";
}
.fi-rr-flower-daffodil:before {
content: "\e70d";
}
.fi-rr-flower-tulip:before {
content: "\e70e";
}
.fi-rr-flushed:before {
content: "\e70f";
}
.fi-rr-flute:before {
content: "\e711";
}
.fi-rr-flux-capacitor:before {
content: "\e712";
}
.fi-rr-fly-insect:before {
content: "\e713";
}
.fi-rr-flying-disc:before {
content: "\e714";
}
.fi-rr-fm-radio:before {
content: "\e715";
}
.fi-rr-fog:before {
content: "\e716";
}
.fi-rr-folder:before {
content: "\e717";
}
.fi-rr-folder-archive:before {
content: "\e718";
}
.fi-rr-folder-camera:before {
content: "\e71a";
}
.fi-rr-folder-directory:before {
content: "\e71b";
}
.fi-rr-folder-download:before {
content: "\e71c";
}
.fi-rr-folder-fire:before {
content: "\e71d";
}
.fi-rr-folder-gear:before {
content: "\e71e";
}
.fi-rr-folder-heart:before {
content: "\e720";
}
.fi-rr-folder-loop:before {
content: "\e722";
}
.fi-rr-folder-math:before {
content: "\e724";
}
.fi-rr-folder-minus:before {
content: "\e726";
}
.fi-rr-folder-music:before {
content: "\e727";
}
.fi-rr-folder-open:before {
content: "\e728";
}
.fi-rr-folder-plus-circle:before {
content: "\e729";
}
.fi-rr-folder-times:before {
content: "\e72a";
}
.fi-rr-folder-tree:before {
content: "\e72b";
}
.fi-rr-folder-upload:before {
content: "\e72c";
}
.fi-rr-folder-xmark:before {
content: "\e72e";
}
.fi-rr-folder-xmark-circle:before {
content: "\e72f";
}
.fi-rr-folders:before {
content: "\e730";
}
.fi-rr-follow-folder:before {
content: "\e731";
}
.fi-rr-followcollection:before {
content: "\e732";
}
.fi-rr-following:before {
content: "\e733";
}
.fi-rr-fondue-pot:before {
content: "\e734";
}
.fi-rr-football:before {
content: "\e739";
}
.fi-rr-footprint:before {
content: "\e73a";
}
.fi-rr-foreign-language-audio:before {
content: "\e73b";
}
.fi-rr-forest:before {
content: "\e73c";
}
.fi-rr-forest-alt:before {
content: "\e73d";
}
.fi-rr-fork:before {
content: "\e73e";
}
.fi-rr-fork-spaghetti:before {
content: "\e73f";
}
.fi-rr-forklift:before {
content: "\e740";
}
.fi-rr-form:before {
content: "\e741";
}
.fi-rr-fort:before {
content: "\e742";
}
.fi-rr-forward:before {
content: "\e743";
}
.fi-rr-forward-fast:before {
content: "\e744";
}
.fi-rr-fox:before {
content: "\e747";
}
.fi-rr-frame:before {
content: "\e748";
}
.fi-rr-franc-sign:before {
content: "\e749";
}
.fi-rr-free:before {
content: "\e74a";
}
.fi-rr-free-delivery:before {
content: "\e74b";
}
.fi-rr-freemium:before {
content: "\e74c";
}
.fi-rr-french:before {
content: "\e74f";
}
.fi-rr-french-fries:before {
content: "\e750";
}
.fi-rr-friday:before {
content: "\e752";
}
.fi-rr-frog:before {
content: "\e753";
}
.fi-rr-frown:before {
content: "\e754";
}
.fi-rr-ftp:before {
content: "\e755";
}
.fi-rr-fuel-gauge:before {
content: "\e756";
}
.fi-rr-function:before {
content: "\e757";
}
.fi-rr-function-process:before {
content: "\e759";
}
.fi-rr-function-square:before {
content: "\e75a";
}
.fi-rr-funnel-dollar:before {
content: "\e75b";
}
.fi-rr-funnel-money:before {
content: "\e75c";
}
.fi-rr-fusilli:before {
content: "\e75d";
}
.fi-rr-g:before {
content: "\e75e";
}
.fi-rr-galaxy:before {
content: "\e75f";
}
.fi-rr-galaxy-alt:before {
content: "\e760";
}
.fi-rr-galaxy-planet:before {
content: "\e761";
}
.fi-rr-galaxy-star:before {
content: "\e762";
}
.fi-rr-gallery:before {
content: "\e763";
}
.fi-rr-gallery-thumbnails:before {
content: "\e764";
}
.fi-rr-game-board-alt:before {
content: "\e766";
}
.fi-rr-gamepad:before {
content: "\e768";
}
.fi-rr-garage:before {
content: "\e76a";
}
.fi-rr-garage-car:before {
content: "\e76b";
}
.fi-rr-garage-open:before {
content: "\e76c";
}
.fi-rr-garlic:before {
content: "\e76d";
}
.fi-rr-garlic-alt:before {
content: "\e76e";
}
.fi-rr-gas-pump:before {
content: "\e76f";
}
.fi-rr-gas-pump-alt:before {
content: "\e770";
}
.fi-rr-gas-pump-slash:before {
content: "\e771";
}
.fi-rr-gauge-circle-bolt:before {
content: "\e772";
}
.fi-rr-gauge-circle-minus:before {
content: "\e773";
}
.fi-rr-gauge-circle-plus:before {
content: "\e774";
}
.fi-rr-gauze-bandage:before {
content: "\e775";
}
.fi-rr-gavel:before {
content: "\e776";
}
.fi-rr-gay-couple:before {
content: "\e777";
}
.fi-rr-gears:before {
content: "\e77a";
}
.fi-rr-gem:before {
content: "\e77b";
}
.fi-rr-general:before {
content: "\e77c";
}
.fi-rr-german:before {
content: "\e77d";
}
.fi-rr-ghost:before {
content: "\e77e";
}
.fi-rr-gif:before {
content: "\e77f";
}
.fi-rr-gif-square:before {
content: "\e781";
}
.fi-rr-gift:before {
content: "\e782";
}
.fi-rr-gift-box-benefits:before {
content: "\e783";
}
.fi-rr-gift-card:before {
content: "\e784";
}
.fi-rr-gifts:before {
content: "\e785";
}
.fi-rr-gingerbread-man:before {
content: "\e786";
}
.fi-rr-glass:before {
content: "\e789";
}
.fi-rr-glass-champagne:before {
content: "\e78a";
}
.fi-rr-glass-cheers:before {
content: "\e78b";
}
.fi-rr-glass-citrus:before {
content: "\e78c";
}
.fi-rr-glass-empty:before {
content: "\e78d";
}
.fi-rr-glass-half:before {
content: "\e78e";
}
.fi-rr-glass-water-droplet:before {
content: "\e78f";
}
.fi-rr-glass-whiskey:before {
content: "\e790";
}
.fi-rr-glass-whiskey-rocks:before {
content: "\e791";
}
.fi-rr-glasses:before {
content: "\e792";
}
.fi-rr-globe:before {
content: "\e793";
}
.fi-rr-globe-alt:before {
content: "\e794";
}
.fi-rr-globe-pointer:before {
content: "\e795";
}
.fi-rr-globe-snow:before {
content: "\e796";
}
.fi-rr-globe-user:before {
content: "\e797";
}
.fi-rr-goal-net:before {
content: "\e798";
}
.fi-rr-golf:before {
content: "\e799";
}
.fi-rr-golf-ball:before {
content: "\e79a";
}
.fi-rr-golf-hole:before {
content: "\e79c";
}
.fi-rr-gopuram:before {
content: "\e7a0";
}
.fi-rr-government-budget:before {
content: "\e7a1";
}
.fi-rr-government-flag:before {
content: "\e7a2";
}
.fi-rr-government-user:before {
content: "\e7a3";
}
.fi-rr-gps-navigation:before {
content: "\e7a4";
}
.fi-rr-graduation-cap:before {
content: "\e7a5";
}
.fi-rr-gramophone:before {
content: "\e7a6";
}
.fi-rr-grape:before {
content: "\e7a7";
}
.fi-rr-graph-curve:before {
content: "\e7a8";
}
.fi-rr-graphic-style:before {
content: "\e7a9";
}
.fi-rr-graphic-tablet:before {
content: "\e7aa";
}
.fi-rr-grass:before {
content: "\e7ab";
}
.fi-rr-grate:before {
content: "\e7ac";
}
.fi-rr-grate-droplet:before {
content: "\e7ad";
}
.fi-rr-greater-than:before {
content: "\e7ae";
}
.fi-rr-greater-than-equal:before {
content: "\e7af";
}
.fi-rr-greek-helmet:before {
content: "\e7b0";
}
.fi-rr-grid:before {
content: "\e7b1";
}
.fi-rr-grid-alt:before {
content: "\e7b2";
}
.fi-rr-grid-dividers:before {
content: "\e7b3";
}
.fi-rr-grill:before {
content: "\e7b4";
}
.fi-rr-grill-hot-alt:before {
content: "\e7b5";
}
.fi-rr-grimace:before {
content: "\e7b6";
}
.fi-rr-grin:before {
content: "\e7b7";
}
.fi-rr-grin-alt:before {
content: "\e7b8";
}
.fi-rr-grin-beam:before {
content: "\e7b9";
}
.fi-rr-grin-beam-sweat:before {
content: "\e7ba";
}
.fi-rr-grin-hearts:before {
content: "\e7bb";
}
.fi-rr-grin-squint:before {
content: "\e7bc";
}
.fi-rr-grin-squint-tears:before {
content: "\e7bd";
}
.fi-rr-grin-stars:before {
content: "\e7be";
}
.fi-rr-grin-tears:before {
content: "\e7bf";
}
.fi-rr-grin-tongue:before {
content: "\e7c0";
}
.fi-rr-grin-tongue-squint:before {
content: "\e7c1";
}
.fi-rr-grin-tongue-wink:before {
content: "\e7c2";
}
.fi-rr-grin-wink:before {
content: "\e7c3";
}
.fi-rr-grip-dots:before {
content: "\e7c4";
}
.fi-rr-grip-dots-vertical:before {
content: "\e7c5";
}
.fi-rr-grip-horizontal:before {
content: "\e7c6";
}
.fi-rr-grip-lines:before {
content: "\e7c7";
}
.fi-rr-grip-lines-vertical:before {
content: "\e7c8";
}
.fi-rr-grip-vertical:before {
content: "\e7c9";
}
.fi-rr-grocery-bag:before {
content: "\e7ca";
}
.fi-rr-grocery-basket:before {
content: "\e7cb";
}
.fi-rr-group-arrows-rotate:before {
content: "\e7cc";
}
.fi-rr-group-call:before {
content: "\e7cd";
}
.fi-rr-group-community-social-media:before {
content: "\e7ce";
}
.fi-rr-growth-chart-invest:before {
content: "\e7cf";
}
.fi-rr-guarani-sign:before {
content: "\e7d0";
}
.fi-rr-guide:before {
content: "\e7d1";
}
.fi-rr-guide-alt:before {
content: "\e7d2";
}
.fi-rr-guitar:before {
content: "\e7d3";
}
.fi-rr-guitar-electric:before {
content: "\e7d4";
}
.fi-rr-guitars:before {
content: "\e7d5";
}
.fi-rr-gun-squirt:before {
content: "\e7d6";
}
.fi-rr-gym:before {
content: "\e7d7";
}
.fi-rr-h:before {
content: "\e7d8";
}
.fi-rr-h-square:before {
content: "\e7d9";
}
.fi-rr-h1:before {
content: "\e7da";
}
.fi-rr-h2:before {
content: "\e7db";
}
.fi-rr-h3:before {
content: "\e7dc";
}
.fi-rr-h4:before {
content: "\e7dd";
}
.fi-rr-hair-clipper:before {
content: "\e7de";
}
.fi-rr-hamburger:before {
content: "\e7df";
}
.fi-rr-hamburger-soda:before {
content: "\e7e0";
}
.fi-rr-hammer:before {
content: "\e7e1";
}
.fi-rr-hammer-brush:before {
content: "\e7e2";
}
.fi-rr-hammer-crash:before {
content: "\e7e3";
}
.fi-rr-hammer-war:before {
content: "\e7e4";
}
.fi-rr-hamsa:before {
content: "\e7e5";
}
.fi-rr-hand:before {
content: "\e7e6";
}
.fi-rr-hand-back-fist:before {
content: "\e7e7";
}
.fi-rr-hand-back-point-down:before {
content: "\e7e8";
}
.fi-rr-hand-back-point-left:before {
content: "\e7e9";
}
.fi-rr-hand-back-point-ribbon:before {
content: "\e7ea";
}
.fi-rr-hand-back-point-right:before {
content: "\e7eb";
}
.fi-rr-hand-bandage-wound:before {
content: "\e7ec";
}
.fi-rr-hand-bill:before {
content: "\e7ed";
}
.fi-rr-hand-dots:before {
content: "\e7ee";
}
.fi-rr-hand-fingers-crossed:before {
content: "\e7ef";
}
.fi-rr-hand-fist:before {
content: "\e7f0";
}
.fi-rr-hand-heart:before {
content: "\e7f1";
}
.fi-rr-hand-holding-box:before {
content: "\e7f2";
}
.fi-rr-hand-holding-document:before {
content: "\e7f3";
}
.fi-rr-hand-holding-droplet:before {
content: "\e7f4";
}
.fi-rr-hand-holding-heart:before {
content: "\e7f5";
}
.fi-rr-hand-holding-magic:before {
content: "\e7f6";
}
.fi-rr-hand-holding-medical:before {
content: "\e7f7";
}
.fi-rr-hand-holding-seeding:before {
content: "\e7f8";
}
.fi-rr-hand-holding-skull:before {
content: "\e7fa";
}
.fi-rr-hand-holding-usd:before {
content: "\e7fb";
}
.fi-rr-hand-holding-water:before {
content: "\e7fc";
}
.fi-rr-hand-horns:before {
content: "\e7fd";
}
.fi-rr-hand-key:before {
content: "\e7fe";
}
.fi-rr-hand-lizard:before {
content: "\e7ff";
}
.fi-rr-hand-love:before {
content: "\e800";
}
.fi-rr-hand-middle-finger:before {
content: "\e801";
}
.fi-rr-hand-paper:before {
content: "\e802";
}
.fi-rr-hand-peace:before {
content: "\e803";
}
.fi-rr-hand-point-ribbon:before {
content: "\e804";
}
.fi-rr-hand-present:before {
content: "\e805";
}
.fi-rr-hand-scissors:before {
content: "\e806";
}
.fi-rr-hand-sparkles:before {
content: "\e807";
}
.fi-rr-hand-spock:before {
content: "\e808";
}
.fi-rr-hand-wave:before {
content: "\e809";
}
.fi-rr-handcuffs:before {
content: "\e80a";
}
.fi-rr-handmade:before {
content: "\e80b";
}
.fi-rr-hands-brain:before {
content: "\e80c";
}
.fi-rr-hands-bubbles:before {
content: "\e80d";
}
.fi-rr-hands-clapping:before {
content: "\e80e";
}
.fi-rr-hands-heart:before {
content: "\e80f";
}
.fi-rr-hands-holding:before {
content: "\e810";
}
.fi-rr-hands-holding-diamond:before {
content: "\e811";
}
.fi-rr-hands-together:before {
content: "\e812";
}
.fi-rr-hands-together-heart:before {
content: "\e813";
}
.fi-rr-hands-usd:before {
content: "\e815";
}
.fi-rr-handshake:before {
content: "\e816";
}
.fi-rr-handshake-angle:before {
content: "\e817";
}
.fi-rr-handshake-deal-loan:before {
content: "\e818";
}
.fi-rr-handshake-house:before {
content: "\e819";
}
.fi-rr-handshake-simple-slash:before {
content: "\e81a";
}
.fi-rr-handshake-trust:before {
content: "\e81b";
}
.fi-rr-hard-hat:before {
content: "\e81d";
}
.fi-rr-hashtag-lock:before {
content: "\e820";
}
.fi-rr-hastag:before {
content: "\e822";
}
.fi-rr-hat-beach:before {
content: "\e823";
}
.fi-rr-hat-birthday:before {
content: "\e824";
}
.fi-rr-hat-chef:before {
content: "\e825";
}
.fi-rr-hat-cowboy:before {
content: "\e826";
}
.fi-rr-hat-cowboy-side:before {
content: "\e827";
}
.fi-rr-hat-santa:before {
content: "\e828";
}
.fi-rr-hat-winter:before {
content: "\e829";
}
.fi-rr-hat-witch:before {
content: "\e82a";
}
.fi-rr-hat-wizard:before {
content: "\e82b";
}
.fi-rr-hdd:before {
content: "\e82d";
}
.fi-rr-head-side:before {
content: "\e82e";
}
.fi-rr-head-side-brain:before {
content: "\e82f";
}
.fi-rr-head-side-cough:before {
content: "\e830";
}
.fi-rr-head-side-cough-slash:before {
content: "\e831";
}
.fi-rr-head-side-headphones:before {
content: "\e832";
}
.fi-rr-head-side-heart:before {
content: "\e833";
}
.fi-rr-head-side-mask:before {
content: "\e834";
}
.fi-rr-head-side-medical:before {
content: "\e835";
}
.fi-rr-head-side-thinking:before {
content: "\e836";
}
.fi-rr-head-side-virus:before {
content: "\e837";
}
.fi-rr-head-vr:before {
content: "\e838";
}
.fi-rr-heading:before {
content: "\e839";
}
.fi-rr-headphones:before {
content: "\e83a";
}
.fi-rr-headset:before {
content: "\e83b";
}
.fi-rr-heart:before {
content: "\e83c";
}
.fi-rr-heart-arrow:before {
content: "\e83d";
}
.fi-rr-heart-brain:before {
content: "\e83e";
}
.fi-rr-heart-circle-user:before {
content: "\e83f";
}
.fi-rr-heart-crack:before {
content: "\e840";
}
.fi-rr-heart-half:before {
content: "\e841";
}
.fi-rr-heart-half-stroke:before {
content: "\e842";
}
.fi-rr-heart-health-muscle:before {
content: "\e843";
}
.fi-rr-heart-lock:before {
content: "\e844";
}
.fi-rr-heart-partner-handshake:before {
content: "\e845";
}
.fi-rr-heart-rate:before {
content: "\e846";
}
.fi-rr-heart-slash:before {
content: "\e847";
}
.fi-rr-heart-upside-down:before {
content: "\e848";
}
.fi-rr-heat:before {
content: "\e849";
}
.fi-rr-helicopter-side:before {
content: "\e84a";
}
.fi-rr-helmet-battle:before {
content: "\e84b";
}
.fi-rr-hexagon:before {
content: "\e84c";
}
.fi-rr-hexagon-check:before {
content: "\e84d";
}
.fi-rr-hexagon-divide:before {
content: "\e84e";
}
.fi-rr-hexagon-exclamation:before {
content: "\e84f";
}
.fi-rr-high-definition:before {
content: "\e851";
}
.fi-rr-high-five:before {
content: "\e852";
}
.fi-rr-high-five-celebration-yes:before {
content: "\e853";
}
.fi-rr-highlighter:before {
content: "\e854";
}
.fi-rr-highlighter-line:before {
content: "\e855";
}
.fi-rr-hiking:before {
content: "\e856";
}
.fi-rr-hiking-boot:before {
content: "\e857";
}
.fi-rr-hippo:before {
content: "\e859";
}
.fi-rr-hockey-puck:before {
content: "\e85b";
}
.fi-rr-hockey-stick-puck:before {
content: "\e85c";
}
.fi-rr-hockey-sticks:before {
content: "\e85d";
}
.fi-rr-holding-hand-brain:before {
content: "\e85e";
}
.fi-rr-holding-hand-dinner:before {
content: "\e85f";
}
.fi-rr-holding-hand-direction:before {
content: "\e860";
}
.fi-rr-holding-hand-gear:before {
content: "\e861";
}
.fi-rr-holding-hand-key:before {
content: "\e862";
}
.fi-rr-holding-hand-nft:before {
content: "\e863";
}
.fi-rr-holding-hand-revenue:before {
content: "\e864";
}
.fi-rr-holly-berry:before {
content: "\e865";
}
.fi-rr-home:before {
content: "\e866";
}
.fi-rr-home-heart:before {
content: "\e868";
}
.fi-rr-home-location:before {
content: "\e869";
}
.fi-rr-home-location-alt:before {
content: "\e86a";
}
.fi-rr-honey-pot:before {
content: "\e86c";
}
.fi-rr-hood-cloak:before {
content: "\e86d";
}
.fi-rr-horizontal-rule:before {
content: "\e86e";
}
.fi-rr-horse:before {
content: "\e86f";
}
.fi-rr-horse-head:before {
content: "\e870";
}
.fi-rr-horse-saddle:before {
content: "\e871";
}
.fi-rr-horseshoe:before {
content: "\e872";
}
.fi-rr-horseshoe-broken:before {
content: "\e873";
}
.fi-rr-hose:before {
content: "\e874";
}
.fi-rr-hose-reel:before {
content: "\e875";
}
.fi-rr-hospital:before {
content: "\e876";
}
.fi-rr-hospital-symbol:before {
content: "\e877";
}
.fi-rr-hospital-user:before {
content: "\e878";
}
.fi-rr-hospitals:before {
content: "\e879";
}
.fi-rr-hot-tub:before {
content: "\e87a";
}
.fi-rr-hotdog:before {
content: "\e87b";
}
.fi-rr-hotel:before {
content: "\e87c";
}
.fi-rr-hourglass:before {
content: "\e87e";
}
.fi-rr-hourglass-end:before {
content: "\e87f";
}
.fi-rr-hourglass-start:before {
content: "\e880";
}
.fi-rr-house-blank:before {
content: "\e881";
}
.fi-rr-house-building:before {
content: "\e882";
}
.fi-rr-house-chimney:before {
content: "\e883";
}
.fi-rr-house-chimney-blank:before {
content: "\e884";
}
.fi-rr-house-chimney-crack:before {
content: "\e885";
}
.fi-rr-house-chimney-heart:before {
content: "\e886";
}
.fi-rr-house-chimney-medical:before {
content: "\e887";
}
.fi-rr-house-chimney-user:before {
content: "\e888";
}
.fi-rr-house-chimney-window:before {
content: "\e889";
}
.fi-rr-house-circle-check:before {
content: "\e88a";
}
.fi-rr-house-circle-exclamation:before {
content: "\e88b";
}
.fi-rr-house-circle-xmark:before {
content: "\e88c";
}
.fi-rr-house-crack:before {
content: "\e88d";
}
.fi-rr-house-crack-alt:before {
content: "\e88e";
}
.fi-rr-house-day:before {
content: "\e88f";
}
.fi-rr-house-fire:before {
content: "\e890";
}
.fi-rr-house-flag:before {
content: "\e891";
}
.fi-rr-house-flood:before {
content: "\e892";
}
.fi-rr-house-key:before {
content: "\e893";
}
.fi-rr-house-laptop:before {
content: "\e894";
}
.fi-rr-house-leave:before {
content: "\e895";
}
.fi-rr-house-lock:before {
content: "\e896";
}
.fi-rr-house-medical:before {
content: "\e897";
}
.fi-rr-house-night:before {
content: "\e898";
}
.fi-rr-house-return:before {
content: "\e899";
}
.fi-rr-house-signal:before {
content: "\e89a";
}
.fi-rr-house-tree:before {
content: "\e89b";
}
.fi-rr-house-tsunami:before {
content: "\e89c";
}
.fi-rr-house-turret:before {
content: "\e89d";
}
.fi-rr-house-user:before {
content: "\e89e";
}
.fi-rr-house-window:before {
content: "\e89f";
}
.fi-rr-hr:before {
content: "\e8a0";
}
.fi-rr-hr-group:before {
content: "\e8a1";
}
.fi-rr-hr-person:before {
content: "\e8a2";
}
.fi-rr-hryvnia:before {
content: "\e8a3";
}
.fi-rr-humanitarian-mission:before {
content: "\e8a7";
}
.fi-rr-humidity:before {
content: "\e8a8";
}
.fi-rr-hundred-points:before {
content: "\e8a9";
}
.fi-rr-hurricane:before {
content: "\e8aa";
}
.fi-rr-hyperloop:before {
content: "\e8ab";
}
.fi-rr-i:before {
content: "\e8ad";
}
.fi-rr-ice-cream:before {
content: "\e8af";
}
.fi-rr-ice-skate:before {
content: "\e8b0";
}
.fi-rr-icicles:before {
content: "\e8b1";
}
.fi-rr-icon-star:before {
content: "\e8b2";
}
.fi-rr-id-badge:before {
content: "\e8b4";
}
.fi-rr-id-card-clip-alt:before {
content: "\e8b5";
}
.fi-rr-idea-exchange:before {
content: "\e8b6";
}
.fi-rr-igloo:before {
content: "\e8b7";
}
.fi-rr-image-slash:before {
content: "\e8ba";
}
.fi-rr-images:before {
content: "\e8bb";
}
.fi-rr-images-user:before {
content: "\e8bc";
}
.fi-rr-improve-user:before {
content: "\e8be";
}
.fi-rr-inbox:before {
content: "\e8bf";
}
.fi-rr-inbox-full:before {
content: "\e8c0";
}
.fi-rr-inbox-in:before {
content: "\e8c1";
}
.fi-rr-inbox-out:before {
content: "\e8c2";
}
.fi-rr-inboxes:before {
content: "\e8c3";
}
.fi-rr-incense-sticks-yoga:before {
content: "\e8c4";
}
.fi-rr-incognito:before {
content: "\e8c5";
}
.fi-rr-indent:before {
content: "\e8c7";
}
.fi-rr-india-map:before {
content: "\e8c9";
}
.fi-rr-indian-rupee-sign:before {
content: "\e8ca";
}
.fi-rr-industry-alt:before {
content: "\e8cb";
}
.fi-rr-industry-windows:before {
content: "\e8cc";
}
.fi-rr-infinity:before {
content: "\e8cd";
}
.fi-rr-info:before {
content: "\e8ce";
}
.fi-rr-info-guide:before {
content: "\e8cf";
}
.fi-rr-information:before {
content: "\e8d0";
}
.fi-rr-inhaler:before {
content: "\e8d1";
}
.fi-rr-input-numeric:before {
content: "\e8d2";
}
.fi-rr-input-pipe:before {
content: "\e8d3";
}
.fi-rr-input-text:before {
content: "\e8d4";
}
.fi-rr-insert:before {
content: "\e8d5";
}
.fi-rr-insert-alt:before {
content: "\e8d6";
}
.fi-rr-insert-arrows:before {
content: "\e8d7";
}
.fi-rr-insert-button-circle:before {
content: "\e8d8";
}
.fi-rr-insert-credit-card:before {
content: "\e8d9";
}
.fi-rr-insert-square:before {
content: "\e8da";
}
.fi-rr-insight:before {
content: "\e8db";
}
.fi-rr-insight-alt:before {
content: "\e8dc";
}
.fi-rr-insight-head:before {
content: "\e8dd";
}
.fi-rr-integral:before {
content: "\e8e1";
}
.fi-rr-interactive:before {
content: "\e8e5";
}
.fi-rr-interlining:before {
content: "\e8e6";
}
.fi-rr-internet-speed-wifi:before {
content: "\e8e7";
}
.fi-rr-interpersonal-skill:before {
content: "\e8e8";
}
.fi-rr-interrogation:before {
content: "\e8e9";
}
.fi-rr-intersection:before {
content: "\e8ea";
}
.fi-rr-introduction:before {
content: "\e8eb";
}
.fi-rr-introduction-handshake:before {
content: "\e8ec";
}
.fi-rr-inventory-alt:before {
content: "\e8ed";
}
.fi-rr-invest:before {
content: "\e8ee";
}
.fi-rr-investment:before {
content: "\e8ef";
}
.fi-rr-invite:before {
content: "\e8f1";
}
.fi-rr-invite-alt:before {
content: "\e8f2";
}
.fi-rr-iot:before {
content: "\e8f3";
}
.fi-rr-iot-alt:before {
content: "\e8f4";
}
.fi-rr-ip-address:before {
content: "\e8f5";
}
.fi-rr-iron:before {
content: "\e8f6";
}
.fi-rr-island-tropical:before {
content: "\e8f7";
}
.fi-rr-issue-loupe:before {
content: "\e8f8";
}
.fi-rr-it:before {
content: "\e8f9";
}
.fi-rr-it-alt:before {
content: "\e8fa";
}
.fi-rr-it-computer:before {
content: "\e8fc";
}
.fi-rr-italian:before {
content: "\e8fd";
}
.fi-rr-italian-coffee-maker:before {
content: "\e8fe";
}
.fi-rr-italian-lira-sign:before {
content: "\e8ff";
}
.fi-rr-italic:before {
content: "\e900";
}
.fi-rr-j:before {
content: "\e902";
}
.fi-rr-jam:before {
content: "\e904";
}
.fi-rr-japanese:before {
content: "\e906";
}
.fi-rr-jar-alt:before {
content: "\e907";
}
.fi-rr-jar-wheat:before {
content: "\e908";
}
.fi-rr-javascript:before {
content: "\e90a";
}
.fi-rr-joint:before {
content: "\e90e";
}
.fi-rr-joker:before {
content: "\e90f";
}
.fi-rr-journal:before {
content: "\e911";
}
.fi-rr-journal-alt:before {
content: "\e912";
}
.fi-rr-journey:before {
content: "\e913";
}
.fi-rr-joystick:before {
content: "\e914";
}
.fi-rr-jpg:before {
content: "\e915";
}
.fi-rr-jug:before {
content: "\e918";
}
.fi-rr-jug-alt:before {
content: "\e919";
}
.fi-rr-jug-bottle:before {
content: "\e91a";
}
.fi-rr-jumping-rope:before {
content: "\e91b";
}
.fi-rr-k:before {
content: "\e91c";
}
.fi-rr-kaaba:before {
content: "\e91d";
}
.fi-rr-kangaroo:before {
content: "\e91e";
}
.fi-rr-kayak:before {
content: "\e91f";
}
.fi-rr-kazoo:before {
content: "\e920";
}
.fi-rr-kerning:before {
content: "\e921";
}
.fi-rr-key:before {
content: "\e922";
}
.fi-rr-key-car:before {
content: "\e923";
}
.fi-rr-key-hole:before {
content: "\e924";
}
.fi-rr-key-lock-crypto:before {
content: "\e925";
}
.fi-rr-key-skeleton-left-right:before {
content: "\e926";
}
.fi-rr-keyboard:before {
content: "\e927";
}
.fi-rr-keyboard-brightness:before {
content: "\e928";
}
.fi-rr-keyboard-brightness-low:before {
content: "\e929";
}
.fi-rr-keyboard-down:before {
content: "\e92a";
}
.fi-rr-keyboard-left:before {
content: "\e92b";
}
.fi-rr-keynote:before {
content: "\e92c";
}
.fi-rr-kidneys:before {
content: "\e92e";
}
.fi-rr-kip-sign:before {
content: "\e930";
}
.fi-rr-kiss:before {
content: "\e931";
}
.fi-rr-kiss-beam:before {
content: "\e932";
}
.fi-rr-kiss-wink-heart:before {
content: "\e933";
}
.fi-rr-kitchen-set:before {
content: "\e934";
}
.fi-rr-kite:before {
content: "\e935";
}
.fi-rr-kiwi-bird:before {
content: "\e936";
}
.fi-rr-kiwi-fruit:before {
content: "\e937";
}
.fi-rr-knife:before {
content: "\e938";
}
.fi-rr-knife-kitchen:before {
content: "\e939";
}
.fi-rr-knitting:before {
content: "\e93a";
}
.fi-rr-knot-rope:before {
content: "\e93b";
}
.fi-rr-korean:before {
content: "\e93c";
}
.fi-rr-kpi:before {
content: "\e93d";
}
.fi-rr-kpi-evaluation:before {
content: "\e93e";
}
.fi-rr-l:before {
content: "\e93f";
}
.fi-rr-lab-coat:before {
content: "\e940";
}
.fi-rr-label:before {
content: "\e941";
}
.fi-rr-lacrosse-stick:before {
content: "\e942";
}
.fi-rr-lacrosse-stick-ball:before {
content: "\e943";
}
.fi-rr-lambda:before {
content: "\e944";
}
.fi-rr-lamp:before {
content: "\e945";
}
.fi-rr-lamp-desk:before {
content: "\e946";
}
.fi-rr-lamp-floor:before {
content: "\e947";
}
.fi-rr-lamp-street:before {
content: "\e948";
}
.fi-rr-land-layer-location:before {
content: "\e949";
}
.fi-rr-land-layers:before {
content: "\e94a";
}
.fi-rr-land-location:before {
content: "\e94b";
}
.fi-rr-land-mine-on:before {
content: "\e94c";
}
.fi-rr-landmark-alt:before {
content: "\e94d";
}
.fi-rr-language:before {
content: "\e94e";
}
.fi-rr-language-exchange:before {
content: "\e94f";
}
.fi-rr-laptop:before {
content: "\e950";
}
.fi-rr-laptop-arrow-down:before {
content: "\e951";
}
.fi-rr-laptop-binary:before {
content: "\e952";
}
.fi-rr-laptop-code:before {
content: "\e953";
}
.fi-rr-laptop-medical:before {
content: "\e954";
}
.fi-rr-laptop-mobile:before {
content: "\e955";
}
.fi-rr-laptop-slash:before {
content: "\e956";
}
.fi-rr-lari-sign:before {
content: "\e957";
}
.fi-rr-lasso:before {
content: "\e958";
}
.fi-rr-lasso-sparkles:before {
content: "\e959";
}
.fi-rr-last-square:before {
content: "\e95a";
}
.fi-rr-laugh:before {
content: "\e95b";
}
.fi-rr-laugh-beam:before {
content: "\e95c";
}
.fi-rr-laugh-squint:before {
content: "\e95d";
}
.fi-rr-laugh-wink:before {
content: "\e95e";
}
.fi-rr-laurel-user:before {
content: "\e95f";
}
.fi-rr-lawyer-man:before {
content: "\e960";
}
.fi-rr-lawyer-woman:before {
content: "\e961";
}
.fi-rr-layer-minus:before {
content: "\e962";
}
.fi-rr-layer-plus:before {
content: "\e963";
}
.fi-rr-layers:before {
content: "\e964";
}
.fi-rr-layout-fluid:before {
content: "\e965";
}
.fi-rr-lead:before {
content: "\e966";
}
.fi-rr-lead-funnel:before {
content: "\e967";
}
.fi-rr-lead-management:before {
content: "\e968";
}
.fi-rr-leader:before {
content: "\e969";
}
.fi-rr-leader-alt:before {
content: "\e96a";
}
.fi-rr-leader-speech:before {
content: "\e96b";
}
.fi-rr-leaderboard:before {
content: "\e96c";
}
.fi-rr-leaderboard-alt:before {
content: "\e96d";
}
.fi-rr-leaderboard-trophy:before {
content: "\e96e";
}
.fi-rr-leadership:before {
content: "\e96f";
}
.fi-rr-leadership-alt:before {
content: "\e970";
}
.fi-rr-leaf:before {
content: "\e971";
}
.fi-rr-leaf-heart:before {
content: "\e972";
}
.fi-rr-leaf-maple:before {
content: "\e973";
}
.fi-rr-leaf-oak:before {
content: "\e974";
}
.fi-rr-leafy-green:before {
content: "\e975";
}
.fi-rr-leave:before {
content: "\e976";
}
.fi-rr-left:before {
content: "\e977";
}
.fi-rr-left-from-bracket:before {
content: "\e978";
}
.fi-rr-legal:before {
content: "\e979";
}
.fi-rr-legal-case:before {
content: "\e97a";
}
.fi-rr-lemon:before {
content: "\e97b";
}
.fi-rr-lesbian-couple:before {
content: "\e97c";
}
.fi-rr-less-than:before {
content: "\e97d";
}
.fi-rr-less-than-equal:before {
content: "\e97e";
}
.fi-rr-lesson:before {
content: "\e97f";
}
.fi-rr-lesson-class:before {
content: "\e980";
}
.fi-rr-letter-case:before {
content: "\e981";
}
.fi-rr-lettuce:before {
content: "\e982";
}
.fi-rr-level-down:before {
content: "\e983";
}
.fi-rr-level-down-alt:before {
content: "\e984";
}
.fi-rr-level-up:before {
content: "\e985";
}
.fi-rr-level-up-alt:before {
content: "\e986";
}
.fi-rr-license:before {
content: "\e987";
}
.fi-rr-life:before {
content: "\e988";
}
.fi-rr-life-ring:before {
content: "\e989";
}
.fi-rr-light-ceiling:before {
content: "\e98a";
}
.fi-rr-light-emergency:before {
content: "\e98b";
}
.fi-rr-light-emergency-on:before {
content: "\e98c";
}
.fi-rr-light-switch:before {
content: "\e98d";
}
.fi-rr-light-switch-off:before {
content: "\e98e";
}
.fi-rr-light-switch-on:before {
content: "\e98f";
}
.fi-rr-lightbulb-cfl:before {
content: "\e990";
}
.fi-rr-lightbulb-cfl-on:before {
content: "\e991";
}
.fi-rr-lightbulb-dollar:before {
content: "\e993";
}
.fi-rr-lightbulb-exclamation:before {
content: "\e994";
}
.fi-rr-lightbulb-head:before {
content: "\e997";
}
.fi-rr-lightbulb-on:before {
content: "\e998";
}
.fi-rr-lightbulb-question:before {
content: "\e999";
}
.fi-rr-lightbulb-setting:before {
content: "\e99a";
}
.fi-rr-lightbulb-slash:before {
content: "\e99b";
}
.fi-rr-lighthouse:before {
content: "\e99d";
}
.fi-rr-lights-holiday:before {
content: "\e99e";
}
.fi-rr-limit-hand:before {
content: "\e99f";
}
.fi-rr-limit-speedometer:before {
content: "\e9a0";
}
.fi-rr-line-width:before {
content: "\e9a2";
}
.fi-rr-link:before {
content: "\e9a3";
}
.fi-rr-link-alt:before {
content: "\e9a4";
}
.fi-rr-link-horizontal:before {
content: "\e9a5";
}
.fi-rr-link-horizontal-slash:before {
content: "\e9a6";
}
.fi-rr-link-slash:before {
content: "\e9a7";
}
.fi-rr-link-slash-alt:before {
content: "\e9a8";
}
.fi-rr-lion:before {
content: "\e9aa";
}
.fi-rr-lion-head:before {
content: "\e9ab";
}
.fi-rr-lips:before {
content: "\e9ac";
}
.fi-rr-lips-silence:before {
content: "\e9ad";
}
.fi-rr-lipstick:before {
content: "\e9ae";
}
.fi-rr-lira-sign:before {
content: "\e9af";
}
.fi-rr-list:before {
content: "\e9b1";
}
.fi-rr-list-check:before {
content: "\e9b2";
}
.fi-rr-list-dropdown:before {
content: "\e9b3";
}
.fi-rr-list-music:before {
content: "\e9b4";
}
.fi-rr-list-timeline:before {
content: "\e9b5";
}
.fi-rr-litecoin-sign:before {
content: "\e9b7";
}
.fi-rr-live:before {
content: "\e9b8";
}
.fi-rr-live-alt:before {
content: "\e9b9";
}
.fi-rr-loading:before {
content: "\e9ba";
}
.fi-rr-loan:before {
content: "\e9bb";
}
.fi-rr-lobster:before {
content: "\e9bc";
}
.fi-rr-location-alt:before {
content: "\e9be";
}
.fi-rr-location-arrow:before {
content: "\e9bf";
}
.fi-rr-location-crosshairs:before {
content: "\e9c0";
}
.fi-rr-location-crosshairs-slash:before {
content: "\e9c1";
}
.fi-rr-location-dot-slash:before {
content: "\e9c2";
}
.fi-rr-location-exclamation:before {
content: "\e9c3";
}
.fi-rr-location-pin-call:before {
content: "\e9c4";
}
.fi-rr-lock:before {
content: "\e9c5";
}
.fi-rr-lock-alt:before {
content: "\e9c6";
}
.fi-rr-lock-hashtag:before {
content: "\e9c7";
}
.fi-rr-lock-open-alt:before {
content: "\e9c8";
}
.fi-rr-locust:before {
content: "\e9c9";
}
.fi-rr-loop-square:before {
content: "\e9cc";
}
.fi-rr-loveseat:before {
content: "\e9ce";
}
.fi-rr-low-vision:before {
content: "\e9cf";
}
.fi-rr-luchador:before {
content: "\e9d0";
}
.fi-rr-luggage-cart:before {
content: "\e9d1";
}
.fi-rr-luggage-rolling:before {
content: "\e9d2";
}
.fi-rr-lungs:before {
content: "\e9d3";
}
.fi-rr-lungs-virus:before {
content: "\e9d4";
}
.fi-rr-m:before {
content: "\e9d5";
}
.fi-rr-mace:before {
content: "\e9d6";
}
.fi-rr-magic-wand:before {
content: "\e9dc";
}
.fi-rr-magnet:before {
content: "\e9dd";
}
.fi-rr-magnet-user:before {
content: "\e9de";
}
.fi-rr-magnifying-glass-binary:before {
content: "\e9e0";
}
.fi-rr-magnifying-glass-eye:before {
content: "\e9e1";
}
.fi-rr-magnifying-glass-wave:before {
content: "\e9e2";
}
.fi-rr-mail-plus-circle:before {
content: "\e9e4";
}
.fi-rr-mailbox:before {
content: "\e9e5";
}
.fi-rr-mailbox-envelope:before {
content: "\e9e6";
}
.fi-rr-mailbox-flag-up:before {
content: "\e9e7";
}
.fi-rr-makeup-brush:before {
content: "\e9e9";
}
.fi-rr-man-head:before {
content: "\e9ec";
}
.fi-rr-man-scientist:before {
content: "\e9ed";
}
.fi-rr-manat-sign:before {
content: "\e9ee";
}
.fi-rr-mandolin:before {
content: "\e9ef";
}
.fi-rr-mango:before {
content: "\e9f0";
}
.fi-rr-manhole:before {
content: "\e9f1";
}
.fi-rr-map:before {
content: "\e9f2";
}
.fi-rr-map-location-track:before {
content: "\e9f3";
}
.fi-rr-map-marker:before {
content: "\e9f4";
}
.fi-rr-map-marker-check:before {
content: "\e9f5";
}
.fi-rr-map-marker-cross:before {
content: "\e9f6";
}
.fi-rr-map-marker-edit:before {
content: "\e9f7";
}
.fi-rr-map-marker-home:before {
content: "\e9f9";
}
.fi-rr-map-marker-minus:before {
content: "\e9fa";
}
.fi-rr-map-marker-plus:before {
content: "\e9fb";
}
.fi-rr-map-marker-question:before {
content: "\e9fc";
}
.fi-rr-map-marker-slash:before {
content: "\e9fd";
}
.fi-rr-map-marker-smile:before {
content: "\e9fe";
}
.fi-rr-map-pin:before {
content: "\e9ff";
}
.fi-rr-map-point:before {
content: "\ea00";
}
.fi-rr-marker:before {
content: "\ea01";
}
.fi-rr-marker-time:before {
content: "\ea02";
}
.fi-rr-marketplace:before {
content: "\ea03";
}
.fi-rr-marketplace-alt:before {
content: "\ea04";
}
.fi-rr-marketplace-store:before {
content: "\ea05";
}
.fi-rr-marriage-proposal:before {
content: "\ea06";
}
.fi-rr-mars:before {
content: "\ea08";
}
.fi-rr-mars-double:before {
content: "\ea0a";
}
.fi-rr-mars-stroke-right:before {
content: "\ea0b";
}
.fi-rr-mars-stroke-up:before {
content: "\ea0c";
}
.fi-rr-martini-glass-citrus:before {
content: "\ea0d";
}
.fi-rr-martini-glass-empty:before {
content: "\ea0e";
}
.fi-rr-mask:before {
content: "\ea0f";
}
.fi-rr-mask-carnival:before {
content: "\ea10";
}
.fi-rr-mask-face:before {
content: "\ea11";
}
.fi-rr-mask-snorkel:before {
content: "\ea12";
}
.fi-rr-massage:before {
content: "\ea13";
}
.fi-rr-master-plan:before {
content: "\ea14";
}
.fi-rr-master-plan-integrate:before {
content: "\ea15";
}
.fi-rr-match-fire:before {
content: "\ea16";
}
.fi-rr-mattress-pillow:before {
content: "\ea17";
}
.fi-rr-measuring-tape:before {
content: "\ea19";
}
.fi-rr-meat:before {
content: "\ea1a";
}
.fi-rr-medal:before {
content: "\ea1b";
}
.fi-rr-medical-star:before {
content: "\ea1d";
}
.fi-rr-medicine:before {
content: "\ea1e";
}
.fi-rr-meditation:before {
content: "\ea1f";
}
.fi-rr-meeting:before {
content: "\ea21";
}
.fi-rr-meeting-alt:before {
content: "\ea22";
}
.fi-rr-megaphone:before {
content: "\ea23";
}
.fi-rr-megaphone-announcement-leader:before {
content: "\ea24";
}
.fi-rr-megaphone-sound-waves:before {
content: "\ea25";
}
.fi-rr-meh:before {
content: "\ea26";
}
.fi-rr-meh-blank:before {
content: "\ea27";
}
.fi-rr-meh-rolling-eyes:before {
content: "\ea28";
}
.fi-rr-melon:before {
content: "\ea29";
}
.fi-rr-melon-alt:before {
content: "\ea2a";
}
.fi-rr-member-list:before {
content: "\ea2b";
}
.fi-rr-member-search:before {
content: "\ea2c";
}
.fi-rr-membership:before {
content: "\ea2d";
}
.fi-rr-membership-vip:before {
content: "\ea2e";
}
.fi-rr-memo:before {
content: "\ea2f";
}
.fi-rr-memo-circle-check:before {
content: "\ea30";
}
.fi-rr-memo-pad:before {
content: "\ea31";
}
.fi-rr-memory:before {
content: "\ea32";
}
.fi-rr-menu-burger:before {
content: "\ea33";
}
.fi-rr-menu-dots:before {
content: "\ea34";
}
.fi-rr-menu-dots-vertical:before {
content: "\ea35";
}
.fi-rr-mercury:before {
content: "\ea36";
}
.fi-rr-message-alert:before {
content: "\ea37";
}
.fi-rr-message-arrow-down:before {
content: "\ea38";
}
.fi-rr-message-arrow-up:before {
content: "\ea39";
}
.fi-rr-message-arrow-up-right:before {
content: "\ea3a";
}
.fi-rr-message-bot:before {
content: "\ea3b";
}
.fi-rr-message-code:before {
content: "\ea3c";
}
.fi-rr-message-dollar:before {
content: "\ea3d";
}
.fi-rr-message-heart:before {
content: "\ea3e";
}
.fi-rr-message-image:before {
content: "\ea3f";
}
.fi-rr-message-question:before {
content: "\ea41";
}
.fi-rr-message-quote:before {
content: "\ea42";
}
.fi-rr-message-slash:before {
content: "\ea43";
}
.fi-rr-message-sms:before {
content: "\ea44";
}
.fi-rr-message-star:before {
content: "\ea45";
}
.fi-rr-message-text:before {
content: "\ea46";
}
.fi-rr-message-xmark:before {
content: "\ea47";
}
.fi-rr-messages:before {
content: "\ea48";
}
.fi-rr-messages-dollar:before {
content: "\ea49";
}
.fi-rr-messages-question:before {
content: "\ea4a";
}
.fi-rr-meteor:before {
content: "\ea4c";
}
.fi-rr-meter:before {
content: "\ea4d";
}
.fi-rr-meter-bolt:before {
content: "\ea4e";
}
.fi-rr-meter-droplet:before {
content: "\ea4f";
}
.fi-rr-meter-fire:before {
content: "\ea50";
}
.fi-rr-method:before {
content: "\ea51";
}
.fi-rr-microchip:before {
content: "\ea52";
}
.fi-rr-microchip-ai:before {
content: "\ea53";
}
.fi-rr-microphone:before {
content: "\ea54";
}
.fi-rr-microphone-alt:before {
content: "\ea55";
}
.fi-rr-microphone-slash:before {
content: "\ea58";
}
.fi-rr-microscope:before {
content: "\ea59";
}
.fi-rr-microwave:before {
content: "\ea5d";
}
.fi-rr-milk:before {
content: "\ea5e";
}
.fi-rr-milk-alt:before {
content: "\ea5f";
}
.fi-rr-mill:before {
content: "\ea60";
}
.fi-rr-mill-sign:before {
content: "\ea61";
}
.fi-rr-mind-share:before {
content: "\ea62";
}
.fi-rr-minus:before {
content: "\ea63";
}
.fi-rr-minus-circle:before {
content: "\ea64";
}
.fi-rr-minus-hexagon:before {
content: "\ea65";
}
.fi-rr-minus-small:before {
content: "\ea66";
}
.fi-rr-mirror:before {
content: "\ea68";
}
.fi-rr-mirror-user:before {
content: "\ea69";
}
.fi-rr-mistletoe:before {
content: "\ea6a";
}
.fi-rr-mix:before {
content: "\ea6b";
}
.fi-rr-mixer:before {
content: "\ea6c";
}
.fi-rr-mobile:before {
content: "\ea6d";
}
.fi-rr-mobile-4g:before {
content: "\ea6e";
}
.fi-rr-mobile-5g:before {
content: "\ea6f";
}
.fi-rr-mobile-button:before {
content: "\ea71";
}
.fi-rr-mobile-hand:before {
content: "\ea72";
}
.fi-rr-mobile-message:before {
content: "\ea73";
}
.fi-rr-mobile-notch:before {
content: "\ea74";
}
.fi-rr-mockup:before {
content: "\ea77";
}
.fi-rr-mode:before {
content: "\ea78";
}
.fi-rr-mode-alt:before {
content: "\ea79";
}
.fi-rr-mode-landscape:before {
content: "\ea7a";
}
.fi-rr-mode-portrait:before {
content: "\ea7b";
}
.fi-rr-model-cube:before {
content: "\ea7c";
}
.fi-rr-model-cube-arrows:before {
content: "\ea7d";
}
.fi-rr-model-cube-space:before {
content: "\ea7e";
}
.fi-rr-module:before {
content: "\ea7f";
}
.fi-rr-monday:before {
content: "\ea80";
}
.fi-rr-money:before {
content: "\ea81";
}
.fi-rr-money-bill-simple:before {
content: "\ea82";
}
.fi-rr-money-bill-transfer:before {
content: "\ea83";
}
.fi-rr-money-bill-wave:before {
content: "\ea84";
}
.fi-rr-money-bill-wave-alt:before {
content: "\ea85";
}
.fi-rr-money-bills:before {
content: "\ea86";
}
.fi-rr-money-bills-simple:before {
content: "\ea87";
}
.fi-rr-money-check:before {
content: "\ea88";
}
.fi-rr-money-check-edit:before {
content: "\ea89";
}
.fi-rr-money-check-edit-alt:before {
content: "\ea8a";
}
.fi-rr-money-coin-transfer:before {
content: "\ea8b";
}
.fi-rr-money-from-bracket:before {
content: "\ea8c";
}
.fi-rr-money-gears:before {
content: "\ea8d";
}
.fi-rr-money-income:before {
content: "\ea8e";
}
.fi-rr-money-simple-from-bracket:before {
content: "\ea8f";
}
.fi-rr-money-transfer-alt:before {
content: "\ea90";
}
.fi-rr-money-transfer-coin-arrow:before {
content: "\ea91";
}
.fi-rr-money-transfer-smartphone:before {
content: "\ea92";
}
.fi-rr-money-wings:before {
content: "\ea93";
}
.fi-rr-monkey:before {
content: "\ea94";
}
.fi-rr-monument:before {
content: "\ea95";
}
.fi-rr-moon:before {
content: "\ea96";
}
.fi-rr-moon-stars:before {
content: "\ea97";
}
.fi-rr-moped:before {
content: "\ea98";
}
.fi-rr-mortar-pestle:before {
content: "\ea99";
}
.fi-rr-mortgage:before {
content: "\ea9a";
}
.fi-rr-mosque:before {
content: "\ea9b";
}
.fi-rr-mosque-alt:before {
content: "\ea9c";
}
.fi-rr-mosque-moon:before {
content: "\ea9d";
}
.fi-rr-mosquito:before {
content: "\ea9e";
}
.fi-rr-mosquito-net:before {
content: "\ea9f";
}
.fi-rr-motorcycle:before {
content: "\eaa2";
}
.fi-rr-mound:before {
content: "\eaa3";
}
.fi-rr-mountain:before {
content: "\eaa4";
}
.fi-rr-mountain-city:before {
content: "\eaa5";
}
.fi-rr-mountains:before {
content: "\eaa7";
}
.fi-rr-mouse:before {
content: "\eaa8";
}
.fi-rr-mouse-field:before {
content: "\eaa9";
}
.fi-rr-mouse-pointer-heart:before {
content: "\eaaa";
}
.fi-rr-mov-file:before {
content: "\eaab";
}
.fi-rr-move-to-folder:before {
content: "\eaac";
}
.fi-rr-move-to-folder-2:before {
content: "\eaad";
}
.fi-rr-moving:before {
content: "\eaae";
}
.fi-rr-mower:before {
content: "\eaaf";
}
.fi-rr-mp3-file:before {
content: "\eab0";
}
.fi-rr-mp3-player:before {
content: "\eab1";
}
.fi-rr-mp4-file:before {
content: "\eab2";
}
.fi-rr-mug:before {
content: "\eab3";
}
.fi-rr-mug-alt:before {
content: "\eab4";
}
.fi-rr-mug-hot:before {
content: "\eab5";
}
.fi-rr-mug-hot-alt:before {
content: "\eab6";
}
.fi-rr-mug-marshmallows:before {
content: "\eab7";
}
.fi-rr-mug-tea:before {
content: "\eab8";
}
.fi-rr-mug-tea-alt:before {
content: "\eab9";
}
.fi-rr-mug-tea-saucer:before {
content: "\eaba";
}
.fi-rr-multiple:before {
content: "\eabb";
}
.fi-rr-multiple-alt:before {
content: "\eabc";
}
.fi-rr-multitasking:before {
content: "\eabd";
}
.fi-rr-muscle:before {
content: "\eabe";
}
.fi-rr-mushroom:before {
content: "\eabf";
}
.fi-rr-mushroom-alt:before {
content: "\eac0";
}
.fi-rr-mushroom-cloud:before {
content: "\eac1";
}
.fi-rr-music:before {
content: "\eac2";
}
.fi-rr-music-alt:before {
content: "\eac3";
}
.fi-rr-music-file:before {
content: "\eac5";
}
.fi-rr-music-magnifying-glass:before {
content: "\eac6";
}
.fi-rr-music-note:before {
content: "\eac7";
}
.fi-rr-music-note-slash:before {
content: "\eac8";
}
.fi-rr-music-slash:before {
content: "\eac9";
}
.fi-rr-n:before {
content: "\eacb";
}
.fi-rr-naira-sign:before {
content: "\eacc";
}
.fi-rr-narwhal:before {
content: "\eace";
}
.fi-rr-navigation:before {
content: "\eacf";
}
.fi-rr-nesting-dolls:before {
content: "\ead0";
}
.fi-rr-network:before {
content: "\ead3";
}
.fi-rr-network-analytic:before {
content: "\ead4";
}
.fi-rr-network-cloud:before {
content: "\ead5";
}
.fi-rr-network-cloud-computer:before {
content: "\ead6";
}
.fi-rr-network-user:before {
content: "\ead7";
}
.fi-rr-neuter:before {
content: "\ead8";
}
.fi-rr-newsletter-subscribe:before {
content: "\eadb";
}
.fi-rr-newspaper:before {
content: "\eadc";
}
.fi-rr-newspaper-open:before {
content: "\eade";
}
.fi-rr-nfc:before {
content: "\eadf";
}
.fi-rr-nfc-lock:before {
content: "\eae0";
}
.fi-rr-nfc-magnifying-glass:before {
content: "\eae1";
}
.fi-rr-nfc-pen:before {
content: "\eae2";
}
.fi-rr-nfc-slash:before {
content: "\eae4";
}
.fi-rr-nfc-trash:before {
content: "\eae5";
}
.fi-rr-nft-square:before {
content: "\eae8";
}
.fi-rr-night-day:before {
content: "\eae9";
}
.fi-rr-no-attention:before {
content: "\eaea";
}
.fi-rr-no-fee:before {
content: "\eaeb";
}
.fi-rr-no-food:before {
content: "\eaec";
}
.fi-rr-no-iron:before {
content: "\eaed";
}
.fi-rr-no-people:before {
content: "\eaee";
}
.fi-rr-no-smoking:before {
content: "\eaef";
}
.fi-rr-noise-cancelling-headphones:before {
content: "\eaf2";
}
.fi-rr-noodles:before {
content: "\eaf3";
}
.fi-rr-nose:before {
content: "\eaf4";
}
.fi-rr-not-equal:before {
content: "\eaf5";
}
.fi-rr-not-found:before {
content: "\eaf6";
}
.fi-rr-not-found-alt:before {
content: "\eaf7";
}
.fi-rr-not-found-magnifying-glass:before {
content: "\eaf8";
}
.fi-rr-notdef:before {
content: "\eaf9";
}
.fi-rr-note:before {
content: "\eafa";
}
.fi-rr-note-medical:before {
content: "\eafb";
}
.fi-rr-note-sticky:before {
content: "\eafc";
}
.fi-rr-notebook:before {
content: "\eafd";
}
.fi-rr-notebook-alt:before {
content: "\eafe";
}
.fi-rr-notes:before {
content: "\eaff";
}
.fi-rr-notes-medical:before {
content: "\eb00";
}
.fi-rr-o:before {
content: "\eb09";
}
.fi-rr-object-exclude:before {
content: "\eb0a";
}
.fi-rr-object-group:before {
content: "\eb0b";
}
.fi-rr-object-intersect:before {
content: "\eb0c";
}
.fi-rr-object-subtract:before {
content: "\eb0d";
}
.fi-rr-object-ungroup:before {
content: "\eb0e";
}
.fi-rr-object-union:before {
content: "\eb0f";
}
.fi-rr-objects-column:before {
content: "\eb11";
}
.fi-rr-octagon:before {
content: "\eb12";
}
.fi-rr-octagon-check:before {
content: "\eb13";
}
.fi-rr-octagon-divide:before {
content: "\eb14";
}
.fi-rr-octagon-exclamation:before {
content: "\eb15";
}
.fi-rr-octagon-minus:before {
content: "\eb16";
}
.fi-rr-octagon-plus:before {
content: "\eb17";
}
.fi-rr-octagon-xmark:before {
content: "\eb18";
}
.fi-rr-office-chair:before {
content: "\eb1a";
}
.fi-rr-oil-can:before {
content: "\eb1b";
}
.fi-rr-oil-temp:before {
content: "\eb1c";
}
.fi-rr-old-people:before {
content: "\eb1e";
}
.fi-rr-olive:before {
content: "\eb1f";
}
.fi-rr-olive-branch-dove:before {
content: "\eb20";
}
.fi-rr-olive-oil:before {
content: "\eb21";
}
.fi-rr-olives:before {
content: "\eb22";
}
.fi-rr-om:before {
content: "\eb23";
}
.fi-rr-omega:before {
content: "\eb24";
}
.fi-rr-on-air-square:before {
content: "\eb25";
}
.fi-rr-onboarding:before {
content: "\eb26";
}
.fi-rr-onion:before {
content: "\eb27";
}
.fi-rr-opacity:before {
content: "\eb28";
}
.fi-rr-open-mail-clip:before {
content: "\eb29";
}
.fi-rr-operating-system-upgrade:before {
content: "\eb2a";
}
.fi-rr-operation:before {
content: "\eb2b";
}
.fi-rr-order-history:before {
content: "\eb2e";
}
.fi-rr-organization-chart:before {
content: "\eb2f";
}
.fi-rr-ornament:before {
content: "\eb30";
}
.fi-rr-otp:before {
content: "\eb31";
}
.fi-rr-otter:before {
content: "\eb32";
}
.fi-rr-outdent:before {
content: "\eb34";
}
.fi-rr-oval:before {
content: "\eb35";
}
.fi-rr-oval-alt:before {
content: "\eb36";
}
.fi-rr-oven:before {
content: "\eb37";
}
.fi-rr-overline:before {
content: "\eb38";
}
.fi-rr-overview:before {
content: "\eb39";
}
.fi-rr-p:before {
content: "\eb3a";
}
.fi-rr-package:before {
content: "\eb3b";
}
.fi-rr-padlock-check:before {
content: "\eb3c";
}
.fi-rr-page-break:before {
content: "\eb3d";
}
.fi-rr-pager:before {
content: "\eb3e";
}
.fi-rr-paid:before {
content: "\eb3f";
}
.fi-rr-paint-brush:before {
content: "\eb41";
}
.fi-rr-paint-roller:before {
content: "\eb42";
}
.fi-rr-paintbrush-pencil:before {
content: "\eb44";
}
.fi-rr-palette:before {
content: "\eb45";
}
.fi-rr-pallet:before {
content: "\eb46";
}
.fi-rr-pallet-alt:before {
content: "\eb47";
}
.fi-rr-pan:before {
content: "\eb48";
}
.fi-rr-pan-food:before {
content: "\eb49";
}
.fi-rr-pan-frying:before {
content: "\eb4a";
}
.fi-rr-pancakes:before {
content: "\eb4b";
}
.fi-rr-panorama:before {
content: "\eb4f";
}
.fi-rr-paper-plane:before {
content: "\eb50";
}
.fi-rr-paper-plane-launch:before {
content: "\eb51";
}
.fi-rr-paper-plane-top:before {
content: "\eb52";
}
.fi-rr-paperclip-vertical:before {
content: "\eb53";
}
.fi-rr-parachute-box:before {
content: "\eb54";
}
.fi-rr-paragraph:before {
content: "\eb55";
}
.fi-rr-paragraph-left:before {
content: "\eb56";
}
.fi-rr-parking:before {
content: "\eb57";
}
.fi-rr-parking-circle:before {
content: "\eb58";
}
.fi-rr-parking-circle-slash:before {
content: "\eb59";
}
.fi-rr-parking-slash:before {
content: "\eb5a";
}
.fi-rr-party-bell:before {
content: "\eb5d";
}
.fi-rr-party-horn:before {
content: "\eb5e";
}
.fi-rr-passenger-plane:before {
content: "\eb5f";
}
.fi-rr-passport:before {
content: "\eb60";
}
.fi-rr-password:before {
content: "\eb61";
}
.fi-rr-password-alt:before {
content: "\eb62";
}
.fi-rr-password-computer:before {
content: "\eb63";
}
.fi-rr-password-email:before {
content: "\eb64";
}
.fi-rr-password-lock:before {
content: "\eb65";
}
.fi-rr-password-smartphone:before {
content: "\eb66";
}
.fi-rr-paste:before {
content: "\eb67";
}
.fi-rr-pattern:before {
content: "\eb69";
}
.fi-rr-pause:before {
content: "\eb6a";
}
.fi-rr-pause-circle:before {
content: "\eb6b";
}
.fi-rr-pause-square:before {
content: "\eb6c";
}
.fi-rr-paw:before {
content: "\eb6d";
}
.fi-rr-paw-claws:before {
content: "\eb6e";
}
.fi-rr-paw-heart:before {
content: "\eb6f";
}
.fi-rr-payment-pos:before {
content: "\eb70";
}
.fi-rr-payroll:before {
content: "\eb72";
}
.fi-rr-payroll-calendar:before {
content: "\eb73";
}
.fi-rr-payroll-check:before {
content: "\eb74";
}
.fi-rr-peace:before {
content: "\eb75";
}
.fi-rr-peach:before {
content: "\eb76";
}
.fi-rr-peanut:before {
content: "\eb77";
}
.fi-rr-peanuts:before {
content: "\eb78";
}
.fi-rr-peapod:before {
content: "\eb79";
}
.fi-rr-pear:before {
content: "\eb7a";
}
.fi-rr-pedestal:before {
content: "\eb7b";
}
.fi-rr-pen-circle:before {
content: "\eb7c";
}
.fi-rr-pen-clip:before {
content: "\eb7d";
}
.fi-rr-pen-clip-slash:before {
content: "\eb7e";
}
.fi-rr-pen-fancy:before {
content: "\eb7f";
}
.fi-rr-pen-fancy-slash:before {
content: "\eb80";
}
.fi-rr-pen-field:before {
content: "\eb81";
}
.fi-rr-pen-nib:before {
content: "\eb82";
}
.fi-rr-pen-nib-slash:before {
content: "\eb83";
}
.fi-rr-pen-slash:before {
content: "\eb84";
}
.fi-rr-pen-square:before {
content: "\eb85";
}
.fi-rr-pen-swirl:before {
content: "\eb86";
}
.fi-rr-pencil:before {
content: "\eb87";
}
.fi-rr-pencil-paintbrush:before {
content: "\eb88";
}
.fi-rr-pencil-ruler:before {
content: "\eb89";
}
.fi-rr-pencil-slash:before {
content: "\eb8a";
}
.fi-rr-pending:before {
content: "\eb8b";
}
.fi-rr-pennant:before {
content: "\eb8c";
}
.fi-rr-people:before {
content: "\eb8d";
}
.fi-rr-people-arrows-left-right:before {
content: "\eb8e";
}
.fi-rr-people-carry-box:before {
content: "\eb8f";
}
.fi-rr-people-dress:before {
content: "\eb90";
}
.fi-rr-people-network-partner:before {
content: "\eb93";
}
.fi-rr-people-pants:before {
content: "\eb94";
}
.fi-rr-people-poll:before {
content: "\eb95";
}
.fi-rr-people-pulling:before {
content: "\eb96";
}
.fi-rr-people-roof:before {
content: "\eb98";
}
.fi-rr-pepper:before {
content: "\eb99";
}
.fi-rr-pepper-alt:before {
content: "\eb9a";
}
.fi-rr-pepper-hot:before {
content: "\eb9b";
}
.fi-rr-percent-10:before {
content: "\eb9c";
}
.fi-rr-percent-100:before {
content: "\eb9d";
}
.fi-rr-percent-20:before {
content: "\eb9e";
}
.fi-rr-percent-25:before {
content: "\eb9f";
}
.fi-rr-percent-30:before {
content: "\eba0";
}
.fi-rr-percent-40:before {
content: "\eba1";
}
.fi-rr-percent-50:before {
content: "\eba2";
}
.fi-rr-percent-60:before {
content: "\eba3";
}
.fi-rr-percent-70:before {
content: "\eba4";
}
.fi-rr-percent-75:before {
content: "\eba5";
}
.fi-rr-percent-80:before {
content: "\eba6";
}
.fi-rr-percent-90:before {
content: "\eba7";
}
.fi-rr-percentage:before {
content: "\eba8";
}
.fi-rr-person-battery:before {
content: "\ebac";
}
.fi-rr-person-burst:before {
content: "\ebae";
}
.fi-rr-person-carry-box:before {
content: "\ebaf";
}
.fi-rr-person-circle-check:before {
content: "\ebb1";
}
.fi-rr-person-circle-exclamation:before {
content: "\ebb2";
}
.fi-rr-person-circle-minus:before {
content: "\ebb3";
}
.fi-rr-person-circle-plus:before {
content: "\ebb4";
}
.fi-rr-person-circle-question:before {
content: "\ebb5";
}
.fi-rr-person-circle-xmark:before {
content: "\ebb6";
}
.fi-rr-person-cv:before {
content: "\ebb7";
}
.fi-rr-person-dolly:before {
content: "\ebb8";
}
.fi-rr-person-dolly-empty:before {
content: "\ebb9";
}
.fi-rr-person-dragging-bag:before {
content: "\ebba";
}
.fi-rr-person-dress:before {
content: "\ebbb";
}
.fi-rr-person-dress-simple:before {
content: "\ebbd";
}
.fi-rr-person-luggage:before {
content: "\ebc1";
}
.fi-rr-person-lunge:before {
content: "\ebc2";
}
.fi-rr-person-pilates:before {
content: "\ebc6";
}
.fi-rr-person-praying:before {
content: "\ebc7";
}
.fi-rr-person-pregnant:before {
content: "\ebc8";
}
.fi-rr-person-seat:before {
content: "\ebcb";
}
.fi-rr-person-seat-reclined:before {
content: "\ebcc";
}
.fi-rr-person-shelter:before {
content: "\ebcd";
}
.fi-rr-person-sign:before {
content: "\ebce";
}
.fi-rr-person-simple:before {
content: "\ebcf";
}
.fi-rr-person-stress:before {
content: "\ebd0";
}
.fi-rr-person-walking-with-cane:before {
content: "\ebd6";
}
.fi-rr-peseta-sign:before {
content: "\ebd7";
}
.fi-rr-peso-sign:before {
content: "\ebd8";
}
.fi-rr-pets:before {
content: "\ebd9";
}
.fi-rr-pharmacy:before {
content: "\ebdb";
}
.fi-rr-phone-call:before {
content: "\ebde";
}
.fi-rr-phone-cross:before {
content: "\ebdf";
}
.fi-rr-phone-flip:before {
content: "\ebe0";
}
.fi-rr-phone-guide:before {
content: "\ebe1";
}
.fi-rr-phone-heart-message:before {
content: "\ebe2";
}
.fi-rr-phone-office:before {
content: "\ebe3";
}
.fi-rr-phone-pause:before {
content: "\ebe4";
}
.fi-rr-phone-plus:before {
content: "\ebe5";
}
.fi-rr-phone-rotary:before {
content: "\ebe6";
}
.fi-rr-phone-slash:before {
content: "\ebe7";
}
.fi-rr-photo-capture:before {
content: "\ebe8";
}
.fi-rr-photo-film-music:before {
content: "\ebea";
}
.fi-rr-photo-video:before {
content: "\ebeb";
}
.fi-rr-physics:before {
content: "\ebf2";
}
.fi-rr-Pi:before {
content: "\ebf3";
}
.fi-rr-piano:before {
content: "\ebf4";
}
.fi-rr-piano-keyboard:before {
content: "\ebf5";
}
.fi-rr-pickaxe:before {
content: "\ebf6";
}
.fi-rr-picking:before {
content: "\ebf7";
}
.fi-rr-picking-box:before {
content: "\ebf8";
}
.fi-rr-picnic:before {
content: "\ebf9";
}
.fi-rr-picpeople:before {
content: "\ebfa";
}
.fi-rr-picpeople-filled:before {
content: "\ebfb";
}
.fi-rr-picture:before {
content: "\ebfc";
}
.fi-rr-pie:before {
content: "\ebfd";
}
.fi-rr-piece:before {
content: "\ebfe";
}
.fi-rr-pig:before {
content: "\ebff";
}
.fi-rr-pig-bank-bulb:before {
content: "\ec00";
}
.fi-rr-pig-face:before {
content: "\ec01";
}
.fi-rr-piggy-bank:before {
content: "\ec02";
}
.fi-rr-piggy-bank-budget:before {
content: "\ec03";
}
.fi-rr-pills:before {
content: "\ec04";
}
.fi-rr-pin-to-pin:before {
content: "\ec05";
}
.fi-rr-piñata:before {
content: "\ec06";
}
.fi-rr-pineapple:before {
content: "\ec07";
}
.fi-rr-pineapple-alt:before {
content: "\ec08";
}
.fi-rr-ping-pong:before {
content: "\ec09";
}
.fi-rr-pipe-smoking:before {
content: "\ec0b";
}
.fi-rr-pisa-tower:before {
content: "\ec0d";
}
.fi-rr-pizza-slice:before {
content: "\ec0f";
}
.fi-rr-place-of-worship:before {
content: "\ec10";
}
.fi-rr-plagiarism:before {
content: "\ec11";
}
.fi-rr-plan:before {
content: "\ec12";
}
.fi-rr-plan-strategy:before {
content: "\ec13";
}
.fi-rr-plane:before {
content: "\ec14";
}
.fi-rr-plane-alt:before {
content: "\ec15";
}
.fi-rr-plane-arrival:before {
content: "\ec16";
}
.fi-rr-plane-departure:before {
content: "\ec17";
}
.fi-rr-plane-prop:before {
content: "\ec18";
}
.fi-rr-plane-slash:before {
content: "\ec19";
}
.fi-rr-plane-tail:before {
content: "\ec1a";
}
.fi-rr-planet-moon:before {
content: "\ec1d";
}
.fi-rr-planet-ringed:before {
content: "\ec1e";
}
.fi-rr-plant-care:before {
content: "\ec1f";
}
.fi-rr-plant-growth:before {
content: "\ec20";
}
.fi-rr-plant-seed-invest:before {
content: "\ec21";
}
.fi-rr-plant-wilt:before {
content: "\ec22";
}
.fi-rr-plate:before {
content: "\ec23";
}
.fi-rr-plate-eating:before {
content: "\ec24";
}
.fi-rr-plate-empty:before {
content: "\ec25";
}
.fi-rr-plate-utensils:before {
content: "\ec26";
}
.fi-rr-plate-wheat:before {
content: "\ec27";
}
.fi-rr-play:before {
content: "\ec28";
}
.fi-rr-play-alt:before {
content: "\ec29";
}
.fi-rr-play-circle:before {
content: "\ec2a";
}
.fi-rr-play-microphone:before {
content: "\ec2b";
}
.fi-rr-play-pause:before {
content: "\ec2c";
}
.fi-rr-playing-cards:before {
content: "\ec2d";
}
.fi-rr-plug:before {
content: "\ec2e";
}
.fi-rr-plug-alt:before {
content: "\ec2f";
}
.fi-rr-plug-cable:before {
content: "\ec30";
}
.fi-rr-plug-circle-bolt:before {
content: "\ec31";
}
.fi-rr-plug-circle-check:before {
content: "\ec32";
}
.fi-rr-plug-circle-exclamation:before {
content: "\ec33";
}
.fi-rr-plug-circle-minus:before {
content: "\ec34";
}
.fi-rr-plug-circle-plus:before {
content: "\ec35";
}
.fi-rr-plug-connection:before {
content: "\ec36";
}
.fi-rr-plus:before {
content: "\ec37";
}
.fi-rr-plus-hexagon:before {
content: "\ec38";
}
.fi-rr-plus-minus:before {
content: "\ec39";
}
.fi-rr-plus-small:before {
content: "\ec3a";
}
.fi-rr-png-file:before {
content: "\ec3b";
}
.fi-rr-podcast:before {
content: "\ec3c";
}
.fi-rr-podium:before {
content: "\ec3d";
}
.fi-rr-podium-star:before {
content: "\ec3e";
}
.fi-rr-podium-victory-leader:before {
content: "\ec3f";
}
.fi-rr-point-of-sale:before {
content: "\ec40";
}
.fi-rr-point-of-sale-bill:before {
content: "\ec41";
}
.fi-rr-point-of-sale-signal:before {
content: "\ec42";
}
.fi-rr-pointer-loading:before {
content: "\ec44";
}
.fi-rr-pointer-text:before {
content: "\ec45";
}
.fi-rr-poker-chip:before {
content: "\ec46";
}
.fi-rr-police-box:before {
content: "\ec47";
}
.fi-rr-polish-bottle:before {
content: "\ec48";
}
.fi-rr-polish-brush:before {
content: "\ec49";
}
.fi-rr-poll-h:before {
content: "\ec4a";
}
.fi-rr-pollution:before {
content: "\ec4b";
}
.fi-rr-pompebled:before {
content: "\ec4c";
}
.fi-rr-poo:before {
content: "\ec4d";
}
.fi-rr-poo-bolt:before {
content: "\ec4e";
}
.fi-rr-pool-8-ball:before {
content: "\ec4f";
}
.fi-rr-poop:before {
content: "\ec50";
}
.fi-rr-popcorn:before {
content: "\ec51";
}
.fi-rr-popsicle:before {
content: "\ec52";
}
.fi-rr-population:before {
content: "\ec53";
}
.fi-rr-population-globe:before {
content: "\ec54";
}
.fi-rr-portal-enter:before {
content: "\ec55";
}
.fi-rr-portal-exit:before {
content: "\ec56";
}
.fi-rr-portrait:before {
content: "\ec57";
}
.fi-rr-portuguese:before {
content: "\ec58";
}
.fi-rr-postal-address:before {
content: "\ec59";
}
.fi-rr-pot:before {
content: "\ec5b";
}
.fi-rr-potato:before {
content: "\ec5c";
}
.fi-rr-pound:before {
content: "\ec5d";
}
.fi-rr-power:before {
content: "\ec5e";
}
.fi-rr-ppt-file:before {
content: "\ec5f";
}
.fi-rr-practice:before {
content: "\ec60";
}
.fi-rr-praying-hands:before {
content: "\ec61";
}
.fi-rr-prescription:before {
content: "\ec64";
}
.fi-rr-prescription-bottle:before {
content: "\ec65";
}
.fi-rr-prescription-bottle-alt:before {
content: "\ec66";
}
.fi-rr-prescription-bottle-pill:before {
content: "\ec67";
}
.fi-rr-presentation:before {
content: "\ec68";
}
.fi-rr-preview:before {
content: "\ec69";
}
.fi-rr-previous-square:before {
content: "\ec6a";
}
.fi-rr-print:before {
content: "\ec6b";
}
.fi-rr-print-magnifying-glass:before {
content: "\ec6c";
}
.fi-rr-print-slash:before {
content: "\ec6d";
}
.fi-rr-priority-arrow:before {
content: "\ec6f";
}
.fi-rr-priority-arrows:before {
content: "\ec70";
}
.fi-rr-priority-importance:before {
content: "\ec72";
}
.fi-rr-problem-solving:before {
content: "\ec75";
}
.fi-rr-procedures:before {
content: "\ec76";
}
.fi-rr-process:before {
content: "\ec77";
}
.fi-rr-productivity:before {
content: "\ec79";
}
.fi-rr-progress-bar-dotted-empty:before {
content: "\ec7a";
}
.fi-rr-progress-bar-dotted-half:before {
content: "\ec7b";
}
.fi-rr-progress-bar-dotted-line-half:before {
content: "\ec7c";
}
.fi-rr-progress-bar-empty:before {
content: "\ec7d";
}
.fi-rr-progress-bar-half:before {
content: "\ec7e";
}
.fi-rr-progress-bar-square-empty:before {
content: "\ec7f";
}
.fi-rr-progress-bar-square-half:before {
content: "\ec80";
}
.fi-rr-progress-complete:before {
content: "\ec81";
}
.fi-rr-progress-download:before {
content: "\ec82";
}
.fi-rr-progress-upload:before {
content: "\ec83";
}
.fi-rr-projector:before {
content: "\ec84";
}
.fi-rr-protractor:before {
content: "\ec85";
}
.fi-rr-pulse:before {
content: "\ec86";
}
.fi-rr-pump:before {
content: "\ec87";
}
.fi-rr-pump-medical:before {
content: "\ec88";
}
.fi-rr-pumpkin:before {
content: "\ec89";
}
.fi-rr-pumpkin-alt:before {
content: "\ec8a";
}
.fi-rr-pumpkin-alt-2:before {
content: "\ec8b";
}
.fi-rr-puzzle:before {
content: "\ec8c";
}
.fi-rr-puzzle-alt:before {
content: "\ec8d";
}
.fi-rr-puzzle-piece-integration:before {
content: "\ec90";
}
.fi-rr-puzzle-pieces:before {
content: "\ec91";
}
.fi-rr-pyramid:before {
content: "\ec92";
}
.fi-rr-q:before {
content: "\ec94";
}
.fi-rr-QR:before {
content: "\ec95";
}
.fi-rr-qr-scan:before {
content: "\ec96";
}
.fi-rr-qrcode:before {
content: "\ec97";
}
.fi-rr-question:before {
content: "\ec99";
}
.fi-rr-question-square:before {
content: "\ec9a";
}
.fi-rr-queue:before {
content: "\ec9b";
}
.fi-rr-queue-alt:before {
content: "\ec9c";
}
.fi-rr-queue-line:before {
content: "\ec9d";
}
.fi-rr-queue-signal:before {
content: "\ec9e";
}
.fi-rr-quill-pen-story:before {
content: "\ec9f";
}
.fi-rr-quiz:before {
content: "\eca0";
}
.fi-rr-quiz-alt:before {
content: "\eca1";
}
.fi-rr-quote-right:before {
content: "\eca2";
}
.fi-rr-r:before {
content: "\eca4";
}
.fi-rr-rabbit:before {
content: "\eca5";
}
.fi-rr-rabbit-fast:before {
content: "\eca6";
}
.fi-rr-raccoon:before {
content: "\eca7";
}
.fi-rr-racquet:before {
content: "\eca8";
}
.fi-rr-radar:before {
content: "\eca9";
}
.fi-rr-radar-monitoring-track:before {
content: "\ecaa";
}
.fi-rr-radiation:before {
content: "\ecab";
}
.fi-rr-radiation-alt:before {
content: "\ecac";
}
.fi-rr-radio:before {
content: "\ecad";
}
.fi-rr-radio-alt:before {
content: "\ecae";
}
.fi-rr-radio-button:before {
content: "\ecaf";
}
.fi-rr-radio-tower:before {
content: "\ecb0";
}
.fi-rr-radio-waves:before {
content: "\ecb1";
}
.fi-rr-radish:before {
content: "\ecb2";
}
.fi-rr-rainbow:before {
content: "\ecb3";
}
.fi-rr-raindrops:before {
content: "\ecb4";
}
.fi-rr-ram:before {
content: "\ecb5";
}
.fi-rr-ramp-loading:before {
content: "\ecb6";
}
.fi-rr-rank:before {
content: "\ecb7";
}
.fi-rr-ranking-podium:before {
content: "\ecb8";
}
.fi-rr-ranking-podium-empty:before {
content: "\ecb9";
}
.fi-rr-ranking-star:before {
content: "\ecba";
}
.fi-rr-ranking-stars:before {
content: "\ecbb";
}
.fi-rr-raygun:before {
content: "\ecbd";
}
.fi-rr-razor-barber:before {
content: "\ecbe";
}
.fi-rr-react:before {
content: "\ecbf";
}
.fi-rr-rec:before {
content: "\ecc0";
}
.fi-rr-receipt:before {
content: "\ecc1";
}
.fi-rr-recipe:before {
content: "\ecc2";
}
.fi-rr-recipe-book:before {
content: "\ecc3";
}
.fi-rr-record-vinyl:before {
content: "\ecc4";
}
.fi-rr-rectabgle-vertical:before {
content: "\ecc5";
}
.fi-rr-rectangle-barcode:before {
content: "\ecc6";
}
.fi-rr-rectangle-code:before {
content: "\ecc7";
}
.fi-rr-rectangle-history-circle-plus:before {
content: "\ecc8";
}
.fi-rr-rectangle-horizontal:before {
content: "\ecc9";
}
.fi-rr-rectangle-list:before {
content: "\ecca";
}
.fi-rr-rectangle-panoramic:before {
content: "\eccb";
}
.fi-rr-rectangle-pro:before {
content: "\eccc";
}
.fi-rr-rectangle-vertical:before {
content: "\eccd";
}
.fi-rr-rectangle-vertical-history:before {
content: "\ecce";
}
.fi-rr-rectangle-xmark:before {
content: "\eccf";
}
.fi-rr-rectangles-mixed:before {
content: "\ecd0";
}
.fi-rr-recycle:before {
content: "\ecd1";
}
.fi-rr-recycle-bin:before {
content: "\ecd2";
}
.fi-rr-redo:before {
content: "\ecd5";
}
.fi-rr-redo-alt:before {
content: "\ecd6";
}
.fi-rr-reel:before {
content: "\ecd7";
}
.fi-rr-refer:before {
content: "\ecd8";
}
.fi-rr-refer-arrow:before {
content: "\ecd9";
}
.fi-rr-referral:before {
content: "\ecdc";
}
.fi-rr-referral-alt:before {
content: "\ecdd";
}
.fi-rr-referral-link-arrow:before {
content: "\ecde";
}
.fi-rr-referral-user:before {
content: "\ecdf";
}
.fi-rr-reflect:before {
content: "\ece0";
}
.fi-rr-reflect-horizontal:before {
content: "\ece1";
}
.fi-rr-reflect-horizontal-alt:before {
content: "\ece2";
}
.fi-rr-reflect-vertical:before {
content: "\ece3";
}
.fi-rr-refresh:before {
content: "\ece4";
}
.fi-rr-refrigerator:before {
content: "\ece5";
}
.fi-rr-refund:before {
content: "\ece6";
}
.fi-rr-refund-alt:before {
content: "\ece7";
}
.fi-rr-region-pin:before {
content: "\ece8";
}
.fi-rr-region-pin-alt:before {
content: "\ece9";
}
.fi-rr-registered:before {
content: "\ecea";
}
.fi-rr-registration-paper:before {
content: "\eced";
}
.fi-rr-remote-control:before {
content: "\ecef";
}
.fi-rr-remote-control-hand:before {
content: "\ecf0";
}
.fi-rr-remove-folder:before {
content: "\ecf1";
}
.fi-rr-remove-user:before {
content: "\ecf2";
}
.fi-rr-rent:before {
content: "\ecf3";
}
.fi-rr-rent-signal:before {
content: "\ecf4";
}
.fi-rr-replace:before {
content: "\ecf5";
}
.fi-rr-replay-10:before {
content: "\ecf7";
}
.fi-rr-replay-30:before {
content: "\ecf8";
}
.fi-rr-replay-5:before {
content: "\ecf9";
}
.fi-rr-reply-all:before {
content: "\ecfa";
}
.fi-rr-republican:before {
content: "\ecfb";
}
.fi-rr-research-arrows-circle:before {
content: "\ecfc";
}
.fi-rr-reservation-smartphone:before {
content: "\ecfd";
}
.fi-rr-reservation-table:before {
content: "\ecfe";
}
.fi-rr-resistance-band:before {
content: "\ecff";
}
.fi-rr-resize:before {
content: "\ed00";
}
.fi-rr-resources:before {
content: "\ed01";
}
.fi-rr-responsability:before {
content: "\ed02";
}
.fi-rr-restaurant:before {
content: "\ed03";
}
.fi-rr-restock:before {
content: "\ed04";
}
.fi-rr-restroom-simple:before {
content: "\ed05";
}
.fi-rr-resume:before {
content: "\ed06";
}
.fi-rr-Revenue:before {
content: "\ed07";
}
.fi-rr-revenue-alt:before {
content: "\ed08";
}
.fi-rr-revenue-euro:before {
content: "\ed09";
}
.fi-rr-review:before {
content: "\ed0b";
}
.fi-rr-rewind:before {
content: "\ed0c";
}
.fi-rr-rewind-button-circle:before {
content: "\ed0d";
}
.fi-rr-rhombus:before {
content: "\ed0e";
}
.fi-rr-ribbon:before {
content: "\ed0f";
}
.fi-rr-right:before {
content: "\ed10";
}
.fi-rr-right-from-bracket:before {
content: "\ed11";
}
.fi-rr-ring:before {
content: "\ed13";
}
.fi-rr-ring-diamond:before {
content: "\ed14";
}
.fi-rr-rings-wedding:before {
content: "\ed15";
}
.fi-rr-risk:before {
content: "\ed16";
}
.fi-rr-risk-alt:before {
content: "\ed17";
}
.fi-rr-road:before {
content: "\ed18";
}
.fi-rr-road-barrier:before {
content: "\ed19";
}
.fi-rr-road-map-pin:before {
content: "\ed1a";
}
.fi-rr-road-sign-left:before {
content: "\ed1b";
}
.fi-rr-roadmap:before {
content: "\ed1c";
}
.fi-rr-robot:before {
content: "\ed1d";
}
.fi-rr-robotic-arm:before {
content: "\ed1e";
}
.fi-rr-rocket:before {
content: "\ed1f";
}
.fi-rr-rocket-hand:before {
content: "\ed20";
}
.fi-rr-rocket-holding-hand:before {
content: "\ed21";
}
.fi-rr-rocket-lunch:before {
content: "\ed22";
}
.fi-rr-roller-coaster:before {
content: "\ed23";
}
.fi-rr-room-service:before {
content: "\ed24";
}
.fi-rr-rose:before {
content: "\ed25";
}
.fi-rr-rose-alt:before {
content: "\ed26";
}
.fi-rr-rotate-exclamation:before {
content: "\ed27";
}
.fi-rr-rotate-left:before {
content: "\ed28";
}
.fi-rr-rotate-reverse:before {
content: "\ed29";
}
.fi-rr-rotate-right:before {
content: "\ed2a";
}
.fi-rr-rotate-square:before {
content: "\ed2b";
}
.fi-rr-roulette:before {
content: "\ed2c";
}
.fi-rr-route:before {
content: "\ed2d";
}
.fi-rr-route-highway:before {
content: "\ed2e";
}
.fi-rr-route-interstate:before {
content: "\ed2f";
}
.fi-rr-router:before {
content: "\ed30";
}
.fi-rr-router-wifi:before {
content: "\ed31";
}
.fi-rr-router-wifi-alt:before {
content: "\ed32";
}
.fi-rr-rss:before {
content: "\ed33";
}
.fi-rr-rss-alt:before {
content: "\ed34";
}
.fi-rr-ruble-sign:before {
content: "\ed35";
}
.fi-rr-rugby:before {
content: "\ed36";
}
.fi-rr-ruler-combined:before {
content: "\ed38";
}
.fi-rr-ruler-horizontal:before {
content: "\ed39";
}
.fi-rr-ruler-triangle:before {
content: "\ed3a";
}
.fi-rr-ruler-vertical:before {
content: "\ed3b";
}
.fi-rr-rules:before {
content: "\ed3c";
}
.fi-rr-rules-alt:before {
content: "\ed3d";
}
.fi-rr-running:before {
content: "\ed3e";
}
.fi-rr-running-track:before {
content: "\ed3f";
}
.fi-rr-rupee-sign:before {
content: "\ed40";
}
.fi-rr-rupiah-sign:before {
content: "\ed41";
}
.fi-rr-russian:before {
content: "\ed42";
}
.fi-rr-rv:before {
content: "\ed43";
}
.fi-rr-s:before {
content: "\ed44";
}
.fi-rr-sack:before {
content: "\ed45";
}
.fi-rr-sack-dollar:before {
content: "\ed46";
}
.fi-rr-sad:before {
content: "\ed47";
}
.fi-rr-sad-cry:before {
content: "\ed48";
}
.fi-rr-sad-tear:before {
content: "\ed49";
}
.fi-rr-safe-box:before {
content: "\ed4a";
}
.fi-rr-sailboat:before {
content: "\ed4b";
}
.fi-rr-salad:before {
content: "\ed4c";
}
.fi-rr-salary-alt:before {
content: "\ed4e";
}
.fi-rr-salt-pepper:before {
content: "\ed4f";
}
.fi-rr-salt-shaker:before {
content: "\ed50";
}
.fi-rr-sandwich:before {
content: "\ed52";
}
.fi-rr-sandwich-alt:before {
content: "\ed53";
}
.fi-rr-satellite:before {
content: "\ed56";
}
.fi-rr-satellite-dish:before {
content: "\ed57";
}
.fi-rr-satisfaction-bar:before {
content: "\ed58";
}
.fi-rr-saturday:before {
content: "\ed59";
}
.fi-rr-sauce:before {
content: "\ed5a";
}
.fi-rr-sausage:before {
content: "\ed5b";
}
.fi-rr-sax-hot:before {
content: "\ed5c";
}
.fi-rr-saxophone:before {
content: "\ed5d";
}
.fi-rr-scale:before {
content: "\ed5e";
}
.fi-rr-scale-comparison:before {
content: "\ed5f";
}
.fi-rr-scale-comparison-alt:before {
content: "\ed60";
}
.fi-rr-scalpel:before {
content: "\ed61";
}
.fi-rr-scalpel-path:before {
content: "\ed62";
}
.fi-rr-scanner-gun:before {
content: "\ed63";
}
.fi-rr-scanner-image:before {
content: "\ed64";
}
.fi-rr-scanner-keyboard:before {
content: "\ed65";
}
.fi-rr-scanner-touchscreen:before {
content: "\ed66";
}
.fi-rr-scarecrow:before {
content: "\ed67";
}
.fi-rr-scarf:before {
content: "\ed68";
}
.fi-rr-school:before {
content: "\ed69";
}
.fi-rr-school-bus:before {
content: "\ed6a";
}
.fi-rr-school-lock:before {
content: "\ed6b";
}
.fi-rr-scissors:before {
content: "\ed6c";
}
.fi-rr-scooter:before {
content: "\ed6d";
}
.fi-rr-screen:before {
content: "\ed6e";
}
.fi-rr-screen-share:before {
content: "\ed6f";
}
.fi-rr-screencast:before {
content: "\ed71";
}
.fi-rr-screw:before {
content: "\ed72";
}
.fi-rr-screw-alt:before {
content: "\ed73";
}
.fi-rr-screwdriver:before {
content: "\ed74";
}
.fi-rr-scribble:before {
content: "\ed75";
}
.fi-rr-script:before {
content: "\ed76";
}
.fi-rr-scroll:before {
content: "\ed77";
}
.fi-rr-scroll-document-story:before {
content: "\ed78";
}
.fi-rr-scroll-old:before {
content: "\ed79";
}
.fi-rr-scroll-torah:before {
content: "\ed7a";
}
.fi-rr-scrubber:before {
content: "\ed7b";
}
.fi-rr-sculpture:before {
content: "\ed7c";
}
.fi-rr-scythe:before {
content: "\ed7d";
}
.fi-rr-sd-card:before {
content: "\ed7e";
}
.fi-rr-sd-cards:before {
content: "\ed7f";
}
.fi-rr-seal:before {
content: "\ed80";
}
.fi-rr-seal-exclamation:before {
content: "\ed81";
}
.fi-rr-seal-question:before {
content: "\ed82";
}
.fi-rr-search:before {
content: "\ed83";
}
.fi-rr-search-alt:before {
content: "\ed84";
}
.fi-rr-search-dollar:before {
content: "\ed85";
}
.fi-rr-search-heart:before {
content: "\ed86";
}
.fi-rr-search-location:before {
content: "\ed87";
}
.fi-rr-seat-airline:before {
content: "\ed88";
}
.fi-rr-seatbelt-safety-driver:before {
content: "\ed89";
}
.fi-rr-second:before {
content: "\ed8a";
}
.fi-rr-second-award:before {
content: "\ed8b";
}
.fi-rr-second-laurel:before {
content: "\ed8c";
}
.fi-rr-second-medal:before {
content: "\ed8d";
}
.fi-rr-security:before {
content: "\ed8f";
}
.fi-rr-seedling:before {
content: "\ed90";
}
.fi-rr-selection:before {
content: "\ed92";
}
.fi-rr-sell:before {
content: "\ed93";
}
.fi-rr-seller:before {
content: "\ed94";
}
.fi-rr-seller-store:before {
content: "\ed95";
}
.fi-rr-selling:before {
content: "\ed97";
}
.fi-rr-send-back:before {
content: "\ed99";
}
.fi-rr-send-backward:before {
content: "\ed9a";
}
.fi-rr-send-money:before {
content: "\ed9b";
}
.fi-rr-send-money-smartphone:before {
content: "\ed9c";
}
.fi-rr-sensor:before {
content: "\ed9d";
}
.fi-rr-sensor-alert:before {
content: "\ed9e";
}
.fi-rr-sensor-fire:before {
content: "\ed9f";
}
.fi-rr-sensor-on:before {
content: "\eda0";
}
.fi-rr-sensor-smoke:before {
content: "\eda1";
}
.fi-rr-server-key:before {
content: "\eda2";
}
.fi-rr-settings:before {
content: "\eda3";
}
.fi-rr-settings-sliders:before {
content: "\eda4";
}
.fi-rr-sewing-machine:before {
content: "\eda5";
}
.fi-rr-sewing-machine-alt:before {
content: "\eda6";
}
.fi-rr-share:before {
content: "\eda7";
}
.fi-rr-share-alt-square:before {
content: "\eda8";
}
.fi-rr-share-square:before {
content: "\eda9";
}
.fi-rr-sheep:before {
content: "\edaa";
}
.fi-rr-shekel-sign:before {
content: "\edab";
}
.fi-rr-shelves:before {
content: "\edac";
}
.fi-rr-shelves-empty:before {
content: "\edad";
}
.fi-rr-shield:before {
content: "\edae";
}
.fi-rr-shield-alt:before {
content: "\edaf";
}
.fi-rr-shield-cat:before {
content: "\edb0";
}
.fi-rr-shield-check:before {
content: "\edb1";
}
.fi-rr-shield-cross:before {
content: "\edb2";
}
.fi-rr-shield-divided-four:before {
content: "\edb3";
}
.fi-rr-shield-dog:before {
content: "\edb4";
}
.fi-rr-shield-exclamation:before {
content: "\edb5";
}
.fi-rr-shield-interrogation:before {
content: "\edb6";
}
.fi-rr-shield-keyhole:before {
content: "\edb7";
}
.fi-rr-shield-minus:before {
content: "\edb8";
}
.fi-rr-shield-plus:before {
content: "\edb9";
}
.fi-rr-shield-security-risk:before {
content: "\edbb";
}
.fi-rr-shield-slash:before {
content: "\edbc";
}
.fi-rr-shield-trust:before {
content: "\edbd";
}
.fi-rr-shield-virus:before {
content: "\edbe";
}
.fi-rr-shield-xmark:before {
content: "\edbf";
}
.fi-rr-ship:before {
content: "\edc0";
}
.fi-rr-ship-side:before {
content: "\edc1";
}
.fi-rr-shipping-fast:before {
content: "\edc2";
}
.fi-rr-shipping-timed:before {
content: "\edc3";
}
.fi-rr-shirt:before {
content: "\edc4";
}
.fi-rr-shirt-long-sleeve:before {
content: "\edc5";
}
.fi-rr-shirt-running:before {
content: "\edc6";
}
.fi-rr-shirt-tank-top:before {
content: "\edc7";
}
.fi-rr-shish-kebab:before {
content: "\edc8";
}
.fi-rr-shoe-prints:before {
content: "\edc9";
}
.fi-rr-shop:before {
content: "\edca";
}
.fi-rr-shop-lock:before {
content: "\edcb";
}
.fi-rr-shop-slash:before {
content: "\edcc";
}
.fi-rr-shopping-bag:before {
content: "\edce";
}
.fi-rr-shopping-bag-add:before {
content: "\edcf";
}
.fi-rr-shopping-basket:before {
content: "\edd0";
}
.fi-rr-shopping-cart:before {
content: "\edd1";
}
.fi-rr-shopping-cart-add:before {
content: "\edd2";
}
.fi-rr-shopping-cart-buyer:before {
content: "\edd3";
}
.fi-rr-shopping-cart-check:before {
content: "\edd4";
}
.fi-rr-shopping-cart-nft:before {
content: "\edd8";
}
.fi-rr-shovel:before {
content: "\edd9";
}
.fi-rr-shovel-snow:before {
content: "\edda";
}
.fi-rr-shower:before {
content: "\eddb";
}
.fi-rr-shower-down:before {
content: "\eddc";
}
.fi-rr-shredder:before {
content: "\eddd";
}
.fi-rr-shrimp:before {
content: "\edde";
}
.fi-rr-shuffle:before {
content: "\eddf";
}
.fi-rr-shuttle-van:before {
content: "\ede0";
}
.fi-rr-shuttlecock:before {
content: "\ede1";
}
.fi-rr-Sickle:before {
content: "\ede2";
}
.fi-rr-sidebar:before {
content: "\ede3";
}
.fi-rr-sidebar-flip:before {
content: "\ede4";
}
.fi-rr-sigma:before {
content: "\ede6";
}
.fi-rr-sign-hanging:before {
content: "\ede7";
}
.fi-rr-sign-in-alt:before {
content: "\ede8";
}
.fi-rr-sign-out-alt:before {
content: "\ede9";
}
.fi-rr-sign-posts:before {
content: "\edea";
}
.fi-rr-sign-posts-wrench:before {
content: "\edeb";
}
.fi-rr-sign-up:before {
content: "\edec";
}
.fi-rr-signal-alt:before {
content: "\eded";
}
.fi-rr-signal-alt-1:before {
content: "\edee";
}
.fi-rr-signal-alt-2:before {
content: "\edef";
}
.fi-rr-signal-alt-slash:before {
content: "\edf0";
}
.fi-rr-signal-bars-fair:before {
content: "\edf1";
}
.fi-rr-signal-bars-good:before {
content: "\edf2";
}
.fi-rr-signal-bars-weak:before {
content: "\edf4";
}
.fi-rr-signal-stream:before {
content: "\edf7";
}
.fi-rr-signal-stream-slash:before {
content: "\edf8";
}
.fi-rr-signature:before {
content: "\edfb";
}
.fi-rr-signature-lock:before {
content: "\edfc";
}
.fi-rr-signature-slash:before {
content: "\edfe";
}
.fi-rr-sim-card:before {
content: "\edff";
}
.fi-rr-sim-cards:before {
content: "\ee00";
}
.fi-rr-sink:before {
content: "\ee01";
}
.fi-rr-Siren:before {
content: "\ee02";
}
.fi-rr-siren-on:before {
content: "\ee03";
}
.fi-rr-site:before {
content: "\ee04";
}
.fi-rr-site-alt:before {
content: "\ee05";
}
.fi-rr-site-browser:before {
content: "\ee07";
}
.fi-rr-sitemap:before {
content: "\ee08";
}
.fi-rr-skateboard:before {
content: "\ee09";
}
.fi-rr-skating:before {
content: "\ee0a";
}
.fi-rr-skeleton:before {
content: "\ee0b";
}
.fi-rr-skeleton-ribs:before {
content: "\ee0c";
}
.fi-rr-skewer:before {
content: "\ee0e";
}
.fi-rr-ski-boot-ski:before {
content: "\ee0f";
}
.fi-rr-ski-jump:before {
content: "\ee10";
}
.fi-rr-ski-lift:before {
content: "\ee11";
}
.fi-rr-skiing:before {
content: "\ee12";
}
.fi-rr-skiing-nordic:before {
content: "\ee13";
}
.fi-rr-skill:before {
content: "\ee14";
}
.fi-rr-skill-alt:before {
content: "\ee15";
}
.fi-rr-skill-user:before {
content: "\ee17";
}
.fi-rr-skin:before {
content: "\ee18";
}
.fi-rr-skin-acne:before {
content: "\ee19";
}
.fi-rr-skin-arrow:before {
content: "\ee1a";
}
.fi-rr-skin-drop:before {
content: "\ee1b";
}
.fi-rr-skin-hair:before {
content: "\ee1c";
}
.fi-rr-skin-laser:before {
content: "\ee1d";
}
.fi-rr-skin-uv:before {
content: "\ee1e";
}
.fi-rr-skip-15-seconds:before {
content: "\ee1f";
}
.fi-rr-skull:before {
content: "\ee20";
}
.fi-rr-skull-cow:before {
content: "\ee21";
}
.fi-rr-skull-crossbones:before {
content: "\ee22";
}
.fi-rr-skull-heart:before {
content: "\ee23";
}
.fi-rr-slash:before {
content: "\ee26";
}
.fi-rr-sledding:before {
content: "\ee28";
}
.fi-rr-sleeping-bag:before {
content: "\ee29";
}
.fi-rr-sleeping-cat:before {
content: "\ee2a";
}
.fi-rr-sleigh:before {
content: "\ee2b";
}
.fi-rr-sliders-h-square:before {
content: "\ee2c";
}
.fi-rr-sliders-v:before {
content: "\ee2d";
}
.fi-rr-sliders-v-square:before {
content: "\ee2e";
}
.fi-rr-slot-machine:before {
content: "\ee30";
}
.fi-rr-smart-home:before {
content: "\ee31";
}
.fi-rr-smart-home-alt:before {
content: "\ee32";
}
.fi-rr-smartphone:before {
content: "\ee33";
}
.fi-rr-smile:before {
content: "\ee34";
}
.fi-rr-smile-beam:before {
content: "\ee35";
}
.fi-rr-smile-plus:before {
content: "\ee36";
}
.fi-rr-smile-wink:before {
content: "\ee37";
}
.fi-rr-smiley-comment-alt:before {
content: "\ee38";
}
.fi-rr-smog:before {
content: "\ee39";
}
.fi-rr-smoke:before {
content: "\ee3a";
}
.fi-rr-smoking:before {
content: "\ee3b";
}
.fi-rr-smoking-ban:before {
content: "\ee3c";
}
.fi-rr-snake:before {
content: "\ee3d";
}
.fi-rr-snap:before {
content: "\ee3e";
}
.fi-rr-snooze:before {
content: "\ee40";
}
.fi-rr-snow-blowing:before {
content: "\ee41";
}
.fi-rr-snowboarding:before {
content: "\ee42";
}
.fi-rr-snowflake:before {
content: "\ee43";
}
.fi-rr-snowflake-droplets:before {
content: "\ee44";
}
.fi-rr-snowflakes:before {
content: "\ee45";
}
.fi-rr-snowman-alt:before {
content: "\ee47";
}
.fi-rr-snowman-head:before {
content: "\ee48";
}
.fi-rr-snowmobile:before {
content: "\ee49";
}
.fi-rr-snowplow:before {
content: "\ee4a";
}
.fi-rr-soap:before {
content: "\ee4b";
}
.fi-rr-soap-alt:before {
content: "\ee4c";
}
.fi-rr-social-network:before {
content: "\ee4d";
}
.fi-rr-socks:before {
content: "\ee4e";
}
.fi-rr-sofa:before {
content: "\ee4f";
}
.fi-rr-sofa-size:before {
content: "\ee50";
}
.fi-rr-solar-panel:before {
content: "\ee51";
}
.fi-rr-solar-panel-sun:before {
content: "\ee52";
}
.fi-rr-solar-system:before {
content: "\ee53";
}
.fi-rr-sold-house:before {
content: "\ee54";
}
.fi-rr-sold-signal:before {
content: "\ee55";
}
.fi-rr-sort:before {
content: "\ee57";
}
.fi-rr-sort-alpha-down:before {
content: "\ee58";
}
.fi-rr-sort-alpha-down-alt:before {
content: "\ee59";
}
.fi-rr-sort-alpha-up:before {
content: "\ee5a";
}
.fi-rr-sort-alpha-up-alt:before {
content: "\ee5b";
}
.fi-rr-sort-alt:before {
content: "\ee5c";
}
.fi-rr-sort-amount-down:before {
content: "\ee5d";
}
.fi-rr-sort-amount-down-alt:before {
content: "\ee5e";
}
.fi-rr-sort-amount-up:before {
content: "\ee5f";
}
.fi-rr-sort-amount-up-alt:before {
content: "\ee60";
}
.fi-rr-sort-circle:before {
content: "\ee61";
}
.fi-rr-sort-circle-down:before {
content: "\ee62";
}
.fi-rr-sort-circle-up:before {
content: "\ee63";
}
.fi-rr-sort-down:before {
content: "\ee64";
}
.fi-rr-sort-numeric-down:before {
content: "\ee65";
}
.fi-rr-sort-numeric-down-alt:before {
content: "\ee66";
}
.fi-rr-sort-shapes-down:before {
content: "\ee67";
}
.fi-rr-sort-shapes-up:before {
content: "\ee68";
}
.fi-rr-sort-size-down:before {
content: "\ee69";
}
.fi-rr-sort-size-up:before {
content: "\ee6a";
}
.fi-rr-soup:before {
content: "\ee6c";
}
.fi-rr-source-data:before {
content: "\ee6d";
}
.fi-rr-source-document:before {
content: "\ee6e";
}
.fi-rr-source-document-alt:before {
content: "\ee6f";
}
.fi-rr-spa:before {
content: "\ee70";
}
.fi-rr-space-shuttle:before {
content: "\ee71";
}
.fi-rr-space-station-moon:before {
content: "\ee72";
}
.fi-rr-space-station-moon-alt:before {
content: "\ee73";
}
.fi-rr-spade:before {
content: "\ee74";
}
.fi-rr-spaghetti-monster-flying:before {
content: "\ee75";
}
.fi-rr-spain-map:before {
content: "\ee76";
}
.fi-rr-spanish:before {
content: "\ee77";
}
.fi-rr-sparkles:before {
content: "\ee79";
}
.fi-rr-spartan-helmet:before {
content: "\ee7a";
}
.fi-rr-speaker:before {
content: "\ee7b";
}
.fi-rr-speakers:before {
content: "\ee7c";
}
.fi-rr-speech-bubble-story:before {
content: "\ee7d";
}
.fi-rr-speedometer-arrow:before {
content: "\ee7e";
}
.fi-rr-speedometer-kpi:before {
content: "\ee7f";
}
.fi-rr-sphere:before {
content: "\ee80";
}
.fi-rr-spider:before {
content: "\ee81";
}
.fi-rr-spider-black-widow:before {
content: "\ee82";
}
.fi-rr-spider-web:before {
content: "\ee83";
}
.fi-rr-spinner:before {
content: "\ee84";
}
.fi-rr-split:before {
content: "\ee85";
}
.fi-rr-split-up-relation:before {
content: "\ee86";
}
.fi-rr-splotch:before {
content: "\ee87";
}
.fi-rr-spoon:before {
content: "\ee88";
}
.fi-rr-sport:before {
content: "\ee89";
}
.fi-rr-spray-can:before {
content: "\ee8b";
}
.fi-rr-spray-can-sparkles:before {
content: "\ee8c";
}
.fi-rr-spring-calendar:before {
content: "\ee8d";
}
.fi-rr-sprinkler:before {
content: "\ee8e";
}
.fi-rr-spy:before {
content: "\ee8f";
}
.fi-rr-sql-file:before {
content: "\ee90";
}
.fi-rr-sql-server:before {
content: "\ee91";
}
.fi-rr-square:before {
content: "\ee92";
}
.fi-rr-square-0:before {
content: "\ee93";
}
.fi-rr-square-1:before {
content: "\ee94";
}
.fi-rr-square-2:before {
content: "\ee95";
}
.fi-rr-square-3:before {
content: "\ee96";
}
.fi-rr-square-4:before {
content: "\ee97";
}
.fi-rr-square-5:before {
content: "\ee98";
}
.fi-rr-square-6:before {
content: "\ee99";
}
.fi-rr-square-7:before {
content: "\ee9a";
}
.fi-rr-square-8:before {
content: "\ee9b";
}
.fi-rr-square-9:before {
content: "\ee9c";
}
.fi-rr-square-a:before {
content: "\ee9d";
}
.fi-rr-square-b:before {
content: "\ee9f";
}
.fi-rr-square-bolt:before {
content: "\eea0";
}
.fi-rr-square-c:before {
content: "\eea1";
}
.fi-rr-square-code:before {
content: "\eea2";
}
.fi-rr-square-d:before {
content: "\eea3";
}
.fi-rr-square-dashed:before {
content: "\eea4";
}
.fi-rr-square-dashed-circle-plus:before {
content: "\eea5";
}
.fi-rr-square-divide:before {
content: "\eea6";
}
.fi-rr-square-e:before {
content: "\eea7";
}
.fi-rr-square-ellipsis:before {
content: "\eea8";
}
.fi-rr-square-ellipsis-vertical:before {
content: "\eea9";
}
.fi-rr-square-exclamation:before {
content: "\eeaa";
}
.fi-rr-square-f:before {
content: "\eeab";
}
.fi-rr-square-g:before {
content: "\eeac";
}
.fi-rr-square-h:before {
content: "\eead";
}
.fi-rr-square-heart:before {
content: "\eeae";
}
.fi-rr-square-i:before {
content: "\eeaf";
}
.fi-rr-square-info:before {
content: "\eeb0";
}
.fi-rr-square-j:before {
content: "\eeb1";
}
.fi-rr-square-k:before {
content: "\eeb2";
}
.fi-rr-square-kanban:before {
content: "\eeb3";
}
.fi-rr-square-l:before {
content: "\eeb4";
}
.fi-rr-square-m:before {
content: "\eeb5";
}
.fi-rr-square-minus:before {
content: "\eeb6";
}
.fi-rr-square-n:before {
content: "\eeb7";
}
.fi-rr-square-o:before {
content: "\eeb8";
}
.fi-rr-square-p:before {
content: "\eeb9";
}
.fi-rr-square-phone-hangup:before {
content: "\eebb";
}
.fi-rr-square-plus:before {
content: "\eebc";
}
.fi-rr-square-poll-horizontal:before {
content: "\eebd";
}
.fi-rr-square-poll-vertical:before {
content: "\eebe";
}
.fi-rr-square-q:before {
content: "\eebf";
}
.fi-rr-square-quote:before {
content: "\eec0";
}
.fi-rr-square-r:before {
content: "\eec1";
}
.fi-rr-square-root:before {
content: "\eec2";
}
.fi-rr-square-s:before {
content: "\eec3";
}
.fi-rr-square-small:before {
content: "\eec4";
}
.fi-rr-square-star:before {
content: "\eec5";
}
.fi-rr-square-t:before {
content: "\eec6";
}
.fi-rr-square-terminal:before {
content: "\eec7";
}
.fi-rr-square-u:before {
content: "\eec8";
}
.fi-rr-square-up-right:before {
content: "\eec9";
}
.fi-rr-square-v:before {
content: "\eeca";
}
.fi-rr-square-w:before {
content: "\eecb";
}
.fi-rr-square-x:before {
content: "\eecc";
}
.fi-rr-square-y:before {
content: "\eecd";
}
.fi-rr-square-z:before {
content: "\eece";
}
.fi-rr-squid:before {
content: "\eecf";
}
.fi-rr-squircle:before {
content: "\eed0";
}
.fi-rr-squirrel:before {
content: "\eed1";
}
.fi-rr-staff:before {
content: "\eed2";
}
.fi-rr-stage:before {
content: "\eed3";
}
.fi-rr-stage-concert:before {
content: "\eed4";
}
.fi-rr-stage-theatre:before {
content: "\eed5";
}
.fi-rr-stairs:before {
content: "\eed6";
}
.fi-rr-stamp:before {
content: "\eed7";
}
.fi-rr-standard-definition:before {
content: "\eed8";
}
.fi-rr-star:before {
content: "\eed9";
}
.fi-rr-star-and-crescent:before {
content: "\eeda";
}
.fi-rr-star-christmas:before {
content: "\eedb";
}
.fi-rr-star-comment-alt:before {
content: "\eedc";
}
.fi-rr-star-exclamation:before {
content: "\eedd";
}
.fi-rr-star-octogram:before {
content: "\eede";
}
.fi-rr-star-of-david:before {
content: "\eedf";
}
.fi-rr-star-rating-call:before {
content: "\eee0";
}
.fi-rr-star-sharp-half:before {
content: "\eee1";
}
.fi-rr-star-sharp-half-stroke:before {
content: "\eee2";
}
.fi-rr-star-shooting:before {
content: "\eee3";
}
.fi-rr-starfighter:before {
content: "\eee5";
}
.fi-rr-stars:before {
content: "\eee6";
}
.fi-rr-state-country:before {
content: "\eee7";
}
.fi-rr-stationary-bike:before {
content: "\eee8";
}
.fi-rr-stats:before {
content: "\eee9";
}
.fi-rr-steak:before {
content: "\eeea";
}
.fi-rr-steam-iron:before {
content: "\eeeb";
}
.fi-rr-steering-wheel:before {
content: "\eeec";
}
.fi-rr-step-backward:before {
content: "\eeed";
}
.fi-rr-step-forward:before {
content: "\eeee";
}
.fi-rr-steps-carreer:before {
content: "\eeef";
}
.fi-rr-sterling-sign:before {
content: "\eef0";
}
.fi-rr-stethoscope:before {
content: "\eef1";
}
.fi-rr-sticker:before {
content: "\eef2";
}
.fi-rr-stocking:before {
content: "\eef4";
}
.fi-rr-stomach:before {
content: "\eef5";
}
.fi-rr-stop:before {
content: "\eef6";
}
.fi-rr-stop-circle:before {
content: "\eef7";
}
.fi-rr-stop-square:before {
content: "\eef8";
}
.fi-rr-stopwatch:before {
content: "\eef9";
}
.fi-rr-store-alt:before {
content: "\eefb";
}
.fi-rr-store-buyer:before {
content: "\eefc";
}
.fi-rr-store-lock:before {
content: "\eefd";
}
.fi-rr-store-slash:before {
content: "\eefe";
}
.fi-rr-story-book:before {
content: "\eeff";
}
.fi-rr-story-fairy-tale:before {
content: "\ef00";
}
.fi-rr-story-fantasy:before {
content: "\ef01";
}
.fi-rr-strategy-chess-risk:before {
content: "\ef03";
}
.fi-rr-strawberry:before {
content: "\ef04";
}
.fi-rr-street-view:before {
content: "\ef05";
}
.fi-rr-stretcher:before {
content: "\ef06";
}
.fi-rr-strikethrough:before {
content: "\ef07";
}
.fi-rr-stroopwafel:before {
content: "\ef09";
}
.fi-rr-student:before {
content: "\ef0a";
}
.fi-rr-student-alt:before {
content: "\ef0b";
}
.fi-rr-subfolder:before {
content: "\ef0c";
}
.fi-rr-subscript:before {
content: "\ef0f";
}
.fi-rr-subscription:before {
content: "\ef10";
}
.fi-rr-subscription-alt:before {
content: "\ef11";
}
.fi-rr-subscription-model:before {
content: "\ef12";
}
.fi-rr-subscription-user:before {
content: "\ef13";
}
.fi-rr-subtitles:before {
content: "\ef18";
}
.fi-rr-subtitles-slash:before {
content: "\ef19";
}
.fi-rr-subway:before {
content: "\ef1a";
}
.fi-rr-suitcase-alt:before {
content: "\ef1b";
}
.fi-rr-summary-check:before {
content: "\ef1c";
}
.fi-rr-summer:before {
content: "\ef1d";
}
.fi-rr-sun:before {
content: "\ef1e";
}
.fi-rr-sun-dust:before {
content: "\ef1f";
}
.fi-rr-sun-plant-wilt:before {
content: "\ef20";
}
.fi-rr-sun-salutation-yoga:before {
content: "\ef21";
}
.fi-rr-sunday:before {
content: "\ef22";
}
.fi-rr-sunglasses:before {
content: "\ef23";
}
.fi-rr-sunglasses-alt:before {
content: "\ef24";
}
.fi-rr-sunrise:before {
content: "\ef25";
}
.fi-rr-sunrise-alt:before {
content: "\ef26";
}
.fi-rr-sunscreen:before {
content: "\ef27";
}
.fi-rr-sunset:before {
content: "\ef28";
}
.fi-rr-superscript:before {
content: "\ef29";
}
.fi-rr-supplier:before {
content: "\ef2a";
}
.fi-rr-supplier-alt:before {
content: "\ef2b";
}
.fi-rr-surfing:before {
content: "\ef2c";
}
.fi-rr-surprise:before {
content: "\ef2d";
}
.fi-rr-surveillance-camera:before {
content: "\ef2e";
}
.fi-rr-survey-xmark:before {
content: "\ef2f";
}
.fi-rr-sushi:before {
content: "\ef30";
}
.fi-rr-sushi-alt:before {
content: "\ef31";
}
.fi-rr-sushi-roll:before {
content: "\ef32";
}
.fi-rr-svg:before {
content: "\ef33";
}
.fi-rr-swap:before {
content: "\ef34";
}
.fi-rr-swatchbook:before {
content: "\ef36";
}
.fi-rr-swimmer:before {
content: "\ef38";
}
.fi-rr-swimming-pool:before {
content: "\ef39";
}
.fi-rr-swing:before {
content: "\ef3a";
}
.fi-rr-swipe-down:before {
content: "\ef3b";
}
.fi-rr-swipe-left:before {
content: "\ef3c";
}
.fi-rr-swipe-right:before {
content: "\ef3d";
}
.fi-rr-swipe-up:before {
content: "\ef3e";
}
.fi-rr-sword:before {
content: "\ef3f";
}
.fi-rr-sword-alt:before {
content: "\ef40";
}
.fi-rr-symbol:before {
content: "\ef41";
}
.fi-rr-symbols:before {
content: "\ef42";
}
.fi-rr-synagogue:before {
content: "\ef43";
}
.fi-rr-syringe:before {
content: "\ef44";
}
.fi-rr-syringe-injection-blood:before {
content: "\ef45";
}
.fi-rr-system-cloud:before {
content: "\ef46";
}
.fi-rr-t:before {
content: "\ef47";
}
.fi-rr-t-rex:before {
content: "\ef49";
}
.fi-rr-tab-folder:before {
content: "\ef4a";
}
.fi-rr-table:before {
content: "\ef4b";
}
.fi-rr-table-columns:before {
content: "\ef4c";
}
.fi-rr-table-layout:before {
content: "\ef4d";
}
.fi-rr-table-list:before {
content: "\ef4e";
}
.fi-rr-table-picnic:before {
content: "\ef4f";
}
.fi-rr-table-pivot:before {
content: "\ef50";
}
.fi-rr-table-rows:before {
content: "\ef51";
}
.fi-rr-table-tree:before {
content: "\ef52";
}
.fi-rr-tablet:before {
content: "\ef53";
}
.fi-rr-tablet-android:before {
content: "\ef54";
}
.fi-rr-tablet-android-alt:before {
content: "\ef55";
}
.fi-rr-tablet-rugged:before {
content: "\ef56";
}
.fi-rr-tachometer:before {
content: "\ef57";
}
.fi-rr-tachometer-alt-average:before {
content: "\ef58";
}
.fi-rr-tachometer-alt-fastest:before {
content: "\ef59";
}
.fi-rr-tachometer-alt-slow:before {
content: "\ef5a";
}
.fi-rr-tachometer-alt-slowest:before {
content: "\ef5b";
}
.fi-rr-tachometer-average:before {
content: "\ef5c";
}
.fi-rr-tachometer-fast:before {
content: "\ef5d";
}
.fi-rr-tachometer-fastest:before {
content: "\ef5e";
}
.fi-rr-tachometer-slow:before {
content: "\ef5f";
}
.fi-rr-tachometer-slowest:before {
content: "\ef60";
}
.fi-rr-taco:before {
content: "\ef61";
}
.fi-rr-tags:before {
content: "\ef62";
}
.fi-rr-talent:before {
content: "\ef63";
}
.fi-rr-talent-alt:before {
content: "\ef64";
}
.fi-rr-talent-hand:before {
content: "\ef65";
}
.fi-rr-tally:before {
content: "\ef66";
}
.fi-rr-tally-1:before {
content: "\ef67";
}
.fi-rr-tally-2:before {
content: "\ef68";
}
.fi-rr-tally-3:before {
content: "\ef69";
}
.fi-rr-tally-4:before {
content: "\ef6a";
}
.fi-rr-tamale:before {
content: "\ef6b";
}
.fi-rr-tank-water:before {
content: "\ef6d";
}
.fi-rr-tap:before {
content: "\ef6e";
}
.fi-rr-tape:before {
content: "\ef6f";
}
.fi-rr-target:before {
content: "\ef70";
}
.fi-rr-target-audience:before {
content: "\ef71";
}
.fi-rr-tattoo-machine:before {
content: "\ef72";
}
.fi-rr-tax:before {
content: "\ef73";
}
.fi-rr-tax-alt:before {
content: "\ef74";
}
.fi-rr-taxi:before {
content: "\ef75";
}
.fi-rr-taxi-bus:before {
content: "\ef76";
}
.fi-rr-team-check:before {
content: "\ef77";
}
.fi-rr-team-check-alt:before {
content: "\ef78";
}
.fi-rr-teddy-bear:before {
content: "\ef79";
}
.fi-rr-teeth-open:before {
content: "\ef7a";
}
.fi-rr-telescope:before {
content: "\ef7c";
}
.fi-rr-temperature-down:before {
content: "\ef7d";
}
.fi-rr-temperature-frigid:before {
content: "\ef7e";
}
.fi-rr-temperature-high:before {
content: "\ef7f";
}
.fi-rr-temperature-list:before {
content: "\ef80";
}
.fi-rr-temperature-low:before {
content: "\ef81";
}
.fi-rr-temperature-up:before {
content: "\ef82";
}
.fi-rr-template:before {
content: "\ef83";
}
.fi-rr-template-alt:before {
content: "\ef84";
}
.fi-rr-tenge:before {
content: "\ef86";
}
.fi-rr-tennis:before {
content: "\ef87";
}
.fi-rr-tent-arrow-down-to-line:before {
content: "\ef88";
}
.fi-rr-tent-arrow-left-right:before {
content: "\ef89";
}
.fi-rr-tent-arrow-turn-left:before {
content: "\ef8a";
}
.fi-rr-tent-arrows-down:before {
content: "\ef8b";
}
.fi-rr-tents:before {
content: "\ef8c";
}
.fi-rr-terminal:before {
content: "\ef8d";
}
.fi-rr-terrace:before {
content: "\ef90";
}
.fi-rr-test:before {
content: "\ef91";
}
.fi-rr-test-tube:before {
content: "\ef92";
}
.fi-rr-text:before {
content: "\ef93";
}
.fi-rr-text-box:before {
content: "\ef94";
}
.fi-rr-text-box-dots:before {
content: "\ef95";
}
.fi-rr-text-box-edit:before {
content: "\ef96";
}
.fi-rr-text-check:before {
content: "\ef97";
}
.fi-rr-text-height:before {
content: "\ef98";
}
.fi-rr-text-input-left:before {
content: "\ef99";
}
.fi-rr-text-shadow:before {
content: "\ef9a";
}
.fi-rr-text-size:before {
content: "\ef9b";
}
.fi-rr-text-slash:before {
content: "\ef9c";
}
.fi-rr-text-width:before {
content: "\ef9d";
}
.fi-rr-theater-masks:before {
content: "\ef9f";
}
.fi-rr-thermometer-alt:before {
content: "\efa0";
}
.fi-rr-thermometer-empty:before {
content: "\efa1";
}
.fi-rr-thermometer-full:before {
content: "\efa2";
}
.fi-rr-thermometer-half:before {
content: "\efa3";
}
.fi-rr-thermometer-quarter:before {
content: "\efa4";
}
.fi-rr-thermometer-three-quarters:before {
content: "\efa5";
}
.fi-rr-theta:before {
content: "\efa6";
}
.fi-rr-third:before {
content: "\efa7";
}
.fi-rr-third-award:before {
content: "\efa8";
}
.fi-rr-third-laurel:before {
content: "\efa9";
}
.fi-rr-third-medal:before {
content: "\efaa";
}
.fi-rr-thought-bubble:before {
content: "\efab";
}
.fi-rr-three-direction:before {
content: "\efad";
}
.fi-rr-three-leaf-clover:before {
content: "\efae";
}
.fi-rr-thumbs-up-trust:before {
content: "\efb1";
}
.fi-rr-thumbtack:before {
content: "\efb2";
}
.fi-rr-thumbtack-slash:before {
content: "\efb3";
}
.fi-rr-thunderstorm:before {
content: "\efb4";
}
.fi-rr-thunderstorm-moon:before {
content: "\efb5";
}
.fi-rr-thunderstorm-risk:before {
content: "\efb6";
}
.fi-rr-thunderstorm-sun:before {
content: "\efb7";
}
.fi-rr-thursday:before {
content: "\efb8";
}
.fi-rr-ticket:before {
content: "\efb9";
}
.fi-rr-ticket-airline:before {
content: "\efba";
}
.fi-rr-ticket-alt:before {
content: "\efbb";
}
.fi-rr-tickets:before {
content: "\efbc";
}
.fi-rr-tickets-airline:before {
content: "\efbd";
}
.fi-rr-tie:before {
content: "\efbe";
}
.fi-rr-tilde:before {
content: "\efc0";
}
.fi-rr-time-add:before {
content: "\efc1";
}
.fi-rr-time-check:before {
content: "\efc2";
}
.fi-rr-time-delete:before {
content: "\efc3";
}
.fi-rr-time-fast:before {
content: "\efc4";
}
.fi-rr-time-forward:before {
content: "\efc5";
}
.fi-rr-time-forward-sixty:before {
content: "\efc6";
}
.fi-rr-time-forward-ten:before {
content: "\efc7";
}
.fi-rr-time-half-past:before {
content: "\efc8";
}
.fi-rr-time-oclock:before {
content: "\efc9";
}
.fi-rr-time-past:before {
content: "\efca";
}
.fi-rr-time-quarter-past:before {
content: "\efcb";
}
.fi-rr-time-quarter-to:before {
content: "\efcc";
}
.fi-rr-time-twenty-four:before {
content: "\efcd";
}
.fi-rr-time-watch-calendar:before {
content: "\efce";
}
.fi-rr-timer-clock-call:before {
content: "\efcf";
}
.fi-rr-times-hexagon:before {
content: "\efd0";
}
.fi-rr-tint-slash:before {
content: "\efd1";
}
.fi-rr-tip-button:before {
content: "\efd2";
}
.fi-rr-tip-button-hand:before {
content: "\efd3";
}
.fi-rr-tip-coin:before {
content: "\efd4";
}
.fi-rr-tire:before {
content: "\efd8";
}
.fi-rr-tire-flat:before {
content: "\efd9";
}
.fi-rr-tire-pressure-warning:before {
content: "\efda";
}
.fi-rr-tire-rugged:before {
content: "\efdb";
}
.fi-rr-tired:before {
content: "\efdc";
}
.fi-rr-to-do:before {
content: "\efdd";
}
.fi-rr-to-do-alt:before {
content: "\efde";
}
.fi-rr-together-people:before {
content: "\efe1";
}
.fi-rr-toggle-off:before {
content: "\efe3";
}
.fi-rr-toggle-on:before {
content: "\efe4";
}
.fi-rr-toilet:before {
content: "\efe5";
}
.fi-rr-toilet-paper-blank:before {
content: "\efe6";
}
.fi-rr-toilet-paper-blank-under:before {
content: "\efe7";
}
.fi-rr-toilet-paper-slash:before {
content: "\efe8";
}
.fi-rr-toilet-paper-under:before {
content: "\efe9";
}
.fi-rr-toilet-paper-under-slash:before {
content: "\efea";
}
.fi-rr-toilet-paper-xmark:before {
content: "\efeb";
}
.fi-rr-toilets-portable:before {
content: "\efec";
}
.fi-rr-token:before {
content: "\efed";
}
.fi-rr-tomato:before {
content: "\efee";
}
.fi-rr-tombstone:before {
content: "\efef";
}
.fi-rr-tombstone-alt:before {
content: "\eff0";
}
.fi-rr-tool-box:before {
content: "\eff1";
}
.fi-rr-tool-crop:before {
content: "\eff2";
}
.fi-rr-tool-marquee:before {
content: "\eff3";
}
.fi-rr-tools:before {
content: "\eff4";
}
.fi-rr-tooth:before {
content: "\eff5";
}
.fi-rr-toothbrush:before {
content: "\eff6";
}
.fi-rr-torch-inspiration-leader:before {
content: "\eff7";
}
.fi-rr-torii-gate:before {
content: "\eff8";
}
.fi-rr-tornado:before {
content: "\eff9";
}
.fi-rr-total:before {
content: "\effa";
}
.fi-rr-tour-guide-people:before {
content: "\effb";
}
.fi-rr-tour-virtual:before {
content: "\effc";
}
.fi-rr-tower-control:before {
content: "\effe";
}
.fi-rr-track:before {
content: "\efff";
}
.fi-rr-tractor:before {
content: "\f000";
}
.fi-rr-trademark:before {
content: "\f001";
}
.fi-rr-traffic-cone:before {
content: "\f002";
}
.fi-rr-traffic-light:before {
content: "\f003";
}
.fi-rr-traffic-light-go:before {
content: "\f004";
}
.fi-rr-traffic-light-slow:before {
content: "\f005";
}
.fi-rr-traffic-light-stop:before {
content: "\f006";
}
.fi-rr-trailer:before {
content: "\f007";
}
.fi-rr-train:before {
content: "\f008";
}
.fi-rr-train-journey:before {
content: "\f009";
}
.fi-rr-train-side:before {
content: "\f00a";
}
.fi-rr-train-station:before {
content: "\f00b";
}
.fi-rr-train-station-building:before {
content: "\f00c";
}
.fi-rr-train-subway-tunnel:before {
content: "\f00d";
}
.fi-rr-train-track:before {
content: "\f00e";
}
.fi-rr-train-tram:before {
content: "\f00f";
}
.fi-rr-tram:before {
content: "\f010";
}
.fi-rr-transaction-euro:before {
content: "\f011";
}
.fi-rr-transaction-globe:before {
content: "\f012";
}
.fi-rr-transaction-yen:before {
content: "\f013";
}
.fi-rr-transform:before {
content: "\f014";
}
.fi-rr-transformation-block:before {
content: "\f015";
}
.fi-rr-transformation-circle:before {
content: "\f016";
}
.fi-rr-transformation-design:before {
content: "\f017";
}
.fi-rr-transformation-shapes:before {
content: "\f018";
}
.fi-rr-transformer-bolt:before {
content: "\f019";
}
.fi-rr-transgender:before {
content: "\f01a";
}
.fi-rr-translate:before {
content: "\f01b";
}
.fi-rr-transparency:before {
content: "\f01c";
}
.fi-rr-transporter:before {
content: "\f01d";
}
.fi-rr-transporter-1:before {
content: "\f01e";
}
.fi-rr-transporter-2:before {
content: "\f01f";
}
.fi-rr-transporter-3:before {
content: "\f020";
}
.fi-rr-transporter-4:before {
content: "\f021";
}
.fi-rr-transporter-5:before {
content: "\f022";
}
.fi-rr-transporter-6:before {
content: "\f023";
}
.fi-rr-transporter-7:before {
content: "\f024";
}
.fi-rr-transporter-empty:before {
content: "\f025";
}
.fi-rr-trash:before {
content: "\f026";
}
.fi-rr-trash-bag:before {
content: "\f027";
}
.fi-rr-trash-can-check:before {
content: "\f028";
}
.fi-rr-trash-can-clock:before {
content: "\f029";
}
.fi-rr-trash-can-list:before {
content: "\f02a";
}
.fi-rr-trash-can-plus:before {
content: "\f02b";
}
.fi-rr-trash-can-slash:before {
content: "\f02c";
}
.fi-rr-trash-check:before {
content: "\f02d";
}
.fi-rr-trash-clock:before {
content: "\f02e";
}
.fi-rr-trash-empty:before {
content: "\f02f";
}
.fi-rr-trash-list:before {
content: "\f030";
}
.fi-rr-trash-plus:before {
content: "\f031";
}
.fi-rr-trash-restore:before {
content: "\f032";
}
.fi-rr-trash-restore-alt:before {
content: "\f033";
}
.fi-rr-trash-slash:before {
content: "\f034";
}
.fi-rr-trash-undo:before {
content: "\f035";
}
.fi-rr-trash-undo-alt:before {
content: "\f036";
}
.fi-rr-trash-xmark:before {
content: "\f037";
}
.fi-rr-treadmill:before {
content: "\f039";
}
.fi-rr-treasure-chest:before {
content: "\f03a";
}
.fi-rr-treatment:before {
content: "\f03b";
}
.fi-rr-tree:before {
content: "\f03c";
}
.fi-rr-tree-alt:before {
content: "\f03d";
}
.fi-rr-tree-christmas:before {
content: "\f03e";
}
.fi-rr-tree-deciduous:before {
content: "\f03f";
}
.fi-rr-trees:before {
content: "\f041";
}
.fi-rr-trees-alt:before {
content: "\f042";
}
.fi-rr-triangle:before {
content: "\f044";
}
.fi-rr-triangle-music:before {
content: "\f045";
}
.fi-rr-triangle-person-digging:before {
content: "\f046";
}
.fi-rr-triangle-warning:before {
content: "\f047";
}
.fi-rr-tricycle:before {
content: "\f048";
}
.fi-rr-trillium:before {
content: "\f049";
}
.fi-rr-troph-cap:before {
content: "\f04c";
}
.fi-rr-trophy:before {
content: "\f04d";
}
.fi-rr-trophy-achievement-skill:before {
content: "\f04e";
}
.fi-rr-trophy-star:before {
content: "\f04f";
}
.fi-rr-truck-arrow-left:before {
content: "\f050";
}
.fi-rr-truck-arrow-right:before {
content: "\f051";
}
.fi-rr-truck-bolt:before {
content: "\f052";
}
.fi-rr-truck-box:before {
content: "\f053";
}
.fi-rr-truck-check:before {
content: "\f054";
}
.fi-rr-truck-container:before {
content: "\f056";
}
.fi-rr-truck-container-empty:before {
content: "\f057";
}
.fi-rr-truck-couch:before {
content: "\f058";
}
.fi-rr-truck-droplet:before {
content: "\f059";
}
.fi-rr-truck-fire:before {
content: "\f05a";
}
.fi-rr-truck-flatbed:before {
content: "\f05b";
}
.fi-rr-truck-front:before {
content: "\f05c";
}
.fi-rr-truck-ladder:before {
content: "\f05d";
}
.fi-rr-truck-loading:before {
content: "\f05e";
}
.fi-rr-truck-medical:before {
content: "\f05f";
}
.fi-rr-truck-monster:before {
content: "\f060";
}
.fi-rr-truck-moving:before {
content: "\f061";
}
.fi-rr-truck-pickup:before {
content: "\f062";
}
.fi-rr-truck-plow:before {
content: "\f063";
}
.fi-rr-truck-ramp:before {
content: "\f064";
}
.fi-rr-truck-side:before {
content: "\f065";
}
.fi-rr-truck-tow:before {
content: "\f066";
}
.fi-rr-truck-utensils:before {
content: "\f067";
}
.fi-rr-trumpet:before {
content: "\f068";
}
.fi-rr-trust:before {
content: "\f069";
}
.fi-rr-trust-alt:before {
content: "\f06a";
}
.fi-rr-tshirt:before {
content: "\f06b";
}
.fi-rr-tty:before {
content: "\f06c";
}
.fi-rr-tty-answer:before {
content: "\f06d";
}
.fi-rr-tubes:before {
content: "\f06e";
}
.fi-rr-tuesday:before {
content: "\f070";
}
.fi-rr-tugrik-sign:before {
content: "\f071";
}
.fi-rr-turkey:before {
content: "\f073";
}
.fi-rr-turn-left:before {
content: "\f074";
}
.fi-rr-turn-left-down:before {
content: "\f075";
}
.fi-rr-turn-right:before {
content: "\f076";
}
.fi-rr-turntable:before {
content: "\f077";
}
.fi-rr-turtle:before {
content: "\f078";
}
.fi-rr-tv-music:before {
content: "\f079";
}
.fi-rr-tv-retro:before {
content: "\f07a";
}
.fi-rr-two-nails:before {
content: "\f080";
}
.fi-rr-two-swords:before {
content: "\f081";
}
.fi-rr-typewriter:before {
content: "\f083";
}
.fi-rr-u:before {
content: "\f084";
}
.fi-rr-ufo:before {
content: "\f087";
}
.fi-rr-ufo-beam:before {
content: "\f088";
}
.fi-rr-ui-ux:before {
content: "\f089";
}
.fi-rr-umbrella:before {
content: "\f08a";
}
.fi-rr-umbrella-beach:before {
content: "\f08b";
}
.fi-rr-under-construction:before {
content: "\f08c";
}
.fi-rr-underline:before {
content: "\f08d";
}
.fi-rr-undo:before {
content: "\f08e";
}
.fi-rr-undo-alt:before {
content: "\f08f";
}
.fi-rr-unicorn:before {
content: "\f090";
}
.fi-rr-uniform-martial-arts:before {
content: "\f091";
}
.fi-rr-universal-access:before {
content: "\f094";
}
.fi-rr-unlock:before {
content: "\f095";
}
.fi-rr-up:before {
content: "\f097";
}
.fi-rr-up-from-bracket:before {
content: "\f098";
}
.fi-rr-up-left:before {
content: "\f099";
}
.fi-rr-up-right:before {
content: "\f09a";
}
.fi-rr-up-right-from-square:before {
content: "\f09b";
}
.fi-rr-upload:before {
content: "\f09c";
}
.fi-rr-url:before {
content: "\f09f";
}
.fi-rr-usa-map:before {
content: "\f0a0";
}
.fi-rr-usa-map-pin:before {
content: "\f0a1";
}
.fi-rr-usb-pendrive:before {
content: "\f0a3";
}
.fi-rr-usd-circle:before {
content: "\f0a4";
}
.fi-rr-usd-square:before {
content: "\f0a5";
}
.fi-rr-user:before {
content: "\f0a7";
}
.fi-rr-user-add:before {
content: "\f0a8";
}
.fi-rr-user-alien:before {
content: "\f0a9";
}
.fi-rr-user-astronaut:before {
content: "\f0aa";
}
.fi-rr-user-check:before {
content: "\f0ab";
}
.fi-rr-user-chef:before {
content: "\f0ac";
}
.fi-rr-user-coach:before {
content: "\f0ad";
}
.fi-rr-user-cowboy:before {
content: "\f0ae";
}
.fi-rr-user-crown:before {
content: "\f0af";
}
.fi-rr-user-dj:before {
content: "\f0b1";
}
.fi-rr-user-eating:before {
content: "\f0b2";
}
.fi-rr-user-experience:before {
content: "\f0b3";
}
.fi-rr-user-fast-running:before {
content: "\f0b4";
}
.fi-rr-user-forbidden:before {
content: "\f0b5";
}
.fi-rr-user-forbidden-alt:before {
content: "\f0b6";
}
.fi-rr-user-gear:before {
content: "\f0b7";
}
.fi-rr-user-graduate:before {
content: "\f0b8";
}
.fi-rr-user-hard-work:before {
content: "\f0b9";
}
.fi-rr-user-headset:before {
content: "\f0ba";
}
.fi-rr-user-helmet-safety:before {
content: "\f0bb";
}
.fi-rr-user-india:before {
content: "\f0bc";
}
.fi-rr-user-injured:before {
content: "\f0bd";
}
.fi-rr-user-interface-ui:before {
content: "\f0be";
}
.fi-rr-user-key:before {
content: "\f0bf";
}
.fi-rr-user-language:before {
content: "\f0c0";
}
.fi-rr-user-lock:before {
content: "\f0c1";
}
.fi-rr-user-md:before {
content: "\f0c2";
}
.fi-rr-user-md-chat:before {
content: "\f0c3";
}
.fi-rr-user-minus:before {
content: "\f0c4";
}
.fi-rr-user-music:before {
content: "\f0c5";
}
.fi-rr-user-ninja:before {
content: "\f0c6";
}
.fi-rr-user-nurse:before {
content: "\f0c7";
}
.fi-rr-user-pen:before {
content: "\f0c9";
}
.fi-rr-user-pilot:before {
content: "\f0ca";
}
.fi-rr-user-pilot-tie:before {
content: "\f0cb";
}
.fi-rr-user-police:before {
content: "\f0cc";
}
.fi-rr-user-roadmap:before {
content: "\f0cd";
}
.fi-rr-user-robot:before {
content: "\f0ce";
}
.fi-rr-user-robot-xmarks:before {
content: "\f0cf";
}
.fi-rr-user-salary:before {
content: "\f0d0";
}
.fi-rr-user-shield:before {
content: "\f0d1";
}
.fi-rr-user-skill-gear:before {
content: "\f0d3";
}
.fi-rr-user-slash:before {
content: "\f0d4";
}
.fi-rr-user-speaking:before {
content: "\f0d5";
}
.fi-rr-user-stress:before {
content: "\f0d6";
}
.fi-rr-user-suitcase:before {
content: "\f0d7";
}
.fi-rr-user-tag:before {
content: "\f0d8";
}
.fi-rr-user-time:before {
content: "\f0d9";
}
.fi-rr-user-trust:before {
content: "\f0da";
}
.fi-rr-user-unlock:before {
content: "\f0db";
}
.fi-rr-user-visor:before {
content: "\f0dc";
}
.fi-rr-user-volunteer:before {
content: "\f0dd";
}
.fi-rr-user-xmark:before {
content: "\f0de";
}
.fi-rr-users:before {
content: "\f0df";
}
.fi-rr-users-alt:before {
content: "\f0e0";
}
.fi-rr-users-class:before {
content: "\f0e1";
}
.fi-rr-users-gear:before {
content: "\f0e4";
}
.fi-rr-users-loyalty:before {
content: "\f0e5";
}
.fi-rr-users-medical:before {
content: "\f0e6";
}
.fi-rr-users-slash:before {
content: "\f0e7";
}
.fi-rr-utensils:before {
content: "\f0e8";
}
.fi-rr-utensils-slash:before {
content: "\f0e9";
}
.fi-rr-utility-pole:before {
content: "\f0ea";
}
.fi-rr-utility-pole-double:before {
content: "\f0eb";
}
.fi-rr-ux:before {
content: "\f0ec";
}
.fi-rr-ux-browser:before {
content: "\f0ed";
}
.fi-rr-v:before {
content: "\f0ee";
}
.fi-rr-vacuum:before {
content: "\f0f0";
}
.fi-rr-vacuum-robot:before {
content: "\f0f1";
}
.fi-rr-value-absolute:before {
content: "\f0f2";
}
.fi-rr-vault:before {
content: "\f0f3";
}
.fi-rr-vector:before {
content: "\f0f4";
}
.fi-rr-vector-alt:before {
content: "\f0f5";
}
.fi-rr-vector-circle:before {
content: "\f0f6";
}
.fi-rr-vector-polygon:before {
content: "\f0f7";
}
.fi-rr-venus:before {
content: "\f0f8";
}
.fi-rr-venus-double:before {
content: "\f0f9";
}
.fi-rr-venus-mars:before {
content: "\f0fa";
}
.fi-rr-vest:before {
content: "\f0fc";
}
.fi-rr-vest-patches:before {
content: "\f0fd";
}
.fi-rr-video-arrow-down-left:before {
content: "\f0fe";
}
.fi-rr-video-arrow-up-right:before {
content: "\f0ff";
}
.fi-rr-video-camera:before {
content: "\f100";
}
.fi-rr-video-camera-alt:before {
content: "\f101";
}
.fi-rr-video-duration:before {
content: "\f102";
}
.fi-rr-video-plus:before {
content: "\f103";
}
.fi-rr-video-slash:before {
content: "\f104";
}
.fi-rr-videoconference:before {
content: "\f105";
}
.fi-rr-vihara:before {
content: "\f107";
}
.fi-rr-violin:before {
content: "\f109";
}
.fi-rr-virus:before {
content: "\f10a";
}
.fi-rr-virus-slash:before {
content: "\f10b";
}
.fi-rr-viruses:before {
content: "\f10c";
}
.fi-rr-vision:before {
content: "\f10e";
}
.fi-rr-vision-sense:before {
content: "\f10f";
}
.fi-rr-vision-target:before {
content: "\f110";
}
.fi-rr-visit:before {
content: "\f111";
}
.fi-rr-voicemail:before {
content: "\f114";
}
.fi-rr-volcano:before {
content: "\f115";
}
.fi-rr-volleyball:before {
content: "\f116";
}
.fi-rr-volume:before {
content: "\f117";
}
.fi-rr-volume-down:before {
content: "\f118";
}
.fi-rr-volume-mute:before {
content: "\f119";
}
.fi-rr-volume-off:before {
content: "\f11a";
}
.fi-rr-volume-slash:before {
content: "\f11b";
}
.fi-rr-volunteer-vest:before {
content: "\f11c";
}
.fi-rr-vote-nay:before {
content: "\f11d";
}
.fi-rr-vote-yea:before {
content: "\f11e";
}
.fi-rr-vpn:before {
content: "\f11f";
}
.fi-rr-vpn-globe:before {
content: "\f120";
}
.fi-rr-vpn-laptop:before {
content: "\f121";
}
.fi-rr-vpn-shield:before {
content: "\f122";
}
.fi-rr-vr-cardboard:before {
content: "\f123";
}
.fi-rr-w:before {
content: "\f124";
}
.fi-rr-waffle:before {
content: "\f125";
}
.fi-rr-wagon-covered:before {
content: "\f126";
}
.fi-rr-walker:before {
content: "\f127";
}
.fi-rr-walkie-talkie:before {
content: "\f128";
}
.fi-rr-walking:before {
content: "\f129";
}
.fi-rr-wallet:before {
content: "\f12a";
}
.fi-rr-wallet-arrow:before {
content: "\f12b";
}
.fi-rr-wallet-buyer:before {
content: "\f12c";
}
.fi-rr-wallet-income:before {
content: "\f12d";
}
.fi-rr-wallet-nft:before {
content: "\f12e";
}
.fi-rr-warehouse-alt:before {
content: "\f131";
}
.fi-rr-warranty:before {
content: "\f132";
}
.fi-rr-washer:before {
content: "\f133";
}
.fi-rr-waste:before {
content: "\f134";
}
.fi-rr-waste-pollution:before {
content: "\f135";
}
.fi-rr-watch:before {
content: "\f136";
}
.fi-rr-watch-calculator:before {
content: "\f137";
}
.fi-rr-watch-fitness:before {
content: "\f138";
}
.fi-rr-watch-smart:before {
content: "\f139";
}
.fi-rr-water:before {
content: "\f13a";
}
.fi-rr-water-bottle:before {
content: "\f13b";
}
.fi-rr-water-ladder:before {
content: "\f13c";
}
.fi-rr-water-lower:before {
content: "\f13d";
}
.fi-rr-water-rise:before {
content: "\f13e";
}
.fi-rr-watermelon:before {
content: "\f13f";
}
.fi-rr-wave:before {
content: "\f141";
}
.fi-rr-wave-sine:before {
content: "\f142";
}
.fi-rr-wave-square:before {
content: "\f143";
}
.fi-rr-wave-triangle:before {
content: "\f144";
}
.fi-rr-waveform:before {
content: "\f145";
}
.fi-rr-waveform-path:before {
content: "\f147";
}
.fi-rr-web-design:before {
content: "\f149";
}
.fi-rr-web-test:before {
content: "\f14a";
}
.fi-rr-webcam:before {
content: "\f14b";
}
.fi-rr-webcam-slash:before {
content: "\f14c";
}
.fi-rr-webhook:before {
content: "\f14d";
}
.fi-rr-wednesday:before {
content: "\f14e";
}
.fi-rr-whale:before {
content: "\f150";
}
.fi-rr-wheat:before {
content: "\f152";
}
.fi-rr-wheat-awn:before {
content: "\f153";
}
.fi-rr-wheat-awn-circle-exclamation:before {
content: "\f154";
}
.fi-rr-wheat-awn-slash:before {
content: "\f155";
}
.fi-rr-wheat-slash:before {
content: "\f156";
}
.fi-rr-wheelchair:before {
content: "\f157";
}
.fi-rr-wheelchair-move:before {
content: "\f158";
}
.fi-rr-wheelchair-sleeping:before {
content: "\f159";
}
.fi-rr-whistle:before {
content: "\f15a";
}
.fi-rr-white-space:before {
content: "\f15b";
}
.fi-rr-wifi:before {
content: "\f15c";
}
.fi-rr-wifi-1:before {
content: "\f15d";
}
.fi-rr-wifi-2:before {
content: "\f15e";
}
.fi-rr-wifi-alt:before {
content: "\f15f";
}
.fi-rr-wifi-exclamation:before {
content: "\f160";
}
.fi-rr-wifi-slash:before {
content: "\f161";
}
.fi-rr-wifi-xmark:before {
content: "\f162";
}
.fi-rr-wind:before {
content: "\f164";
}
.fi-rr-wind-turbine:before {
content: "\f165";
}
.fi-rr-wind-warning:before {
content: "\f166";
}
.fi-rr-window-alt:before {
content: "\f167";
}
.fi-rr-window-frame:before {
content: "\f168";
}
.fi-rr-window-frame-open:before {
content: "\f169";
}
.fi-rr-window-maximize:before {
content: "\f16a";
}
.fi-rr-window-minimize:before {
content: "\f16b";
}
.fi-rr-window-restore:before {
content: "\f16c";
}
.fi-rr-windsock:before {
content: "\f16e";
}
.fi-rr-wine-bottle:before {
content: "\f16f";
}
.fi-rr-wine-glass-crack:before {
content: "\f170";
}
.fi-rr-wine-glass-empty:before {
content: "\f171";
}
.fi-rr-wisdom:before {
content: "\f173";
}
.fi-rr-wishlist-heart:before {
content: "\f174";
}
.fi-rr-wishlist-star:before {
content: "\f175";
}
.fi-rr-woman-head:before {
content: "\f177";
}
.fi-rr-woman-scientist:before {
content: "\f178";
}
.fi-rr-won-sign:before {
content: "\f179";
}
.fi-rr-work-in-progress:before {
content: "\f17b";
}
.fi-rr-workflow:before {
content: "\f17c";
}
.fi-rr-workflow-alt:before {
content: "\f17d";
}
.fi-rr-workflow-setting:before {
content: "\f17e";
}
.fi-rr-workflow-setting-alt:before {
content: "\f17f";
}
.fi-rr-workshop:before {
content: "\f181";
}
.fi-rr-world:before {
content: "\f182";
}
.fi-rr-worldwide-network:before {
content: "\f183";
}
.fi-rr-worm:before {
content: "\f184";
}
.fi-rr-wreath:before {
content: "\f185";
}
.fi-rr-wrench-alt:before {
content: "\f186";
}
.fi-rr-wrench-simple:before {
content: "\f187";
}
.fi-rr-x:before {
content: "\f18a";
}
.fi-rr-x-ray:before {
content: "\f18b";
}
.fi-rr-y:before {
content: "\f18e";
}
.fi-rr-yen:before {
content: "\f192";
}
.fi-rr-yin-yang:before {
content: "\f193";
}
.fi-rr-yoga-mat:before {
content: "\f196";
}
.fi-rr-yoga-moon:before {
content: "\f197";
}
.fi-rr-yoga-posture:before {
content: "\f198";
}
.fi-rr-z:before {
content: "\f19a";
}
.fi-rr-zero-percent:before {
content: "\f19b";
}
.fi-rr-zip-file:before {
content: "\f19c";
}
.fi-rr-zoom-in:before {
content: "\f19e";
}
.fi-rr-zoom-out:before {
content: "\f19f";
}
.fi-rr-it-computer:before {
content: "\f106";
}
.fi-rr-pinata:before {
content: "\f108";
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:$neutral-1000}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
 .animated{animation-duration:1.25s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100px,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100px,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100px,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100px,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100px,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100px,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100px,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100px,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100px,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100px,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100px,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100px,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100px,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100px,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100px,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100px,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100px,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100px,0)}}.slideOutUp{animation-name:slideOutUp}
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap
}
.select2-container .select2-search--inline {
float: left
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051
}
.select2-results {
display: block
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none
}
.select2-results__option[aria-selected] {
cursor: pointer
}
.select2-container--open .select2-dropdown {
left: 0
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.select2-search--dropdown {
display: block;
padding: 4px
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
display: none
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0)
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #1F2938;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #bbb transparent transparent transparent;
border-style: solid;
border-width: 6px 5px 0 5px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #E5E5E5;
cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #bbb transparent;
border-width: 0 5px 6px 5px
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #E5E5E5;
cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 200px;
overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #CBBCFB;
color: #1F2938;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px
}
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}
.carouselTicker__list {
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
}
.carouselTicker__item {
margin: 0 12px;
float: left;
text-align: center;
} .carouselTicker_vertical .carouselTicker__list {
margin: 0;
}
.carouselTicker_vertical .carouselTicker__item {
margin: 0 0 5px 0;
line-height: 60px;
text-align: center;
}
#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item,
#carouselTicker-buttons-controls-example .carouselTicker__item {
width: auto;
height: auto;
line-height: normal;
}
.carouselTicker__item img {
vertical-align: top;
}
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker-rtl {
direction: rtl;
}
.datepicker-rtl.dropdown-menu {
left: auto;
}
.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker {
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker-rtl {
direction: rtl;
}
.datepicker-rtl.dropdown-menu {
left: auto;
}
.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
padding: 4px;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(0, 0, 0, 0.15);
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
text-align: center;
width: 30px;
height: 30px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.datepicker table tr td.highlighted {
color: #000;
background-color: #d9edf7;
border-color: #85c5e5;
border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
color: #000;
background-color: #afd9ee;
border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
color: #000;
background-color: #afd9ee;
border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
color: #000;
background-color: #afd9ee;
border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
color: #000;
background-color: #91cbe8;
border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
background-color: #d9edf7;
border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
background: #d9edf7;
color: #777777;
}
.datepicker table tr td.today {
color: #000;
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
color: #000;
background-color: #ffc966;
border-color: #b37400;
}
.datepicker table tr td.today:hover {
color: #000;
background-color: #ffc966;
border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
color: #000;
background-color: #ffc966;
border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
color: #000;
background-color: #ffbc42;
border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today.focused {
background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
background: #ffdb99;
color: #777777;
}
.datepicker table tr td.range {
color: #000;
background-color: #eeeeee;
border-color: #bbbbbb;
border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
color: #000;
background-color: #d5d5d5;
border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
color: #000;
background-color: #d5d5d5;
border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
color: #000;
background-color: #d5d5d5;
border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
color: #000;
background-color: #c3c3c3;
border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
background-color: #eeeeee;
border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
background: #eeeeee;
color: #777777;
}
.datepicker table tr td.range.highlighted {
color: #000;
background-color: #e4eef3;
border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
color: #000;
background-color: #c1d7e3;
border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
color: #000;
background-color: #c1d7e3;
border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
color: #000;
background-color: #c1d7e3;
border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
color: #000;
background-color: #a8c8d8;
border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
background-color: #e4eef3;
border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
background: #e4eef3;
color: #777777;
}
.datepicker table tr td.range.today {
color: #000;
background-color: #f7ca77;
border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
color: #000;
background-color: #f4b747;
border-color: #815608;
}
.datepicker table tr td.range.today:hover {
color: #000;
background-color: #f4b747;
border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
color: #000;
background-color: #f4b747;
border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
color: #000;
background-color: #f2aa25;
border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
background-color: #f7ca77;
border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
background: #f7ca77;
color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
color: #fff;
background-color: #777777;
border-color: #555555;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
color: #fff;
background-color: #5e5e5e;
border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
color: #fff;
background-color: #5e5e5e;
border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
color: #fff;
background-color: #5e5e5e;
border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
color: #fff;
background-color: #4c4c4c;
border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
background-color: #777777;
border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #777777;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-group.date .input-group-addon {
cursor: pointer;
}
.input-daterange {
width: 100%;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
line-height: 1.42857143;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}
.odometer-formatting-mark {
display: none;
}
:root {
--bs-border-color: #dde1de;
--bs-color-white: #ffffff;
--bs-color-black: #000000;
--bs-color-700: #4d4d4d;
--bs-background-1000: #000000;
--bs-background-white: #ffffff;
--bs-color-1000: #000000;
--bs-background-body: #ffffff;
--bs-background-1: #fff0ec;
--bs-background-2: #d8f4db;
--bs-background-3: #e3f0ff;
--bs-background-4: #f6f3fc;
--bs-background-5: #ffec88;
--bs-background-6: #9dd3fb;
--bs-background-7: #fcf2fa;
--bs-background-8: #f6f3fc;
--bs-background-9: #fcfcf3;
--bs-background-12: #a8e2ef;
--bs-background-card: #ffffff;
--bs-neutral-0: #ffffff;
--bs-neutral-100: #f2f4f6;
--bs-neutral-200: #e4e6e8;
--bs-neutral-300: #d6d7d8;
--bs-neutral-400: #8e8e8e;
--bs-neutral-500: #737373;
--bs-neutral-600: #575756;
--bs-neutral-700: #4d4d4d;
--bs-neutral-800: #454545;
--bs-neutral-900: #313131;
--bs-neutral-1000: #000000;
--bs-button-bg: #70f46d;
--bs-button-bg-2: #f2f4f6;
--bs-button-text: #101010;
--bs-button-text-2: #000000;
--bs-brand-2:#a7da25;
--bs-brand-2-dark: #a7da25;
--bs-brand-2-darken: #a7da25;
--bs-brand-2-light: #2d4a2c;
--bs-link-hover-color: #235922;
--bs-brand-1: #8acfff;
--bs-warning: #ffc700;
--bs-success: #34d674;
--bs-danger: #fc7272;
--bs-color-grey: #afafaf;
--bs-color-2: #c5ff41;
--bs-color-grey-2: #f0f0f0;
--bs-neutral-950: #1e1e1e;
--bs-primary-rgb: 112, 244, 109;
}   html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
main {
display: block;
clear: both;
}
thead {
font-weight: 600;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
max-width: 100%;
}
input,
select,
button,
textarea {
font-family: "TildaSans", Arial, sans-serif;
font-size: 14px;
}
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
outline: none !important;
box-shadow: none !important;
}
input:focus::-moz-placeholder {
opacity: 0;
-moz-transition: 0.4s;
transition: 0.4s;
}
a {
color: var(--bs-neutral-1000);
}
a:hover {
color: var(--bs-link-hover-color) !important;
}
li.hr span {
width: 100%;
height: 1px;
background-color: #e4e4e4;
margin: 20px 0;
display: block;
} ::-moz-placeholder {
color: var(--bs-neutral-600);
opacity: 1;
}
::placeholder {
color: var(--bs-neutral-600);
opacity: 1;
}
:-ms-input-placeholder,
::-webkit-input-placeholder {
color: var(--bs-neutral-600);
opacity: 1;
}
.fix {
overflow: hidden;
}
.hidden {
display: none;
}
.clear {
clear: both;
}
.section {
float: left;
width: 100%;
}
.f-right {
float: right;
}
.capitalize {
text-transform: capitalize;
}
.uppercase {
text-transform: uppercase;
}
.bg-img {
background-position: center center;
background-size: cover;
}
.position-relative {
position: relative;
}
.height-100vh {
height: 100vh !important;
}
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
outline: none !important;
box-shadow: none;
}
.hover-up {
transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
transform: translateY(-3px);
transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
body {
background: #fff;
background-size: contain;
}
.form-control {
border: 1px solid var(--bs-neutral-200);
border-radius: 8px;
background-color: var(--bs-background-card);
padding: 11px 15px 13px 15px;
width: 100%;
color: var(--bs-neutral-600);
}
.form-control::-moz-placeholder {
color: var(--bs-neutral-400);
}
.form-control::placeholder {
color: var(--bs-neutral-400);
}
.form-group {
position: relative;
}
.form-group i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
font-size: 18px;
color: var(--bs-neutral-600);
}
textarea.form-control {
height: auto;
}
.form-icons {
padding-left: 41px;
}
.text-white {
color: #ffffff;
}
.brand-1 {
color: var(--bs-brand-1);
}
@media (min-width: 1400px) {
.container {
max-width: 1248px;
}
}
strong {
font-weight: bold;
}
.divider {
border-top: 1px solid var(--bs-neutral-200);
margin: 20px 0px;
}
a {
text-decoration: none;
}
*:hover {
transition-duration: 0.2s;
}
.section-box,
.box-section {
display: block;
width: 100%;
}
.text-shadow {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.img-responsive {
max-width: 100%;
}
.link-green {
color: #319f1f;
}
.dropdown {
position: relative;
}
.dropdown .dropdown-menu.show {
border: thin solid var(--bs-neutral-200);
box-shadow: 0px 6px 15px 0px rgba(64, 79, 100, 0.05);
background-color: var(--bs-neutral-0);
border-radius: 10px;
padding: 0;
overflow: hidden;
}
.dropdown .dropdown-menu.show .dropdown-item {
padding: 10px 20px;
color: var(--bs-neutral-900);
font-size: 14px;
}
.dropdown .dropdown-menu.show .dropdown-item.active {
color: var(--bs-neutral-0);
text-decoration: none;
background-color: var(--bs-neutral-700);
}
.dropdown .dropdown-menu.show .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: var(--bs-neutral-700);
}
.dropdown .dropdown-menu.show.small .dropdown-item {
padding: 5px 2px;
}
.dropdown.dropdown-sort .dropdown-menu.show {
border-radius: 10px;
margin-top: 20px;
}
.display-1 {
font-size: 96px;
line-height: 76px;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 400;
}
.display-2 {
font-size: 82px;
line-height: 76px;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700;
}
h1,
.heading-1 {
font-size: 64px;
line-height: 76px;
}
h2,
.heading-2 {
font-size: 52px;
line-height: 76px;
}
h3,
.heading-3 {
font-size: 44px;
line-height: 58px;
}
h4,
.heading-4 {
font-size: 36px;
line-height: 48px;
}
h5,
.heading-5 {
font-size: 28px;
line-height: 36px;
}
h6,
.heading-6 {
font-size: 24px;
line-height: 32px;
}
.heading-1-regular {
font-weight: 400;
}
.heading-1-medium {
font-weight: 500;
}
.heading-2-regular {
font-weight: 400;
}
.heading-2-medium {
font-weight: 500;
}
.heading-3-regular {
font-weight: 400;
}
.heading-3-medium {
font-weight: 500;
}
.heading-4-regular {
font-weight: 400;
}
.heading-4-medium {
font-weight: 500;
}
.heading-5-regular {
font-weight: 400;
}
.heading-5-medium {
font-weight: 500;
}
.heading-6-regular {
font-weight: 400;
}
.heading-6-medium {
font-weight: 500;
}
p {
font-family: "TildaSans", Arial, sans-serif;
font-weight: 500;
}
.text-sm,
.text-md,
.text-lg,
.text-xl,
.text-label {
font-family: "TildaSans", Arial, sans-serif;
font-weight: 500;
}
.text-xs,
.text-xs-medium,
.text-xs-bold {
font-size: 12px;
line-height: 18px;
}
.text-sm,
.text-sm-medium,
.text-sm-bold {
font-size: 14px;
line-height: 22px;
}
.text-md,
.text-md-medium,
.text-md-bold {
font-size: 16px;
line-height: 26px;
}
.text-lg,
.text-lg-medium,
.text-lg-bold {
font-size: 18px;
line-height: 28px;
}
.text-xl,
.text-xl-medium,
.text-xl-bold {
font-size: 20px;
line-height: 32px;
}
.text-xs-bold,
.text-sm-bold,
.text-md-bold,
.text-lg-bold,
.text-xl-bold {
font-weight: 700 !important;
}
.text-xs-medium,
.text-sm-medium,
.text-md-medium,
.text-lg-medium,
.text-xl-medium {
font-weight: 500;
}
.text-label {
font-size: 22px;
line-height: 27px;
}
.text-15-medium {
font-size: 15px;
line-height: 23px;
font-weight: 500;
font-family: "TildaSans", Arial, sans-serif;
}
.text-20-medium {
font-size: 20px;
line-height: 26px;
font-weight: 500;
font-family: "TildaSans", Arial, sans-serif;
}
.text-24-semibold {
font-size: 24px;
line-height: 29px;
font-weight: 600;
letter-spacing: 3%;
font-family: "TildaSans", Arial, sans-serif;
}
.text-24-bold {
font-size: 24px;
line-height: 34px;
font-weight: 700;
font-family: "TildaSans", Arial, sans-serif;
}
.text-24-medium {
font-size: 24px;
line-height: 32px;
font-weight: 500;
font-family: "TildaSans", Arial, sans-serif;
}
.text-22-bold {
font-size: 22px;
line-height: 28px;
font-weight: 700;
font-family: "TildaSans", Arial, sans-serif;
}
.text-20-medium {
font-size: 20px;
line-height: 22px;
font-weight: 500;
font-family: "TildaSans", Arial, sans-serif;
}
.text-18-bold {
font-size: 18px;
line-height: 28px;
font-weight: 700;
font-family: "TildaSans", Arial, sans-serif;
}
.text-16-bold {
font-size: 16px;
line-height: 16px;
font-weight: 700;
font-family: "TildaSans", Arial, sans-serif;
}
.text-18-semibold {
font-size: 18px;
line-height: 28px;
font-weight: 600;
font-family: "TildaSans", Arial, sans-serif;
}
.text-32-bold {
font-size: 32px;
line-height: 42px;
font-weight: 700;
font-family: "TildaSans", Arial, sans-serif;
}
.text-48-semibold {
font-size: 48px;
line-height: 55px;
font-weight: 600;
font-family: "TildaSans", Arial, sans-serif;
}
.text-88-semibold {
font-size: 88px;
line-height: 76px;
font-weight: 600;
font-family: "TildaSans", Arial, sans-serif;
}
.text-96 {
font-size: 96px !important;
line-height: 103px !important;
font-weight: 400 !important;
font-family: "TildaSans", Arial, sans-serif !important;
}
.linear-3 {
background: linear-gradient(236deg, #22d1ee 0%, #c5ff41 100%);
}
.color-grey {
color: var(--bs-color-grey);
}
.color-grey-2 {
color: var(--bs-color-grey-2);
}
.linear-1 {
background: linear-gradient(236deg, #22d1ee 0%, #3d5af1 100%);
}
.linear-2 {
background: linear-gradient(236deg, #27d9ae 0%, #23caee 100%);
}
.border-linear-2 {
border-image-source: linear-gradient(to left, #22d1ee, #3d5af1) !important;
}
.bg-1 {
background-color: var(--bs-background-1) !important;
}
.bg-2 {
background-color: var(--bs-background-2) !important;
}
.bg-3 {
background-color: var(--bs-background-3) !important;
}
.bg-4 {
background-color: var(--bs-background-4) !important;
}
.bg-5 {
background-color: var(--bs-background-5) !important;
}
.bg-6 {
background-color: var(--bs-background-6) !important;
} .preloader {
background-color: #000000;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
transition: 0.6s;
margin: 0 auto;
}
.preloader img {
max-width: 250px;
}
.w-85 {
width: 85% !important;
}
.dropdown-language .dropdown-item img {
margin-right: 5px;
}
.box-dropdown-cart {
position: relative;
}
.box-dropdown-cart .dropdown-account,
.box-dropdown-cart .dropdown-cart {
padding: 25px 25px;
width: 120px;
}
.box-dropdown-cart .dropdown-cart {
width: 90px;
}
.box-dropdown-cart .dropdown-account ul li,
.box-dropdown-cart .dropdown-cart ul li {
margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a,
.box-dropdown-cart .dropdown-cart ul li a {
color: var(--bs-neutral-1000);
text-decoration: none;
transition-duration: 0.2s;
}
.box-dropdown-cart .dropdown-account ul li a:hover,
.box-dropdown-cart .dropdown-cart ul li a:hover {
transition-duration: 0.2s;
}
.box-dropdown-cart .dropdown-account ul li a img,
.box-dropdown-cart .dropdown-cart ul li a img {
float: left;
margin: 4px 10px 0px 0px;
}
.dropdown-cart {
display: none;
visibility: hidden;
position: absolute;
right: -70px;
top: calc(100% + 22px);
z-index: 99;
width: 320px;
background-color: #fff;
padding: 22px;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
border-radius: 0 0 4px 4px;
border: 1px solid #3d565f;
}
.dropdown-cart.dropdown-open {
display: block;
visibility: visible;
}
.dropdown-account,
.dropdown-cart {
right: 0;
display: none;
visibility: hidden;
position: absolute;
top: calc(100% + 0px);
border-radius: 8px;
z-index: 99;
width: 220px;
background-color: var(--bs-neutral-0);
padding: 20px;
box-shadow: 0px 6px 15px 0px rgba(64, 79, 100, 0.05);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
border: 0 !important;
}
.dropdown-account.dropdown-open,
.dropdown-cart.dropdown-open {
display: block;
visibility: visible;
}
.dropdown-account ul li,
.dropdown-cart ul li {
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}
.dropdown-account ul li:last-child,
.dropdown-cart ul li:last-child {
margin: 0;
}
.dropdown-account ul li a,
.dropdown-cart ul li a {
color: var(--bs-neutral-1000);
}
.dropdown-account ul li a:hover,
.dropdown-cart ul li a:hover {
color: var(--bs-link-hover-color) !important;
}
.bdrd8 {
border-radius: 8px;
}
.form-group .cb-remember {
height: 15px;
width: 15px;
float: left;
margin: 1px 10px 0px 0px;
}
.form-group .remeber-me label {
font-size: 12px;
line-height: 18px;
font-weight: 500;
margin-bottom: 0px;
}
.form-group label.text-sm-medium {
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
margin-bottom: 8px;
}
.form-group input.username {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/username.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.username:focus {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/username.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.email {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/email.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.email:focus {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/email.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.phone {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/phone.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.phone:focus {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/phone.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.password {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/pass.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.form-group input.password:focus {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/pass.svg);
background-position: left 18px center;
background-repeat: no-repeat;
padding-left: 45px;
}
.box-remember-forgot {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.background-body {
background-color: var(--bs-background-body) !important;
}
.button-bg-2 {
background-color: var(--bs-button-bg-2) !important;
}
.background-1 {
background-color: var(--bs-background-1) !important;
}
.background-2 {
background-color: var(--bs-background-2) !important;
}
.background-3 {
background-color: var(--bs-background-3) !important;
}
.background-4 {
background-color: var(--bs-background-4) !important;
}
.background-5 {
background-color: var(--bs-background-5) !important;
}
.background-6 {
background-color: var(--bs-background-6) !important;
}
.background-7 {
background-color: var(--bs-background-7) !important;
}
.background-8 {
background-color: var(--bs-background-8) !important;
}
.background-9 {
background-color: var(--bs-background-9) !important;
}
.background-card {
background-color: var(--bs-background-card) !important;
}
.background-0 {
background-color: var(--bs-neutral-0) !important;
}
.background-100 {
background-color: var(--bs-neutral-100) !important;
}
.background-1000 {
background-color: var(--bs-neutral-1000) !important;
}
.color-white {
color: var(--bs-color-white) !important;
}
.neutral-0 {
color: var(--bs-neutral-0) !important;
}
.neutral-100 {
color: var(--bs-neutral-100) !important;
}
.neutral-200 {
color: var(--bs-neutral-200) !important;
}
.neutral-300 {
color: var(--bs-neutral-300) !important;
}
.neutral-400 {
color: var(--bs-neutral-400) !important;
}
.neutral-500 {
color: var(--bs-neutral-500) !important;
}
.neutral-600 {
color: var(--bs-neutral-600) !important;
}
.neutral-700 {
color: var(--bs-neutral-700) !important;
}
.neutral-800 {
color: var(--bs-neutral-800) !important;
}
.neutral-900 {
color: var(--bs-neutral-900) !important;
}
.neutral-1000 {
color: var(--bs-neutral-1000) !important;
}
.light-mode {
display: inline-block !important;
}
.dark-mode {
display: none !important;
}
.divider-line {
margin: 20px 0px;
border-bottom: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .invert {
filter: invert(1);
}
[data-bs-theme=dark] .card-miles {
filter: invert(1);
}
[data-bs-theme=dark] .card-gear {
filter: invert(1);
}
[data-bs-theme=dark] .card-fuel {
filter: invert(1);
}
[data-bs-theme=dark] .card-seat {
filter: invert(1);
}
[data-bs-theme=dark] .bg-footer {
filter: invert(1);
}
[data-bs-theme=dark] .card-popular .card-info .card-title:hover,
[data-bs-theme=dark] .card-journey-big .card-info .card-title a:hover {
color: var(--bs-brand-2);
}
[data-bs-theme=dark] .card-popular .card-info .card-meta .card-button a svg {
stroke: var(--bs-color-grey);
}
[data-bs-theme=dark] .btn.btn-dropdown {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-white.svg);
background-repeat: no-repeat;
}
[data-bs-theme=dark] #dropdownSort {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/sort-w.svg) no-repeat right 16px center;
}
[data-bs-theme=dark] .box-top-rated {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/bg-top-rate.png);
}
[data-bs-theme=dark] .header .main-menu li.has-children>a::after,
[data-bs-theme=dark] .header .main-menu li.has-children>a:hover::after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-white.svg);
}
[data-bs-theme=dark] .light-mode {
display: none !important;
}
[data-bs-theme=dark] .dark-mode {
display: inline-block !important;
}
[data-bs-theme=dark] .card-journey-small .card-image .wish,
[data-bs-theme=dark] .card-journey-big .card-image .wish {
background-color: rgba(25, 25, 25, 0.7960784314);
}
[data-bs-theme=dark] .card-journey-small .card-image .wish svg,
[data-bs-theme=dark] .card-journey-big .card-image .wish svg {
stroke: #f2f2f2;
}
[data-bs-theme=dark] .block-testimonials .testimonials-left::before {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/plane-w.png) no-repeat center;
}
[data-bs-theme=dark] .icon-cart span {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-sm-w.svg) no-repeat right center;
}
[data-bs-theme=dark] .card-flight .card-info .card-route .icon-route {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/route.svg) no-repeat center;
}
[data-bs-theme=dark] .btn.btn-dropdown-search:after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/dropdown-w.svg);
}
[data-bs-theme=dark] .need-some-help {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/user-w.svg) no-repeat left center;
}
[data-bs-theme=dark] .box-calendar-date::before {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/dropdown-w.svg);
}
[data-bs-theme=dark] .accordion-button::after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/open-faq-dark.png);
}
[data-bs-theme=dark] .accordion-button:not(.collapsed)::after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/close-faq-dark.png);
}
[data-bs-theme=dark] .box-faqs-inner {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-faq2-dark.png);
}
[data-bs-theme=dark] .box-faqs {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-faq-dark.png);
}
[data-bs-theme=dark] .cb-container input:checked~.checkmark {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/checked-dark.svg);
}
[data-bs-theme=dark] .link-see-more:hover {
color: var(--bs-brand-1);
}
[data-bs-theme=dark] .pagination li a:hover {
background-color: var(--bs-button-bg);
}
[data-bs-theme=dark] .dropdown-sort .dropdown-toggle,
[data-bs-theme=dark] .dropdown-sort #dropdownSort {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/dropdown-dark.svg);
}
[data-bs-theme=dark] .box-filters-sidebar .block-filter .item-collapse {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-up-dark.svg);
}
[data-bs-theme=dark] .box-filters-sidebar .block-filter .item-collapse.collapsed-item {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-filter-dark.svg);
}
[data-bs-theme=dark] .form-group input.username {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/username-w.svg);
}
[data-bs-theme=dark] .form-group input.password {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/pass-w.svg);
}
[data-bs-theme=dark] .form-group input.email {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/popup/email-w.svg);
}
[data-bs-theme=dark] #scrollUp svg {
fill: var(--bs-neutral-0);
}
[data-bs-theme=dark] .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-right-big-w.png) no-repeat center;
}
[data-bs-theme=dark] .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-big-w.png) no-repeat center;
}
[data-bs-theme=dark] .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo .burger-icon {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/close-w.png);
}
[data-bs-theme=dark] .box-search-style-2 .btn-search-submit {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/blog/icon-search-dark.png);
}
.mobile-menu {
margin-top: 30px;
}
[data-bs-theme=dark] {
--bs-border-color: #313131;
--bs-color-white: #ffffff;
--bs-background-1000: #000000;
--bs-background-body: #171717;
--bs-background-1: #242120;
--bs-background-2: #739393;
--bs-background-3: #1d2024;
--bs-background-4: #242226;
--bs-background-5: #ffdc88;
--bs-background-6: #93dced;
--bs-background-7: #1e1c1d;
--bs-background-8: #121d20;
--bs-background-9: #212114;
--bs-background-card: #191919;
--bs-neutral-0: #000000;
--bs-neutral-100: #313131;
--bs-neutral-200: #454545;
--bs-neutral-300: #4d4d4d;
--bs-neutral-400: #575756;
--bs-neutral-500: #737373;
--bs-neutral-600: #8e8e8e;
--bs-neutral-700: #d6d7d8;
--bs-neutral-800: #e4e6e8;
--bs-neutral-900: #f2f4f6;
--bs-neutral-1000: #f2f2f2;
--bs-button-bg: #313131;
--bs-button-bg-2: #222222;
--bs-button-text: #ededed;
--bs-button-text-2: #afafaf;
}
[data-bs-theme=dark] .dark-invert {
filter: invert(1) !important;
}
[data-bs-theme=dark] .card-popular .card-info .card-meta .meta-links a {
border: 0 !important;
}
[data-bs-theme=dark] .card {
border-color: #313131 !important;
}
[data-bs-theme=dark] .card .card-header {
border-color: #313131 !important;
}
[data-bs-theme=dark] input {
border: 1px solid #313131 !important;
}
[data-bs-theme=dark] .dashboard .table {
border-color: #2E3031;
margin-block-end: 0;
}
[data-bs-theme=dark] .dashboard .table thead tr {
border-color: #2E3031;
}
[data-bs-theme=dark] .dashboard .table .thead-light th {
background-color: #2E3031;
color: #bcccf0;
}
[data-bs-theme=dark] .dashboard .table tbody tr {
border-bottom: 1px solid #2E3031 !important;
}
[data-bs-theme=dark] .dashboard .table td {
padding: 12px 20px;
vertical-align: middle;
font-size: 14px;
white-space: nowrap;
}
[data-bs-theme=dark] .bg-neutral-100 {
background-color: #4b4b4b;
}
[data-bs-theme=dark] .btn.neutral-500 {
color: #f4f4f4 !important;
}
[data-bs-theme=dark] .card-journey-small .card-info,
[data-bs-theme=dark] .card-news .card-info,
[data-bs-theme=dark] .card-flight.card-hotel .card-info {
background-color: var(--bs-neutral-100);
}
[data-bs-theme=dark] .box-list-brand-car .item-brand,
[data-bs-theme=dark] .box-list-brand-car .item-brand-2 {
background-color: var(--bs-neutral-200);
}
[data-bs-theme=dark] .box-list-brand-car .item-brand-2 .neutral-500 {
color: var(--bs-neutral-800) !important;
}
[data-bs-theme=dark] .rounded-circle.background-100 {
background-color: var(--bs-neutral-200) !important;
}
[data-bs-theme=dark] .card-journey-small .card-info .card-program .card-location .text-location {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/location-dark.svg) no-repeat left center;
padding-left: 20px;
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.room {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/mile-dark.svg);
}
[data-bs-theme=dark] .card-flight.card-hotel .card-info .card-program .card-location .text-location {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/location-dark.svg) no-repeat left center;
padding-left: 20px;
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.size {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/automatic-dark.svg);
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.parking {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/suitcase-dark.svg);
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.bed {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/fuel-dark.svg);
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.bathroom {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/seat-dark.svg);
}
[data-bs-theme=dark] .card-property.card-flight.card-hotel .card-facilities .item-facilities p.pet {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/car-dark.svg);
}
[data-bs-theme=dark] .item-feature-car img,
[data-bs-theme=dark] .container-banner-activities .box-button-abs .btn img {
filter: invert(1);
}
[data-bs-theme=dark] .card-contact .card-icon svg {
filter: invert(0);
}
[data-bs-theme=dark] .card-contact .card-icon svg path {
fill: #fff;
}
[data-bs-theme=dark] li::marker {
color: #fff;
} .datepicker table tr td,
.datepicker table tr th {
width: auto;
height: auto;
border-radius: 6px;
padding: 8px 15px;
}
.datepicker .next {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/next-day.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
text-indent: -100px;
overflow: hidden;
}
.datepicker .next:hover {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/next-day.png);
background-repeat: no-repeat;
background-position: center;
}
.datepicker .prev {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/prev-day.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
text-indent: -100px;
overflow: hidden;
}
.datepicker .prev:hover {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/prev-day.png);
background-repeat: no-repeat;
background-position: center;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
background-color: var(--bs-brand-2);
border-color: var(--bs-brand-2);
color: var(--bs-color-black);
background-image: linear-gradient(to bottom, var(--bs-brand-2), var(--bs-brand-2));
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
color: var(--bs-color-black);
}
.box-calendar-date {
position: relative;
}
.box-calendar-date::before {
content: "";
height: 10px;
width: 14px;
background-color: transparent;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/dropdown.svg);
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 10px;
top: 10px;
border: 0px;
}
.box-calendar-date input {
border: 0px;
height: auto;
background-color: transparent;
padding-left: 22px !important;
font-family: "TildaSans", Arial, sans-serif;
font-size: 14px;
line-height: 22px;
font-weight: 700;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/calendar.svg) no-repeat left center;
}
.box-calendar-date input:focus {
border: 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/calendar.svg) no-repeat left center;
}
.w-68 {
width: 68%;
}
.noUi-handle {
cursor: pointer !important;
}
.fs-7 {
font-size: 0.75rem !important;
}
.fs-8 {
font-size: 0.875rem !important;
}
.card {
border-color: #e4e6e8 !important;
}
.card .card-header {
border-color: #e4e6e8 !important;
}
.text-primary-dark {
color: var(--bs-link-hover-color) !important;
}
.bg-danger {
background-color: #fc7272 !important;
}
.bg-warning {
background-color: #ffc700 !important;
}
.bg-info {
background-color: #8acfff !important;
}
.badge-info {
background-color: #8acfff !important;
color: #fff;
}
.badge-warning {
background-color: #ffc700 !important;
color: #fff;
}
.badge-danger {
background-color: #fc7272 !important;
color: #fff;
}
.badge-success {
background-color: #34d674 !important;
color: #fff;
}
.dashboard .table {
border-color: #E4EBF1;
margin-block-end: 0;
}
.dashboard .table thead tr {
border-color: #E7EDF2;
}
.dashboard .table .thead-light th {
background-color: #F8FAFB;
color: #111827;
}
.dashboard .table tbody tr {
border-bottom: 1px solid #E7EDF2 !important;
}
.dashboard .table td {
padding: 12px 20px;
vertical-align: middle;
font-size: 14px;
white-space: nowrap;
}
.dashboard .image-avatar img {
max-width: 80px;
border-radius: 8px;
}
.dashboard .image-logo {
min-width: 80px;
max-width: 80px;
}
.form-check-input:checked {
background-color: #5edd5b;
border-color: #5edd5b;
}
.list-image-upload {
display: flex;
align-items: center;
margin: 0px -6px;
}
.list-image-upload .box-upload-image {
padding: 0px 6px;
width: 25%;
}
.list-image-upload .preview-images {
width: 75%;
padding: 0px 6px;
}
.list-image-upload .preview-images .list-preview {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0px -6px;
}
.list-image-upload .preview-images .list-preview .image-preview {
width: 33.33%;
padding: 0px 6px;
}
.list-image-upload .preview-images .list-preview .image-preview .box-image-preview {
overflow: hidden;
position: relative;
border-radius: 8px;
max-height: 183px;
}
.list-image-upload .preview-images .list-preview .image-preview .box-image-preview img {
display: block;
width: 100%;
}
.list-image-upload .preview-images .list-preview .image-preview .box-image-preview .btn-delete-image {
position: absolute;
bottom: 9px;
right: 7px;
z-index: 123;
background-color: var(--bs-neutral-0);
border-radius: 4px;
padding: 6px 9px;
}
.list-image-upload .preview-images .list-preview .image-preview .box-image-preview .btn-delete-image svg {
stroke: var(--bs-neutral-1000);
}
.item-upload-image {
border: 1px dashed var(--bs-warning);
background-color: var(--bs-background-9);
width: 100%;
height: 160px;
border-radius: 8px;
line-height: 160px;
position: relative;
}
.item-upload-image input {
opacity: 0;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 123;
}
.item-upload-image .upload-info {
line-height: 26px;
display: inline-block;
vertical-align: middle;
text-align: center;
width: 100%;
}
.item-upload-image .upload-info svg {
fill: var(--bs-neutral-1000);
}
.item-upload-image .upload-info .icon-upload {
margin-bottom: 8px;
}
.lbl-checkbox {
margin-bottom: 7px;
}
.lbl-checkbox input {
float: left;
margin: 5px 7px 0px 0px;
width: 14px;
height: 14px;
}
.box-extra-services .item-extra-service {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.box-extra-services .item-extra-service .item-extra-1 {
width: 48%;
padding-right: 12px;
}
.box-extra-services .item-extra-service .item-extra-2 {
width: 48%;
padding-right: 12px;
}
.box-extra-services .item-extra-service .item-extra-3 {
min-width: 32px;
max-width: 32px;
}
.box-extra-services .item-extra-service .item-extra-3 svg {
stroke: var(--bs-neutral-1000);
}
.btn.btn-addmore {
border-radius: 50px;
background-color: var(--bs-button-bg-2);
color: var(--bs-button-text-2);
font-size: 14px;
line-height: 22px;
font-weight: 700;
padding: 8px 18px;
border: 0px;
}
.hr {
width: 100%;
height: 1px;
background-color: var(--bs-neutral-100);
}
a,
button,
img,
input,
span,
h4 {
transition: all 0.3s ease 0s;
}
@keyframes slideleft {
10% {
opacity: 0;
transform: scale(0);
right: 0;
}
50% {
opacity: 1;
transform: scale(1);
}
90% {
opacity: 0;
transform: scale(0);
right: 100%;
}
}
[data-loader=spinner] {
width: 35px;
height: 35px;
display: inline-block;
animation: spinner 1.2s infinite ease-in-out;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/favicon.svg);
box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
0% {
transform: perspective(120px) rotateX(0) rotateY(0);
}
50% {
transform: perspective(120px) rotateX(-180deg) rotateY(0);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
}
}
@keyframes shadow-pulse {
0% {
box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
}
100% {
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
}
}
@keyframes shadow-pulse-big {
0% {
box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
}
@keyframes jump {
0% {
transform: translate3d(0, 20%, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.jump {
transform-origin: 0;
animation: jump 0.5s linear alternate infinite;
}
.blur-move {
animation: blur-move 10s ease infinite;
}
@keyframes blur-move {
0% {
top: 0;
left: -10%;
}
25% {
top: -45%;
left: -12%;
}
50% {
top: -45%;
left: 50%;
}
75% {
top: -45%;
left: -12%;
}
100% {
top: 0;
left: -10%;
}
} @keyframes spinning-coin-fall {
0% {
transform: translate(-50%, -50%) perspective(160px) rotateY(0deg) rotateX(0deg);
}
10% {
opacity: 1;
transform: translate(-50%, -50%) perspective(160px) rotateY(-65deg) rotateX(0deg);
}
70% {
opacity: 1;
transform: translate(-50%, -50%) perspective(160px) rotateY(1440deg) rotateX(0deg);
}
90%,
100% {
opacity: 1;
transform: translate(-50%, -50%) perspective(160px) rotateY(2880deg) rotateX(90deg);
}
}
.spinning-coin-fall:before {
animation: spinning-coin-fall 3s infinite;
background-color: var(--bs-brand-2);
border-radius: 100%;
content: "";
height: 40px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform-origin: center;
width: 40px;
}
.page-loader {
width: 30px;
height: 30px;
border: 3px solid #235922;
border-radius: 50%;
display: inline-block;
position: relative;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.page-loader::after {
content: "";
box-sizing: border-box;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 38px;
height: 38px;
border-radius: 50%;
border: 3px solid;
border-color: #5edd5b transparent;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} body {
color: var(--bs-color-1000);
font-family: "TildaSans", Arial, sans-serif;
font-size: 14px;
line-height: 24px;
font-style: normal;
font-weight: 400;
}
.btn {
font-family: "TildaSans", Arial, sans-serif;
border-radius: 0px;
padding: 16px 32px;
font-size: 18px;
line-height: 1;
transition: 0.2s;
}
.btn:hover {
color: var(--bs-brand-2);
}
.btn.btn-dropdown {
padding: 8px 35px 8px 18px;
border-radius: 50px;
border: 1px solid var(--bs-neutral-200);
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 500;
background: var(--bs-neutral-200) url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down.svg) no-repeat right 15px center;
}
.btn.btn-dropdown:after {
display: none;
}
.btn.btn-dropdown:hover {
background-color: var(--bs-neutral-100);
}
.btn.btn-black {
padding: 8px 18px !important;
color: var(--bs-neutral-0) !important;
font-size: 14px !important;
line-height: 22px !important;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700 !important;
background-color: var(--bs-neutral-1000);
border-radius: 12px;
border: 0;
}
.btn.btn-black:hover {
color: var(--bs-neutral-1000) !important;
background-color: var(--bs-neutral-100);
}
.btn.btn-small {
padding: 1px 10px !important;
font-weight: 500 !important;
border-radius: 20px !important;
border: 0 !important;
}
.btn.btn-gray {
padding: 8px 18px !important;
color: var(--bs-neutral-1000) !important;
font-size: 14px !important;
line-height: 22px !important;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700 !important;
background-color: var(--bs-button-bg-2);
border-radius: 12px;
border: 1px solid var(--bs-border-color);
}
.btn.btn-gray svg {
stroke: var(--bs-neutral-1000);
margin-left: 13px;
}
.btn.btn-gray:hover {
color: #000000 !important;
background-color: var(--bs-brand-2);
border: 1px solid var(--bs-brand-2);
}
.btn.btn-gray:hover svg {
stroke: var(--bs-neutral-0);
}
.btn.btn-gray2 {
padding: 12px 22px 12px 28px;
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
color: var(--bs-neutral-1000) !important;
font-size: 16px !important;
line-height: 26px !important;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700 !important;
background-color: var(--bs-button-bg-2);
border-radius: 8px;
}
.btn.btn-gray2 svg {
stroke: var(--bs-neutral-1000);
}
.btn.btn-gray2:hover {
color: #000000 !important;
background-color: var(--bs-brand-2);
border: 1px solid var(--bs-brand-2);
}
.btn.btn-gray2:hover svg {
stroke: #000;
}
.btn.btn-primary {
padding: 12px 22px 12px 28px;
color: #101010 !important;
font-size: 14px !important;
line-height: 26px !important;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700 !important;
background-color: var(--bs-brand-2);
border: 0;
border-radius: 12px;
gap: 8px;
display: flex;
align-items: center;
justify-content: center;
width: -moz-fit-content;
width: fit-content;
}
.btn.btn-primary svg {
stroke: #101010;
}
.btn.btn-primary:hover {
color: #101010 !important;
background-color: var(--bs-neutral-200);
}
.btn.btn-primary:hover svg {
stroke: #101010;
}
.btn.btn-primary2 {
padding: 12px 22px 12px 28px;
color: #000000 !important;
font-size: 14px !important;
line-height: 26px !important;
font-family: "TildaSans", Arial, sans-serif;
font-weight: 700 !important;
background-color: #a7da25;
border: 1px solid var(--bs-brand-2);
border-radius: 12px;
gap: 8px;
display: flex;
align-items: center;
width: -moz-fit-content;
width: fit-content;
}
.btn.btn-primary2 svg path {
fill: var(--bs-neutral-1000);
}
.btn.btn-primary2:hover {
color: #101010 !important;
background-color: var(--bs-brand-2);
}
.btn.btn-primary2:hover svg path {
fill: #000000;
}
.btn.btn-tag {
padding: 12px 22px;
font-size: 14px;
line-height: 22px;
font-weight: 700;
background-color: var(--bs-neutral-100);
border-radius: 12px;
color: var(--bs-neutral-1000);
}
.btn.btn-brand-2 {
padding: 16px 32px;
font-size: 14px;
line-height: 26px;
font-weight: 700;
background-color: var(--bs-brand-2);
border-radius: 12px;
color: var(--bs-color-1000) !important;
display: flex;
align-items: center;
border: 1px solid var(--bs-brand-2-darken);
width: -moz-fit-content;
width: fit-content;
}
.btn.btn-brand-2 .first {
margin-left: 0px;
margin-right: 8px;
}
.btn.btn-brand-2:hover {
color: #000000 !important;
background-color: var(--bs-brand-2-darken);
}
.btn.btn-mode {
padding: 11px 18px;
border-radius: 12px;
background-color: var(--bs-neutral-100);
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 700;
}
.btn.btn-mode img {
display: block;
vertical-align: middle;
}
.btn.btn-dropdown-search {
font-size: 14px;
line-height: 22px;
font-weight: 700;
border: 0px;
color: var(--bs-neutral-1000);
background-color: transparent;
position: relative;
width: auto;
text-align: left;
padding: 5px 40px 5px 5px;
position: relative;
}
.btn.btn-dropdown-search:after {
content: "";
height: 10px;
width: 14px;
background-color: transparent;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/dropdown.svg);
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 10px;
top: 10px;
border: 0px;
}
.btn.btn-white {
background-color: var(--bs-neutral-0);
border: 1px solid var(--bs-border-color);
border-radius: 12px;
min-width: 140px;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: var(--bs-neutral-1000);
}
.btn.btn-white:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-white-md {
padding: 10px 21px 10px 21px;
background-color: var(--bs-neutral-0);
border: 1px solid var(--bs-border-color);
border-radius: 38px;
min-width: auto;
font-size: 16px;
line-height: 18px;
font-weight: 700;
color: var(--bs-neutral-1000);
}
.btn.btn-white-md:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-white-md img {
display: inline-block;
vertical-align: middle;
margin: 0px 1px;
}
.btn.btn-signin {
padding: 11px 18px;
background-color: transparent;
border: 0;
border-radius: 12px;
font-size: 14px;
line-height: 26px;
font-weight: 700;
color: #fff;
}
.btn.btn-signin:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
background-color: var(--bs-brand-2-darken) !important;
color: var(--bs-neutral-900) !important;
}
.btn.btn-signin:hover svg path {
fill: var(--bs-neutral-900);
}
.btn.btn-label-tag {
padding: 8px 18px;
font-size: 14px;
line-height: 22px;
font-weight: 700;
background-color: var(--bs-background-3);
border-radius: 12px;
border: 1px solid var(--bs-border-color);
color: var(--bs-neutral-1000);
}
.btn.btn-label-tag:hover {
background-color: var(--bs-neutral-1000) !important;
color: var(--bs-neutral-0);
}
.btn.btn-login {
background-color: var(--bs-neutral-100);
border-radius: 8px;
padding: 14px;
min-width: 56px;
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
border: 1px solid var(--bs-neutral-200);
height: 56px;
}
.btn.btn-login img {
display: block;
margin: auto;
}
.btn.btn-login:hover {
background-color: var(--bs-neutral-900);
color: var(--bs-neutral-0);
border-color: var(--bs-neutral-900);
}
.btn.btn-google {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 56px;
}
.btn.btn-google img {
margin-right: 10px;
margin-left: 0px;
}
.btn.btn-sort {
padding: 8px 10px;
}
.btn.btn-sort svg {
stroke: var(--bs-neutral-1000);
}
.btn.btn-sort:hover {
background-color: var(--bs-neutral-200);
}
.btn.btn-sort:hover svg {
stroke: var(--bs-brand-2);
}
.btn.btn-share {
padding: 9px 18px;
border: 1px solid var(--bs-border-color);
border-radius: 50px;
background-color: var(--bs-background-card);
color: var(--bs-button-text-2);
font-size: 14px;
line-height: 22px;
font-weight: bold;
}
.btn.btn-share svg {
fill: var(--bs-neutral-1000);
margin-right: 6px;
}
.btn.btn-wishlish {
padding: 9px 18px;
border-radius: 50px;
background-color: var(--bs-button-bg-2);
color: var(--bs-button-text-2);
font-size: 14px;
line-height: 22px;
font-weight: bold;
}
.btn.btn-wishlish svg {
fill: var(--bs-neutral-1000);
margin-right: 6px;
}
.btn.btn-book {
border-radius: 8px;
padding: 15px;
width: 100%;
background-color: var(--bs-brand-2);
color: var(--bs-neutral-1000);
font-size: 16px;
line-height: 26px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}
.btn.btn-book svg {
stroke: var(--bs-neutral-1000);
margin-left: 10px;
}
@keyframes anime {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#scrollUp {
position: relative;
z-index: 10;
display: inline-block;
height: 40px;
border-radius: 50%;
padding: 0px;
width: 40px;
color: #ffffff;
right: 30px;
bottom: 30px;
text-align: center;
z-index: 999 !important;
border: 0;
background: var(--bs-neutral-900);
line-height: 40px;
}
#scrollUp svg {
fill: var(--bs-brand-2);
height: 14px;
position: relative;
z-index: 123;
}
#scrollUp {
animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@keyframes pulse-border {
0% {
transform: translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@keyframes scale-up-center {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
} .switch {
position: relative;
display: inline-block;
width: 65px;
height: 30px;
vertical-align: middle;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--bs-neutral-1000);
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 21px;
width: 21px;
left: 5px;
bottom: 5px;
background: linear-gradient(236deg, #22d1ee 0%, #c5ff41 100%);
transition: 0.4s;
}
input:checked+.slider {
background-color: #70f46d;
}
input:focus+.slider {
box-shadow: 0 0 1px var(--bs-brand-1);
}
input:checked+.slider:before {
transform: translateX(34px);
} .avatar {
position: relative;
display: inline-block;
width: 3rem;
height: 3rem;
}
.avatar-xs {
width: 1.5rem;
height: 1.5rem;
}
.avatar-sm {
width: 2rem;
height: 2rem;
}
.avatar-md {
width: 2.5rem;
height: 2.5rem;
}
.avatar-lg {
width: 3.5rem;
height: 3.5rem;
}
.avatar-xl {
width: 5rem;
height: 5rem;
}
.avatar-xxl {
width: 7rem;
height: 7rem;
}
.icon-xl {
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
}
.icon-shape {
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
vertical-align: middle;
}
.icon-xxs {
width: 1rem;
height: 1rem;
line-height: 1rem;
}
.icon-xs {
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
}
.icon-sm {
width: 2rem;
height: 2rem;
line-height: 2rem;
}
.icon-md {
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
}
.icon-lg {
width: 3rem;
height: 3rem;
line-height: 3rem;
}
.icon-xl {
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
}
.icon-xxl {
width: 4rem;
height: 4rem;
line-height: 4rem;
}
.icon-xxxl {
width: 7rem;
height: 7rem;
line-height: 7rem;
}
.icon_50 {
width: 50px;
height: 50px;
line-height: 50px;
}
.icon_65 {
width: 65px;
height: 65px;
line-height: 65px;
}
.icon_70 {
width: 70px;
height: 70px;
line-height: 70px;
}
.icon_115 {
width: 120px;
height: 120px;
line-height: 120px;
}
.icon_160 {
width: 160px;
height: 160px;
line-height: 160px;
}
.icon_150 {
width: 150px;
height: 150px;
line-height: 150px;
}
.icon_140 {
width: 140px;
height: 140px;
line-height: 140px;
}
.icon_80 {
width: 80px;
height: 80px;
line-height: 80px;
}
.cb-container {
display: inline-block;
position: relative;
padding-left: 30px;
margin-bottom: 12px;
cursor: pointer;
line-height: 24px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.cb-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 1px;
left: 0;
height: 22px;
width: 22px;
background-color: transparent;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/check.svg);
background-position: center;
background-repeat: no-repeat;
border-radius: 4px;
}
.cb-container input:checked~.checkmark {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/checked.svg);
background-position: center;
background-repeat: no-repeat;
}
.cb-container .text-small {
color: var(--bs-neutral-500);
font-weight: 400;
font-size: 17px;
line-height: 24px;
}
.cb-container input:checked~.text-small {
color: var(--bs-neutral-1000);
font-weight: 500;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.cb-container input:checked~.checkmark:after {
display: block;
}
.cb-container input:checked~.text-lbl {
color: neutral-500;
} input:-moz-placeholder,
textarea:-moz-placeholder {
opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
opacity: 1;
}
input {
border: 1px solid #ececec;
border-radius: 10px;
height: 50px;
box-shadow: none;
padding-left: 20px;
font-size: 16px;
width: 100%;
}
input:focus {
border: 1px solid var(--bs-neutral-300);
}
select {
width: 100%;
background: transparent;
border: 0px solid #ececec;
box-shadow: none;
font-size: 16px;
color: var(--bs-neutral-1000);
}
option {
background: #fff;
border: 0px solid #626262;
padding-left: 10px;
font-size: 16px;
}
textarea {
border: 1px solid #ececec;
border-radius: 10px;
height: 50px;
box-shadow: none;
padding: 10px 10px 10px 20px;
font-size: 16px;
width: 100%;
min-height: 250px;
}
textarea:focus {
background: transparent;
border: 1px solid var(--bs-neutral-300);
} .contact-from-area .contact-form-style button {
font-size: 18px;
font-weight: 500;
padding: 20px 40px;
color: #ffffff;
border: none;
background-color: var(--bs-brand-1);
border-radius: 10px;
font-family: "TildaSans", Arial, sans-serif;
}
.contact-from-area .contact-form-style button:hover {
background-color: #8acfff !important;
}
.form-group {
margin-bottom: 12px;
}
.form-group label {
font-size: 16px;
line-height: 16px;
font-weight: 600;
font-family: "TildaSans", Arial, sans-serif;
margin-bottom: 16px;
}
.form-group input {
background: var(--bs-neutral-100);
border: 1px solid var(--bs-neutral-200);
height: 56px;
box-shadow: none;
padding-left: 15px 15px 12px 15px;
font-size: 16px;
width: 100%;
}
.form-group input:focus {
background: transparent;
border-color: var(--bs-neutral-300);
}
.form-group input.form-icons {
padding-left: 42px;
}
label {
margin-bottom: 5px;
}
.radio-container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.radio-container input:checked~.checkmark {
background-color: var(--bs-color-2);
}
.radio-container input:checked~.checkmark:after {
display: block;
}
.radio-container:hover input~.checkmark {
background-color: var(--bs-neutral-300);
}
.radio-container .checkmark:after {
left: 7px;
top: 5px;
width: 8px;
height: 10px;
border: solid var(--bs-neutral-1000);
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.user-icon {
position: relative;
display: flex;
align-items: center;
border: 1px solid var(--bs-neutral-200);
border-radius: 8px;
background-color: var(--bs-background-card);
}
.user-icon .input-icon {
padding-left: 10px;
position: relative;
}
.user-icon .form-control {
border: none;
}
.form-switch {
padding-left: 2.8em;
}
.shadow-2 {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-journey-big {
position: relative;
overflow: hidden;
border-radius: 12px;
border: 1px solid var(--bs-border-color);
max-width: 560px;
width: 100%;
}
.card-journey-big:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-journey-big .card-image {
position: relative;
overflow: hidden;
height: 326px;
}
.card-journey-big .card-image .wish {
position: absolute;
top: 20px;
right: 20px;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.8196078431);
border-radius: 50%;
text-align: center;
line-height: 32px;
z-index: 12;
}
.card-journey-big .card-image .wish svg {
stroke: var(--bs-neutral-1000);
}
.card-journey-big .card-image .wish:hover svg {
stroke: var(--bs-brand-2);
fill: var(--bs-brand-2);
}
.card-journey-big .card-image img {
display: block;
width: 100%;
}
.card-journey-big .card-info {
padding: 43px 32px 32px 32px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
position: relative;
margin-top: -40px;
}
.card-journey-big .card-info .card-rating {
position: absolute;
top: -19px;
z-index: 13;
left: 32px;
right: 32px;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-journey-big .card-info .card-rating .card-left .lightning {
background-color: var(--bs-brand-2);
display: inline-block;
padding: 7px 19px 7px 39px;
border-radius: 50px;
color: var(--bs-color-1000);
font-size: 14px;
line-height: 22px;
font-weight: 700;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/lightning.svg);
background-repeat: no-repeat;
background-position: left 15px center;
}
.card-journey-big .card-info .card-rating .card-right .rating {
display: inline-block;
padding: 6px 16px 6px 30px;
background-color: var(--bs-neutral-0);
border-radius: 50px;
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 700;
border: 1px solid var(--bs-border-color);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/star.svg);
background-repeat: no-repeat;
background-position: left 12px center;
}
.card-journey-big .card-info .card-title a {
color: var(--bs-neutral-1000);
}
.card-journey-big .card-info .card-program {
position: relative;
display: flex;
justify-content: space-between;
}
.card-journey-big .card-info .card-program .duration .card-price {
display: flex;
align-items: flex-end;
}
.card-journey-big .card-info .card-program .duration .card-price h6 {
margin-right: 6px;
}
.card-journey-small {
position: relative;
overflow: hidden;
border-radius: 12px;
justify-content: space-between;
border: 1px solid var(--bs-border-color);
margin-bottom: 24px;
}
.card-journey-small:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-journey-small .card-image {
position: relative;
overflow: hidden;
}
.card-journey-small .card-image .wish {
position: absolute;
top: 20px;
right: 20px;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.8196078431);
border-radius: 50%;
text-align: center;
line-height: 32px;
z-index: 12;
}
.card-journey-small .card-image .wish svg {
stroke: var(--bs-neutral-1000);
}
.card-journey-small .card-image .wish:hover svg {
stroke: var(--bs-brand-2);
fill: var(--bs-brand-2);
}
.card-journey-small .card-image .label {
position: absolute;
top: 22px;
left: 25px;
border-radius: 50px;
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: var(--bs-brand-2);
z-index: 12;
padding: 5px 22px;
background-color: var(--bs-background-card);
}
.card-journey-small .card-image .label.bestsale {
color: var(--bs-success);
}
.card-journey-small .card-image .label.saleoff {
color: var(--bs-brand-2);
}
.card-journey-small .card-image img {
display: block;
height: 100%;
max-width: none;
min-width: 100%;
}
.card-journey-small .card-info {
padding: 38px 30px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
position: relative;
margin-top: -40px;
}
.card-journey-small .card-info .card-facilities {
border-top: 1px solid var(--bs-border-color);
padding-top: 25px;
margin-bottom: 24px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.card-journey-small .card-info .card-facilities .item-facilities {
width: 50%;
}
.card-journey-small .card-info .card-facilities .item-facilities p {
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
margin-bottom: 13px;
}
.card-journey-small .card-info .card-facilities .item-facilities p.speed {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/speed.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.gear {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/engineering.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.fuel {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/fuel.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.seats {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/seat.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.room {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage9/room.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.pax {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/hotel/pax.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.size {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage9/size.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.bed {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage9/bed.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.bathroom {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage9/bathroom.svg);
}
.card-journey-small .card-info .card-facilities .item-facilities p.parkin {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/parking.png);
}
.card-journey-small .card-info .card-facilities .item-facilities p.pet {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/pet.png);
}
.card-journey-small .card-info .card-rating {
position: absolute;
top: -14px;
z-index: 13;
left: 32px;
right: 32px;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-journey-small .card-info .card-rating .card-left .lightning {
background-color: var(--bs-brand-2);
display: inline-block;
padding: 7px 19px 7px 39px;
border-radius: 50px;
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 700;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/lightning.svg);
background-repeat: no-repeat;
background-position: left 15px center;
}
.card-journey-small .card-info .card-rating .card-right .rating {
display: inline-block;
padding: 2px 14px 2px 28px;
background-color: var(--bs-neutral-0);
border-radius: 8px;
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 500;
border: 1px solid var(--bs-border-color);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/star.svg);
background-repeat: no-repeat;
background-position: left 10px center;
}
.card-journey-small .card-info .card-title {
margin-bottom: 8px;
}
.card-journey-small .card-info .card-title a {
color: var(--bs-neutral-1000);
}
.card-journey-small .card-info .card-title a:hover {
color: var(--bs-link-hover-color) !important;
}
.card-journey-small .card-info .card-program {
position: relative;
}
.card-journey-small .card-info .card-program .card-location {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.card-journey-small .card-info .card-program .card-location .text-location {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/location.svg) no-repeat left center;
padding-left: 20px;
}
.card-journey-small .card-info .card-program .card-location .text-star img {
margin-left: 2px;
}
.card-journey-small .card-info .card-program .card-facitlities {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: -15px;
padding-top: 27px;
border-top: 1px solid var(--bs-border-color);
margin-bottom: 15px;
}
.card-journey-small .card-info .card-program .card-facitlities .card-miles,
.card-journey-small .card-info .card-program .card-facitlities .card-gear,
.card-journey-small .card-info .card-program .card-facitlities .card-fuel,
.card-journey-small .card-info .card-program .card-facitlities .card-seat {
width: 50%;
padding: 0px 0px 0px 30px;
margin-bottom: 13px;
color: #000000;
}
.card-journey-small .card-info .card-program .card-facitlities .card-miles {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/mile.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .card-facitlities .card-gear {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/automatic.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .card-facitlities .card-fuel {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/fuel.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .card-facitlities .card-seat {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/seat.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .duration {
margin-bottom: 45px;
}
.card-journey-small .card-info .card-program .duration .card-price {
display: flex;
align-items: flex-end;
}
.card-journey-small .card-info .card-program .duration .card-price h6 {
margin-right: 6px;
}
.card-journey-small .card-info .card-program .card-duration-tour {
display: flex;
align-items: center;
margin-bottom: 35px;
}
.card-journey-small .card-info .card-program .icon-duration {
padding: 0px 20px 0px 22px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/duration.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .icon-guest {
padding: 0px 0px 0px 22px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/guest.svg) no-repeat left center;
}
.card-journey-small .card-info .card-program .endtime {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-journey-small .card-info .card-program .endtime .card-price {
display: flex;
align-items: flex-end;
}
.card-journey-small .card-info .card-program .endtime .card-price h6 {
margin-right: 6px;
}
.card-journey-small.card-journey-small-type-2 .card-info .card-rating .sign {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/sign.svg);
background-position: left 15px center;
padding-left: 35px;
}
.card-journey-small.card-journey-small-type-2 .card-image {
height: 246px;
}
.card-journey-small.card-journey-small-type-2 .card-image img {
min-width: 100%;
}
.card-journey-small.card-journey-small-type-2 .card-links {
margin-top: 24px;
}
.card-journey-small.card-journey-small-type-2 .card-links ul {
display: flex;
align-items: center;
margin: 0px -10px;
flex-wrap: wrap;
list-style: disc;
padding-left: 30px;
}
.card-journey-small.card-journey-small-type-2 .card-links ul li {
width: 50%;
padding: 0px 10px 0px 0px;
margin-bottom: 18px;
color: var(--bs-neutral-500);
}
.card-journey-small.card-journey-small-type-2 .card-links ul li:hover {
color: var(--bs-neutral-1000);
}
.card-journey-small.card-journey-small-type-2 .card-links ul li a {
color: var(--bs-neutral-500);
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.card-journey-small.card-journey-small-type-2 .card-links ul li a:hover {
color: var(--bs-neutral-1000);
}
.card-journey-small.card-journey-small-type-3 {
border: 0px;
}
.card-journey-small.card-journey-small-type-3 .card-info {
margin-top: 0px;
padding: 25px 17px 10px 17px;
}
.card-journey-small.card-journey-small-type-3 .card-image {
border-radius: 12px;
}
.card-journey-small.card-grid-real .card-info {
border: 1px solid var(--bs-border-color);
border-radius: 12px;
margin: -40px -1px -1px -1px;
}
.card-journey-small.card-grid-real .card-info .card-location {
margin-bottom: 27px;
}
.card-journey-small.card-grid-car {
border: 1px solid var(--bs-border-color);
background-color: var(--bs-neutral-0) !important;
}
.card-journey-small.card-grid-car .card-info {
border: 1px solid var(--bs-border-color);
border-radius: 12px;
margin: 0px -1px -1px -1px;
}
.card-journey-small.card-grid-car .card-info .card-location {
margin-bottom: 27px;
}
.card-journey-small.card-grid-car .card-image {
line-height: 326px;
}
.card-journey-small.card-grid-car .card-image img {
max-width: 100%;
height: auto;
min-width: auto;
margin: auto;
display: inline-block;
vertical-align: middle;
}
.card-popular {
padding: 15px 16px 19px 16px;
border-radius: 12px;
border: 1px solid var(--bs-border-color);
margin-bottom: 24px;
}
.card-popular .card-image {
position: relative;
overflow: hidden;
height: auto;
border: 1px solid var(--bs-border-color);
width: 100%;
border-radius: 10px;
margin-bottom: 18px;
}
.card-popular .card-image img {
display: block;
width: 100%;
}
.card-popular .card-info .card-title {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: var(--bs-neutral-1000);
margin-bottom: 4px;
display: block;
}
.card-popular .card-info .card-title:hover {
color: var(--bs-link-hover-color) !important;
}
.card-popular .card-info .card-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-popular .card-info .card-meta .meta-links a {
color: var(--bs-neutral-500);
font-size: 12px;
line-height: 18px;
font-weight: 700;
padding: 4px 11px;
border-radius: 18px;
border: 0.6px solid var(--bs-border-color);
background: var(--Button-button-bg-2, #f2f4f6);
}
.card-popular .card-info .card-meta .card-button a {
display: inline-block;
height: 27px;
width: 27px;
text-align: center;
line-height: 24px;
border-radius: 50%;
background-color: var(--bs-neutral-100);
}
.card-popular .card-info .card-meta .card-button a svg {
stroke: var(--bs-neutral-1000);
}
.card-popular .card-info .card-meta .card-button a:hover {
background-color: var(--bs-brand-2);
}
.card-popular .card-info .card-meta .card-button a:hover svg {
stroke: #000000;
}
.card-popular.card-top-destination {
border-radius: 16px;
display: flex;
align-items: center;
}
.card-popular.card-top-destination:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-popular.card-top-destination .card-image {
width: 80px;
min-width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
margin-right: 18px;
margin-bottom: 0px;
}
.card-popular.card-top-destination .card-image img {
width: 80px;
height: 80px;
border-radius: 50%;
}
.card-popular.card-top-destination .card-info {
position: relative;
width: 100%;
}
.card-popular.card-top-destination .card-info .card-title {
font-size: 18px;
line-height: 28px;
font-weight: bold;
}
.card-popular.card-top-destination .card-info .card-meta {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.card-popular.card-top-destination .card-info .card-meta .meta-links {
margin-bottom: 10px;
}
.card-popular.card-top-destination .card-info .card-meta .meta-links .text-tour {
display: inline-block;
padding-left: 14px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage6/flag.svg) no-repeat left center;
}
.card-popular.card-top-destination .card-info .card-meta .meta-links .text-property {
display: inline-block;
padding-left: 18px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage9/property.svg) no-repeat left center;
}
.card-popular.card-top-destination .card-info .card-meta .meta-links .text-post {
display: inline-block;
padding-left: 18px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/blog/post.svg) no-repeat left center;
}
.card-popular-2 {
padding: 18px;
border-radius: 12px;
border: 1px solid var(--bs-border-color);
margin-bottom: 24px;
background-color: var(--bs-button-bg-2);
}
.card-popular-2 .card-info h6 {
padding: 10px;
margin: 0px;
}
.card-popular-2 .card-meta {
margin-top: 5px;
padding: 12px 26px;
background-color: var(--bs-button-bg);
color: var(--bs-neutral-0);
border-radius: 16px;
font-size: 16px;
line-height: 20px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-popular-2 .card-meta .meta-links {
width: 75%;
line-height: 22px;
color: var(--bs-color-white);
}
.card-popular-2 .card-meta .card-button {
width: 45%;
text-align: right;
}
.card-popular-2 .card-meta .card-button a {
display: inline-block;
height: 27px;
width: 27px;
text-align: center;
line-height: 25px;
border-radius: 50%;
background-color: var(--bs-neutral-0);
}
.card-popular-2 .card-meta .card-button a svg {
stroke: var(--bs-neutral-1000);
}
.card-popular-2.card-popular-3 {
background-color: var(--bs-brand-2);
}
.card-popular-2.card-popular-3 .card-info h6 {
color: var(--bs-neutral-1000) !important;
}
.card-why-choose-us {
text-align: center;
position: relative;
border: 1px solid var(--bs-border-color);
border-radius: 12px;
padding: 24px 32px;
margin-bottom: 24px;
background-color: var(--bs-brand-2);
}
.card-why-choose-us:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-why-choose-us .card-image {
margin-bottom: 11px;
}
.card-why-choose-us .card-info h6 {
margin-bottom: 8px;
color: var(--bs-neutral-1000);
}
.card-why-choose-us .card-info p {
color: var(--bs-neutral-600);
}
.card-why-choose-us.card-why-choose-us-type-2 {
text-align: left;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/fast-booking.png);
background-repeat: no-repeat;
background-position: bottom right;
background-color: var(--bs-border-color);
min-height: 268px;
}
.card-why-choose-us.card-why-choose-us-type-3 {
text-align: left;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/best-price.png);
background-repeat: no-repeat;
background-position: bottom right;
background-color: var(--bs-border-color);
min-height: 268px;
padding-right: 80px;
background-color: var(--bs-brand-2);
}
.card-flight {
border-radius: 12px;
position: relative;
overflow: hidden;
display: flex;
max-width: 612px;
width: 100%;
min-width: 612px;
margin-bottom: 24px;
}
.card-flight .card-image {
max-width: 263px;
width: 100%;
height: 311px;
}
.card-flight .card-image .wish {
position: absolute;
top: 20px;
left: 20px;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.8196078431);
border-radius: 50%;
text-align: center;
line-height: 32px;
z-index: 12;
}
.card-flight .card-image .wish svg {
stroke: var(--bs-neutral-1000);
}
.card-flight .card-image .wish:hover svg {
stroke: var(--bs-brand-2);
fill: var(--bs-brand-2);
}
.card-flight .card-image img {
display: block;
height: auto;
min-height: 100%;
max-width: none;
min-width: 100%;
max-height: 100%;
}
.card-flight .card-info {
padding: 38px 31px;
width: calc(100% + 30px);
margin-left: -30px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
height: 311px;
}
.card-flight .card-info .card-date {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.card-flight .card-info .card-date .date-1 {
color: var(--bs-neutral-500);
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/clock.svg) no-repeat left center;
display: inline-block;
padding: 0px 0px 0px 20px;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.card-flight .card-info .card-date .line {
display: inline-block;
margin: 0px 16px;
height: 1px;
width: 18px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/line.png) no-repeat center;
}
.card-flight .card-info .card-route {
display: flex;
align-items: center;
margin-bottom: 18px;
}
.card-flight .card-info .card-route .icon-route {
display: inline-block;
margin: 0px 18px;
height: 24px;
width: 24px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/icon-route.svg) no-repeat center;
}
.card-flight .card-info .card-price {
display: flex;
align-items: center;
}
.card-flight .card-info .card-price .card-price-1 {
position: relative;
padding: 0px 42px 0px 42px;
}
.card-flight .card-info .card-price .card-price-1 p {
color: var(--bs-neutral-600);
margin-bottom: 8px;
}
.card-flight .card-info .card-price .card-price-1::before {
content: "";
height: 42px;
width: 1px;
background-color: var(--bs-neutral-200);
position: absolute;
top: 15px;
right: 0px;
}
.card-flight .card-info .card-price .card-price-1:first-child {
padding-left: 0px;
}
.card-flight .card-info .card-price .card-price-1:last-child {
padding-right: 0px;
}
.card-flight .card-info .card-price .card-price-1:last-child::before {
display: none;
}
.card-flight .card-info .card-meta {
margin-top: 34px;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-flight.card-hotel .card-info {
padding: 52px 48px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
position: relative;
z-index: 2;
}
.card-flight.card-hotel .card-info .card-title {
margin-bottom: 8px;
margin-top: 15px;
}
.card-flight.card-hotel .card-info .card-title a {
color: var(--bs-neutral-1000);
}
.card-flight.card-hotel .card-info .card-title a:hover {
color: var(--bs-link-hover-color) !important;
}
.card-flight.card-hotel .card-info .card-program {
position: relative;
}
.card-flight.card-hotel .card-info .card-program .card-location {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 45px;
}
.card-flight.card-hotel .card-info .card-program .card-location .text-location {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/location.svg) no-repeat left center;
padding-left: 20px;
}
.card-flight.card-hotel .card-info .card-program .card-location .text-star img {
margin-left: 2px;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: -15px;
padding-top: 27px;
border-top: 1px solid var(--bs-border-color);
margin-bottom: 15px;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-miles,
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-gear,
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-fuel,
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-seat {
width: 50%;
padding: 0px 0px 0px 30px;
margin-bottom: 13px;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-miles {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/mile.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-gear {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/automatic.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-fuel {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/fuel.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .card-facitlities .card-seat {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/seat.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .duration {
margin-bottom: 45px;
}
.card-flight.card-hotel .card-info .card-program .duration .card-price {
display: flex;
align-items: flex-end;
}
.card-flight.card-hotel .card-info .card-program .duration .card-price h6 {
margin-right: 6px;
}
.card-flight.card-hotel .card-info .card-program .card-duration-tour {
display: flex;
align-items: center;
margin-bottom: 35px;
}
.card-flight.card-hotel .card-info .card-program .icon-duration {
padding: 0px 20px 0px 22px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/duration.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .icon-guest {
padding: 0px 0px 0px 22px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/guest.svg) no-repeat left center;
}
.card-flight.card-hotel .card-info .card-program .endtime {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-flight.card-hotel .card-info .card-program .endtime .card-price {
display: flex;
align-items: flex-end;
}
.card-flight.card-hotel .card-info .card-program .endtime .card-price h6 {
margin-right: 6px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col {
display: flex;
align-items: center;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-program {
padding-right: 30px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price {
min-width: 206px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price .box-hotel-price {
border: 1px solid var(--bs-border-color);
border-radius: 16px;
padding: 24px;
text-align: center;
background-color: var(--bs-background-9);
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price .box-hotel-price .price-throught {
text-decoration: line-through;
margin-bottom: 5px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price .box-hotel-price .price-main {
margin-bottom: 5px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price .box-hotel-price .card-button {
margin-top: 25px;
}
.card-walking {
border-radius: 8px;
padding: 55px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/walking.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
width: 506px;
height: 406px;
}
.card-walking .card-info h4 {
color: var(--bs-neutral-0);
margin-bottom: 32px;
}
.card-advanture {
border-radius: 8px;
padding: 55px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/advance.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
width: 612px;
height: 406px;
text-align: right;
}
.card-advanture .card-info {
display: inline-block;
text-align: left;
max-width: 220px;
}
.card-advanture .card-info h4 {
color: var(--bs-neutral-0);
margin-bottom: 32px;
}
.card-vacation {
width: 426px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/vacation.png);
}
.card-vacation .card-info {
max-width: 180px;
}
.card-vacation .card-info p,
.card-vacation .card-info h5 {
color: var(--bs-neutral-0);
margin-bottom: 4px;
}
.card-walking-2 {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/walking2.png);
}
.card-news {
position: relative;
overflow: hidden;
border-radius: 12px;
border: 1px solid var(--bs-border-color);
max-width: 100%;
width: 100%;
}
.card-news:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-news:hover .icon-shape-arrow {
background-color: var(--bs-brand-2) !important;
border: 0 !important;
}
.card-news .card-image {
position: relative;
overflow: hidden;
height: auto;
}
.card-news .card-image .label {
position: absolute;
top: 20px;
left: 20px;
border-radius: 50px;
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: var(--bs-neutral-1000);
z-index: 12;
padding: 8px 18px;
background-color: var(--bs-neutral-0);
}
.card-news .card-image .wish {
position: absolute;
top: 20px;
right: 20px;
width: 32px;
height: 32px;
background-color: rgba(255, 255, 255, 0.8196078431);
border-radius: 50%;
text-align: center;
line-height: 32px;
z-index: 12;
}
.card-news .card-image .wish svg {
stroke: var(--bs-neutral-1000);
}
.card-news .card-image .wish:hover svg {
stroke: var(--bs-brand-2-darken);
fill: var(--bs-brand-2-darken);
}
.card-news .card-image img {
display: block;
height: 300px;
width: 100%;
object-fit: cover;
}
.card-news .card-info {
padding: 30px 31px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
position: relative;
margin-top:-40px;
}
.card-news .card-info .card-meta {
margin-bottom: 12px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.card-news .card-info .card-meta .post-date {
display: inline-block;
padding: 0px 16px 0px 20px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/calendar.svg) no-repeat left center;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
}
.card-news .card-info .card-meta .post-time {
display: inline-block;
padding: 0px 16px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/time.svg) no-repeat left center;
}
.card-news .card-info .card-meta .post-comment {
display: inline-block;
padding: 0px 0px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/comment.svg) no-repeat left center;
}
.card-news .card-info .card-title {
margin-bottom: 0px;
}
.card-news .card-info .card-title a {
color: var(--bs-neutral-1000);
}
.card-news .card-info .card-title a:hover {
color: var(--bs-link-hover-color) !important;
}
.card-news .card-info .card-program {
position: relative;
}
.card-news .card-info .card-program .card-location {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 45px;
}
.card-news .card-info .card-program .card-location .text-location {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/location.svg) no-repeat left center;
padding-left: 20px;
}
.card-news .card-info .card-program .card-location .text-star img {
margin-left: 2px;
}
.card-news .card-info .card-program .endtime {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-news .card-info .card-program .endtime .card-author {
display: flex;
align-items: center;
}
.card-news .card-info .card-program .endtime .card-author img {
margin-right: 10px;
}
.card-testimonial {
max-width: 470px;
width: 100%;
min-height: 355px;
display: flex;
flex-direction: column;
gap: 20px;
padding: 28px;
border: 1px solid var(--bs-border-color);
border-radius: 16px;
background-color: #b7ff0059 !important;
box-sizing: border-box;
}
.card-testimonial .card-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
margin: 0;
border: 0;
}
.card-testimonial .card-author {
display: flex;
align-items: center;
gap: 14px;
width: 100%;
min-width: 0;
}
.card-testimonial .card-image {
width: 64px;
height: 64px;
flex: 0 0 64px;
overflow: hidden;
border-radius: 50%;
}
.card-testimonial .card-image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
border-radius: 50%;
}
.card-author-info {
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
min-width: 0;
flex: 1;
}
.card-title {
margin: 0;
line-height: 1.2;
color: #fff;
word-break: break-word;
}
.card-rate {
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
}
.card-rate img {
width: 18px;
height: 18px;
display: block;
}
.card-rate .star-empty {
opacity: 0.25;
}
.card-info {
display: flex;
flex-direction: column;
gap: 16px;
flex: 1;
}
.review-text {
color: #fff;
line-height: 1.6;
}
.review-text p:last-child {
margin-bottom: 0;
}
.review-image {
margin-top: auto;
}
.review-image-thumb {
display: block;
width: 100%;
max-height: 180px;
object-fit: cover;
border-radius: 12px;
cursor: pointer;
}
.card-author.no-avatar {
padding-left: 0;
}
.card-author.has-avatar {
padding-left: 0;
} .card-author.no-avatar .card-author-info {
margin-left: 0;
}
.card-place {
position: relative;
margin-bottom: 16px;
display: flex;
align-items: center;
}
.card-place .card-image {
min-width: 168px;
height: 130px;
position: relative;
overflow: hidden;
width: 100%;
max-width: 168px;
border-radius: 16px 0 0 16px;
}
.card-place .card-image img {
display: block;
height: 100%;
}
.card-place .card-info {
border-radius: 16px;
border: 1px solid var(--bs-border-color);
padding: 17px;
background-color: var(--bs-neutral-0);
width: calc(100% + 21px);
margin-left: -21px;
position: relative;
z-index: 2;
overflow: hidden;
min-height: 130px;
}
.card-place .card-info .card-info-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
}
.card-place .card-info .card-info-top .card-rate {
color: var(--bs-neutral-500);
}
.card-place .card-info .card-info-top .card-rate img {
margin-right: 5px;
display: inline-block;
vertical-align: middle;
}
.card-place .card-info .card-info-top a {
color: var(--bs-neutral-1000);
}
.card-place .card-info .card-info-top a:hover {
color: var(--bs-brand-2);
}
.card-place .card-info .card-info-bottom {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 5px;
}
.card-place .card-info .card-info-bottom p {
width: 70%;
padding-right: 20px;
}
.card-place .card-info .card-info-bottom a {
display: inline-block;
height: 27px;
width: 27px;
text-align: center;
line-height: 24px;
border-radius: 50%;
background-color: var(--bs-neutral-100);
}
.card-place .card-info .card-info-bottom a svg {
stroke: var(--bs-neutral-1000);
}
.card-place .card-info .card-info-bottom a:hover {
background-color: var(--bs-neutral-1000);
}
.card-place .card-info .card-info-bottom a:hover svg {
stroke: var(--bs-neutral-0);
}
.card-home-link {
background-color: #ffffff;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
padding: 16px;
margin-bottom: 16px;
display: flex;
align-items: flex-start;
}
.card-home-link .card-icon {
width: 45px;
height: 45px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
text-align: center;
line-height: 41px !important;
background-color: var(--bs-neutral-100);
margin-right: 12px;
min-width: 45px;
padding: 0px !important;
}
.card-home-link .card-icon img {
display: inline-block;
vertical-align: middle;
}
.card-home-link .card-info a {
padding: 0px !important;
}
.card-home-link .card-info a:hover {
color: var(--bs-warning) !important;
}
.card-home-link:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-home-link:hover .card-icon {
background-color: var(--bs-brand-2);
}
.card-banner {
position: relative;
}
.card-banner .card-image {
position: relative;
}
.card-banner .card-image img {
display: block;
border-radius: 16px;
}
.card-banner .card-info {
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
z-index: 12;
padding: 36px;
}
.card-banner .card-info h4 {
margin-bottom: 29px;
}
.card-banner .card-info h5 {
margin-bottom: 51px;
}
.card-why-travel {
position: relative;
background-color: var(--bs-background-2);
border-radius: 16px;
padding: 35px 29px;
margin-bottom: 35px;
text-align: center;
}
.card-why-travel .card-image {
background-color: var(--bs-neutral-0);
border-radius: 16px;
height: 64px;
width: 64px;
text-align: center;
line-height: 64px;
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
margin: auto;
margin-bottom: 11px;
}
.card-why-travel .card-image img {
display: inline-block;
vertical-align: middle;
}
.card-why-travel .card-info .card-title {
display: block;
margin-bottom: 11px;
color: var(--bs-neutral-1000);
}
.card-why-travel .card-info .card-title:hover {
color: var(--bs-brand-2);
}
.card-why-travel .card-info .card-desc {
margin-bottom: 11px;
}
.card-why-travel .card-info .card-link {
color: var(--bs-neutral-1000);
}
.card-why-travel .card-info .card-link svg {
stroke: var(--bs-neutral-1000);
margin-left: 5px;
}
.card-why-travel .card-info .card-link:hover {
color: var(--bs-brand-2);
}
.card-why-travel .card-info .card-link:hover svg {
stroke: var(--bs-brand-2);
}
.card-why-travel.card-why-travel-2 {
text-align: left;
display: flex;
align-items: flex-start;
}
.card-why-travel.card-why-travel-2:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-why-travel.card-why-travel-2 .card-image {
min-width: 64px;
height: 64px;
margin: 0px;
margin-right: 16px;
}
.card-why-travel.card-why-travel-2 .card-info .card-link svg {
stroke: #afafaf;
}
.card-popular-destination {
position: relative;
text-align: center;
}
.card-popular-destination .card-image {
display: table;
margin: auto;
overflow: hidden;
max-width: 100px;
border-radius: 1350px;
margin-bottom: 16px;
}
.card-popular-destination .card-image img {
display: block;
height: 100%;
}
.card-popular-destination .card-info a {
color: var(--bs-neutral-1000);
}
.card-popular-destination .card-info a:hover {
color: var(--bs-brand-2);
}
.card-popular-destination.card-popular-destination-type-2 .card-image {
height: 100px;
width: 100px;
display: inline-block;
}
.card-popular-destination.card-popular-destination-type-2 .card-image img {
height: auto;
}
.card-support {
background-color: #a8baf9;
border-radius: 12px;
padding: 37px 31px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-support.png);
background-position: bottom center;
background-repeat: no-repeat;
margin-bottom: 24px;
}
.card-support .card-info {
position: relative;
margin-bottom: 42px;
}
.card-support .card-info h6 {
margin-bottom: 8px;
}
.card-support .card-image {
position: relative;
}
.card-support .card-image img {
display: block;
width: 100%;
border-radius: 12px;
margin-bottom: 12px;
border: 1px solid var(--bs-neutral-0);
}
.card-bestprice {
background-color: #d4f6c0;
border-radius: 12px;
padding: 43px 51px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-bestprice.png);
background-position: bottom center;
background-repeat: no-repeat;
margin-bottom: 24px;
}
.card-bestprice .card-info {
position: relative;
margin-bottom: 10px;
}
.card-bestprice .card-info h6 {
margin-bottom: 8px;
}
.card-bestprice .card-info p {
margin-bottom: 32px;
}
.card-explore {
background-color: #a8e2ef;
border-radius: 12px;
padding: 44px 40px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-explore.png);
background-position: bottom center;
background-repeat: no-repeat;
margin-bottom: 24px;
}
.card-explore .card-info {
position: relative;
}
.card-explore .card-info h6 {
margin-bottom: 8px;
}
.card-explore .card-info p {
margin-bottom: 32px;
}
.card-love-us {
background-color: transparent;
padding: 0px;
display: flex;
align-items: flex-start;
}
.card-love-us .card-image {
min-width: 64px;
margin: 0px;
margin-right: 16px;
}
.card-love-us .card-info {
text-align: left;
}
.btn-play {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 101px;
width: 101px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-1/play.png) no-repeat center;
background-size: cover;
}
.card-video {
position: relative;
margin-bottom: 30px;
overflow: hidden;
border-radius: 12px;
}
.card-video .card-image {
position: relative;
}
.card-video .card-image .btn-play {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 101px;
width: 101px;
margin: auto;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-1/play.png) no-repeat center;
background-size: cover;
}
.card-video .card-image img {
display: block;
width: 100%;
}
.card-video.card-video-small .card-image .btn-play {
height: 60px;
width: 60px;
}
.card-video.card-video-type-2 {
border-radius: 8px;
}
.card-spot {
position: relative;
background-color: var(--bs-neutral-0);
padding: 12px;
border-radius: 12px;
margin-bottom: 30px;
border: 1px solid var(--bs-border-color);
}
.card-spot:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.card-spot .card-image {
position: relative;
}
.card-spot .card-image img {
display: block;
width: 100%;
object-fit: cover;
}
.card-spot .card-info {
position: absolute;
bottom: 24px;
right: 24px;
left: 24px;
background-color: var(--bs-neutral-0);
z-index: 12;
border-radius: 8px;
padding: 16px;
display: flex;
align-items: flex-end;
}
.card-spot .card-info .card-left {
width: 100%;
}
.card-spot .card-info .card-left .card-desc a {
display: inline-block;
margin-right: 10px;
}
.card-spot .card-info .card-right {
min-width: 27px;
}
.card-spot .card-info .card-right .card-button a {
display: inline-block;
height: 27px;
width: 27px;
text-align: center;
line-height: 24px;
border-radius: 50%;
background-color: #f2f4f6;
}
.card-spot .card-info .card-right .card-button a svg {
stroke: var(--bs-color-black);
}
.card-spot .card-info .card-right .card-button a:hover {
background-color: var(--bs-brand-2);
}
.card-spot .card-info .card-right .card-button a:hover svg {
stroke: #000000;
}
.card-spot.card-spot-2 {
padding: 0px;
border-radius: 16px;
overflow: hidden;
}
.card-spot.card-spot-2 .card-info {
left: 14px;
right: 14px;
bottom: 14px;
}
.card-spot.card-spot-2 .card-info-two-col {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 0px 14px 14px 14px;
}
.card-spot.card-spot-2 .card-info-two-col .card-info {
position: relative;
left: auto;
right: auto;
bottom: auto;
max-width: 50%;
min-width: 370px;
}
.card-banner-slide {
position: relative;
}
.card-banner-slide .card-image {
position: relative;
min-height: 232px;
overflow: hidden;
border-radius: 16px;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage4/bg-slider.png);
width: 100%;
background-size: cover;
}
.card-banner-slide .card-info {
position: absolute;
right: 35px;
bottom: 30px;
z-index: 12;
text-align: right;
}
.card-banner-slide .card-info h6 {
display: inline-block;
text-align: left;
margin-bottom: 35px;
color: var(--bs-neutral-0);
font-size: 24px;
line-height: 32px;
}
.card-banner-slide .card-info .box-button {
display: flex;
align-items: center;
justify-content: flex-end;
}
.card-banner-slide .card-info .btn.btn-brand-2 {
padding: 6px 22px;
font-size: 12px;
line-height: 18px;
}
.card-banner-slide.card-banner-slide-2 .card-info,
.card-banner-slide.card-banner-slide-3 .card-info {
text-align: left;
right: auto;
left: 30px;
}
.card-banner-slide.card-banner-slide-2 .card-info p,
.card-banner-slide.card-banner-slide-3 .card-info p {
margin-bottom: 5px;
}
.card-banner-slide.card-banner-slide-2 .card-info .box-button,
.card-banner-slide.card-banner-slide-3 .card-info .box-button {
justify-content: flex-start;
}
.card-banner-slide.card-banner-slide-2 .card-info h6,
.card-banner-slide.card-banner-slide-3 .card-info h6 {
color: var(--bs-color-1000);
margin-bottom: 23px;
}
.card-banner-slide.card-banner-slide-3 .card-info .box-title-top p {
display: inline-block;
background-color: var(--bs-brand-2);
padding: 2px 10px;
border-radius: 4px;
margin-bottom: 10px;
}
.card-banner-slide.card-banner-slide-3 .card-info .box-title-middle {
margin-bottom: 23px;
}
.card-banner-slide.card-banner-slide-3 .card-info .box-title-middle h6 {
display: block;
background-color: var(--bs-brand-2);
padding: 2px 10px;
border-radius: 4px;
margin-bottom: 5px;
}
.card-why {
text-align: center;
margin-bottom: 40px;
}
.card-why .card-image {
margin-bottom: 12px;
}
.card-why .card-image svg path {
fill: var(--bs-neutral-1000);
}
.card-why .card-info h6 {
margin-bottom: 8px;
text-align: center;
}
.card-why.card-why-2 {
border: 1px solid var(--bs-border-color);
border-radius: 16px;
background-color: var(--bs-background-1);
padding: 29px;
margin-bottom: 24px;
}
.card-why.card-why-2 .card-image {
background-position: center;
background-repeat: no-repeat;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage6/bg-image-why.png);
height: 45px;
line-height: 45px;
}
.card-why.card-why-2 .card-image img {
display: inline-block;
vertical-align: middle;
}
.card-activity {
background-color: #8cd8e9;
border-radius: 12px;
padding: 40px 40px 20px 40px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/bg-activity.png);
background-repeat: no-repeat;
background-position: bottom right;
margin-bottom: 40px;
}
.card-activity .card-info h6 {
margin-bottom: 22px;
}
.card-activity .card-image {
margin-top: 60px;
text-align: center;
}
.card-category {
height: 316px;
border-radius: 8px;
width: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/waking-up.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.card-category::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/bg-trans.png);
background-repeat: repeat;
background-position: center;
z-index: 2;
}
.card-category .card-image {
position: relative;
z-index: 1;
}
.card-category .card-info {
position: absolute;
top: 40px;
left: 40px;
right: 40px;
z-index: 3;
text-align: left;
bottom: 0px;
}
.card-category .card-info .card-text {
display: inline-block;
text-align: left;
}
.card-category .card-info .card-text .box-img-activity {
margin-top: 10px;
margin-bottom: -15px;
}
.card-category.card-category-2 {
height: 400px;
max-width: 400px;
margin: auto;
margin-bottom: 30px;
}
.card-category.card-category-3 {
height: 400px;
max-width: 400px;
margin: auto;
margin-bottom: 30px;
position: relative;
}
.card-category.card-category-3 .card-info {
left: 25px;
}
.card-category.card-category-3 .card-info .phone-activity {
position: absolute;
bottom: 25px;
left: 22px;
}
.btn-play-sm {
position: absolute;
top: 50%;
height: 48px;
width: 48px;
left: 0px;
right: 0px;
margin: auto;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-1/play.png) no-repeat center;
background-size: cover;
z-index: 12;
margin-top: -30px;
}
.card-grid-video {
position: relative;
margin-bottom: 30px;
}
.card-grid-video .card-image {
position: relative;
overflow: hidden;
border-radius: 16px;
}
.card-grid-video .card-image::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage7/bg-trans-video.png);
background-position: bottom center;
background-size: contain;
}
.card-grid-video .card-image .btn-play {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
height: 90px;
width: 90px;
margin: auto;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-1/play.png) no-repeat center;
background-size: cover;
z-index: 12;
}
.card-grid-video .card-image img {
display: block;
width: 100%;
}
.card-grid-video .card-info {
position: absolute;
bottom: 40px;
left: 0px;
right: 0px;
z-index: 12;
text-align: center;
max-width: 537px;
margin: auto;
}
.card-grid-video .card-info h4 {
margin-bottom: 8px;
color: var(--bs-neutral-0);
}
.card-grid-video .card-info p {
color: var(--bs-neutral-0);
}
.card-team {
position: relative;
display: flex;
align-items: center;
margin-bottom: 48px;
}
.card-team .card-image {
position: relative;
width: 50%;
padding: 23px 0px 0px 23px;
margin-right: 32px;
}
.card-team .card-image::before {
content: "";
background-color: var(--bs-background-5);
border-radius: 0px 16px 0px 16px;
position: absolute;
top: 0px;
left: 0px;
right: 23px;
bottom: 23px;
z-index: 1;
}
.card-team .card-image img {
display: block;
position: relative;
z-index: 2;
border-radius: 0px 16px 0px 16px;
}
.card-team .card-info {
width: 50%;
}
.card-team .card-info h6 {
margin-bottom: 7px;
}
.card-team .card-info p {
margin-bottom: 24px;
}
.card-team.card-team-2 {
border-radius: 12px;
border: 1px solid var(--bs-border-color);
background-color: var(--bs-background-card);
flex-wrap: wrap;
}
.card-team.card-team-2 .card-image {
width: 100%;
padding: 0px;
margin-right: 0px;
}
.card-team.card-team-2 .card-image img {
border-radius: 32px 32px 0px 0px;
}
.card-team.card-team-2 .card-image::before {
display: none;
}
.card-team.card-team-2 .card-info {
width: 100%;
border-radius: 12px;
padding: 28px 32px;
background-color: var(--bs-background-card);
margin-top: -40px;
position: relative;
z-index: 2;
}
.card-team.card-team-2 .card-info .card-team-bottom {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-team.card-team-2 .card-info .card-team-bottom .card-button a {
display: inline-block;
height: 27px;
width: 27px;
text-align: center;
line-height: 24px;
border-radius: 50%;
background-color: var(--bs-button-bg-2);
}
.card-team.card-team-2 .card-info .card-team-bottom .card-button a svg {
stroke: var(--bs-neutral-1000);
}
.card-team.card-team-2 .card-info .card-team-bottom .card-button a:hover {
background-color: var(--bs-neutral-1000);
}
.card-team.card-team-2 .card-info .card-team-bottom .card-button a:hover svg {
stroke: var(--bs-neutral-0);
}
.card-post {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.card-post .card-image {
min-width: 70px;
margin-right: 12px;
}
.card-post .card-image img {
display: block;
border-radius: 8px;
}
.card-post .card-info a {
display: block;
color: var(--bs-neutral-1000);
margin-bottom: 9px;
}
.card-post .card-info .price-through {
display: inline-block;
text-decoration: line-through;
}
.card-post .card-info .price {
display: inline-block;
margin-right: 13px;
}
.card-journey-grid-3 {
position: relative;
max-width: 100%;
height: 398px;
border-radius: 12px;
}
.card-journey-grid-3 .card-image {
height: 100% !important;
}
.card-journey-grid-3 .card-image::before {
content: "";
height: 100%;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/tour/bg-trans-black.png);
background-repeat: repeat-x;
background-position: bottom center;
}
.card-journey-grid-3 .card-image img {
height: 100%;
width: auto;
max-width: none;
min-width: 100%;
position: relative;
z-index: 1;
}
.card-journey-grid-3 .card-info {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 12;
background-color: transparent;
padding: 10px 21px 32px 21px;
}
.card-journey-grid-3 .card-info .card-program .card-duration-tour {
margin-bottom: 19px;
}
.card-journey-grid-3 .card-info .card-program .card-duration-tour p {
color: var(--bs-color-white) !important;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-rating {
position: relative;
top: auto;
right: auto;
left: auto;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-rating .card-right .rating {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
background-color: transparent;
border: 0px;
font-weight: 400;
color: var(--bs-color-white) !important;
background-position: left 0px center;
padding-left: 18px;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-rating .card-right .rating span {
color: var(--bs-color-white) !important;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-prices {
display: flex;
align-items: center;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-prices .card-price {
margin-right: 18px;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-prices .card-price h6 {
color: var(--bs-color-white) !important;
}
.card-journey-grid-3 .card-info .card-title a {
color: var(--bs-color-white) !important;
}
.card-journey-grid-3 .card-info .card-title a:hover {
color: var(--bs-brand-2);
}
.card-blog {
position: relative;
margin-bottom: 30px;
}
.card-blog .card-image {
position: relative;
border-radius: 16px;
overflow: hidden;
}
.card-blog .card-image img {
display: block;
width: 100%;
}
.card-blog .card-info {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 2;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/blog/trans.png) repeat-x bottom center;
top: 0px;
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
}
.card-blog .card-info .card-info-blog {
position: absolute;
bottom: 0px;
padding: 35px;
left: 0px;
right: 0px;
}
.card-blog .card-info .card-info-blog .btn {
margin-bottom: 16px;
}
.card-blog .card-info .card-info-blog .card-title {
margin-bottom: 22px;
display: block;
color: var(--bs-color-white);
}
.card-blog .card-info .card-info-blog .card-title:hover {
color: var(--bs-brand-2);
}
.card-blog .card-info .card-info-blog .card-meta-user {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.card-blog .card-info .card-info-blog .card-meta-user .box-author-small {
display: flex;
align-items: center;
padding-right: 25px;
}
.card-blog .card-info .card-info-blog .card-meta-user .box-author-small img {
width: 32px;
height: 32px;
border: 1px solid var(--bs-brand-2);
border-radius: 50%;
margin-right: 10px;
}
.card-blog .card-info .card-info-blog .card-meta-user .box-author-small p {
color: var(--bs-color-white);
}
.card-blog .card-info .card-info-blog .card-meta-user .date-post {
position: relative;
padding-left: 5px;
}
.card-blog .card-info .card-info-blog .card-meta-user .date-post::before {
content: "";
position: absolute;
top: 2px;
left: -10px;
width: 1px;
height: 18px;
background-color: var(--bs-background-white);
}
.card-blog .card-info .card-info-blog .card-meta-user .date-post p {
color: var(--bs-color-white);
}
.card-business {
position: relative;
width: 100%;
padding: 0px;
text-align: left;
margin-bottom: 55px;
}
.card-business .card-image {
margin-left: 0px;
margin-bottom: 16px;
}
.card-dealer {
min-height: 182px;
} .slider-labels {
margin-top: 10px;
} .noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
touch-action: none;
-moz-user-select: none;
user-select: none;
box-sizing: border-box;
}
.noUi-target {
position: relative;
direction: ltr;
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1; }
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
}
.noUi-stacking .noUi-handle { z-index: 10;
}
.noUi-state-tap .noUi-origin {
transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
cursor: inherit !important;
} .noUi-base,
.noUi-handle {
transform: translate3d(0, 0, 0);
} .noUi-horizontal {
height: 4px;
}
.noUi-horizontal .noUi-handle {
width: 10px;
height: 10px;
border-radius: 50%;
left: -6px;
top: -6px;
background-color: #345DBB;
} .noUi-background {
background: #D6D7D9;
}
.noUi-connect {
background: #345DBB;
transition: background 450ms;
}
.noUi-origin {
border-radius: 2px;
}
.noUi-target {
border-radius: 2px;
} .noUi-draggable {
cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
cursor: n-resize;
}
.noUi-handle {
cursor: default;
box-sizing: content-box !important;
}
.noUi-handle:active {
border: 8px solid #345DBB;
border: 8px solid rgba(53, 93, 187, 0.38);
-webkit-background-clip: padding-box;
background-clip: padding-box;
left: -6px;
top: -6px;
} [disabled].noUi-connect,
[disabled] .noUi-connect {
background: var(--bs-neutral-1000);
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
cursor: not-allowed;
}
.ui-slider-handle {
display: none;
}
.ui-widget.ui-widget-content {
border: 0px solid #EBEBEB;
}
.noUi-target {
border-radius: 4px;
}
.noUi-horizontal {
height: 6px;
}
.noUi-background {
background: var(--bs-neutral-200);
}
.noUi-origin {
border-radius: 4px;
}
.noUi-connect {
background: var(--bs-neutral-1000);
transition: background 450ms;
height: 6px;
margin-top: 0px;
}
.noUi-horizontal .noUi-handle {
background-color: var(--bs-neutral-1000);
border: 3px solid var(--bs-neutral-0);
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
left: -6px;
top: -6px;
}
.noUi-handle:active {
left: -6px;
top: -6px;
}
.noUi-tooltip {
position: absolute;
top: -25px;
left: -11px;
right: 0px;
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 500;
width: 25px;
}
.banner-hero.hero-1 {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage6/bg-banner-main.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
}
.banner-hero.hero-1 .heading-banner,
.banner-hero.hero-1 .banner-description {
color: #ffffff;
}
.banner-hero.hero-1 .bg-icon-banner {
position: absolute;
bottom: 91px;
z-index: 1;
height: 132px;
width: 140px;
left: 50px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage6/bg-banner.png) no-repeat right center;
background-size: auto;
}
.banner-hero.hero-1 .banner-inner {
padding-top: 200px;
padding-bottom: 176px;
position: relative;
}
.banner-hero.hero-1 .banner-inner span.bg-circle {
position: absolute;
top: 25%;
z-index: 1;
height: 490px;
width: 35%;
right: 120px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage6/bg-banner2.png) no-repeat right center;
background-size: contain;
}
.banner-hero.hero-1 .banner-inner .container {
position: relative;
z-index: 2;
}
.banner-hero.hero-2 {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/bg-banner.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
}
.banner-hero.hero-2 .banner-inner {
padding-top: 200px;
padding-bottom: 0px;
position: relative;
}
.banner-hero.hero-2 .banner-inner h1 {
color: var(--bs-neutral-0);
margin-bottom: 100px;
}
.banner-hero.hero-2 .banner-inner .bg-banner {
position: absolute;
bottom: 0%;
top: 150px;
z-index: 1;
width: 100%;
max-width: 777px;
right: 120px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage5/banner.png) no-repeat bottom center;
background-size: contain;
}
.banner-hero.hero-2 .banner-inner .block-banner {
padding-bottom: 90px;
}
.banner-hero.hero-2 .banner-inner .container {
position: relative;
z-index: 2;
}
.cards-banner {
display: flex;
flex-wrap: wrap;
max-width: 701px;
}
.cards-banner .card-banner-1 {
width: calc(35% - 24px);
padding: 27px;
margin-right: 24px;
border-radius: 34px;
margin-bottom: 24px;
}
.cards-banner .card-banner-2 {
width: 65%;
padding: 27px;
border-radius: 34px;
margin-bottom: 24px;
}
@keyframes hero-thumb-animation {
0% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
@keyframes hero-thumb-sm-animation {
0% {
transform: translateY(0px) translateX(50px);
}
100% {
transform: translateY(0px) translateX(0px);
}
}
@keyframes hero-thumb-sm-2-animation {
0% {
transform: translateY(-50px);
}
100% {
transform: translateY(0px);
}
}
.shape-1 {
animation: hero-thumb-animation 2s linear infinite alternate;
}
.shape-2 {
animation: hero-thumb-sm-animation 4s linear infinite alternate;
}
.shape-3 {
animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}
.text-primary {
color: #a7da25 !important;
}
.text-primary-dark {
color: var(--bs-link-hover-color) !important;
}
.py-96 {
padding-top: 96px;
padding-bottom: 96px;
}
.pt-96 {
padding-top: 96px;
}
.pb-96 {
padding-bottom: 96px;
}
.top-bar {
background-color: #313131;
padding: 10px 0px;
color: var(--bs-color-white);
}
.top-bar .text-header {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.top-bar-2 {
color: var(--bs-neutral-1000);
padding: 0px;
}
.top-bar-2 .container-fluid {
display: flex;
align-items: center;
justify-content: space-between;
}
.top-bar-2 .btn.btn-mode {
background-color: transparent;
padding: 8px 18px;
}
.top-bar-2 .top-right-header {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-2 .text-header .text-unlock {
color: var(--bs-neutral-0);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/car-front-fill-1.svg);
}
.top-bar-2 .text-header .link-secondary {
color: var(--bs-neutral-0);
}
.top-bar-2 .text-header .link-secondary svg {
stroke: var(--bs-neutral-0);
}
.top-bar-2 .text-header-info a {
color: #fff;
}
.top-bar-2 .text-header-info a svg {
margin-right: 3px;
}
.top-bar-2 .text-header-info .phone-head {
margin-right: 34px;
}
.top-bar-2 .text-header-info .phone-head svg {
fill: #fff;
}
.top-bar-2 .text-header-info .email-head svg {
fill: #fff;
}
.top-bar-2 .head-lang,
.top-bar-2 .head-currency {
border-right: 1px solid rgba(255, 255, 255, 0.3);
height: 42px;
line-height: 42px;
padding-right: 15px;
}
.top-bar-2 .top-button-mode {
position: relative;
}
.top-bar-3 {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .main-menu li ul,
.header .main-menu li ul.sub-menu {
overflow: visible !important;
max-height: none !important;
}
.header .main-menu li ul li {
overflow: visible !important;
}
.header .main-menu li ul li ul {
top: 0 !important;
left: 100% !important;
margin-left: 0 !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 10000;
}
.header .main-menu li ul li:hover > ul {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
}
.header .main-menu li ul {
z-index: 9999 !important;
}
.header .main-menu li ul li.has-children > a::after {
transform: rotate(-90deg);
top: 50%;
transform-origin: center;
translate: 0 -50%;
right: 10px;
}
.header {
padding: 0;
float: left;
width: 100%;
position: relative;
top: auto;
left: auto;
z-index: 123;
border-bottom: 1px solid var(--bs-neutral-200);
}
.header .container-fluid {
max-width: 100%;
padding-left: 60px;
padding-right: 60px;
}
.header .main-header {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.header .main-header .header-left {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.header .main-header .header-left .header-logo {
margin-right: 0px;
min-width: 170px;
}
.header .main-header .header-left .header-nav {
width: 100%;
text-align: center;
} .header .main-header .header-right {
width: auto;
text-align: right;
display: flex;
align-items: center;
position: relative;
justify-content: flex-end;
flex: 1 0 auto;
}
.header .nav-main-menu {
display: flex;
padding: 0px;
align-items: center;
justify-content: center;
text-align: left;
}
.header .main-menu > li {
float: left;
position: relative;
padding: 0px 7px;
}
.header .main-menu li {
position: relative;
}
.header .main-menu li ul li {
float: none;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.header .main-menu li.has-children>a::after {
content: "";
height: 10px;
width: 10px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down.svg) no-repeat center;
opacity: 1;
margin-left: 0px;
position: absolute;
top: 28px;
right: 0px;
opacity: 0.6;
}
.header .main-menu li.has-children>a:hover::after {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down.svg) no-repeat center;
}
.header .main-menu li.arrow-white>a::after {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-white.svg) no-repeat center;
}
.header .main-menu li.arrow-white>a:hover::after {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-white.svg) no-repeat center;
}
.header .main-menu li.hr {
padding: 0px 22px;
}
.header .main-menu li.hr span {
background-color: #ececec;
height: 1px;
width: 100%;
display: block;
margin: 5px 0;
}
.header .main-menu li a {
font-family: "TildaSans", Arial, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: var(--bs-neutral-1000);
display: block;
padding: 20px 18px 20px 5px;
text-decoration: none;
position: relative;
transition-duration: 0.2s;
}
.header .main-menu li a:hover {
color: var(--bs-link-hover-color) !important;
transition-duration: 0.2s;
}
.header .main-menu li a i {
font-size: 12px;
opacity: 0.8;
margin-right: 5px;
margin-bottom: -4px;
}
.header .main-menu li ul {
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.2s ease, visibility 0.2s ease;
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
min-width: 240px;
border-radius: 8px;
padding: 10px 0;
box-shadow: 0px 6px 15px 0px rgba(64, 79, 100, 0.05);
}
.header .main-menu li ul.sub-menu {
background-color: var(--bs-neutral-0);
}
.header .main-menu li ul::before {
content: "";
position: absolute;
bottom: calc(100% - 6px);
left: 35px;
border-top: 10px solid var(--bs-neutral-0);
border-right: 10px solid transparent;
transform: rotate(45deg);
}
.header .main-menu li ul li {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.header .main-menu li ul li a {
color: var(--bs-neutral-900);
position: relative;
padding: 8px 25px 8px 15px;
transition: 0.3s;
font-family: "TildaSans", Arial, sans-serif;
font-style: normal;
font-weight: 500;
display: flex;
align-items: center;
width: 100%;
min-width: 182px;
}
.header .nav-main-menu,
.header .main-menu,
.header .main-menu li {
overflow: visible;
}
.header .main-menu li ul li a:hover {
transition: 0.3s;
color: var(--bs-link-hover-color) !important;
padding-left: 20px;
}
.header .main-menu li ul li ul {
top: 0;
left: 100%;
margin-left: 0;
}
.header .main-menu li ul li ul::before {
display: none;
}
.header .main-menu li.mega-li {
position: static;
}
.header .main-menu li.mega-li .mega-menu {
position: absolute;
top: 96%;
left: 0px;
width: 100%;
display: none;
z-index: 12345;
}
.header .main-menu li.mega-li .mega-menu::before {
content: "";
position: absolute;
bottom: calc(100% - 6px);
left: 35px;
border-top: 10px solid var(--bs-neutral-0);
border-right: 10px solid transparent;
transform: rotate(45deg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner {
max-width: 1255px;
margin: auto;
border: 0px solid var(--bs-neutral-0);
border-radius: 8px;
padding: 35px;
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
background-color: var(--bs-neutral-0);
position: relative;
background-repeat: no-repeat;
background-position: bottom right;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/bg-mega.png);
border-radius: 12px 12px 12px 12px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner h6 {
margin-bottom: 4px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .btn-brand-2 {
padding: 12px 22px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul {
display: inline-block;
box-shadow: none;
padding: 0px;
border: 0px;
position: relative;
top: auto;
left: auto;
opacity: 1;
visibility: visible;
margin-top: 16px;
min-width: 100%;
background-color: transparent;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li {
padding: 0px;
margin-bottom: 12px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a {
padding: 0px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner ul li a:after {
display: none;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured {
padding-left: 60px;
margin-top: 0px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li {
margin-bottom: 0px;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a {
font-size: 16px;
line-height: 26px;
font-weight: bold;
color: var(--bs-neutral-1000);
background-repeat: no-repeat;
background-position: left center;
padding: 10px 10px 10px 45px;
transition-duration: 0.2s;
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.tours {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/tour.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.activities {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/activities.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.destinations {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/destination.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.hotels {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/hotel.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.rental-car {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/rental.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.property {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/property.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a.tickets {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/ticket.svg);
}
.header .main-menu li.mega-li .mega-menu .mega-menu-inner .list-featured li a:hover {
color: var(--bs-warning) !important;
padding-left: 40px;
transition-duration: 0.2s;
}
.header .main-menu li.mega-li-small .mega-menu {
position: absolute;
top: 96%;
left: 0px;
width: 100%;
display: none;
z-index: 12345;
}
.header .main-menu li.mega-li-small .mega-menu::before {
content: "";
position: absolute;
bottom: calc(100% - 6px);
left: 35px;
border-top: 10px solid var(--bs-neutral-0);
border-right: 10px solid transparent;
transform: rotate(45deg);
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small {
border: 0px solid var(--bs-neutral-0);
border-radius: 8px;
padding: 20px 25px 20px 25px;
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
background-color: var(--bs-neutral-0);
position: relative;
background-repeat: no-repeat;
background-position: bottom right;
background-image: none;
border-radius: 12px 12px 12px 12px;
max-width: 400px;
min-width: 400px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small.mega-menu-inner-destinations {
max-width: 220px;
min-width: 220px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small h6 {
margin-bottom: 4px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul {
display: inline-block;
box-shadow: none;
padding: 0px;
border: 0px;
position: relative;
top: auto;
left: auto;
opacity: 1;
visibility: visible;
margin-top: 8px;
min-width: 100%;
background-color: transparent;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li {
padding: 0px;
margin-bottom: 12px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a {
padding: 0px;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:after {
display: none;
transition-duration: 0.2s;
}
.header .main-menu li.mega-li-small .mega-menu .mega-menu-inner-small ul li a:hover {
padding-left: 5px;
transition-duration: 0.2s;
}
.header .main-menu li:hover > ul {
opacity: 1;
visibility: visible;
pointer-events: auto;
margin-top: 0;
}
.header .main-menu li:hover>ul li {
width: 100%;
}
.header .main-menu li:hover.mega-li .mega-menu,
.header .main-menu li:hover.mega-li-small .mega-menu {
display: block;
}
.header.stick {
padding: 0px;
}
.header.stick .top-bar {
display: none;
}
.header.header-fixed {
position: fixed;
top: 0px;
left: 0px;
}
.header.header-fixed.header {
border-bottom-color: rgba(255, 255, 255, 0.3);
}
.header.header-fixed.header .icon-lang {
color: #fff;
}
.header.header-fixed.header .icon-lang span {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-lang.svg) no-repeat right center;
}
.header.header-fixed.header .icon-cart {
color: #fff;
}
.header.header-fixed.header .icon-cart span {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-lang.svg) no-repeat right center;
}
.header.header-fixed.sticky-bar.stick {
background-color: rgba(45, 74, 44, 0.6);
border-bottom: 0;
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
}
.header.header-commingsoon {
background-color: var(--bs-background-card);
padding: 23px 0px;
}
.header.header-commingsoon .main-header .header-left {
width: 50%;
}
.header.header-commingsoon .main-header .header-left .header-logo {
display: flex;
align-items: center;
}
.header.header-commingsoon .main-header .header-left .header-logo .text-slogan {
position: relative;
padding-left: 25px;
}
.header.header-commingsoon .main-header .header-left .header-logo .text-slogan::before {
content: "";
width: 1px;
height: 26px;
background-color: var(--bs-border-color);
position: absolute;
top: 2px;
left: 0px;
}
.header.header-commingsoon .main-header .header-right {
width: 50%;
}
.icon-lang {
display: inline-block;
cursor: pointer;
padding: 0px 0px 0px 26px;
color: #fff;
}
.icon-lang:hover {
color: var(--bs-brand-2) !important;
}
.icon-lang span {
display: inline-block;
padding: 0px 18px 0px 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-sm.svg) no-repeat right center;
}
.icon-cart {
cursor: pointer;
color: #fff;
}
.icon-cart:hover {
color: var(--bs-brand-2) !important;
}
.icon-cart span {
display: inline-block;
padding: 0px 18px 0px 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-sm.svg) no-repeat right center;
}
.box-desc-menu {
border-radius: 8px;
background-color: var(--bs-neutral-900);
padding: 24px;
margin-top: 40px;
}
.box-desc-menu p {
color: var(--bs-neutral-200);
}
.sticky-bar.stick {
animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
position: fixed;
top: 0;
width: 100%;
z-index: 999;
left: 0;
transition: all 0.3s ease 0s;
border-bottom: 1px solid var(--bs-neutral-100);
background: var(--bs-neutral-0);
}
.sticky-bar.stick .main-header {
padding: 0px;
}
.card-author {
display: flex;
align-items: center;
}
.card-author .card-image {
margin-right: 12px;
}
.card-author .card-image img {
border-radius: 50%;
display: block;
}
.user-account {
display: flex;
align-items: center;
}
.user-account img {
max-width: 50px;
border-radius: 50%;
margin-right: 10px;
}
.user-account .user-name {
margin-bottom: 0;
font-weight: 600;
font-size: 14px;
}
.perfect-scroll {
height: 100vh;
width: 100%;
position: relative;
}
.body-overlay-1 {
background: transparent;
height: 100%;
left: 0;
opacity: 0;
position: fixed;
top: 0;
visibility: hidden;
width: 100%;
cursor: crosshair;
z-index: 997;
}
.mobile-menu-active .body-overlay-1,
.canvas-menu-active .body-overlay-1 {
opacity: 1;
visibility: visible;
}
.form-search {
position: absolute;
top: 100%;
right: 50%;
width: 100%;
max-width: 350px;
z-index: 1234;
padding: 5px 5px;
display: none;
border-radius: 8px;
border: 1px solid var(--bs-neutral-100);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
background-color: #ffffff;
}
.form-search.dark {
background-color: var(--bs-neutral-950);
border: 1px solid var(--bs-neutral-900);
}
.form-search.dark .form-control {
border: 1px solid var(--bs-neutral-800);
border-radius: 8px;
background-color: var(--bs-neutral-950);
padding: 11px 15px 13px 15px;
width: 100%;
color: #727373;
}
.form-search.dark .btn-search-2 {
background-color: transparent;
}
.form-search.dark p.color-white {
color: var(--bs-neutral-200);
}
.form-search .form-control {
height: 46px;
line-height: 1;
padding: 10px 15px 10px 20px;
}
.form-search .btn-search-2 {
position: absolute;
top: 20px;
right: 21px;
width: 56px;
height: 46px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/search.svg) no-repeat center;
background-color: var(--bs-neutral-950);
border: 0px;
border-radius: 0px 8px 8px 0;
}
.popular-keywords a {
color: var(--bs-neutral-500);
}
.popular-keywords a:hover {
color: var(--bs-color-2);
}
.box-button-logins {
display: flex;
align-items: center;
margin-top: 20px;
margin-bottom: 30px;
}
.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
position: fixed;
top: 0;
max-width: 385px;
width: 100%;
min-height: 100vh;
bottom: 0;
right: 0;
visibility: hidden;
opacity: 0;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
background-color: #ffffff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
z-index: 1006;
}
.mobile-header-wrapper-style.sidebar-visible,
.mobile-header-wrapper-style.sidebar-canvas-visible,
.sidebar-canvas-wrapper.sidebar-visible,
.sidebar-canvas-wrapper.sidebar-canvas-visible {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner {
padding: 0px 0px 30px;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .burger-icon,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .burger-icon {
top: 25px;
right: 30px;
position: absolute;
height: 34px;
width: 34px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-logo {
padding: 7px 10px;
border-bottom: 1px solid var(--bs-border-color);
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo .burger-icon,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-logo .burger-icon {
display: inline-block;
position: relative;
height: 42px;
width: 42px;
background-color: var(--bs-neutral-100);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/close.png);
background-position: center;
background-repeat: no-repeat;
top: auto;
right: auto;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px 10px 13px 10px;
background-color: var(--bs-neutral-0);
align-items: center;
align-self: center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .box-author-profile,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-top .box-author-profile {
margin-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
width: 100px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area {
padding: 0px 30px 0px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
display: block;
position: relative;
padding: 0px 0;
margin-bottom: 20px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
display: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
right: 0;
position: absolute;
cursor: pointer;
z-index: 9;
text-align: center;
font-size: 12px;
display: block;
width: 30px;
height: 30px;
line-height: 46px;
top: 0px;
color: var(--bs-neutral-1000);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
height: 24px;
width: 24px;
display: inline-block;
opacity: 1;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-right-big.svg) no-repeat center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-big.svg) no-repeat center;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
font-size: 16px;
line-height: 26px;
font-weight: 700;
position: relative;
display: inline-block;
color: var(--bs-neutral-1000);
transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
padding: 10px 0 0 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
padding: 0px 0;
margin-bottom: 12px;
border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
padding-left: 13px;
transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
opacity: 1;
transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
font-size: 16px;
line-height: 22px;
display: block;
font-weight: 500;
color: var(--bs-neutral-800);
padding-left: 0px;
position: relative;
transition-duration: 0.2s;
padding-left: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover {
padding-left: 13px;
transition-duration: 0.2s;
color: var(--bs-link-hover-color) !important;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
margin-top: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
padding-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
color: var(--bs-link-hover-color);
padding-left: 3px;
transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
padding: 5px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
padding: 20px;
border-radius: 5px;
border: 1px solid #ececec;
margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
position: relative;
margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
font-size: 14px;
display: block;
font-weight: 500;
color: var(--bs-neutral-1000);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
color: var(--bs-brand-2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
font-size: 14px;
color: var(--bs-brand-2);
margin-right: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
margin-top: 5px;
display: none;
background-color: transparent;
box-shadow: none;
padding: 10px 0 0 0;
width: 100%;
z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
color: var(--bs-brand-2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
color: var(--bs-neutral-1000);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright,
.sidebar-canvas-wrapper .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
font-size: 12px;
color: var(--bs-neutral-800);
}
.sidebar-canvas-wrapper {
max-width: 385px;
}
.sidebar-canvas-wrapper .sidebar-canvas-container {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-head {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
padding: 38px;
}
.box-author-profile {
border-radius: 8px;
border: 1px solid var(--bs-border-color);
padding: 16px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 48px;
width: 100%;
}
.close-canvas {
height: 42px;
width: 42px;
border-radius: 4px;
line-height: 42px;
background-color: var(--bs-brand-2);
text-align: center;
}
.close-canvas img {
display: inline-block;
vertical-align: middle;
}
.sidebar-canvas-lang {
display: flex;
align-items: center;
justify-content: flex-end;
}
.title-quicklinks {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/quick-link.svg) no-repeat left center;
padding: 0px 0px 0px 32px;
margin-bottom: 32px;
}
.title-eventsdate {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/events.svg) no-repeat left center;
padding: 0px 0px 0px 32px;
margin-bottom: 32px;
}
.title-savedplaces {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/saved-place.svg) no-repeat left center;
padding: 0px 0px 0px 32px;
margin-bottom: 32px;
}
.title-contactus {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/contact.svg) no-repeat left center;
padding: 0px 0px 0px 32px;
margin-bottom: 32px;
}
.box-list-quicklinks {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0px -13px 48px -13px;
}
.box-list-quicklinks .item-quicklinks {
width: 50%;
margin-bottom: 16px;
padding: 0px 13px;
display: flex;
align-items: center;
}
.box-list-quicklinks .item-quicklinks .item-icon {
height: 58px;
width: 58px;
line-height: 54px;
min-width: 58px;
text-align: center;
border: 1px solid var(--bs-neutral-200);
border-radius: 8px;
background-color: var(--bs-neutral-100);
margin-right: 16px;
}
.box-list-quicklinks .item-quicklinks .item-icon img {
display: inline-block;
vertical-align: middle;
}
.box-list-quicklinks .item-quicklinks:hover .item-icon {
background-color: var(--bs-brand-2);
}
.box-list-quicklinks .item-quicklinks .item-info a {
color: var(--bs-neutral-1000);
}
.box-list-quicklinks .item-quicklinks .item-info a:hover {
color: var(--bs-brand-2);
}
.box-list-quicklinks .item-quicklinks .item-info .online {
padding: 0px 0px 0px 15px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/online.svg) no-repeat left center;
}
.box-list-quicklinks .item-quicklinks .item-info .resolved {
padding: 0px 0px 0px 15px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/resolved.svg) no-repeat left center;
}
.box-eventsdate,
.box-savedplaces,
.box-contactus {
margin-bottom: 48px;
}
.contact-info .address-2 {
padding: 0px 0px 0px 23px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/address2.svg) no-repeat left top 4px;
color: var(--bs-neutral-400);
margin-bottom: 19px;
}
.contact-info .hour-work-2 {
padding: 0px 0px 0px 23px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/hour-work2.svg) no-repeat left top 5px;
color: var(--bs-neutral-400);
margin-bottom: 19px;
}
.contact-info .email-2 {
padding: 0px 0px 0px 23px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/mail2.svg) no-repeat left top 5px;
color: var(--bs-neutral-400);
margin-bottom: 19px;
}
#calendar-events {
background-color: var(--bs-neutral-100);
border-radius: 16px;
border: 1px solid var(--bs-border-color);
padding: 31px;
}
#calendar-events .datepicker-inline {
width: 100%;
}
#calendar-events .datepicker-inline .table-condensed {
width: 100%;
}
#calendar-events .datepicker-inline .table-condensed thead tr th {
color: var(--bs-neutral-500);
}
#calendar-events .datepicker-inline .table-condensed thead tr th:hover {
color: var(--bs-neutral-500);
}
#calendar-events .datepicker-inline .table-condensed tbody tr td {
vertical-align: middle;
font-size: 16px;
line-height: 40px;
height: 40px;
font-weight: 500;
color: var(--bs-neutral-1000);
}
#calendar-events .datepicker-inline .table-condensed tbody tr td.day.active {
background-color: var(--bs-brand-2);
border-color: var(--bs-brand-2);
background-image: none;
color: var(--bs-neutral-1000);
}
#calendar-events .datepicker-inline .table-condensed tbody tr td:hover {
color: var(--bs-neutral-500);
}
.burger-icon-2 {
position: relative;
width: 42px;
height: 42px;
cursor: pointer;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
top: auto;
right: auto;
z-index: 999999;
display: block;
background-color: var(--bs-brand-2);
border-radius: 12px;
line-height: 40px;
text-align: center;
}
.burger-icon-2 img {
display: inline-block;
vertical-align: middle;
}
.burger-icon {
position: absolute;
width: 42px;
height: 42px;
background-color: var(--bs-neutral-100);
border-radius: 4px;
cursor: pointer;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
top: 0px;
right: 0px;
z-index: 999999;
display: none;
}
.burger-icon>span {
display: block;
position: absolute;
left: 8px;
width: 24px;
height: 1px;
}
.burger-icon>span.burger-icon-top {
top: 14px;
}
.burger-icon>span.burger-icon-bottom {
bottom: 14px;
}
.burger-icon>span.burger-icon-mid {
top: 20px;
}
.burger-icon img {
display: inline-block;
vertical-align: middle;
}
.burger-icon.burger-close>span.burger-icon-top {
display: none;
opacity: 0;
}
.burger-icon.burger-close>span.burger-icon-mid {
top: 20px;
transform: rotate(45deg);
}
.burger-icon.burger-close>span.burger-icon-bottom {
bottom: 21px;
transform: rotate(-45deg);
}
.burger-icon>span::before,
.burger-icon>span::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: #333;
}
.sidebar-visible .burger-icon.burger-icon-white>span::before,
.sidebar-visible .burger-icon.burger-icon-white>span::after {
background-color: var(--bs-neutral-950);
}
.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
background-color: var(--bs-neutral-1000);
}
.mobile-search form {
background-color: var(--bs-neutral-100);
border-radius: 8px;
height: 44px;
padding: 8px 15px 11px 30px;
position: relative;
}
.mobile-search form input {
border: 0;
background-color: transparent;
width: 100%;
height: auto;
}
.mobile-search form i {
position: absolute;
left: 18px;
top: 14px;
font-size: 18px;
color: var(--bs-neutral-700);
}
.mobile-social-icon h6 {
font-weight: 600;
font-size: 20px;
margin-bottom: 30px;
}
.mobile-social-icon a.icon-socials {
background-color: var(--bs-neutral-100);
}
.mobile-social-icon a {
text-align: center;
font-size: 14px;
margin-right: 5px;
transition-duration: 0.5s;
height: 30px;
width: 30px;
display: inline-flex;
background: #efeaff;
border-radius: 30px;
line-height: 1;
align-content: center;
justify-content: center;
}
.mobile-social-icon a img {
max-width: 18px;
}
.mobile-social-icon a img:hover {
opacity: 0.8;
}
.mobile-social-icon a:hover {
transform: translateY(-2px);
transition-duration: 0.5s;
margin-top: -2px;
}
.mobile-social-icon a:last-child {
margin-right: 0;
}
.mobile-account {
margin: 15px 0;
padding: 30px 0 20px 0;
border-top: thin solid #ececec;
}
.mobile-account .mobile-menu {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.mobile-account h6 {
font-weight: 600;
font-size: 18px;
}
.mobile-account ul li {
padding: 13px 0;
}
.mobile-account ul li a {
font-size: 15px;
line-height: 1;
text-transform: capitalize;
font-weight: 500;
position: relative;
display: inline-block;
color: var(--bs-neutral-800);
transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
padding-left: 3px;
transition-duration: 0.2s;
color: var(--bs-brand-2);
}
.mw-65 {
min-width: 65px;
}
.sidebar-title {
border-bottom: thin solid #ececec;
font-weight: 600;
margin-bottom: 30px;
padding-bottom: 10px;
}
.search-form form {
position: relative;
}
.search-form form input {
border: 1px solid #ececec;
border-radius: 10px;
height: 64px;
box-shadow: none;
padding-left: 20px;
font-size: 16px;
width: 100%;
}
.search-form form button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
border: none;
font-size: 20px;
height: 100%;
padding: 0 24px;
background-color: transparent;
color: #242424;
}
.box-info-contact p {
margin-bottom: 19px;
}
.icon-address {
padding: 0px 0px 0px 25px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/address.svg) no-repeat left top;
}
.icon-worktime {
padding: 0px 0px 0px 25px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/hour-work.svg) no-repeat left top 4px;
}
.icon-email {
padding: 0px 0px 0px 25px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/mail.svg) no-repeat left top 6px;
}
.footer-top {
border-bottom: 1px solid rgba(87, 86, 86, 0.4901960784);
padding-bottom: 35px;
margin-bottom: 49px;
}
.footer-top img {
display: block;
}
.need-help {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/phone.svg) no-repeat left center;
display: inline-block;
padding: 0px 19px 0px 35px;
color: var(--bs-color-white);
}
a.icon-socials {
display: inline-block;
height: 40px;
width: 40px;
border-radius: 50%;
transition-duration: 0.2s;
margin-right: 7px;
line-height: 40px;
text-align: center;
}
a.icon-socials img {
vertical-align: middle;
}
a.icon-socials svg path {
fill: var(--bs-neutral-0);
}
a.icon-socials:last-child {
margin-right: 0px;
}
a.icon-socials:hover {
transform: translateY(-3px);
transition-duration: 0.2s;
}
a.icon-socials:hover svg path {
fill: #70f46d;
}
.footer-1 {
width: 30%;
}
.footer-2 {
width: 37.5%;
}
.footer-3 {
width: 17.5%;
}
.footer-4 {
width: 17.5%;
}
.footer-5 {
width: 17.5%;
}
.footer {
background-color: var(--bs-background-1000);
padding: 40px 0px 0px 0px;
}
.footer .phone-support {
color: var(--bs-brand-2);
}
.footer h6,
.footer .heading-6 {
color: var(--bs-color-white);
margin-bottom: 16px;
font-weight: 500;
font-size: 18px;
line-height: 28px;
}
.footer .menu-footer {
display: inline-block;
}
.footer .menu-footer li {
list-style: none;
margin-bottom: 18px;
}
.footer .menu-footer li:last-child {
padding-right: 0px;
}
.footer .menu-footer li a {
color: #d7d7d7;
font-size: 16px;
text-decoration: none;
transition-duration: 0.2s;
line-height: 26px;
}
.box-info-contact p{
color:#d7d7d7!important;
} .block-faqs .accordion-button {
background-color: #243523;
color: #fff;
} .block-faqs .accordion-button:not(.collapsed) {
background-color: #70a300 !important;
color: #fff;
} .block-faqs .accordion-collapse.show {
background-color: #70a300;
color: #fff;
}
.block-faqs .accordion-button:not(.collapsed) {
box-shadow: none !important;
}
.block-faqs .accordion-body {
background-color: #70a300;
color: #fff;
}
.block-faqs .accordion-button {
background-color: #243523 !important;
transition: none !important;
}
.block-faqs .accordion-button:not(.collapsed) {
background-color: #70a300 !important;
box-shadow: none !important;
}
.block-faqs .accordion-collapse,
.block-faqs .accordion-body {
background-color: #70a300;
}
.footer .menu-footer li a:hover {
color: var(--bs-neutral-0);
transition-duration: 0.2s;
padding-left: 3px;
transition-duration: 0.2s;
}
.footer .footer-bottom {
padding: 30px 0px 10px 0px;
color: var(--bs-neutral-700);
font-size: 14px;
border-top: 1px solid rgba(87, 86, 86, 0.4901960784);
}
.footer .footer-bottom strong {
color: var(--bs-brand-1);
font-weight: bold;
}
.footer .footer-bottom a {
text-decoration: none;
} .section-padding-30 {
padding: 30px 0;
}
.section-padding-50 {
padding: 50px 0;
}
.section-padding-60 {
padding: 60px 0;
}
.section-padding {
padding: 25px 0;
}
.ptb-0 {
padding: 0;
}
.ptb-10 {
padding: 10px 0;
}
.ptb-20 {
padding: 20px 0;
}
.ptb-30 {
padding: 30px 0;
}
.ptb-35 {
padding: 35px 0;
}
.ptb-32 {
padding: 32px 0;
}
.ptb-40 {
padding: 40px 0;
}
.ptb-50 {
padding: 50px 0;
}
.ptb-60 {
padding: 60px 0;
}
.ptb-70 {
padding: 70px 0;
}
.ptb-80 {
padding: 80px 0;
}
.ptb-90 {
padding: 90px 0;
}
.ptb-100 {
padding: 100px 0;
}
.ptb-110 {
padding: 110px 0;
}
.ptb-120 {
padding: 120px 0;
}
.ptb-130 {
padding: 130px 0;
}
.ptb-140 {
padding: 140px 0;
}
.ptb-150 {
padding: 150px 0;
}
.ptb-160 {
padding: 160px 0;
}
.ptb-170 {
padding: 170px 0;
}
.ptb-177 {
padding: 177px 0;
}
.ptb-180 {
padding: 180px 0;
}
.ptb-190 {
padding: 190px 0;
}
.ptb-200 {
padding: 200px 0;
}
.ptb-210 {
padding: 210px 0;
}
.ptb-220 {
padding: 220px 0;
}
.ptb-290 {
padding: 290px 0;
}
.ptb-310 {
padding: 310px 0;
}
.p-10 {
padding: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.p-40 {
padding: 40px !important;
}
.p-65 {
padding: 65px !important;
}
.pt-5 {
padding-top: 5px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-35 {
padding-top: 35px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-45 {
padding-top: 45px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-55 {
padding-top: 55px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-65 {
padding-top: 65px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-75 {
padding-top: 75px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pt-85 {
padding-top: 85px !important;
}
.pt-90 {
padding-top: 90px !important;
}
.pt-95 {
padding-top: 95px !important;
}
.pt-100 {
padding-top: 100px !important;
}
.pt-105 {
padding-top: 105px !important;
}
.pt-110 {
padding-top: 110px !important;
}
.pt-115 {
padding-top: 115px !important;
}
.pt-120 {
padding-top: 120px !important;
}
.pt-125 {
padding-top: 125px !important;
}
.pt-130 {
padding-top: 130px !important;
}
.pt-135 {
padding-top: 135px !important;
}
.pt-140 {
padding-top: 140px !important;
}
.pt-145 {
padding-top: 145px !important;
}
.pt-150 {
padding-top: 150px !important;
}
.pt-155 {
padding-top: 155px !important;
}
.pt-160 {
padding-top: 160px !important;
}
.pt-165 {
padding-top: 165px !important;
}
.pt-170 {
padding-top: 170px !important;
}
.pt-175 {
padding-top: 175px !important;
}
.pt-180 {
padding-top: 180px !important;
}
.pt-185 {
padding-top: 185px !important;
}
.pt-190 {
padding-top: 190px !important;
}
.pt-195 {
padding-top: 195px !important;
}
.pt-200 {
padding-top: 200px !important;
}
.pt-260 {
padding-top: 260px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-85 {
padding-bottom: 85px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-95 {
padding-bottom: 95px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pb-105 {
padding-bottom: 105px !important;
}
.pb-110 {
padding-bottom: 110px !important;
}
.pb-115 {
padding-bottom: 115px !important;
}
.pb-120 {
padding-bottom: 120px !important;
}
.pb-125 {
padding-bottom: 125px !important;
}
.pb-130 {
padding-bottom: 130px !important;
}
.pb-135 {
padding-bottom: 135px !important;
}
.pb-140 {
padding-bottom: 140px !important;
}
.pb-145 {
padding-bottom: 145px !important;
}
.pb-150 {
padding-bottom: 150px !important;
}
.pb-155 {
padding-bottom: 155px !important;
}
.pb-160 {
padding-bottom: 160px !important;
}
.pb-165 {
padding-bottom: 165px !important;
}
.pb-170 {
padding-bottom: 170px !important;
}
.pb-175 {
padding-bottom: 175px !important;
}
.pb-180 {
padding-bottom: 180px !important;
}
.pb-185 {
padding-bottom: 185px !important;
}
.pb-190 {
padding-bottom: 190px !important;
}
.pb-195 {
padding-bottom: 195px !important;
}
.pb-200 {
padding-bottom: 200px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pl-85 {
padding-left: 85px !important;
}
.pl-90 {
padding-left: 90px !important;
}
.pl-95 {
padding-left: 95px !important;
}
.pl-100 {
padding-left: 100px !important;
}
.pl-105 {
padding-left: 105px !important;
}
.pl-110 {
padding-left: 110px !important;
}
.pl-115 {
padding-left: 115px !important;
}
.pl-120 {
padding-left: 120px !important;
}
.pl-125 {
padding-left: 125px !important;
}
.pl-130 {
padding-left: 130px !important;
}
.pl-135 {
padding-left: 135px !important;
}
.pl-140 {
padding-left: 140px !important;
}
.pl-145 {
padding-left: 145px !important;
}
.pl-150 {
padding-left: 150px !important;
}
.pl-155 {
padding-left: 155px !important;
}
.pl-160 {
padding-left: 160px !important;
}
.pl-165 {
padding-left: 165px !important;
}
.pl-170 {
padding-left: 170px !important;
}
.pl-175 {
padding-left: 175px !important;
}
.pl-180 {
padding-left: 180px !important;
}
.pl-185 {
padding-left: 185px !important;
}
.pl-190 {
padding-left: 190px !important;
}
.pl-195 {
padding-left: 195px !important;
}
.pl-200 {
padding-left: 200px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.pr-80 {
padding-right: 80px !important;
}
.pr-85 {
padding-right: 85px !important;
}
.pr-90 {
padding-right: 90px !important;
}
.pr-95 {
padding-right: 95px !important;
}
.pr-100 {
padding-right: 100px !important;
}
.pr-105 {
padding-right: 105px !important;
}
.pr-110 {
padding-right: 110px !important;
}
.pr-115 {
padding-right: 115px !important;
}
.pr-120 {
padding-right: 120px !important;
}
.pr-125 {
padding-right: 125px !important;
}
.pr-130 {
padding-right: 130px !important;
}
.pr-135 {
padding-right: 135px !important;
}
.pr-140 {
padding-right: 140px !important;
}
.pr-145 {
padding-right: 145px !important;
}
.pr-150 {
padding-right: 150px !important;
}
.pr-155 {
padding-right: 155px !important;
}
.pr-160 {
padding-right: 160px !important;
}
.pr-165 {
padding-right: 165px !important;
}
.pr-170 {
padding-right: 170px !important;
}
.pr-175 {
padding-right: 175px !important;
}
.pr-180 {
padding-right: 180px !important;
}
.pr-185 {
padding-right: 185px !important;
}
.pr-190 {
padding-right: 190px !important;
}
.pr-195 {
padding-right: 195px !important;
}
.pr-200 {
padding-right: 200px !important;
}
.plr-5-percent {
padding: 0 5%;
} .mtb-0 {
margin: 0;
}
.mtb-10 {
margin: 10px 0;
}
.mtb-15 {
margin: 15px 0;
}
.mtb-20 {
margin: 20px 0;
}
.mtb-30 {
margin: 30px 0;
}
.mtb-40 {
margin: 40px 0;
}
.mtb-50 {
margin: 50px 0;
}
.mtb-60 {
margin: 60px 0;
}
.mtb-70 {
margin: 70px 0;
}
.mtb-80 {
margin: 80px 0;
}
.mtb-90 {
margin: 90px 0;
}
.mtb-100 {
margin: 100px 0;
}
.mtb-110 {
margin: 110px 0;
}
.mtb-120 {
margin: 120px 0;
}
.mtb-130 {
margin: 130px 0;
}
.mtb-140 {
margin: 140px 0;
}
.mtb-150 {
margin: 150px 0;
}
.mtb-290 {
margin: 290px 0;
}
.mb-24 {
margin-bottom: 24px;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-8 {
margin-top: 8px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-35 {
margin-top: 35px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-45 {
margin-top: 45px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-55 {
margin-top: 55px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mt-65 {
margin-top: 65px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-75 {
margin-top: 75px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mt-85 {
margin-top: 85px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mt-95 {
margin-top: 95px !important;
}
.mt-100 {
margin-top: 100px !important;
}
.mt-105 {
margin-top: 105px !important;
}
.mt-110 {
margin-top: 110px !important;
}
.mt-115 {
margin-top: 115px !important;
}
.mt-120 {
margin-top: 120px !important;
}
.mt-125 {
margin-top: 125px !important;
}
.mt-130 {
margin-top: 130px !important;
}
.mt-135 {
margin-top: 135px !important;
}
.mt-140 {
margin-top: 140px !important;
}
.mt-145 {
margin-top: 145px !important;
}
.mt-150 {
margin-top: 150px !important;
}
.mt-155 {
margin-top: 155px !important;
}
.mt-160 {
margin-top: 160px !important;
}
.mt-165 {
margin-top: 165px !important;
}
.mt-170 {
margin-top: 170px !important;
}
.mt-175 {
margin-top: 175px !important;
}
.mt-180 {
margin-top: 180px !important;
}
.mt-185 {
margin-top: 185px !important;
}
.mt-190 {
margin-top: 190px !important;
}
.mt-195 {
margin-top: 195px !important;
}
.mt-200 {
margin-top: 200px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-35 {
margin-bottom: 35px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-55 {
margin-bottom: 55px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-65 {
margin-bottom: 65px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-75 {
margin-bottom: 75px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mb-85 {
margin-bottom: 85px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mb-95 {
margin-bottom: 95px !important;
}
.mb-100 {
margin-bottom: 100px !important;
}
.mb-105 {
margin-bottom: 105px !important;
}
.mb-110 {
margin-bottom: 110px !important;
}
.mb-115 {
margin-bottom: 115px !important;
}
.mb-120 {
margin-bottom: 120px !important;
}
.mb-125 {
margin-bottom: 125px !important;
}
.mb-130 {
margin-bottom: 130px !important;
}
.mb-135 {
margin-bottom: 135px !important;
}
.mb-140 {
margin-bottom: 140px !important;
}
.mb-145 {
margin-bottom: 145px !important;
}
.mb-150 {
margin-bottom: 150px !important;
}
.mb-155 {
margin-bottom: 155px !important;
}
.mb-160 {
margin-bottom: 160px !important;
}
.mb-165 {
margin-bottom: 165px !important;
}
.mb-170 {
margin-bottom: 170px !important;
}
.mb-175 {
margin-bottom: 175px !important;
}
.mb-180 {
margin-bottom: 180px !important;
}
.mb-185 {
margin-bottom: 185px !important;
}
.mb-190 {
margin-bottom: 190px !important;
}
.mb-195 {
margin-bottom: 195px !important;
}
.mb-200 {
margin-bottom: 200px !important;
}
.ml-0 {
margin-left: 0px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-35 {
margin-left: 35px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-45 {
margin-left: 45px !important;
}
.ml-50 {
margin-left: 50px !important;
}
.ml-55 {
margin-left: 55px !important;
}
.ml-60 {
margin-left: 60px !important;
}
.ml-65 {
margin-left: 65px !important;
}
.ml-70 {
margin-left: 70px !important;
}
.ml-75 {
margin-left: 75px !important;
}
.ml-80 {
margin-left: 80px !important;
}
.ml-85 {
margin-left: 85px !important;
}
.ml-90 {
margin-left: 90px !important;
}
.ml-95 {
margin-left: 95px !important;
}
.ml-100 {
margin-left: 100px !important;
}
.ml-105 {
margin-left: 105px !important;
}
.ml-110 {
margin-left: 110px !important;
}
.ml-115 {
margin-left: 115px !important;
}
.ml-120 {
margin-left: 120px !important;
}
.ml-125 {
margin-left: 125px !important;
}
.ml-130 {
margin-left: 130px !important;
}
.ml-135 {
margin-left: 135px !important;
}
.ml-140 {
margin-left: 140px !important;
}
.ml-145 {
margin-left: 145px !important;
}
.ml-150 {
margin-left: 150px !important;
}
.ml-155 {
margin-left: 155px !important;
}
.ml-160 {
margin-left: 160px !important;
}
.ml-165 {
margin-left: 165px !important;
}
.ml-170 {
margin-left: 170px !important;
}
.ml-175 {
margin-left: 175px !important;
}
.ml-180 {
margin-left: 180px !important;
}
.ml-185 {
margin-left: 185px !important;
}
.ml-190 {
margin-left: 190px !important;
}
.ml-195 {
margin-left: 195px !important;
}
.ml-200 {
margin-left: 200px !important;
}
.mr-0 {
margin-right: 0px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-35 {
margin-right: 35px !important;
}
.mr-40 {
margin-right: 40px !important;
}
.mr-45 {
margin-right: 45px !important;
}
.mr-50 {
margin-right: 50px !important;
}
.mr-55 {
margin-right: 55px !important;
}
.mr-60 {
margin-right: 60px !important;
}
.mr-65 {
margin-right: 65px !important;
}
.mr-70 {
margin-right: 70px !important;
}
.mr-75 {
margin-right: 75px !important;
}
.mr-80 {
margin-right: 80px !important;
}
.mr-85 {
margin-right: 85px !important;
}
.mr-90 {
margin-right: 90px !important;
}
.mr-95 {
margin-right: 95px !important;
}
.mr-100 {
margin-right: 100px !important;
}
.mr-105 {
margin-right: 105px !important;
}
.mr-110 {
margin-right: 110px !important;
}
.mr-115 {
margin-right: 115px !important;
}
.mr-120 {
margin-right: 120px !important;
}
.mr-125 {
margin-right: 125px !important;
}
.mr-130 {
margin-right: 130px !important;
}
.mr-135 {
margin-right: 135px !important;
}
.mr-140 {
margin-right: 140px !important;
}
.mr-145 {
margin-right: 145px !important;
}
.mr-150 {
margin-right: 150px !important;
}
.mr-155 {
margin-right: 155px !important;
}
.mr-160 {
margin-right: 160px !important;
}
.mr-165 {
margin-right: 165px !important;
}
.mr-170 {
margin-right: 170px !important;
}
.mr-175 {
margin-right: 175px !important;
}
.mr-180 {
margin-right: 180px !important;
}
.mr-185 {
margin-right: 185px !important;
}
.mr-190 {
margin-right: 190px !important;
}
.mr-195 {
margin-right: 195px !important;
}
.mr-200 {
margin-right: 200px !important;
}
.mask-image {
-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}
.box-cta-2 {
position: relative;
padding-top: 65px;
padding-bottom: 80px;
}
.box-cta-2 .bg-shape {
content: "";
position: absolute;
z-index: 0;
right: 0px;
width: 1457px;
max-width: 101%;
border-radius: 12px;
overflow: hidden;
height: 100%;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-2/background.png) no-repeat center;
background-size: cover;
}
.box-cta-2 .bg-shape::after {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) !important;
width: 1457px;
max-width: 100%;
height: 100%;
border-radius: 12px;
opacity: 0.6;
background: #000;
}
.box-cta-5 {
position: relative;
}
.box-cta-5 .bg-shape {
content: "";
position: absolute;
z-index: 0;
right: 0px;
width: 100%;
overflow: hidden;
height: 100%;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-2/background-2.png) no-repeat center;
background-size: cover;
}
.box-cta-5 .bg-shape::after {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) !important;
width: 100%;
max-width: 100%;
height: 100%;
opacity: 0.6;
background: #000000;
}
.box-cta-7 {
position: relative;
}
.box-cta-7 .bg-shape {
content: "";
position: absolute;
z-index: 0;
right: 0px;
top: 0;
width: 100%;
height: 100%;
border-radius: 12px;
overflow: hidden;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-7/background.png) no-repeat center;
background-size: cover;
}
.box-list-featured {
margin-top: 12px;
}
.box-cta-3 {
max-width: 1457px;
width: 100%;
}
.box-cta-3 .list-ticks-green li {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/tick-list-w.svg);
}
.box-cta-3 .imgae {
border-radius: 56px;
}
.box-cta-3 .bg-overlay {
width: 650px;
}
.box-app::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/app/app-1/background.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}
.box-flights {
padding-bottom: 51px;
padding-top: 30px;
}
.swiper-group-journey {
padding-bottom: 8px;
}
.swiper-group-journey .swiper-slide {
width: auto;
}
.block-banner-home1 {
min-height: 600px;
padding-top: 200px;
}
.block-banner-home1 .bg-shape::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}
.block-banner-home1 .bg-shape::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
background: #000;
}
.block-banner-home3 {
position: relative;
}
.block-banner-home3 .swiper-group-1 {
max-width: 1860px;
border-radius: 12px;
}
.block-banner-home3 .item-banner-slide {
min-height: 600px;
position: relative;
padding: 120px 0px 180px 0px;
}
.block-banner-home3 .item-banner-slide.banner-1 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/hero/hero-3/banner.png) lightgray 50%/cover no-repeat;
}
.block-banner-home3 .item-banner-slide.banner-2 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/hero/hero-3/banner-2.png) lightgray 50%/cover no-repeat;
}
.block-banner-home3 .item-banner-slide::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.49;
background: #000000;
z-index: 0;
}
.container-search-advance {
position: absolute;
bottom: 30px;
left: 0px;
right: 0px;
z-index: 12;
}
.container-search-advance .box-search-advance {
top: 0px;
}
.block-banner-home2 {
min-height: 892px;
padding-top: 300px;
}
.block-banner-home2 .bg-shape::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/hero/hero-2/banner.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}
.block-banner-home2 .bg-shape::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
background: #000000;
}
.section-box-banner-2 .box-banner-1 {
position: relative;
}
.section-box-banner-2 .box-banner-1::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/banners/banners-2/img-1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.section-box-banner-2 .box-banner-1::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.39;
border-radius: 12px;
background: #000000;
}
.section-box-banner-2 .box-banner-2 {
position: relative;
}
.section-box-banner-2 .box-banner-2::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/banners/banners-2/img-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.section-box-banner-2 .box-banner-2::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.39;
border-radius: 12px;
background: #000000;
}
.box-search-category a svg path {
fill: var(--bs-neutral-1000);
}
.box-list-brand-car .item-brand {
padding: 30px;
background-color: var(--bs-neutral-0);
border-radius: 12px;
border-radius: 12px;
border: 1px solid var(--bs-border-color, #dde1de);
background: var(--bs-neutral-0, #fff);
margin-right: 24px;
margin-bottom: 24px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.box-list-brand-car .item-brand img {
display: block;
max-height: 28px;
}
.box-list-brand-car .item-brand:last-child {
margin-right: 0px;
}
.box-list-brand-car .item-brand-2 {
background-color: var(--bs-neutral-0);
border-radius: 12px;
border-radius: 12px;
border: 1px solid var(--bs-border-color, #dde1de);
background: var(--bs-neutral-0, #fff);
display: flex;
max-width: 128px;
height: 128px;
min-width: 150px;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.box-list-brand-car .item-brand-2 img {
display: block;
max-height: 28px;
}
.box-list-brand-car .item-brand-2:last-child {
margin-right: 0px;
}
.list-ticks-green {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.list-ticks-green li {
margin-bottom: 18px;
padding: 3px 25px 3px 36px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/tick-list.svg);
background-repeat: no-repeat;
background-position: left center;
font-size: 14px;
line-height: 22px;
color: #ffffff;
font-weight: bold;
}
.list-ticks-green.list-ticks-green-2 li {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/tick-list-2.svg);
}
.header-home-2 .btn-signin svg path {
fill: var(--bs-neutral-1000);
}
.section-cta-4 {
padding-top: 130px;
padding-bottom: 115px;
}
.section-cta-4 .bg-shape::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.26;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cta/cta-4/banner.png) lightgray 50%/cover no-repeat;
}
.section-cta-4 .bg-shape::after {
content: "";
position: absolute;
top: 60%;
left: 50%;
transform: translateX(-50%);
width: 1472px;
height: 1472px;
border-radius: 1472px;
background: var(--bs-background-2);
}
.rounded-12 {
border-radius: 12px !important;
}
.item-banner-slide-review {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/blog/blog-grid/img-1.png);
min-height: 504px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.item-banner-slide-review::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 70%;
border-radius: 12px;
height: 100%;
opacity: 0.69;
background: linear-gradient(270deg, rgba(17, 17, 17, 0) -0.95%, rgba(17, 17, 17, 0.69) 100%);
}
.item-banner-slide-review.banner2 {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/blog/blog-grid/img-2.png);
}
.item-banner-slide-review.banner-3 {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/blog/blog-grid/img-1-1.png);
}
.custom-container {
max-width: 1412px;
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
.page-header {
vertical-align: middle;
}
.page-header .bg-overlay {
position: relative;
}
.page-header .custom-container {
min-height: 430px;
}
.page-header .custom-container .bg-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.page-header .custom-container .bg-overlay::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
width:100%;
height: 100%;
background: rgba(0,0,0,0.45);
}
.page-header .custom-container .bg-overlay .img-banner {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.page-header-2 {
vertical-align: middle;
}
.page-header-2 .custom-container {
min-height: 430px;
}
.page-header-2 .custom-container .bg-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.page-header-2 .custom-container .bg-overlay::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
background: #000;
}
.page-header-2 .custom-container .bg-overlay .img-banner {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.section-1 .fs-72 {
font-size: 72px;
line-height: 72px;
font-weight: 700;
}
.section-1 .fs-96 {
font-size: 96px;
line-height: 96px;
font-weight: 700;
}
.section-box-banner-3 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/banners/banners-3/banner.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}
.section-box-banner-3::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: 0.52;
background: #000;
}
.section-box-banner-3.banner-2 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/banners/banners-3/banner2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.accordion .card {
border: 0;
}
.accordion .card .card-header {
border: 0;
background: transparent;
}
.accordion .card .card-header a.collapsed .arrow {
transition: 0.3s;
transform: rotate(180deg);
}
.accordion .card .card-header a .arrow {
transition: 0.3s;
transform: rotate(0deg);
}
.card-meta-user {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.card-meta-user .box-author-small {
display: flex;
align-items: center;
padding-right: 25px;
}
.card-meta-user .box-author-small img {
width: 32px;
height: 32px;
border: 1px solid var(--bs-brand-2);
border-radius: 50%;
margin-right: 10px;
}
.card-meta-user .box-author-small p {
color: var(--bs-color-white);
}
.card-meta-user .date-post {
position: relative;
padding-left: 5px;
}
.card-meta-user .date-post::before {
content: "";
position: absolute;
top: 2px;
left: -10px;
width: 1px;
height: 18px;
background-color: var(--bs-background-white);
}
.card-meta-user .date-post p {
color: var(--bs-color-white);
}
.pagination {
justify-content: flex-start;
margin-top: 30px;
flex-wrap: wrap;
list-style: none !important;
padding-left: 0px !important;
}
.pagination li {
margin-bottom: 8px;
}
.pagination li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border: 0px solid var(--bs-neutral-100);
border-radius: 4px;
text-align: center;
padding: 0px;
font-family: "TildaSans", Arial, sans-serif;
font-size: 16px;
font-weight: 700;
color: var(--bs-button-text-2);
margin: 2px 4px;
background-color: var(--bs-button-bg-2);
}
.pagination li a:hover,
.pagination li a.active {
background-color: var(--bs-button-bg);
color: var(--bs-button-text);
}
.pagination .page-item:not(:first-child) .page-link {
margin-left: 2px;
}
.pagination .page-item:last-child .page-link {
border: 0px;
line-height: 30px;
border-radius: 4px;
}
.pagination .page-item:last-child .page-link svg {
stroke: var(--bs-button-text-2);
}
.pagination .page-item:last-child .page-link:hover svg {
stroke: #101010;
}
.pagination .page-item:first-child .page-link {
border: 0px;
line-height: 35px;
border-radius: 4px;
}
.pagination .page-item:first-child .page-link svg {
stroke: var(--bs-button-text-2);
}
.pagination .page-item:first-child .page-link:hover svg {
stroke: #101010;
}
.block-subscriber {
display: flex;
align-items: center;
background-color: var(--bs-background-2);
border-radius: 12px;
border: 1px solid var(--bs-border-color);
}
.block-subscriber .subscriber-left {
width: 50%;
padding: 0px 76px;
}
.block-subscriber .subscriber-left .form-control {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/email.png);
padding: 19px 24px 19px 50px;
background-repeat: no-repeat;
background-position: left 24px center;
}
.block-subscriber .subscriber-right {
width: 50%;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/subscriber.png) no-repeat center;
height: 484px;
background-size: cover;
border-radius: 0px 12px 12px 0;
}
.box-banner-ads-recent {
position: relative;
padding: 30px 30px 190px 30px;
background-color: var(--bs-background-12);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/blog/banner-explorer.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: auto;
border-radius: 8px;
}
.box-banner-ads-recent h6 {
margin-bottom: 22px;
}
.box-banner-ads-recent .btn-brand-secondary {
color: var(--Button-button-text-2, #000); font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; display: inline-flex;
padding: 12px 22px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 50px;
background: #fefa17;
}
.post-date {
display: inline-block;
padding: 0px 16px 0px 20px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/calendar.svg) no-repeat left center;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
}
.post-time {
display: inline-block;
padding: 0px 16px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/time.svg) no-repeat left center;
}
.post-comment {
display: inline-block;
padding: 0px 0px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/comment.svg) no-repeat left center;
}
.content-detail-post {
margin: auto;
}
.content-detail-post p {
margin-bottom: 28px;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: var(--bs-neutral-700);
}
.content-detail-post h6 {
font-size: 20px;
line-height: 32px;
font-weight: bold;
color: var(--bs-neutral-1000);
margin-bottom: 12px;
}
a.icon-socials {
display: inline-block;
height: 40px;
width: 40px;
transition-duration: 0.2s;
margin-right: 7px;
line-height: 40px;
text-align: center;
}
a.icon-socials img {
vertical-align: middle;
}
a.icon-socials svg path {
fill: var(--bs-neutral-0);
}
a.icon-socials:last-child {
margin-right: 0px;
}
a.icon-socials:hover {
transform: translateY(-3px);
transition-duration: 0.2s;
}
a.icon-socials:hover svg path {
fill: #70f46d;
}
.box-socials svg path {
fill: var(--bs-neutral-1000) !important;
}
.card-contact {
width: 100%;
height:250px;
padding: 22px 25px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
background-color: var(--bs-background-body);
margin-bottom: 25px;
}
.card-contact .card-image {
margin-bottom: 18px;
}
.card-contact .card-image .card-icon {
border-radius: 8px;
background-color: var(--bs-neutral-200);
width: 53px;
height: 53px;
line-height: 53px;
text-align: center;
}
.card-contact .card-image .card-icon svg path {
fill: var(--bs-neutral-1000);
}
.card-contact .card-image .card-icon img {
display: inline-block;
vertical-align: middle;
}
.card-contact .card-info .card-title {
margin-bottom: 18px;
}
.card-contact .card-info .card-title .title {
display: block;
margin-bottom: 10px;
color: var(--bs-neutral-1000);
}
.card-contact .card-info .card-title a {
color: var(--bs-neutral-1000);
}
.card-contact .card-info .card-title a:hover {
color: var(--bs-brand-2);
}
.card-contact .card-info .card-title p {
min-height: 36px;
}
.card-contact .card-info .card-method-contact a {
color: var(--bs-neutral-1000);
}
.card-contact .card-info .card-method-contact a svg path {
fill: var(--bs-neutral-1000);
}
.card-contact .card-info .card-method-contact a:hover {
color: var(--bs-brand-2);
}
.card-contact .card-info .card-method-contact a:hover svg {
stroke: var(--bs-brand-2);
}
.h-520 {
max-height: 520px;
}
.box-section-term .sidebar-menu a {
transition: all 0.3s ease-in-out;
}
.box-section-term .sidebar-menu a:hover,
.box-section-term .sidebar-menu a.active {
color: var(--bs-neutral-1000) !important;
font-weight: 700 !important;
}
.box-section-term .content ul {
list-style: inherit;
}
.box-section-term .content ul li {
margin-left: 20px;
}
.sale-lbl {
position: absolute;
top: 0px;
right: 30px;
z-index: 5;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/cars-listing/cars-listing-9/sale.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 44px;
width: 44px;
color: var(--bs-neutral-1000);
font-size: 12px;
line-height: 40px;
text-align: center;
font-weight: bold;
}
.card-property.card-flight.card-hotel .card-info .card-title {
margin-bottom: 12px;
}
.card-property.card-flight.card-hotel .card-facilities {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities {
width: 33.33%;
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p {
background-repeat: no-repeat;
background-position: left center;
padding: 0px 0px 0px 30px;
margin-bottom: 13px;
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.speed {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/speed.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.gear {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/engineering.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.fuel {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/fuel.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.seats {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage8/seat.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.room {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/mile.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.pax {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/hotel/pax.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.size {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/automatic.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.bed {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/fuel.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.bathroom {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/seat.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.parking {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/suitcase.svg);
}
.card-property.card-flight.card-hotel .card-facilities .item-facilities p.pet {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/car.svg);
}
.card-method-contact2 a {
color: var(--bs-neutral-1000);
font-size: 12px;
line-height: 18px;
font-weight: 700;
padding: 4px 11px;
border-radius: 18px;
border: 0.6px solid var(--bs-border-color);
background: var(--bs-neutral-100);
}
.box-search-advance-home10 .box-search-advance {
top: -124px;
}
.form-contact .form-group .cb-remember {
margin-top: 3px;
}
.box-content-room-detail {
padding-bottom: 90px;
}
.box-sidebar-content {
padding-top: 25px;
}
.w-85 {
width: 85%;
}
.w-90 {
width: 90%;
}
.w-95 {
width: 95%;
}
.list-style-disc {
list-style: disc;
}
.w-100px {
width: 100px;
}
.add-to-cart .detail-qty {
position: relative;
}
.add-to-cart .detail-qty .qty-down {
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
z-index: 5;
}
.add-to-cart .detail-qty .qty-up {
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
z-index: 5;
}
.text-success {
color: var(--bs-success) !important;
}
.box-feature-car {
padding: 15px 15px 15px 15px;
border: 1px solid var(--bs-border-color);
background-color: var(--bs-background-card);
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
margin-bottom: 20px;
border-radius: 8px;
}
.list-feature-car {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0px -7px;
}
.list-feature-car .item-feature-car {
padding: 0px 7px;
margin-bottom: 14px;
}
.list-feature-car .item-feature-car .item-feature-car-inner {
display: flex;
align-items: center;
padding: 14px 16px;
border: 1px solid var(--bs-border-color);
background-color: var(--bs-background-2);
border-radius: 4px;
}
.list-feature-car .item-feature-car .item-feature-car-inner .feature-image {
margin-right: 5px;
}
.list-feature-car .item-feature-car .item-feature-car-inner .feature-image img {
display: block;
}
.list-checked-green {
list-style: none;
padding: 0px;
margin: 0px;
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0px !important;
margin-bottom: 10px;
}
.list-checked-green li {
list-style: none !important;
width: 100%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/hotel/tick-green.svg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 30px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
margin-bottom: 5px;
}
.list-checked-green-2 {
list-style: none;
padding: 0px !important;
margin-bottom: 12px;
}
.list-checked-green-2 li {
list-style: none !important;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/hotel/tick-green.svg);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 30px 0px 20px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
margin-bottom: 12px;
}
[data-bs-theme=dark] .box-button-book .btn.btn-book {
color: var(--bs-neutral-0);
}
[data-bs-theme=dark] .box-button-book .btn.btn-book svg {
stroke: var(--bs-neutral-0);
}
.btn-edit {
width: 28px;
height: 28px;
background-color: var(--bs-neutral-200);
text-align: center;
}
.avatar {
position: relative;
height: 2.625rem;
width: 2.625rem;
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 500;
}
.avatar.avatar-xl {
width: 4rem;
height: 4rem;
line-height: 4rem;
font-size: 1.25rem;
}
.avatar.avatar-xxl {
width: 5rem;
height: 5rem;
min-height: 5rem;
max-width: 5rem;
}
.bg-neutral-100 {
background-color: #f2f4f6;
}
.thumb-1 {
max-width: 80px;
}
.icon-addon {
position: absolute;
top: 3px;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
min-width: 2rem;
color: #393f4d;
pointer-events: none;
font-size: 1em;
}
.input-small {
color: #4e5561;
min-height: 32px;
padding: 4px 8px;
padding-left: 28px;
height: 36px;
font-size: 14px;
border-radius: 4px;
}
.box-grid-news .card-news {
margin-bottom: 32px;
}
.box-grid-news .card-news .card-info {
margin-top: 0px;
height: 360px;
}
.box-grid-news .card-news .card-info .card-title {
margin-bottom: 15px;
margin-top: 12px;
}
.box-grid-news .card-news .card-info .card-meta {
margin-top: 0px;
}
.box-grid-news .card-news .card-info .card-desc {
margin-bottom: 35px;
}
.box-grid-news .card-news .card-image {
height: 360px;
max-width: 350px;
}
.box-grid-news .card-news .card-image img {
width: auto;
}
.list-posts li {
list-style: none;
margin-bottom: 22px;
}
.card-post .card-image {
min-width: 85px;
max-width: 85px;
margin-right: 13px;
}
.card-post .card-image img {
display: block;
border-radius: 8px;
width: 100%;
}
.card-post .card-info a {
display: block;
margin-bottom: 12px;
}
.card-post .card-info .date-post {
background-repeat: no-repeat;
background-position: left center;
padding-left: 24px;
}
.box-sidebar-border {
padding: 30px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
background-color: var(--bs-background-card);
margin-bottom: 32px;
}
.box-sidebar-border .box-head-sidebar {
padding: 0px 0px 16px 0px;
border-bottom: 1px solid var(--bs-border-color);
margin-bottom: 35px;
}
.box-search-style-2 {
margin-bottom: 32px;
}
.list-photo-col-3 {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0px -9px;
}
.list-photo-col-3 li {
padding: 0px 9px;
width: 33.33%;
margin-bottom: 18px;
}
.list-photo-col-3 li img {
display: block;
border-radius: 4px;
width: 100%;
}
.box-search-style-2 {
position: relative;
margin-bottom: 32px;
}
.box-search-style-2 form input {
background-color: var(--bs-neutral-100);
height: 64px;
border: 1px solid var(--bs-border-color);
}
.box-search-style-2 .btn-search-submit {
position: absolute;
right: 20px;
top: 20px;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center;
border: 0px;
}
.list-posts-md .card-post {
margin-bottom: 24px;
}
.list-posts-md .card-post .card-image {
min-width: 131px;
max-width: 131px;
margin-right: 20px;
}
.box-posts-grid-2 {
padding: 90px 0px;
}
.meta-user {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.meta-user .box-author-small {
display: flex;
align-items: center;
padding-left: 0px;
margin-bottom: 12px;
padding-right: 20px;
}
.meta-user .box-author-small img {
width: 32px;
height: 32px;
border: 1px solid var(--bs-brand-2);
border-radius: 50%;
margin-right: 10px;
}
.box-content-detail-blog {
max-width: 1248px;
margin: auto;
}
.box-content-info-detail {
background-color: var(--bs-background-body);
border-radius: 16px;
padding: 80px 0px 0px 0px;
position: relative;
margin-top: -260px;
}
.footer-post-tags {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 48px;
padding-top: 25px;
margin-bottom: 115px;
border-top: 1px solid var(--bs-border-color);
}
.footer-post-tags .box-tags .btn {
margin: 0px 16px 16px 0px;
}
.footer-post-tags .box-share {
margin-bottom: 16px;
}
.box-leave-comment {
padding: 32px;
border: 1px solid var(--bs-border-color);
margin-bottom: 38px;
border-radius: 8px;
}
.box-list-comment {
padding: 32px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
margin-bottom: 38px;
display: inline-block;
width: 100%;
}
.box-list-comment .list-reviews .item-review:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.form-contact input[type=text],
.form-contact input[type=email],
.form-contact input[type=tel] {
background-color: var(--bs-background-card);
}
.form-contact .btn-book {
color: #000000;
}
.form-contact .btn-book svg {
stroke: #000000;
}
.box-contact-form {
padding: 90px 0px;
}
.swiper-button-prev-style-1 {
height: 40px;
width: 40px;
line-height: 38px;
text-align: center;
border-radius: 50%;
background-color: var(--bs-neutral-200);
}
.swiper-button-prev-style-1 svg {
stroke: #000000;
}
.swiper-button-prev-style-1:after {
display: none;
}
.swiper-button-prev-style-1:hover {
background-color: var(--bs-brand-2);
}
.swiper-button-prev-style-1:hover svg {
stroke: #000000;
}
.swiper-button-next-style-1 {
height: 40px;
width: 40px;
line-height: 38px;
text-align: center;
border-radius: 50%;
background-color: var(--bs-neutral-200);
}
.swiper-button-next-style-1 svg {
stroke: #000000;
}
.swiper-button-next-style-1:after {
display: none;
}
.swiper-button-next-style-1:hover {
background-color: var(--bs-brand-2);
}
.swiper-button-next-style-1:hover svg {
stroke: #000000;
}
.box-button-slider-team {
text-align: right;
}
.box-button-slider-team .swiper-button-prev-style-1 {
position: relative;
left: auto;
top: auto;
right: auto;
margin: 0px 4px 0px 0px;
display: inline-block;
}
.box-button-slider-team .swiper-button-next-style-1 {
position: relative;
left: auto;
right: auto;
top: auto;
margin: 0px;
display: inline-block;
}
.container-slider {
padding-left: 30px;
}
.popular-categories {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.popular-categories .dropdown-filter {
margin-left: 8px;
margin-bottom: 8px;
}
.block-testimonials {
display: flex;
align-items: center;
overflow: hidden;
padding-top: 0px;
}
.block-testimonials .testimonials-left {
max-width: 688px;
width: 40%;
margin-right: 80px;
position: relative;
}
.block-testimonials .testimonials-left::before {
content: "";
position: absolute;
top: -100px;
right: -100px;
width: 264px;
height: 140px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage1/plane.png) no-repeat center;
background-size: cover;
z-index: 1;
}
.block-testimonials .testimonials-right {
width: 60%;
}
.box-news {
padding: 40px 0px 110px 0px;
}
.box-list-news {
margin-top: 54px;
}
.form-subscriber {
display: flex;
align-items: center;
position: relative;
}
.form-subscriber .form-control {
height: 60px;
width: 100%;
border-radius: 12px;
border: 1px solid var(--bs-border-color);
padding: 21px 31px;
}
.form-subscriber .btn-submit {
position: absolute;
top: 0px;
right: 0px;
height: 60px;
background-color: var(--bs-brand-2);
border-radius: 12px;
padding: 19px 35px;
color: var(--bs-neutral-1000);
width: auto;
font-size: 14px;
line-height: 22px;
font-weight: 700;
}
.form-subscriber .btn-submit:hover {
background-color: var(--bs-neutral-200);
color: var(--bs-neutral-1000);
}
.box-author-testimonials {
display: inline-block;
padding: 10px 12px;
border-radius: 50px;
background-color: var(--bs-neutral-0);
color: var(--bs-neutral-1000);
font-size: 14px;
line-height: 22px;
font-weight: 700;
display: flex;
align-items: center;
width: -moz-fit-content;
width: fit-content;
z-index: 123;
position: relative;
border: 1px solid var(--bs-border-color);
}
.box-author-testimonials img {
border: 1px solid var(--bs-neutral-0);
border-radius: 50%;
height: 26px;
width: 26px;
margin-right: -13px;
}
.box-author-testimonials img:last-child {
margin-right: 8px;
}
.mt-8 {
margin-top: 8px;
}
#dropdownSort {
padding-right: 40px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/sort.svg) no-repeat right 16px center;
}
.box-list-populars {
margin-top: 25px;
}
.download-apps img {
margin-right: 8px;
}
.box-subscriber {
padding-bottom: 100px;
}
.download-apps {
margin-top: 64px;
}
.text-unlock {
margin-right: 13px;
display: inline-block;
padding: 2px 0px 2px 20px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/icon1.svg) no-repeat left center;
}
.category-link {
display: inline-block;
padding: 8px 18px;
border-radius: 12px;
color: var(--bs-neutral-1000);
margin: 0px 4px 0px 0px;
}
.category-link:hover,
.category-link.active {
background-color: var(--bs-brand-2);
color: #000000;
}
.container-banner {
position: relative;
width: 100%;
}
.form-newsletter {
display: flex;
align-items: center;
justify-content: flex-end;
max-width: 505px;
width: 100%;
}
.form-newsletter .form-control {
border: 1px solid var(--bs-neutral-500);
background-color: var(--bs-background-1000);
color: var(--bs-neutral-500);
padding: 19px 24px 19px 50px;
height: 60px;
width: 100%;
max-width: 360px;
margin-right: 8px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/email.svg);
background-repeat: no-repeat;
background-position: left 24px center;
}
.form-newsletter .form-control::-moz-placeholder {
color: var(--bs-neutral-500);
}
.form-newsletter .form-control::placeholder {
color: var(--bs-neutral-500);
}
.form-newsletter .btn-brand-2 {
height: 60px;
color: var(--bs-background-1000);
}
.slick-prev,
.slick-next {
position: absolute;
top: auto;
bottom: 163px;
transform: translateY(-50%);
left: 15px;
z-index: 123;
height: 40px;
width: 40px;
border: 0px;
border-radius: 50%;
background-color: var(--bs-neutral-200);
}
.slick-prev svg,
.slick-next svg {
stroke: var(--bs-neutral-1000);
}
.slick-prev:hover,
.slick-next:hover {
background-color: var(--bs-neutral-1000);
}
.slick-prev:hover svg,
.slick-next:hover svg {
stroke: var(--bs-neutral-0);
}
.slick-next {
right: auto;
left: 60px;
}
.slider-thumnail {
top: 60px;
position: absolute;
width: 247px;
z-index: 110;
right: 0px;
}
.slider-thumnail .slick-next,
.slider-thumnail .slick-prev {
display: none !important;
}
.slider-nav-thumbnails .banner-slide {
margin-bottom: 16px;
border: 3px solid var(--bs-neutral-0);
border-radius: 16px;
overflow: hidden;
}
.slider-nav-thumbnails .banner-slide.slick-current {
border-color: var(--bs-brand-2);
}
.box-search-advance {
border: 1px solid var(--bs-border-color);
border-radius: 16px;
background-color: var(--bs-neutral-0);
padding: 28px;
position: relative;
top: -143px;
z-index: 12;
margin-bottom: -112px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.box-search-advance .box-top-search {
display: flex;
align-items: center;
justify-content: space-between;
}
.box-search-advance .box-bottom-search {
border: 1px solid var(--bs-border-color);
border-radius: 16px;
background-color: var(--bs-neutral-0);
padding: 21px 0px;
margin-top: 28px;
display: flex;
align-items: flex-end;
}
.box-search-advance .box-bottom-search .item-search {
width: 20%;
position: relative;
padding: 0px 27px;
}
.box-search-advance .box-bottom-search .item-search::before {
content: "";
height: 58px;
right: 10px;
width: 1px;
background-color: var(--bs-border-color);
position: absolute;
top: 1px;
}
.box-search-advance .box-bottom-search .item-search.bd-none::before {
display: none;
}
.box-search-advance .box-bottom-search .btn-black-lg {
padding: 15px 32px !important;
}
.box-search-advance .box-bottom-search .btn-black-lg svg {
margin: 0px 10px 0px 0px;
}
.need-some-help {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/user.svg) no-repeat left center;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-500);
display: inline-block;
padding: 0px 0px 0px 20px;
}
.location-search {
padding-left: 22px !important;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/location.svg) no-repeat left center;
}
.box-image-payment-2 img {
border-radius: 56px;
}
.box-search-category {
padding-top: 35px;
}
.box-list-brand-car {
margin-top: 32px;
}
.passenger-search {
padding-left: 22px !important;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage2/user.svg) no-repeat left center;
}
.accordion-button {
border-bottom: 0px;
padding: 48px 90px 48px 48px;
padding-left: 0px;
border: 0px;
border-bottom: 1p solid var(--bs-border-color);
border-color: var(--bs-border-color);
position: relative;
}
.accordion-button h3,
.accordion-button .heading-3 {
color: var(--bs-neutral-1000);
padding: 0px 45px;
min-width: 146px;
}
.accordion-button p {
font-size: 24px;
line-height: 32px;
font-weight: 700;
color: var(--bs-neutral-1000);
}
.accordion-button.collapsed {
border-bottom: 1px solid var(--bs-border-color);
}
.accordion-button:focus {
border-color: var(--bs-border-color);
}
.accordion-collapse {
border: 0px;
background-color: var(--bs-neutral-100);
border-bottom-left-radius: 16px;
border-bottom-right-radius: 16px;
border-bottom: 1px solid var(--bs-border-color);
}
.accordion-collapse .accordion-body {
padding: 0px;
padding-left: 146px;
padding-right: 120px;
margin-bottom: 48px;
}
.accordion-button:not(.collapsed) {
background-color: var(--bs-neutral-100);
padding-bottom: 15px;
}
.box-faqs {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-faq.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 128px;
padding-top: 90px;
border-bottom: 1px solid var(--bs-border-color);
}
.box-faqs-inner {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage3/bg-faq2.png);
background-position: right top 90px;
background-repeat: no-repeat;
}
.block-faqs {
max-width: 1036px;
margin: auto;
margin-top: 65px;
}
.accordion-button::after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/open-faq.png);
transform: rotate(0deg);
background-position: center;
background-color: var(--bs-neutral-100);
border-radius: 4px;
width: 42px;
height: 42px;
top: 48px;
right: 48px;
position: absolute;
z-index: 12;
}
.accordion-button:not(.collapsed)::after {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/close-faq.png);
background-color: var(--bs-neutral-1000);
}
.accordion-collapse .accordion-body {
color: white;
}
.list-check {
padding: 0px;
margin: 0px 0px 60px 0px;
list-style: none;
}
.list-check li {
font-size: 18px;
line-height: 42px;
color: var(--bs-neutral-1000);
padding: 0px 0px 0px 30px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage4/check.svg) no-repeat left center;
}
.box-authors-partner {
display: flex;
align-items: center;
padding: 16px 12px;
border: 1px solid var(--bs-border-color);
border-radius: 16px;
}
.box-authors-partner .authors-partner-left {
display: flex;
align-items: center;
min-width: 160px;
}
.box-authors-partner .authors-partner-left img {
width: 51px;
height: 51px;
border: 1px solid var(--bs-border-color);
margin-right: -20px;
border-radius: 50%;
}
.box-authors-partner .authors-partner-left .item-author {
display: inline-block;
height: 51px;
width: 51px;
border: 1px solid var(--bs-border-color);
border-radius: 50%;
background-color: var(--bs-brand-2);
line-height: 46px;
text-align: center;
min-width: 51px;
}
.box-authors-partner .authors-partner-right {
position: relative;
}
.box-why-book-22 {
padding-bottom: 100px;
padding-top: 100px;
}
.box-banner-home7 {
position: relative;
}
.box-banner-home7 .item-banner-slide {
min-height: 764px;
position: relative;
background-position: top center;
background-repeat: no-repeat;
padding: 120px 0px 180px 0px;
background-size: cover;
}
.box-banner-home7 .item-banner-slide::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/homepage7/bg-trans.png);
}
.box-banner-home7 .item-banner-slide.banner-1 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/hero/hero-2/banner.png) lightgray 50%/cover no-repeat;
}
.box-banner-home7 .item-banner-slide.banner-2 {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/hero/hero-2/banner-2.png) lightgray 50%/cover no-repeat;
}
.box-banner-home7 .item-banner-slide .container {
position: relative;
z-index: 2;
}
.box-banner-home7 .container-search-advance {
z-index: 2;
}
.list-videos-small {
position: relative;
padding-right: 20px;
}
.list-videos-small .item-video-small {
display: flex;
align-items: center;
margin-bottom: 28px;
}
.list-videos-small .item-video-small .item-image {
width: 188px;
min-width: 188px;
height: auto;
margin-right: 25px;
border-radius: 16px;
overflow: hidden;
position: relative;
}
.list-videos-small .item-video-small .item-image img {
display: block;
width: 100%;
}
.list-videos-small .item-video-small .item-info {
position: relative;
}
.list-videos-small .item-video-small .item-info .heading-6 {
margin-bottom: 8px;
color: var(--bs-neutral-1000);
}
.list-videos-small .item-video-small .item-info .heading-6:hover {
color: var(--bs-neutral-1000);
}
.box-picked {
position: relative;
}
.box-videos-small {
padding: 49px 0px 19px 0px;
position: relative;
margin-top: 59px;
}
.box-videos-small .bg-video {
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
width: 65%;
background-color: var(--bs-background-2);
z-index: 1;
border-radius: 16px;
}
.box-videos-small .row {
position: relative;
z-index: 2;
}
.box-banner-ads {
position: relative;
}
.card-testimonial-2 {
max-width: 100%;
border: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: transparent;
}
.card-testimonial-2 .card-top {
justify-content: center;
flex-wrap: wrap;
margin-top: 0px;
}
.card-testimonial-2 .card-top .card-author {
flex-wrap: wrap;
text-align: center;
justify-content: center;
width: 100%;
}
.card-testimonial-2 .card-top .card-author .card-image {
margin-bottom: 10px;
}
.card-testimonial-2 .card-top .card-author>.card-info {
margin-bottom: 5px;
width: 100%;
}
.card-testimonial-2 .card-top .card-rate {
margin-bottom: 10px;
}
.card-testimonial-2>.card-info {
text-align: center;
}
.card-testimonial-2 .card-bottom {
text-align: center;
margin-top: 15px;
}
.box-grid-hotels .card-flight {
max-width: 100%;
}
.box-grid-hotels .card-flight .card-info {
height: 360px;
}
.box-grid-hotels .card-flight .card-image {
height: 360px;
max-width: 350px;
}
.box-grid-hotels .card-flight .tour-rate {
margin-bottom: 4px;
}
.box-grid-hotels .card-flight .card-tags {
margin-bottom: 24px;
}
.box-grid-hotels .card-flight .card-tags .btn-tag-border {
margin-right: 5px;
margin-bottom: 5px;
}
.box-grid-hotels .card-flight .card-tags .btn-tag-border:hover {
box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.09);
}
.box-grid-hotels .card-flight .card-facilities {
margin-bottom: 24px;
}
.box-grid-hotels .card-flight .card-facilities .list-tick-green {
list-style: none;
padding: 0px;
margin: 0px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.box-grid-hotels .card-flight .card-facilities .list-tick-green li {
width: 33.33%;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/hotel/tick-green.svg);
background-repeat: no-repeat;
background-position: left top;
padding: 0px 30px 0px 20px;
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: var(--bs-neutral-1000);
margin-bottom: 5px;
}
.box-grid-property .card-journey-small .card-info {
padding: 28px 15px 20px 15px;
}
.box-grid-property .card-journey-small .card-image {
height: 235px;
}
.block-banner-property {
padding: 113px 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/banner.png) no-repeat top center;
background-size: cover;
}
.list-number-choose {
display: flex;
align-items: center;
margin-top: 9px;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 19px;
}
.list-number-choose a {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
font-size: 16px;
line-height: 40px;
font-weight: bold;
color: var(--bs-neutral-1000);
background-color: var(--bs-button-bg-2);
margin: 0px 4px;
}
.box-info-contact .mobile-phone {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/phone.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .email {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/email.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .whatsapp {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/whatsapp.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .fax {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/fax.png);
background-position: left center;
background-repeat: no-repeat;
}
.card-author .card-author-image {
width: 64px;
height: 64px;
border-radius: 50%;
margin-right: 12px;
}
.card-author .card-author-image img {
display: block;
width: 64px;
height: 64px;
border-radius: 50%;
}
.card-author .card-author-info {
position: relative;
}
.box-info-contact {
margin-top: 25px;
margin-bottom: 35px;
}
.box-info-contact p {
margin-bottom: 16px;
}
.box-link-bottom {
margin-bottom: 35px;
}
.breadcrumbs {
padding: 34px 0px;
}
.breadcrumbs li {
display: inline-block;
padding-right: 37px;
position: relative;
}
.breadcrumbs li a {
font-size: 16px;
line-height: 26px;
color: var(--bs-neutral-700);
font-weight: 500;
text-decoration: none;
}
.breadcrumbs li a:hover {
color: var(--bs-neutral-1000);
}
.breadcrumbs li span.arrow-right {
position: absolute;
top: 0px;
right: 15px;
}
.breadcrumbs li span.arrow-right svg {
stroke: var(--bs-neutral-500);
}
.breadcrumbs li .text-breadcrumb {
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: var(--bs-neutral-1000);
}
.box-filters-sidebar .title-filter {
margin-bottom: 24px;
margin-top: 8px;
}
.box-filters-sidebar .block-filter {
border-top: 1px solid var(--bs-border-color);
padding: 42px 0px 10px 0px;
}
.box-filters-sidebar .block-filter .head-filter {
margin-bottom: 20px;
}
.box-filters-sidebar .block-filter:first-child {
padding-top: 0px;
border-top: 0px;
}
.box-filters-sidebar .block-filter .item-collapse {
margin-bottom: 20px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-up.svg);
background-position: right center;
background-repeat: no-repeat;
padding-right: 20px;
cursor: pointer;
}
.box-filters-sidebar .block-filter .item-collapse.collapsed-item {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/arrow-down-filter.svg);
}
.box-filters-sidebar .block-filter .list-sizes .item-size.active {
font-weight: 500;
}
.box-collapse2 {
overflow: hidden;
}
.box-collapse {
margin-bottom: 35px;
}
.box-value-price {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 8px;
}
.list-filter-checkbox li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
}
.list-filter-checkbox li .cb-container {
margin-bottom: 0px;
display: flex;
align-items: center;
color: var(--bs-neutral-1000);
}
.list-filter-checkbox li .cb-container img {
display: inline-block;
vertical-align: middle;
margin: 0px 1px;
}
.list-filter-checkbox li .number-item {
min-width: 27px;
max-width: 27px;
border-radius: 7px;
padding: 3px;
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: var(--bs-neutral-1000);
background-color: var(--bs-border-color);
text-align: center;
}
.sidebar-left {
padding: 29px 25px 0px 25px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
margin-bottom: 24px;
}
.box-content-main {
display: flex;
margin-left: -12px;
margin-right: -12px;
}
.box-content-main .content-left {
width: 100%;
padding: 0px 12px;
min-width: 295px;
max-width: 295px;
}
.box-content-main .content-right {
width: 100%;
padding: 0px 12px;
}
.box-content-main {
padding: 56px 0px 90px 0px;
}
.box-content-main #dropdownSort {
padding-right: 0px;
background-image: none;
}
.box-item-sort {
display: flex;
align-items: center;
justify-content: flex-end;
}
.item-sort {
display: flex;
align-items: center;
border: 1px solid var(--bs-border-color);
border-radius: 4px;
padding: 7px;
margin-left: 4px;
}
.dropdown-sort {
top: -1px;
}
.dropdown-sort .dropdown-toggle,
.dropdown-sort #dropdownSort {
padding: 0px;
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: var(--bs-neutral-1000);
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/dropdown.svg);
background-position: right 1px center;
padding-right: 19px;
background-repeat: no-repeat;
border: 0;
}
.dropdown-sort .dropdown-toggle::after,
.dropdown-sort #dropdownSort::after {
display: none;
}
.box-view-type {
min-height: 40px;
display: flex;
align-items: center;
}
.display-type {
display: inline-block;
margin-right: 10px;
}
.display-type svg {
fill: var(--bs-neutral-500);
}
.display-type.active svg {
fill: var(--bs-neutral-1000);
}
.number-found {
display: inline-block;
margin-left: 8px;
}
.box-see-more {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
}
.link-see-more {
display: flex;
align-items: center;
justify-content: center;
width: -moz-fit-content;
width: fit-content;
color: var(--bs-neutral-1000);
font-size: 12px;
line-height: 18px;
font-weight: 500;
text-decoration: none;
}
.link-see-more svg {
margin-left: 5px;
fill: var(--bs-neutral-1000);
}
.rate-element {
border: 1px solid var(--bs-border-color);
border-radius: 33px;
padding: 6px 16px 6px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/star.svg);
background-repeat: no-repeat;
background-position: left 12px center;
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
display: inline-block;
background-color: var(--bs-background-card);
color: var(--bs-neutral-1000);
}
.rate-element .rating {
font-weight: bold;
}
.tour-location,
.tour-code {
display: flex;
align-items: center;
width: -moz-fit-content;
width: fit-content;
}
.tour-location svg,
.tour-code svg {
fill: var(--bs-neutral-300);
margin-right: 7px;
}
.tour-metas {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.tour-metas .tour-meta-left {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 15px;
}
.tour-metas .tour-meta-left a {
text-decoration: underline;
font-weight: 700;
}
.tour-metas .tour-meta-right {
min-width: 230px;
margin-bottom: 15px;
}
.box-content-tour-detail {
padding-top: 45px;
}
.tour-rate {
margin-bottom: 22px;
}
.tour-title-main {
margin-bottom: 20px;
}
.tour-meta-right .btn-share {
margin-right: 8px;
}
.group-collapse-expand {
position: relative;
background-color: var(--bs-background-card);
border: 1px solid var(--bs-border-color);
border-radius: 8px;
padding: 32px 32px 12px 32px;
margin-bottom: 20px;
}
.group-collapse-expand .btn-collapse {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0px 0px 18px 0px;
outline: 0;
}
.group-collapse-expand .btn-collapse svg {
stroke: var(--bs-neutral-1000);
}
.group-collapse-expand .card.card-body {
padding: 0px !important;
border: 0px !important;
background-color: var(--bs-background-card);
}
.group-collapse-expand .card.card-body p {
font-size: 14px;
line-height: 22px;
color: var(--bs-neutral-800);
margin-bottom: 20px;
}
.group-collapse-expand .card.card-body ul {
color: var(--bs-neutral-800);
padding: 0px 0px 0px 20px;
}
.group-collapse-expand .card.card-body ul.list-number {
list-style: decimal;
color: var(--bs-neutral-800);
padding: 0px 0px 0px 20px;
font-weight: bold;
margin-bottom: 24px;
}
.group-collapse-expand .card.card-body ul.list-number li span {
font-weight: 400;
}
.group-collapse-expand .collapsed svg {
transform: rotate(-180deg);
}
.btn:first-child:active {
border-color: transparent;
}
.list-questions {
position: relative;
}
.list-questions .item-question {
position: relative;
padding: 14px 20px;
border: 1px solid var(--bs-border-color);
border-radius: 8px;
background-color: var(--bs-background-body);
margin-bottom: 8px;
}
.list-questions .item-question.active {
background-color: var(--bs-neutral-100);
}
.list-questions .item-question .head-question {
margin-bottom: 9px;
}
.list-questions .item-question .head-question p {
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/tour-detail/question.png);
background-position: left center;
background-repeat: no-repeat;
padding: 0px 0px 0px 25px;
margin-bottom: 0px;
}
.head-reviews {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.head-reviews .review-left {
background-color: var(--bs-background-card);
border: 1px solid var(--bs-border-color);
border-radius: 8px;
width: 100%;
height: 186px;
min-width: 174px;
margin-right: 34px;
max-width: 174px;
text-align: center;
line-height: 186px;
}
.head-reviews .review-left .review-info-inner {
display: inline-block;
line-height: 22px;
vertical-align: middle;
}
.head-reviews .review-left .review-info-inner p {
margin-bottom: 0px;
}
.head-reviews .review-right {
width: 100%;
}
.item-review-progress,
.group-collapse-expand .item-review-progress {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.item-review-progress .text-rv-progress,
.group-collapse-expand .item-review-progress .text-rv-progress {
min-width: 108px;
padding-right: 8px;
}
.item-review-progress .text-rv-progress p,
.group-collapse-expand .item-review-progress .text-rv-progress p {
margin-bottom: 0px;
}
.item-review-progress .bar-rv-progress,
.group-collapse-expand .item-review-progress .bar-rv-progress {
display: inline-block;
width: 100%;
max-width: 232px;
}
.item-review-progress .bar-rv-progress .progress,
.group-collapse-expand .item-review-progress .bar-rv-progress .progress {
background-color: var(--bs-neutral-200);
border-radius: 2px;
height: 10px;
}
.item-review-progress .bar-rv-progress .progress .progress-bar,
.group-collapse-expand .item-review-progress .bar-rv-progress .progress .progress-bar {
height: 10px;
border-radius: 2px;
background-color: var(--bs-warning);
}
.item-review-progress .text-avarage,
.group-collapse-expand .item-review-progress .text-avarage {
min-width: 35px;
padding-left: 8px;
}
.item-review-progress .text-avarage p,
.group-collapse-expand .item-review-progress .text-avarage p {
margin-bottom: 0px;
}
.list-reviews .item-review {
border-radius: 8px;
border: 1px solid var(--bs-border-color);
padding: 21px 25px;
background-color: var(--bs-background-body);
margin-bottom: 17px;
}
.list-reviews .item-review .head-review {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding-bottom: 10px;
margin-bottom: 25px;
border-bottom: 1px solid var(--bs-border-color);
}
.list-reviews .item-review .head-review .author-review {
display: flex;
align-items: center;
}
.list-reviews .item-review .head-review .author-review img {
margin-right: 12px;
width: 64px;
height: 64px;
border-radius: 50%;
}
.list-reviews .item-review .head-review .author-review .author-info p {
margin-bottom: 0px;
}
.box-type-reviews {
margin-top: 15px;
margin-bottom: 25px;
padding-bottom: 10px;
border-bottom: 1px solid var(--bs-border-color);
}
.box-type-review {
display: flex;
align-items: center;
}
.box-type-review .text-type-rv {
margin-bottom: 0px;
min-width: 101px;
padding-right: 5px;
}
.box-type-review .rate-type-review {
margin-bottom: 0px;
}
.box-form-reviews {
margin-bottom: 15px;
}
.box-form-reviews .form-control {
background-color: var(--bs-background-card);
}
.box-form-reviews textarea.form-control {
min-height: 170px;
}
.sidebar-banner {
margin-bottom: 32px;
}
.content-booking-form {
position: relative;
padding: 28px 35px;
}
.content-booking-form .item-line-booking {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 24px;
margin-bottom: 24px;
border-bottom: 1px solid var(--bs-border-color);
}
.content-booking-form .item-line-booking.last-item {
border-bottom: 0px;
margin-bottom: 0px;
}
.content-booking-form .item-line-booking .line-booking-right {
display: flex;
align-items: center;
}
.content-booking-form .item-line-booking .line-booking-right label {
display: flex;
margin-left: 18px;
align-items: center;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: var(--bs-neutral-1000);
}
.content-booking-form .item-line-booking .line-booking-right label input {
height: auto;
width: 16px;
margin-right: 5px;
}
.input-calendar {
position: relative;
}
.input-calendar svg {
position: absolute;
right: 15px;
top: 14px;
fill: var(--bs-neutral-1000);
}
.line-booking-tickets {
display: flex;
align-items: center;
justify-content: space-between;
}
.line-booking-tickets .item-ticket {
display: flex;
align-items: center;
}
.line-booking-tickets .item-ticket .list-filter-checkbox li {
margin-bottom: 0px;
margin-top: 10px;
}
.line-booking-tickets .include-price {
margin-top: 10px;
}
.box-tickets {
width: 100%;
}
.booking-form {
border-radius: 8px;
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.07);
position: relative;
border: 1px solid var(--bs-border-color);
margin-bottom: 32px;
}
.booking-form .head-booking-form {
background-color: var(--bs-neutral-100);
padding: 25px 35px;
}
.booking-form .box-need-help {
text-align: center;
padding-top: 20px;
display: flex;
justify-content: center;
}
.booking-form .box-need-help a {
display: flex;
align-items: center;
width: -moz-fit-content;
width: fit-content;
color: var(--bs-neutral-500);
font-size: 14px;
line-height: 22px;
font-weight: 500;
}
.booking-form .box-need-help a svg {
stroke: var(--bs-neutral-500);
margin-right: 10px;
}
.tour-header {
margin-bottom: 36px;
}
.slider-nav-thumbnails-activities-detail .banner-slide {
padding: 12px;
}
.slider-nav-thumbnails-activities-detail .banner-slide img {
border-radius: 8px;
display: block;
width: 100%;
}
.slider-thumnail-activities {
margin: 12px -12px 0px -12px;
padding-bottom: 12px;
}
.slider-thumnail-activities .slick-next,
.slider-thumnail-activities .slick-prev {
display: none !important;
}
.box-banner-activities {
position: relative;
}
.box-banner-activities .slick-prev {
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 12;
left: 38px;
}
.box-banner-activities .slick-next {
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 12;
right: 38px;
left: auto;
}
.box-banner-activities .banner-slide-activity img {
border-radius: 8px;
}
.container-banner-activities .box-button-abs {
position: absolute;
bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.container-banner-activities .box-button-abs .btn {
margin: 0px 10px 20px 10px;
}
.container-banner-activities .box-button-abs .btn svg,
.container-banner-activities .box-button-abs .btn img {
margin-left: 0px;
margin-right: 8px;
fill: var(--bs-neutral-1000);
display: inline-block;
vertical-align: middle;
width: auto;
min-width: auto;
min-height: auto;
}
.box-grid-property .card-journey-small .card-info {
padding: 28px 15px 20px 15px;
}
.box-grid-property .card-journey-small .card-image {
height: 235px;
}
.block-banner-property {
padding: 113px 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/banner.png) no-repeat top center;
background-size: cover;
}
.list-number-choose {
display: flex;
align-items: center;
margin-top: 9px;
margin-left: -8px;
margin-right: -8px;
margin-bottom: 19px;
}
.list-number-choose a {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
font-size: 16px;
line-height: 40px;
font-weight: bold;
color: var(--bs-neutral-1000);
background-color: var(--bs-button-bg-2);
margin: 0px 4px;
}
.box-info-contact .mobile-phone {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/phone.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .email {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/email.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .whatsapp {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/whatsapp.png);
background-position: left center;
background-repeat: no-repeat;
}
.box-info-contact .fax {
padding: 0px 0px 0px 30px;
background-image: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/property/fax.png);
background-position: left center;
background-repeat: no-repeat;
}
.card-author .card-author-image {
width: 64px;
height: 64px;
border-radius: 50%;
margin-right: 12px;
}
.card-author .card-author-image img {
display: block;
width: 64px;
height: 64px;
border-radius: 50%;
}
.card-author .card-author-info {
position: relative;
}
.box-info-contact {
margin-top: 25px;
margin-bottom: 35px;
}
.box-info-contact p {
margin-bottom: 16px;
}
.box-link-bottom {
margin-bottom: 35px;
}
.box-logos-tickets {
padding: 50px 0px;
border-bottom: 1px solid var(--bs-border-color);
}
.box-apply-filter {
padding-top: 25px;
margin-top: 35px;
border-top: 1px solid var(--bs-border-color);
display: flex;
align-items: center;
justify-content: space-between;
}
.btn-clear-filter {
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/template/icons/close-filter.svg) no-repeat left center;
font-size: 14px;
line-height: 22px;
font-weight: 500;
color: var(--bs-neutral-1000);
padding: 0px 0px 0px 25px;
}
.block-banner-tickets {
padding: 113px 0px;
background: url(https://powertech.by/wp-content/themes/befast/assets/imgs/page/tickets/banner.png) no-repeat top center;
background-size: cover;
}
.box-list-tickets .card-flight {
min-width: 100%;
}
.box-image-book {
position: relative;
border-radius: 8px;
overflow: hidden;
margin-bottom: 41px;
display: inline-block;
width: 100%;
}
.box-image-book img {
display: block;
}
.btn-logo {
padding: 25px 22px;
border-radius: 8px;
background-color: var(--bs-background-card);
position: absolute;
bottom: 25px;
left: 25px;
z-index: 12;
}
.input-calendar label {
display: flex;
align-items: center;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: var(--bs-neutral-1000);
margin-left: 20px;
}
.input-calendar label input {
width: auto;
margin: 0px 5px 0px 0px;
}
@media (max-width: 1599.98px) {
.image-banner-top-left {
top: 30px;
left: 20px;
}
}
@media (max-width: 1399.98px) {
.custom-class {
display: block;
}
.header .main-menu li {
padding: 0px 10px;
}
.box-banner-home4 .box-image-banner-home4 .shape-phone {
right: -30px;
}
.card-journey-small .card-info {
padding: 20px 16px;
}
.box-grid-hotels .card-flight .card-image {
max-width: 280px;
}
.box-content-info-detail {
margin-top: -90px;
}
}
@media (max-width: 992px) {
.header .main-header .header-right {
min-width: 490px;
}
}
@media (max-width: 1199.98px) {
.burger-icon {
display: block;
}
.custom-class {
display: block;
}
.header-right {
padding-right: 50px;
}
.header .nav-main-menu {
display: none;
}
.header .main-header {
padding: 10px 0px;
}
.sticky-bar.stick .main-header {
padding: 10px 0px;
}
.popup-firstload .popup-container {
max-width: 95%;
}
.box-search-advance .box-bottom-search {
flex-wrap: wrap;
}
.box-search-advance .box-bottom-search .item-search {
width: 25%;
}
.box-search-advance .box-bottom-search .item-search:last-child {
width: 100%;
justify-content: center !important;
padding-top: 20px;
}
.box-search-advance .box-bottom-search .item-search:last-child .btn {
width: 100%;
justify-content: center;
}
.banner-main h1 {
font-size: 50px;
line-height: 60px;
}
.box-list-numbers {
padding: 80px 30px;
flex-wrap: wrap;
}
.box-search-advance-2 {
position: relative;
top: auto;
right: auto;
max-width: 100%;
margin-top: 20px;
margin-bottom: 0px;
}
.box-search-advance-2 .box-bottom-search .item-search {
width: 25%;
}
.box-search-advance-2 .box-bottom-search .item-search:last-child {
width: 25%;
}
.box-search-advance-3-col .box-bottom-search .item-search {
width: 50%;
}
.box-banner-home4 .box-image-banner-home4 .shape-phone {
right: -50px;
}
.banner-plus,
.banner-marker {
display: none;
}
.box-banner-home4 .box-image-banner-home4 .shape-rate {
left: 130px;
}
.box-image-banner-home5 {
max-width: 50%;
}
.block-banner-home5 {
background-size: 70% auto;
}
.block-banner-home5 h1 {
font-size: 54px;
line-height: 66px;
}
.box-footer-col-3 .footer-col-1,
.box-footer-col-3 .footer-col-2,
.box-footer-col-3 .footer-col-3 {
padding: 15px;
}
.top-bar-2 .text-header-info .phone-head,
.top-bar-2 .text-header-info a {
margin-right: 14px;
width: 17px;
display: inline-block;
overflow: hidden;
height: 20px;
line-height: 17px;
vertical-align: middle;
}
.top-bar-2 .text-header-info a {
margin-right: 0px;
}
.image-banner-bottom {
max-width: 400px;
}
.box-why-home9-inner-inner {
padding-left: 460px;
}
.box-img-test-1 {
left: 10px;
}
.box-img-test-2 {
right: 10px;
top: 70px;
}
.box-img-test-3 {
right: -10px;
bottom: 0px;
}
.box-list-tours.list-tours .card-journey-small .card-image {
min-width: 281px;
}
.destination-banner-1 {
height: 110px;
}
.destination-banner-2 {
height: 290px;
}
.destination-banner-3 {
height: 242px;
}
.destination-banner-4,
.destination-banner-5 {
height: 155px;
}
.destination-banner-6 {
height: 194px;
}
.destination-banner-7 {
height: 203px;
}
.box-header-on-top {
left: 110px;
bottom: -20px;
right: 110px;
}
.block-room-features {
position: relative;
bottom: auto;
left: auto;
right: auto;
margin-top: 35px;
}
.item-room-feature {
max-width: 16.28%;
}
.box-grid-hotels .card-flight {
flex-wrap: wrap;
}
.box-grid-hotels .card-flight .card-image {
height: auto;
max-width: 100%;
}
.box-grid-hotels .card-flight .card-info {
margin-left: 0px;
margin-top: -40px;
}
.box-image-vision .image-vision-2 {
max-width: 160px;
top: -10px;
right: 10px;
}
.box-image-vision .image-vision-1 {
max-width: 160px;
bottom: -30px;
left: 10px;
}
.box-list-hotels-detail .card-flight:nth-of-type(even) .card-info {
order: 1 !important;
}
.box-content-info-detail {
margin-top: -60px;
}
.header.header-commingsoon .main-header .header-right {
width: 60%;
padding-right: 0px;
}
.header.header-commingsoon .main-header .header-left {
width: 40%;
}
.box-video-comming .box-banner-abs {
bottom: -90px;
right: -20px;
}
.box-list-flights-2 .item-flight {
flex-wrap: wrap;
}
.box-list-flights-2 .item-flight .flight-price {
width: 100%;
padding-left: 0px;
}
.box-list-flights-2 .item-flight .flight-price .flight-price-1 {
width: 50%;
padding-left: 0px;
border-left: 0px;
}
.box-list-flights-2 .item-flight .flight-price .flight-price-2 {
width: 50%;
}
.box-list-flights-2 .item-flight .flight-route.flight-route-type-2 {
max-width: 100%;
}
.box-list-flights-2 .item-flight .flight-route.flight-route-type-2 .flight-route-1,
.box-list-flights-2 .item-flight .flight-route.flight-route-type-2 .flight-route-2 {
justify-content: space-between;
}
}
@media (max-width: 991.98px) {
.page-header .custom-container {
min-height: 280px;
max-width: 98%;
}
.w-md-75 {
width: 75%;
}
.btn.btn-dropdown-search {
width: 100% !important;
}
.footer-1,
.footer-2,
.footer-3,
.footer-4,
.footer-5 {
width: 50%;
margin-bottom: 40px;
}
.box-banner-home4 .box-image-banner-home4 .shape-rate {
left: 0px;
}
.block-dropdown-filter,
.left-dropdown-filter {
flex-wrap: wrap;
}
.left-dropdown-filter {
margin-bottom: 15px;
}
.box-left-payment {
padding-left: 0px;
}
.block-testimonials {
flex-wrap: wrap;
}
.block-testimonials .testimonials-left {
max-width: 100%;
width: 100%;
}
.block-testimonials .testimonials-left::before {
right: 10px;
}
.block-testimonials .testimonials-right {
width: 100%;
}
.container-slider {
padding-left: 0px;
}
.block-subscriber .subscriber-left {
width: 60%;
padding: 0px 16px;
}
.block-subscriber .subscriber-right {
width: 40%;
}
.box-search-advance .box-bottom-search {
flex-wrap: wrap;
}
.box-search-advance .box-bottom-search .item-search {
width: 50%;
position: relative;
padding: 0px 27px;
margin-bottom: 15px;
}
.box-search-advance .box-bottom-search .item-search:last-child {
width: 100%;
justify-content: center !important;
}
.box-search-advance .box-bottom-search .item-search:last-child::before {
display: none;
}
.box-search-advance .box-bottom-search .item-search.item-search-2::before {
display: none;
}
.box-list-numbers {
padding: 30px 10px;
flex-wrap: wrap;
}
.bg-contact-form-2 {
position: relative;
height: 500px;
max-width: 100%;
margin-bottom: 35px;
}
.box-list-numbers .item-numbers {
width: 50%;
padding: 0px 20px;
}
.box-list-numbers .item-numbers::before {
right: 10px;
}
.box-list-numbers .item-numbers.item-numbers-2::before {
display: none;
}
.box-search-advance-2 .box-bottom-search .item-search {
width: 50%;
}
.box-search-advance-2 .box-bottom-search .item-search:last-child {
width: 50%;
}
.box-search-advance-3-col {
margin-bottom: 30px;
}
.box-banner-home4 .box-image-banner-home4 {
position: relative;
bottom: auto;
right: auto;
text-align: center;
}
.box-image-how {
margin-bottom: 40px;
}
.box-images-apps {
margin-top: 0px;
}
.img-phone {
top: 0px;
}
.img-laptop {
top: 0px;
}
.box-banner-home4 .box-image-banner-home4 .shape-phone {
right: -20px;
}
.card-journey-small.card-journey-small-type-2 .card-links ul {
flex-wrap: wrap;
}
.card-journey-small.card-journey-small-type-2 .card-links ul li {
width: 100%;
margin-bottom: 7px;
}
.card-journey-small.card-journey-small-type-2 .card-links {
margin-top: 15px;
}
.block-banner-home5 {
padding-bottom: 400px;
}
.box-item-download {
padding: 30px 20px 30px 20px;
}
.box-footer-col-3 {
flex-wrap: wrap;
}
.box-footer-col-3 .footer-col-1,
.box-footer-col-3 .footer-col-2 {
width: 100%;
padding: 25px 35px;
border-bottom: 1px solid #313131;
}
.box-footer-col-3 .footer-col-1::before,
.box-footer-col-3 .footer-col-2::before {
display: none;
}
.box-footer-col-3 .footer-col-3 {
width: 100%;
padding: 25px 35px;
}
.box-videos-small .bg-video {
width: 85%;
}
.container-search-advance {
position: relative;
bottom: auto;
left: auto;
right: auto;
margin-top: 30px;
margin-bottom: 30px;
}
.item-banner-slide {
min-height: 543px;
padding: 120px 0px 145px 0px;
}
.item-banner-slide h1 {
font-size: 50px;
line-height: 60px;
}
.item-banner-slide h5 {
font-size: 20px;
line-height: 30px;
}
.item-banner-slide.banner-1 {
min-height: unset !important;
}
.item-banner-slide.banner-2 {
min-height: unset !important;
}
.box-numbers-home7 {
padding-left: 0px;
}
.box-testimonials-4 {
background-position: top 50% left 0%;
}
.dark .box-testimonials-4 {
background-position: top 50% left 0%;
}
.swiper-pagination-style-2 {
right: 15px;
}
.box-image-banner-home8 {
display: none;
}
.image-banner-bottom {
display: none;
}
.image-banner-top-left {
display: none;
}
.block-right-banner {
position: relative;
top: auto;
right: auto;
bottom: auto;
height: 500px;
max-width: 100%;
margin-top: 40px;
}
.block-banner-9-inner {
padding-top: 66px;
padding-bottom: 167px;
}
.item-people-used {
bottom: 78px;
left: auto;
right: 60px;
}
.box-why-home9-inner-inner {
padding: 30px 30px 30px 26px;
}
.box-why-home9-inner {
background-image: none;
}
.box-list-flights .item-flight {
flex-wrap: wrap;
}
.box-list-flights .item-flight .flight-route {
width: 100%;
margin-bottom: 20px;
}
.box-list-flights .item-flight .flight-price .flight-price-1 {
padding-left: 0px;
border-left: 0px;
padding-right: 10px;
text-align: center;
}
.box-list-flights .item-flight .flight-price .flight-price-2 {
padding: 0px 0px 0px 20px;
text-align: center;
}
.box-install-app-3 .block-install-apps {
background-image: none;
margin: 0px;
padding: 50px 40px 10px 40px;
}
.box-install-app-3 .block-install-apps::before {
display: none;
}
.box-right-skyward {
padding-left: 0px;
}
.block-banner-home10 {
min-height: 720px;
padding-top: 220px;
padding-bottom: 220px;
}
.block-banner-home10 h1 {
font-size: 44px;
line-height: 56px;
}
.block-banner-home10 .box-buttons-banner {
margin-top: 15px !important;
}
.box-content-main {
flex-wrap: wrap;
}
.box-content-main .content-left {
min-width: 100%;
}
.box-content-main .content-right {
padding-bottom: 50px;
}
.box-search-advance-4 {
top: 30px;
}
.block-banner-destination {
padding: 0px 15px;
}
.box-banner-tour-detail-4 {
padding: 0px 10px;
}
.box-header-on-top {
position: relative;
left: auto;
right: auto;
bottom: auto;
margin-top: 30px;
}
.tour-title-main .color-white {
color: var(--bs-color-black) !important;
}
.tour-metas .tour-meta-left .color-white {
color: var(--bs-color-black) !important;
}
.item-room-feature {
max-width: 21.28%;
padding: 10px 10px;
margin: 0px 6px 20px 6px;
}
.box-buttons-room-detail-2 .box-button-faq {
padding-left: 10px;
padding-right: 10px;
}
.box-content-info-detail {
margin-top: 0px;
}
.header-commingsoon .main-menu li {
padding: 0px 5px;
float: none;
display: inline-block;
}
.header-commingsoon .main-menu li a {
padding: 15px 5px 15px 5px;
}
.header-commingsoon .main-header {
flex-wrap: wrap;
}
.header.header-commingsoon .main-header .header-left {
width: 100%;
justify-content: center;
}
.header.header-commingsoon .main-header .header-right {
width: 100%;
padding-right: 0px;
justify-content: center;
text-align: center;
}
.box-video-comming {
margin-bottom: 150px;
}
.header.header-commingsoon .main-header .header-left .header-logo .text-slogan::before {
left: -12px;
}
.header.header-commingsoon .main-header .header-left .header-logo .text-slogan {
padding-left: 5px;
}
}
@media (max-width: 767.98px) {
.page-header .custom-container {
min-height: 220px;
}
.category-link {
padding: 8px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
padding: 15px 30px 13px 30px;
border-bottom: 1px solid var(--bs-border-color);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
width: 140px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
padding: 30px;
}
.btn-play-video {
width: 71px;
height: 71px;
}
.box-banner-left-how {
display: none;
}
.block-subscriber {
flex-wrap: wrap;
}
.block-subscriber .subscriber-left {
width: 100%;
padding: 35px;
}
.block-subscriber .subscriber-right {
display: none;
}
.card-popular-2 .card-meta .meta-links {
width: 85%;
}
.card-popular-2 .card-meta {
padding: 12px 10px;
}
.card-flight {
max-width: 100%;
width: 100%;
min-width: 100%;
flex-wrap: wrap;
}
.card-flight .card-image {
max-width: 100%;
}
.card-flight .card-info {
padding: 38px 31px;
width: calc(100% + 0px);
margin-left: 0px;
margin-top: -30px;
}
.text-unlock {
display: none;
}
.block-testimonials .testimonials-left::before {
display: none;
}
.popup-firstload .popup-container .popup-content {
flex-wrap: wrap;
}
.popup-firstload .popup-container .popup-left {
padding-left: 22px;
width: 100%;
}
.popup-firstload .popup-container .popup-right {
width: 100%;
text-align: center;
}
.popup-firstload .popup-container .popup-right img {
max-height: 250px;
}
.slider-thumnail {
display: none;
}
.banner-main .banner-image .container {
padding-right: 0px;
padding-top: 30px;
}
.banner-image {
height: auto;
min-height: 669px;
}
.box-search-advance .box-top-search {
flex-wrap: wrap;
}
.left-top-search {
margin-bottom: 5px;
}
.box-search-advance .box-bottom-search .btn-black-lg {
width: 100%;
justify-content: center;
}
.card-journey-small {
max-width: 100%;
}
.box-flights-type-2 .card-flight .card-image {
max-width: 100%;
}
.image-bottom-how {
display: flex;
}
.image-bottom-how img {
width: 47%;
}
.box-testimonials-3::before {
right: 0px;
top: 10px;
}
.img-phone {
max-width: 180px;
left: -30px;
}
.block-install-apps {
padding: 30px 10px 0px 10px;
}
.box-banner-home4 .box-image-banner-home4 .shape-phone {
right: 10px;
}
.box-image-3-col .img-col img {
border-radius: 32px;
}
.card-popular.card-top-destination .card-image {
width: 60px;
min-width: 60px;
height: 60px;
margin-right: 10px;
}
.card-popular.card-top-destination .card-image img {
width: 60px;
height: 60px;
border-radius: 50%;
}
.box-img-test-1,
.box-img-test-2,
.box-img-test-3,
.box-img-test-4 {
display: none;
}
.box-title-bestsell {
background-image: none;
padding-right: 0px;
}
.list-steps-2-col li {
width: 100%;
}
.box-view-type,
.box-item-sort {
justify-content: center;
}
.box-banner-2-col {
flex-wrap: wrap;
}
.box-banner-2-col .banner-destination-left {
width: 100%;
}
.box-banner-2-col .banner-destination-right {
position: relative;
top: auto;
right: auto;
bottom: 0px;
width: 100%;
}
.map-main {
height: 500px;
}
.block-banner-destination .box-swiper .swiper-button-prev-style-1 {
left: 14px;
}
.block-banner-destination .box-swiper .swiper-button-next-style-1 {
right: 14px;
}
.destination-banner-1,
.destination-banner-2,
.destination-banner-3,
.destination-banner-4,
.destination-banner-5,
.destination-banner-6,
.destination-banner-7 {
height: auto;
}
.banner-detail-1,
.banner-detail-2,
.banner-detail-4,
.banner-detail-5,
.banner-detail-6,
.banner-detail-3 {
height: auto;
}
.box-info-tour {
flex-wrap: wrap;
padding-bottom: 1px;
}
.box-info-tour .tour-info-group {
width: 50%;
margin-bottom: 15px;
}
.tour-metas {
flex-wrap: wrap;
}
.head-reviews {
flex-wrap: wrap;
justify-content: center;
}
.head-reviews .review-left {
margin-right: 0px;
margin-bottom: 24px;
}
.head-reviews .review-right {
margin-bottom: 24px;
}
.list-reviews .item-review .head-review {
flex-wrap: wrap;
}
.list-reviews .item-review .rate-review,
.list-reviews .item-review .author-review {
margin-bottom: 15px;
}
.group-collapse-expand {
padding: 20px 20px 12px 20px;
}
.box-banner-tour-detail-2 .box-banner-tour-detail-2-inner .banner-image {
min-height: 300px;
}
.top-bar .text-header {
display: none;
}
.top-bar {
display: none;
}
.item-room-feature {
max-width: 29.28%;
}
.box-banner-room {
padding: 0px 10px 30px 10px;
}
.box-grid-hotels .card-flight .card-image {
max-width: 100%;
}
.box-grid-hotels .card-flight .card-info {
height: auto;
}
.card-flight.card-hotel .card-info .card-hotel-2-col {
flex-wrap: wrap;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-program {
width: 100%;
margin-bottom: 35px;
}
.card-flight.card-hotel .card-info .card-hotel-2-col .card-hotel-price {
max-width: 100%;
min-width: auto;
width: 100%;
}
.text-86-bold {
font-size: 66px;
line-height: 76px;
}
.text-64-medium {
font-size: 44px;
line-height: 56px;
}
.box-video-comming .box-banner-abs {
bottom: -50px;
right: -10px;
max-width: 250px;
}
.box-video-comming {
margin-bottom: 90px;
}
.box-content-tickets-detail {
padding: 15px 10px 15px 10px;
}
.btn-logo {
padding: 15px 15px;
bottom: 4px;
left: 4px;
}
.container-banner-activities .box-button-abs-right {
justify-content: center;
}
.box-button-abs {
display: none !important;
}
}
@media (max-width: 575.98px) {
.footer-1,
.footer-2,
.footer-3,
.footer-4,
.footer-5 {
width: 100%;
}
.header .main-header .header-right {
min-width: 150px;
}
.header .main-header .header-right .btn-green-linear {
display: none;
}
.burger-icon {
top: 0px;
}
.box-grid-hotels .card-flight .card-facilities .list-tick-green li {
width: 50%;
}
.sticky-bar.stick .burger-icon {
top: 0px;
}
.card-journey-small {
max-width: 100%;
}
.header .container-fluid {
padding-left: 10px;
padding-right: 10px;
}
h1,
.heading-1 {
font-size: 54px;
line-height: 66px;
}
h2,
.heading-2 {
font-size: 42px;
line-height: 60px;
}
.logo-area {
padding: 21px 21px 21px 22px;
margin-left: -22px;
}
.payment-method .btn {
min-width: 100%;
}
.box-search-advance .box-bottom-search .item-search {
width: 100%;
border-bottom: 1px solid var(--bs-border-color);
padding-bottom: 10px;
}
.box-search-advance .box-bottom-search .item-search:last-child {
border-bottom: 0px;
padding-bottom: 0px;
}
.dark .box-search-advance .box-bottom-search .item-search {
border-color: #313131;
}
.dark .box-search-advance .box-bottom-search .item-search::before {
display: none;
}
.box-list-numbers .item-numbers {
margin-top: 10px;
margin-bottom: 10px;
}
.box-list-numbers .item-numbers h2 {
font-size: 32px;
line-height: 48px;
}
.box-search-advance-2 .box-bottom-search .item-search {
width: 100%;
}
.box-search-advance-2 .box-bottom-search .item-search:last-child {
width: 100%;
}
.box-search-advance-2 .box-bottom-search .item-search:last-child .btn {
width: auto;
}
.item-banner-box .item-banner-box-inner {
padding: 30px;
}
.dot-payment {
top: -15px;
right: -10px;
}
.box-search-advance .box-bottom-search .item-search::before {
display: none;
}
.container-footer {
padding: 2px 20px 0px 20px;
}
.box-slide-banner .swiper-button-prev-style-1,
.box-slide-banner .swiper-button-next-style-1 {
display: none;
}
.box-images-apps {
padding-bottom: 20px;
}
.review-payment {
bottom: -70px;
left: -30px;
max-width: 290px;
}
.img-sm-payment {
left: 260px;
}
.box-swiper-padding.container-slider {
padding-right: 15px;
}
.box-swiper-padding .card-news {
max-width: 100%;
}
.btn.btn-border-1 svg {
height: 18px;
margin-right: 8px;
}
.box-left-payment-destination .box-button-faq .btn,
.box-buttons-destination .box-button-faq .btn {
padding: 8px;
font-size: 14px;
margin-right: 12px;
margin-bottom: 12px;
}
.item-room-feature {
max-width: 45%;
}
.box-commingsoon-1 {
padding: 30px 30px 30px 20px;
}
.box-countdown-comming .box-count .deals-countdown .countdown-section .countdown-amount {
width: 70px;
height: 82px;
font-size: 32px;
line-height: 82px;
}
.banne-activities-3 {
flex-wrap: wrap;
}
.banne-activities-3 .banner-col-1,
.banne-activities-3 .banner-col-2,
.banne-activities-3 .banner-col-3 {
width: 100%;
}
}
@media (max-width: 499.98px) {
.box-cta-3 .bg-overlay {
width: 300px;
height: 60%;
}
.box-banner-1 .banner-images img {
position: relative !important;
margin-bottom: 20px;
}
.download-apps img {
max-height: 44px;
}
.box-list-quicklinks .item-quicklinks {
width: 100%;
}
.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
padding: 18px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
padding: 15px 15px 13px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
padding: 15px;
}
h1,
.heading-1 {
font-size: 44px;
line-height: 56px;
}
.banner-main h1 {
font-size: 40px;
line-height: 50px;
}
.box-banner-home4 .box-image-banner-home4 .shape-phone {
bottom: 5%;
}
.block-banner-home5 {
padding-bottom: 300px;
}
.list-numbers {
flex-wrap: wrap;
}
.list-numbers .item-number {
width: 50%;
}
.list-check-2-col {
flex-wrap: wrap;
}
.list-check-2-col li {
width: 100%;
}
.card-grid-video .card-info {
bottom: 20px;
}
.card-grid-video .card-image .btn-play {
margin-top: 20%;
}
.card-grid-video .card-info h4 {
font-size: 25px;
line-height: 35px;
}
.list-videos-small .item-video-small .item-info .heading-6 {
font-size: 16px;
line-height: 23px;
}
.list-videos-small .item-video-small .item-image {
width: 108px;
min-width: 108px;
margin-right: 15px;
}
.accordion-collapse .accordion-body {
padding-left: 76px;
padding-right: 20px;
margin-bottom: 28px;
}
.accordion-button h3,
.accordion-button .heading-3 {
font-size: 30px;
line-height: 40px;
padding: 0px 15px;
min-width: 76px;
}
.accordion-button::after {
right: 18px;
}
.accordion-button {
padding-right: 60px;
}
.box-swiper-home7 {
padding: 0px;
}
.box-swiper-home7 .swiper-button-prev-style-1,
.box-swiper-home7 .swiper-button-next-style-1 {
display: none;
}
.box-swiper-home7 .swiper-group-journey {
padding-left: 0px;
padding-right: 0px;
}
.box-list-flights .item-flight .flight-route {
flex-wrap: wrap;
justify-content: center;
margin-bottom: 0px;
}
.box-list-flights .item-flight .flight-price,
.box-list-flights .item-flight .flight-name {
justify-content: center;
margin-bottom: 20px;
width: 100%;
}
.box-list-flights .item-flight .flight-route .flight-route-icon {
margin-bottom: 15px;
}
.flight-button {
width: 100%;
text-align: center;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-prices {
justify-content: space-between;
width: 100%;
}
.card-journey-grid-3 .card-info .card-program .endtime .card-rating {
margin-bottom: 15px;
}
.card-journey-small .card-info .card-program .endtime {
flex-wrap: wrap;
}
.map-main {
height: 400px;
}
.box-hotel-facilities-list .list-numbers .item-number {
width: 33.33%;
margin-bottom: 25px;
}
.list-flight-facilities li {
width: 100%;
}
.box-timeline .item-timeline {
padding-left: 65px;
}
.item-info-flight {
padding: 20px;
}
.box-telephone-booking {
flex-wrap: wrap;
}
.box-telephone-booking .box-tel-left {
width: 100%;
margin-bottom: 20px;
}
.box-list-flights-2 .item-flight .flight-route.flight-route-type-2 .flight-route-1,
.box-list-flights-2 .item-flight .flight-route.flight-route-type-2 .flight-route-2 {
flex-wrap: wrap;
}
.box-list-flights-2 .item-flight .flight-route .flight-route-icon {
margin: auto auto 15px auto;
}
.datepicker table tr td,
.datepicker table tr th {
padding: 8px 12px;
}
}
@media (max-width: 449.98px) {
.card-flight .card-info {
padding: 16px 12px;
}
.card-news .card-info {
padding: 25px;
}
.block-subscriber .subscriber-left {
padding: 20px 15px;
}
.card-news .card-info .card-meta .post-date,
.card-news .card-info .card-meta .post-time {
padding-right: 10px;
}
.box-list-numbers .item-numbers {
width: 100%;
}
.box-list-numbers .item-numbers::before {
display: none;
}
.card-testimonial {
max-width: 380px;
}
.img-phone {
max-width: 120px;
}
.download-apps {
display: flex;
align-items: center;
}
.card-banner-slide .card-info {
right: 10px;
}
.card-banner-slide.card-banner-slide-2 .card-info,
.card-banner-slide.card-banner-slide-3 .card-info {
left: 10px;
}
.card-journey-small .card-info {
padding: 33px 10px;
}
.img-sm-payment {
bottom: -50px;
left: 180px;
max-width: 120px;
}
.review-payment {
bottom: -60px;
left: -20px;
max-width: 200px;
}
.box-buttons-banner {
flex-wrap: wrap;
}
h3,
.heading-3 {
font-size: 34px;
line-height: 48px;
}
.popup-signin .popup-container .popup-content {
padding: 29px 15px;
}
.btn.btn-google img {
margin-right: 5px;
margin-left: 0px;
}
.btn.btn-login {
padding-left: 9px;
padding-right: 9px;
}
.item-review-progress,
.group-collapse-expand .item-review-progress {
flex-wrap: wrap;
}
.item-review-progress .text-rv-progress,
.group-collapse-expand .item-review-progress .text-rv-progress {
width: 100%;
}
.item-review-progress .bar-rv-progress,
.group-collapse-expand .item-review-progress .bar-rv-progress {
width: calc(100% - 42px);
}
.item-review-progress .text-avarage,
.group-collapse-expand .item-review-progress .text-avarage {
min-width: 42px;
}
.item-room-feature {
max-width: 100%;
}
.box-countdown-comming .box-count .deals-countdown .countdown-section .countdown-amount {
width: 60px;
height: 72px;
font-size: 28px;
line-height: 72px;
}
.box-countdown-comming .box-count .deals-countdown .countdown-section .countdown-period {
font-size: 18px;
line-height: 28px;
}
.box-button-top-right {
top: 10px;
right: 10px;
}
.box-button-top-right .btn {
margin-left: 5px;
}
h4,
.heading-4 {
font-size: 24px;
line-height: 34px;
}
.box-banner-activities-detail-4 .container-banner-activities .box-button-abs-right .btn-brand-2 {
bottom: 0px;
right: 5px;
}
.block-banner-property-detail .banner-property-detail-1 .box-button-abs {
flex-wrap: wrap;
}
}
@media (max-width: 374.98px) {
.card-news .card-info {
padding: 15px 15px;
}
.box-footer-col-3 .footer-col-1,
.box-footer-col-3 .footer-col-2,
.box-footer-col-3 .footer-col-3 {
padding: 15px;
}
.card-grid-video .card-image .btn-play {
margin-top: 10%;
}
.item-sort>span {
display: none;
}
.box-info-tour .tour-info-group {
width: 100%;
}
.box-grid-hotels .card-flight .card-facilities .list-tick-green li {
width: 100%;
}
.card-flight.card-hotel .card-info .card-program .endtime {
flex-wrap: wrap;
}
.card-flight.card-hotel .card-info .card-program .endtime .card-price {
width: 100%;
margin-bottom: 15px;
}
}
@media (max-width: 339.98px) {
.box-numbers .item-number {
width: 100%;
}
.box-buttons-feature-4 .btn-black {
margin-bottom: 15px;
}
.box-buttons-feature-4 .btn.btn-learmore-2 {
margin-bottom: 15px;
}
}
@media (min-width: 1400px) {
.container.wide {
max-width: 1544px;
}
.pt-lg-60 {
padding-top: 60px;
}
.w-lg-100 {
width: 100% !important;
}
.w-lg-75 {
max-width: 75%;
}
.w-lg-55 {
max-width: 55%;
}
.w-lg-25 {
max-width: 25%;
}
.cars-details4 .slick-list {
overflow: visible;
}
} @media screen and (min-width: 1200px) and (max-width: 1440px) {
.header-right {
display: none;
}
}
@media screen and (min-width: 1400px) and (max-width: 1610px) {
.header .container-fluid {
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.header .main-menu li a {
padding: 20px 14px 20px 8px;
}
.btn.btn-mode {
padding: 11px 11px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1610px) {
.header .main-menu li a {
padding: 10px 7px 10px 7px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
.burger-icon {
display: block;
}
.header-actions{
padding-right: 50px;
}
.header .nav-main-menu {
display: none;
}
.header .main-header {
padding: 10px 0;
}
.sticky-bar.stick .main-header {
padding: 10px 0;
}
}
@media (min-width: 768px) {
.card-journey-small-listing-3 .card-image {
width: auto !important;
}
.card-journey-small-listing-3 .card-info {
width: 61% !important;
position: absolute !important;
}
.section-cta-6 .mt-md-50 {
margin-top: 50px;
}
.w-md-25 {
width: 25%;
}
.p-md-40 {
padding: 40px !important;
}
.list-checked-green li {
width: 50%;
}
.pagination li a {
width: 35px;
height: 35px;
line-height: 35px;
}
}
.phone-head svg,
.email-head svg {
fill: #fff;
}
.text-header-info {
display: flex;
flex-direction: row;
gap: 30px;
align-items: center;
}
.wpcf7 form .wpcf7-response-output {
margin: 0;
}
.mobile-header-logo img{
height: auto;
width: 120px;
}
.header-logo img{
height:auto;
width:120px;
}
.footer-logo img{
height:135px;
width:195px;
}
.main-menu .sub-menu {
max-height: 300px; overflow-y: auto; overflow-x: hidden; } .main-menu .sub-menu::-webkit-scrollbar {
width: 6px;
}
.main-menu .sub-menu::-webkit-scrollbar-thumb {
background: #999;
border-radius: 3px;
}
.main-menu .sub-menu::-webkit-scrollbar-track {
background: transparent;
} .review-image {
margin-top: 15px;
}
.review-image img {
width: 100%;
max-width: 250px; height: auto;
border-radius: 8px;
display: block;
}
.review-image {
margin-top: 15px;
}
.review-image img {
width: 100%;
max-width: 250px;
border-radius: 8px;
cursor: pointer;
transition: 0.3s;
}
.review-image img:hover {
opacity: 0.8;
} .review-lightbox {
display: none;
position: fixed;
z-index: 9999;
padding-top: 60px;
left: 0;
top: 20%;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
}
.review-lightbox-content {
margin: auto;
display: block;
max-width: 90%;
max-height: 80vh;
}
.review-lightbox-close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 40px;
cursor: pointer;
}
.header-right {
display: flex;
align-items: center;
gap: 16px;
}
.header-actions {
display: flex;
align-items: center;
gap: 12px;
}
.header-socials,
.mobile-socials {
display: flex;
align-items: center;
gap: 10px;
}
.messenger-link {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 42px;
height: 42px;
border-radius: 50%;
color: #fff;
text-decoration: none;
transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.messenger-link:hover {
transform: translateY(-2px);
opacity: 0.9;
color: #fff;
}
.messenger-whatsapp {
background: #25d366;
}
.messenger-viber {
background: #7360f2;
}
.btn-call-popup {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
border: 0;
border-radius: 999px;
background: #a7da25;
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.btn-call-popup:hover {
transform: translateY(-2px);
opacity: 0.95;
}
.btn-call-tech {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
border: 0;
border-radius: 999px;
background: #a7da25;
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.btn-call-tech:hover {
transform: translateY(-2px);
opacity: 0.95;
}
.btn-call-tech {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
border: 0;
border-radius: 999px;
background: #a7da25;
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.btn-call-tech:hover {
transform: translateY(-2px);
opacity: 0.95;
}
#tech-popup {
position: fixed;
inset: 0;
display: none !important;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 99999;
}
#tech-popup.tech-popup--active {
display: block !important;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
#tech-popup .tech-popup__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.6);
}
#tech-popup .tech-popup__content {
position: relative;
max-width: 560px;
margin: 80px auto;
background: #000000;
padding: 32px;
border-radius: 12px;
z-index: 2;
}
#tech-popup .tech-popup__close {
position: absolute;
top: 12px;
right: 12px;
border: none;
width: 36px;
height: 36px;
border-radius: 6px;
font-size: 20px;
line-height: 1;
cursor: pointer;
}
#tech-popup .tech-popup__title {
margin: 0 40px 24px 0;
font-size: 28px;
line-height: 1.2;
color: white;
font-weight: 700;
}
#tech-popup .wpcf7-submit {
background: #a7da25;
}
#tech-popup .wpcf7 form {
display: flex;
flex-direction: column;
gap: 16px;
}
#tech-popup .wpcf7-form-control-wrap {
display: block;
}
#tech-popup .wpcf7 input[type="text"],
#tech-popup .wpcf7 input[type="email"],
#tech-popup .wpcf7 input[type="tel"],
#tech-popup .wpcf7 textarea {
width: 100%;
display: block;
margin: 0;
}
#tech-popup .wpcf7 textarea {
min-height: 140px;
resize: vertical;
}
#tech-popup .wpcf7 .wpcf7-submit {
margin-top: 8px;
}
@media (max-width: 767px) {
#tech-popup .tech-popup__content {
max-width: calc(100% - 30px);
margin: 40px auto;
padding: 24px 16px;
}
#tech-popup .tech-popup__title {
font-size: 22px;
}
}
.mobile-header-extra {
padding: 20px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
margin-bottom: 20px;
}
.mobile-socials {
margin-bottom: 15px;
flex-wrap: wrap;
}
.mobile-socials .messenger-link {
width: auto;
height: 42px;
border-radius: 999px;
padding: 0 14px;
}
.mobile-socials .messenger-link span {
color: #fff;
font-size: 14px;
font-weight: 600;
}
.mobile-call-btn {
width: 100%;
} .call-popup {
position: fixed;
inset: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.call-popup.is-active {
opacity: 1;
visibility: visible;
}
.call-popup__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.7);
}
.call-popup__dialog {
position: relative;
z-index: 2;
width: calc(100% - 30px);
max-width: 520px;
margin: 60px auto;
background: #111;
border-radius: 20px;
padding: 32px 24px 24px;
box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.call-popup__close {
position: absolute;
top: 14px;
right: 16px;
width: 36px;
height: 36px;
border: 0;
background: transparent;
color: #fff;
font-size: 30px;
line-height: 1;
cursor: pointer;
}
.call-popup__title {
margin: 0 0 10px;
color: #fff;
font-size: 28px;
line-height: 1.2;
}
.call-popup__text {
margin: 0 0 20px;
color: rgba(255,255,255,0.75);
font-size: 15px;
}
.cf7-popup-form__group {
margin-bottom: 14px;
}
.cf7-field {
width: 100%;
min-height: 52px;
border: 1px solid rgba(255,255,255,0.12);
border-radius: 12px;
background: #1b1b1b;
color: #fff;
padding: 0 16px;
font-size: 15px;
outline: none;
}
.cf7-field::placeholder {
color: rgba(255,255,255,0.45);
}
.cf7-textarea {
min-height: 120px;
padding-top: 14px;
resize: vertical;
}
.cf7-submit {
width: 100%;
min-height: 52px;
border: 0;
border-radius: 12px;
background: #a7da25;
color: #fff;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: opacity 0.25s ease, transform 0.25s ease;
}
.cf7-submit:hover {
opacity: 0.95;
transform: translateY(-1px);
}
.call-popup .wpcf7-response-output {
margin: 15px 0 0 !important;
color: #fff;
border-radius: 10px;
}
.call-popup .wpcf7-not-valid-tip {
margin-top: 6px;
font-size: 13px;
}
body.call-popup-open {
overflow: hidden;
}
@media (max-width: 991px) {
.header-actions {
display: none;
}
}
@media (max-width: 767px) {
.call-popup__dialog {
margin: 20px auto;
padding: 28px 18px 18px;
}
.call-popup__title {
font-size: 24px;
}
}
.messenger-telegram{
background: #29b6f6;
}
.services-layout {
display: flex;
gap: 26px;
align-items: flex-start;
}
.services-layout__sidebar {
width: 280px;
flex: 0 0 280px;
}
.services-layout__content {
flex: 1;
min-width: 0;
} .services-sidebar {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 20px;
padding: 28px 24px;
backdrop-filter: blur(6px);
}
.services-sidebar__inner {
display: flex;
flex-direction: column;
gap: 0;
}
.services-sidebar__block {
display: flex;
flex-direction: column;
}
.services-sidebar__title {
margin: 0 0 22px;
font-size: 25px;
line-height: 1.2;
font-weight: 800;
color: #ffffff;
}
.services-sidebar__list,
.services-sidebar__sublist,
.services-sidebar__posts {
list-style: none;
margin: 0;
padding: 0;
}
.services-sidebar__item {
padding: 0;
}
.services-sidebar__item + .services-sidebar__item {
margin-top: 18px;
padding-top: 18px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.services-sidebar__link,
.services-sidebar__sublink,
.services-sidebar__post-link {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease;
} .services-sidebar__link {
font-size: 19px;
line-height: 1.45;
font-weight: 700;
color: rgba(255, 255, 255, 0.95);
}
.services-sidebar__link:hover {
color: #b7ff00;
} .services-sidebar__sublist {
margin-top: 12px;
padding-left: 14px;
display: flex;
flex-direction: column;
gap: 8px;
}
.services-sidebar__sublink {
position: relative;
font-size: 14px;
line-height: 1.45;
color: rgba(255, 255, 255, 0.72);
}
.services-sidebar__sublink:hover {
color: #b7ff00;
} .services-sidebar__posts {
margin-top: 14px;
padding-left: 14px;
display: flex;
flex-direction: column;
gap: 10px;
}
.services-sidebar__post-link {
font-size: 16px;
line-height: 1.5;
color: rgba(255, 255, 255, 0.52);
}
.services-sidebar__post-link:hover {
color: #ffffff;
} .services-sidebar a.is-active {
color: #b7ff00;
font-weight: 700;
} .services-category-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 6px;
}
@media (max-width: 991px) {
.services-category-list {
padding: 0px 15px;
}
}
.services-category-list__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
padding: 10px 18px;
border-radius: 999px;
text-decoration: none;
font-size: 14px;
font-weight: 500;
color: rgba(255, 255, 255, 0.72);
border: 1px solid rgba(255, 255, 255, 0.12);
background: transparent;
transition: all 0.2s ease;
}
.services-category-list__link:hover {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.26);
}
.services-category-list__link.is-active {
color: #b7ff00;
border-color: #b7ff00;
background: rgba(183, 255, 0, 0.06);
} .service-card-terms {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 14px;
}
.service-card-terms a {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 6px 10px;
border-radius: 999px;
text-decoration: none;
font-size: 12px;
line-height: 1;
color: rgba(255, 255, 255, 0.78);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.2s ease;
}
.service-card-terms a:hover {
color: #b7ff00;
border-color: rgba(183, 255, 0, 0.4);
} @media (max-width: 991px) {
.services-layout {
flex-direction: column;
gap: 24px;
padding: 0px 15px;
}
.services-layout__sidebar {
width: 100%;
flex: 0 0 100%;
}
.services-sidebar {
padding: 22px 18px;
}
}
.services-sidebar__accordion-toggle {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 0;
border: 0;
background: transparent;
text-align: left;
cursor: pointer;
}
.services-sidebar__accordion-toggle--small {
width: 32px;
min-width: 32px;
height: 32px;
justify-content: center;
border-radius: 10px;
background: rgba(255, 255, 255, 0.04);
transition: background 0.2s ease;
}
.services-sidebar__accordion-toggle--small:hover {
background: rgba(255, 255, 255, 0.08);
}
.services-sidebar__accordion-icon {
position: relative;
width: 12px;
height: 12px;
flex: 0 0 12px;
}
.services-sidebar__accordion-icon::before,
.services-sidebar__accordion-icon::after {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 12px;
height: 2px;
background: #b7ff00;
border-radius: 10px;
transform: translate(-50%, -50%);
transition: transform 0.2s ease, opacity 0.2s ease;
}
.services-sidebar__accordion-icon::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.services-sidebar__accordion-item.is-open .services-sidebar__accordion-icon::after {
opacity: 0;
transform: translate(-50%, -50%) rotate(90deg) scale(0.7);
}
.services-sidebar__accordion-content {
margin-top: 14px;
}
.services-sidebar__accordion-content[hidden] {
display: none !important;
}
.services-sidebar__parent-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.services-sidebar__item--plain + .services-sidebar__item--plain {
margin-top: 12px;
}
.card-buttons-service {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.card-buttons-service .card-button {
flex: 1 1 calc(50% - 5px);
}
.card-buttons-service .btn {
width: 100%;
justify-content: center;
}
.service-popup-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.75);
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
padding: 20px;
}
.service-popup-overlay.active {
display: flex;
}
.service-popup {
position: relative;
width: 100%;
max-width: 640px;
background: #111111;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 20px;
padding: 34px 28px 28px;
box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}
.service-popup-title {
margin: 0 0 8px;
color: #fff;
}
.service-popup-subtitle {
margin: 0 0 24px;
color: rgba(255, 255, 255, 0.72);
}
.service-popup-subtitle span {
color: #b7ff00;
font-weight: 700;
}
.service-popup-close {
position: absolute;
top: 14px;
right: 16px;
border: 0;
background: transparent;
color: #fff;
font-size: 32px;
line-height: 1;
cursor: pointer;
}
.service-popup .form-group {
margin-bottom: 18px;
}
.service-popup .form-group label {
display: inline-block;
margin-bottom: 8px;
color: #fff;
}
.service-popup .form-control {
width: 100%;
min-height: 52px;
border-radius: 12px;
background: #1b1b1b;
border: 1px solid rgba(255, 255, 255, 0.12);
color: #fff;
padding: 14px 16px;
box-sizing: border-box;
}
.service-popup textarea.form-control {
min-height: 120px;
resize: vertical;
}
.service-popup .form-control::placeholder {
color: rgba(255, 255, 255, 0.45);
}
.service-popup .wpcf7-not-valid-tip {
margin-top: 6px;
font-size: 13px;
}
.service-popup .wpcf7-response-output {
margin: 20px 0 0 !important;
color: #fff;
}
.service-popup .btn-book {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
}
body.popup-opened {
overflow: hidden;
}
.service-popup input[type="checkbox"] {
margin-right: 8px;
}
.service-popup a {
color: #b7ff00;
}
@media (max-width: 767px) {
.card-buttons-service {
flex-direction: column;
}
.card-buttons-service .card-button {
flex: 1 1 100%;
}
.service-popup {
padding: 28px 18px 22px;
border-radius: 16px;
}
}
.inner-hero-banner {
position: relative;
min-height: 530px;
display: flex;
align-items: center;
overflow: hidden;
background: #101010;
}
.inner-hero-banner__bg {
position: absolute;
inset: 0;
z-index: 0;
}
.inner-hero-banner__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.inner-hero-banner__overlay {
position: absolute;
inset: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.45);
}
.inner-hero-banner__content {
position: relative;
z-index: 2;
padding-top: 140px;
padding-bottom: 100px;
max-width: 760px;
}
.inner-hero-banner__content h1,
.inner-hero-banner__content h2 {
margin: 0;
color: #fff;
font-size: clamp(42px, 6vw, 72px);
line-height: 1.05;
font-weight: 800;
}
@media (max-width: 991px) {
.inner-hero-banner {
min-height: 310px;
}
.inner-hero-banner__content {
padding-top: 110px;
padding-bottom: 70px;
}
.inner-hero-banner__content h1,
.inner-hero-banner__content h2 {
font-size: clamp(30px, 8vw, 44px);
line-height: 1.1;
}
}
.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
justify-content: center;
align-items: center;
} .popup-overlay.active {
display: flex;
} .popup-content {
background: #1e1e1e; padding: 30px;
border-radius: 10px;
max-width: 500px;
width: 90%;
position: relative;
color: #fff; } .popup-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 24px;
color: #fff;
cursor: pointer;
} .popup-content h4 {
color: #fff;
margin-bottom: 20px;
font-size: 22px;
text-align: center;
} .popup-content .wpcf7 input[type="text"],
.popup-content .wpcf7 input[type="email"],
.popup-content .wpcf7 input[type="tel"],
.popup-content .wpcf7 textarea,
.popup-content .wpcf7 select {
background: #2a2a2a; border: 1px solid #fff; color: #fff; padding: 10px;
border-radius: 6px;
width: 100%;
margin-top: 15px;
box-sizing: border-box;
}
.popup-content .wpcf7 input[type="submit"] {
background: var(--bs-link-hover-color);
color: #fff;
border: none;
padding: 12px 20px;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
width: 100%;
}
.popup-content .wpcf7 input[type="submit"]:hover {
opacity: 0.9;
}
.price-highlight {
color: white !important;
}
.item-feature-car .feature-info {
text-align: center;
border-radius: 6px;
}
.item-feature-car p {
margin: 0;
font-size: 14px;
}
.group-collapse-expand .card-body .text-white p {
color: #ffffff;
}
#rent-form-popup br {
display: none;
}
#rent-form-popup p {
margin: 0;
padding: 0;
}
.tech-gallery-main-btn,
.tech-gallery-thumb {
border: none;
background: none;
padding: 0;
cursor: pointer;
}
.tech-gallery-main-btn {
width: 100%;
display: block;
}
.tech-gallery-main-btn img {
width: 100%;
height: 500px;
object-fit: cover;
border-radius: 12px;
display: block;
}
.tech-gallery-thumbs {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.tech-gallery-thumb {
width: 120px;
height: 80px;
border-radius: 8px;
overflow: hidden;
opacity: 0.7;
transition: 0.2s ease;
border: 2px solid transparent;
}
.tech-gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.tech-gallery-thumb:hover {
opacity: 1;
transform: scale(1.03);
}
.tech-gallery-thumb.is-active {
opacity: 1;
border-color: var(--bs-link-hover-color);
}
.tech-gallery-modal {
display: none;
position: fixed;
inset: 0;
z-index: 10000;
}
.tech-gallery-modal.active {
display: block;
}
.tech-gallery-modal__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.9);
}
.tech-gallery-modal__content {
position: relative;
z-index: 2;
width: 90%;
max-width: 1200px;
height: 90vh;
margin: 5vh auto;
display: flex;
align-items: center;
justify-content: center;
}
.tech-gallery-modal__image-wrap {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tech-gallery-modal__image-wrap img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 10px;
}
.tech-gallery-modal__close {
position: absolute;
top: 10px;
right: 20px;
z-index: 3;
background: none;
border: none;
color: #fff;
font-size: 42px;
line-height: 1;
cursor: pointer;
}
.tech-gallery-modal__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
background: rgba(255, 255, 255, 0.15);
border: none;
color: #fff;
font-size: 46px;
width: 56px;
height: 56px;
border-radius: 50%;
cursor: pointer;
backdrop-filter: blur(4px);
}
.tech-gallery-modal__prev {
left: 20px;
}
.tech-gallery-modal__next {
right: 20px;
}
.tech-gallery-modal__counter {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 3;
color: #fff;
font-size: 16px;
background: rgba(0, 0, 0, 0.45);
padding: 8px 14px;
border-radius: 20px;
}
body.gallery-modal-opened {
overflow: hidden;
}
@media (max-width: 767px) {
.tech-gallery-main-btn img {
height: 260px;
}
.tech-gallery-thumb {
width: 90px;
height: 65px;
}
.tech-gallery-modal__nav {
width: 44px;
height: 44px;
font-size: 34px;
}
.tech-gallery-modal__prev {
left: 10px;
}
.tech-gallery-modal__next {
right: 10px;
}
.tech-gallery-modal__close {
top: 0;
right: 10px;
font-size: 36px;
}
} .gallery-thumbnails {
justify-content: flex-start;
}
.gallery-thumbnails a img {
transition: transform 0.2s;
}
.gallery-thumbnails a img:hover {
transform: scale(1.05);
}