@charset "UTF-8";
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-Ltext-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :before, :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    box-sizing: border-box;
}

:before, :after {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: " —";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: 0.65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b26;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ab0f0b;
    border-color: #ab0f0c;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

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

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "‹";
}

.carousel-control .icon-next:before {
    content: "›";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
    content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
    font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: calc(-1 * var(--fa-li-width, 2em));
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@keyframes fa-beat {
    0%, 90% {
        transform: scale(1);
    }
    45% {
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@keyframes fa-beat-fade {
    0%, 100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg);
    }
    4% {
        transform: rotate(15deg);
    }
    8%, 24% {
        transform: rotate(-18deg);
    }
    12%, 28% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-22deg);
    }
    20% {
        transform: rotate(22deg);
    }
    32% {
        transform: rotate(-12deg);
    }
    36% {
        transform: rotate(12deg);
    }
    40%, 100% {
        transform: rotate(0deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1);
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
    --fa: "0";
    --fa--fa: "00";
}

.fa-1 {
    --fa: "1";
    --fa--fa: "11";
}

.fa-2 {
    --fa: "2";
    --fa--fa: "22";
}

.fa-3 {
    --fa: "3";
    --fa--fa: "33";
}

.fa-4 {
    --fa: "4";
    --fa--fa: "44";
}

.fa-5 {
    --fa: "5";
    --fa--fa: "55";
}

.fa-6 {
    --fa: "6";
    --fa--fa: "66";
}

.fa-7 {
    --fa: "7";
    --fa--fa: "77";
}

.fa-8 {
    --fa: "8";
    --fa--fa: "88";
}

.fa-9 {
    --fa: "9";
    --fa--fa: "99";
}

.fa-fill-drip {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-to-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-chevron-right {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-circle-right {
    --fa: "";
    --fa--fa: "";
}

.fa-at {
    --fa: "@";
    --fa--fa: "@@";
}

.fa-trash-can {
    --fa: "";
    --fa--fa: "";
}

.fa-trash-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-text-height {
    --fa: "";
    --fa--fa: "";
}

.fa-user-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-user-times {
    --fa: "";
    --fa--fa: "";
}

.fa-stethoscope {
    --fa: "";
    --fa--fa: "";
}

.fa-message {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-info {
    --fa: "";
    --fa--fa: "";
}

.fa-down-left-and-up-right-to-center {
    --fa: "";
    --fa--fa: "";
}

.fa-compress-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-explosion {
    --fa: "";
    --fa--fa: "";
}

.fa-file-lines {
    --fa: "";
    --fa--fa: "";
}

.fa-file-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-file-text {
    --fa: "";
    --fa--fa: "";
}

.fa-wave-square {
    --fa: "";
    --fa--fa: "";
}

.fa-ring {
    --fa: "";
    --fa--fa: "";
}

.fa-building-un {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-three {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-days {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-anchor-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-building-circle-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-volleyball {
    --fa: "";
    --fa--fa: "";
}

.fa-volleyball-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-up-to-line {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-down {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-desc {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-minus-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-door-open {
    --fa: "";
    --fa--fa: "";
}

.fa-right-from-bracket {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-out-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-atom {
    --fa: "";
    --fa--fa: "";
}

.fa-soap {
    --fa: "";
    --fa--fa: "";
}

.fa-icons {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-music-camera-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone-lines-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone-alt-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-pump-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-fingerprint {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-point-right {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass-location {
    --fa: "";
    --fa--fa: "";
}

.fa-search-location {
    --fa: "";
    --fa--fa: "";
}

.fa-forward-step {
    --fa: "";
    --fa--fa: "";
}

.fa-step-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-face-smile-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-smile-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-flag-checkered {
    --fa: "";
    --fa--fa: "";
}

.fa-football {
    --fa: "";
    --fa--fa: "";
}

.fa-football-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-school-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-crop {
    --fa: "";
    --fa--fa: "";
}

.fa-angles-down {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-double-down {
    --fa: "";
    --fa--fa: "";
}

.fa-users-rectangle {
    --fa: "";
    --fa--fa: "";
}

.fa-people-roof {
    --fa: "";
    --fa--fa: "";
}

.fa-people-line {
    --fa: "";
    --fa--fa: "";
}

.fa-beer-mug-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-beer {
    --fa: "";
    --fa--fa: "";
}

.fa-diagram-predecessor {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-fire-flame-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-burn {
    --fa: "";
    --fa--fa: "";
}

.fa-person {
    --fa: "";
    --fa--fa: "";
}

.fa-male {
    --fa: "";
    --fa--fa: "";
}

.fa-laptop {
    --fa: "";
    --fa--fa: "";
}

.fa-file-csv {
    --fa: "";
    --fa--fa: "";
}

.fa-menorah {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-plane {
    --fa: "";
    --fa--fa: "";
}

.fa-record-vinyl {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-stars {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-stars {
    --fa: "";
    --fa--fa: "";
}

.fa-bong {
    --fa: "";
    --fa--fa: "";
}

.fa-spaghetti-monster-flying {
    --fa: "";
    --fa--fa: "";
}

.fa-pastafarianism {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-up-across-line {
    --fa: "";
    --fa--fa: "";
}

.fa-spoon {
    --fa: "";
    --fa--fa: "";
}

.fa-utensil-spoon {
    --fa: "";
    --fa--fa: "";
}

.fa-jar-wheat {
    --fa: "";
    --fa--fa: "";
}

.fa-envelopes-bulk {
    --fa: "";
    --fa--fa: "";
}

.fa-mail-bulk {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-h {
    --fa: "";
    --fa--fa: "";
}

.fa-hospital-symbol {
    --fa: "";
    --fa--fa: "";
}

.fa-pager {
    --fa: "";
    --fa--fa: "";
}

.fa-address-book {
    --fa: "";
    --fa--fa: "";
}

.fa-contact-book {
    --fa: "";
    --fa--fa: "";
}

.fa-strikethrough {
    --fa: "";
    --fa--fa: "";
}

.fa-k {
    --fa: "K";
    --fa--fa: "KK";
}

.fa-landmark-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-pencil {
    --fa: "";
    --fa--fa: "";
}

.fa-pencil-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-backward {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-right {
    --fa: "";
    --fa--fa: "";
}

.fa-comments {
    --fa: "";
    --fa--fa: "";
}

.fa-paste {
    --fa: "";
    --fa--fa: "";
}

.fa-file-clipboard {
    --fa: "";
    --fa--fa: "";
}

.fa-code-pull-request {
    --fa: "";
    --fa--fa: "";
}

.fa-clipboard-list {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-ramp-box {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-loading {
    --fa: "";
    --fa--fa: "";
}

.fa-user-check {
    --fa: "";
    --fa--fa: "";
}

.fa-vial-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-sheet-plastic {
    --fa: "";
    --fa--fa: "";
}

.fa-blog {
    --fa: "";
    --fa--fa: "";
}

.fa-user-ninja {
    --fa: "";
    --fa--fa: "";
}

.fa-person-arrow-up-from-line {
    --fa: "";
    --fa--fa: "";
}

.fa-scroll-torah {
    --fa: "";
    --fa--fa: "";
}

.fa-torah {
    --fa: "";
    --fa--fa: "";
}

.fa-broom-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-quidditch {
    --fa: "";
    --fa--fa: "";
}

.fa-quidditch-broom-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-toggle-off {
    --fa: "";
    --fa--fa: "";
}

.fa-box-archive {
    --fa: "";
    --fa--fa: "";
}

.fa-archive {
    --fa: "";
    --fa--fa: "";
}

.fa-person-drowning {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-9-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-desc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-down-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-tongue-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-tongue-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-spray-can {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-monster {
    --fa: "";
    --fa--fa: "";
}

.fa-w {
    --fa: "W";
    --fa--fa: "WW";
}

.fa-earth-africa {
    --fa: "";
    --fa--fa: "";
}

.fa-globe-africa {
    --fa: "";
    --fa--fa: "";
}

.fa-rainbow {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-notch {
    --fa: "";
    --fa--fa: "";
}

.fa-tablet-screen-button {
    --fa: "";
    --fa--fa: "";
}

.fa-tablet-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-paw {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud {
    --fa: "";
    --fa--fa: "";
}

.fa-trowel-bricks {
    --fa: "";
    --fa--fa: "";
}

.fa-face-flushed {
    --fa: "";
    --fa--fa: "";
}

.fa-flushed {
    --fa: "";
    --fa--fa: "";
}

.fa-hospital-user {
    --fa: "";
    --fa--fa: "";
}

.fa-tent-arrow-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-gavel {
    --fa: "";
    --fa--fa: "";
}

.fa-legal {
    --fa: "";
    --fa--fa: "";
}

.fa-binoculars {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-box-tissue {
    --fa: "";
    --fa--fa: "";
}

.fa-motorcycle {
    --fa: "";
    --fa--fa: "";
}

.fa-bell-concierge {
    --fa: "";
    --fa--fa: "";
}

.fa-concierge-bell {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-ruler {
    --fa: "";
    --fa--fa: "";
}

.fa-pencil-ruler {
    --fa: "";
    --fa--fa: "";
}

.fa-people-arrows {
    --fa: "";
    --fa--fa: "";
}

.fa-people-arrows-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-and-venus-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-square-caret-right {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-square-right {
    --fa: "";
    --fa--fa: "";
}

.fa-scissors {
    --fa: "";
    --fa--fa: "";
}

.fa-cut {
    --fa: "";
    --fa--fa: "";
}

.fa-sun-plant-wilt {
    --fa: "";
    --fa--fa: "";
}

.fa-toilets-portable {
    --fa: "";
    --fa--fa: "";
}

.fa-hockey-puck {
    --fa: "";
    --fa--fa: "";
}

.fa-table {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-tachograph-digital {
    --fa: "";
    --fa--fa: "";
}

.fa-digital-tachograph {
    --fa: "";
    --fa--fa: "";
}

.fa-users-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-clover {
    --fa: "";
    --fa--fa: "";
}

.fa-reply {
    --fa: "";
    --fa--fa: "";
}

.fa-mail-reply {
    --fa: "";
    --fa--fa: "";
}

.fa-star-and-crescent {
    --fa: "";
    --fa--fa: "";
}

.fa-house-fire {
    --fa: "";
    --fa--fa: "";
}

.fa-square-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-minus-square {
    --fa: "";
    --fa--fa: "";
}

.fa-helicopter {
    --fa: "";
    --fa--fa: "";
}

.fa-compass {
    --fa: "";
    --fa--fa: "";
}

.fa-square-caret-down {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-square-down {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-question {
    --fa: "";
    --fa--fa: "";
}

.fa-laptop-code {
    --fa: "";
    --fa--fa: "";
}

.fa-swatchbook {
    --fa: "";
    --fa--fa: "";
}

.fa-prescription-bottle {
    --fa: "";
    --fa--fa: "";
}

.fa-bars {
    --fa: "";
    --fa--fa: "";
}

.fa-navicon {
    --fa: "";
    --fa--fa: "";
}

.fa-people-group {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-end {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-3 {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-crack {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-broken {
    --fa: "";
    --fa--fa: "";
}

.fa-square-up-right {
    --fa: "";
    --fa--fa: "";
}

.fa-external-link-square-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-face-kiss-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-kiss-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-film {
    --fa: "";
    --fa--fa: "";
}

.fa-ruler-horizontal {
    --fa: "";
    --fa--fa: "";
}

.fa-people-robbery {
    --fa: "";
    --fa--fa: "";
}

.fa-lightbulb {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-left {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-exclamation-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-school-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-from-bracket {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-out {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-chevron-down {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-circle-down {
    --fa: "";
    --fa--fa: "";
}

.fa-unlock-keyhole {
    --fa: "";
    --fa--fa: "";
}

.fa-unlock-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-showers-heavy {
    --fa: "";
    --fa--fa: "";
}

.fa-headphones-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-headphones-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-sitemap {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-dollar-to-slot {
    --fa: "";
    --fa--fa: "";
}

.fa-donate {
    --fa: "";
    --fa--fa: "";
}

.fa-memory {
    --fa: "";
    --fa--fa: "";
}

.fa-road-spikes {
    --fa: "";
    --fa--fa: "";
}

.fa-fire-burner {
    --fa: "";
    --fa--fa: "";
}

.fa-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-hanukiah {
    --fa: "";
    --fa--fa: "";
}

.fa-feather {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-low {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-down {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-sun-rain {
    --fa: "";
    --fa--fa: "";
}

.fa-compress {
    --fa: "";
    --fa--fa: "";
}

.fa-wheat-awn {
    --fa: "";
    --fa--fa: "";
}

.fa-wheat-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-ankh {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-holding-child {
    --fa: "";
    --fa--fa: "";
}

.fa-asterisk {
    --fa: "*";
    --fa--fa: "**";
}

.fa-square-check {
    --fa: "";
    --fa--fa: "";
}

.fa-check-square {
    --fa: "";
    --fa--fa: "";
}

.fa-peseta-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-heading {
    --fa: "";
    --fa--fa: "";
}

.fa-header {
    --fa: "";
    --fa--fa: "";
}

.fa-ghost {
    --fa: "";
    --fa--fa: "";
}

.fa-list {
    --fa: "";
    --fa--fa: "";
}

.fa-list-squares {
    --fa: "";
    --fa--fa: "";
}

.fa-square-phone-flip {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-square-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-cart-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-gamepad {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-dot {
    --fa: "";
    --fa--fa: "";
}

.fa-dot-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-face-dizzy {
    --fa: "";
    --fa--fa: "";
}

.fa-dizzy {
    --fa: "";
    --fa--fa: "";
}

.fa-egg {
    --fa: "";
    --fa--fa: "";
}

.fa-house-medical-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-campground {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-futbol {
    --fa: "";
    --fa--fa: "";
}

.fa-futbol-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-soccer-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-paintbrush {
    --fa: "";
    --fa--fa: "";
}

.fa-paint-brush {
    --fa: "";
    --fa--fa: "";
}

.fa-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-gas-pump {
    --fa: "";
    --fa--fa: "";
}

.fa-hot-tub-person {
    --fa: "";
    --fa--fa: "";
}

.fa-hot-tub {
    --fa: "";
    --fa--fa: "";
}

.fa-map-location {
    --fa: "";
    --fa--fa: "";
}

.fa-map-marked {
    --fa: "";
    --fa--fa: "";
}

.fa-house-flood-water {
    --fa: "";
    --fa--fa: "";
}

.fa-tree {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-sack-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-to-square {
    --fa: "";
    --fa--fa: "";
}

.fa-edit {
    --fa: "";
    --fa--fa: "";
}

.fa-car-side {
    --fa: "";
    --fa--fa: "";
}

.fa-share-nodes {
    --fa: "";
    --fa--fa: "";
}

.fa-share-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-half {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-2 {
    --fa: "";
    --fa--fa: "";
}

.fa-microscope {
    --fa: "";
    --fa--fa: "";
}

.fa-sink {
    --fa: "";
    --fa--fa: "";
}

.fa-bag-shopping {
    --fa: "";
    --fa--fa: "";
}

.fa-shopping-bag {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-z-a {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-desc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-down-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-mitten {
    --fa: "";
    --fa--fa: "";
}

.fa-person-rays {
    --fa: "";
    --fa--fa: "";
}

.fa-users {
    --fa: "";
    --fa--fa: "";
}

.fa-eye-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-flask-vial {
    --fa: "";
    --fa--fa: "";
}

.fa-hand {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-paper {
    --fa: "";
    --fa--fa: "";
}

.fa-om {
    --fa: "";
    --fa--fa: "";
}

.fa-worm {
    --fa: "";
    --fa--fa: "";
}

.fa-house-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-plug {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-up {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-spock {
    --fa: "";
    --fa--fa: "";
}

.fa-stopwatch {
    --fa: "";
    --fa--fa: "";
}

.fa-face-kiss {
    --fa: "";
    --fa--fa: "";
}

.fa-kiss {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-tongue {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-tongue {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-bishop {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-ear-deaf {
    --fa: "";
    --fa--fa: "";
}

.fa-deaf {
    --fa: "";
    --fa--fa: "";
}

.fa-deafness {
    --fa: "";
    --fa--fa: "";
}

.fa-hard-of-hearing {
    --fa: "";
    --fa--fa: "";
}

.fa-road-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-five {
    --fa: "";
    --fa--fa: "";
}

.fa-square-rss {
    --fa: "";
    --fa--fa: "";
}

.fa-rss-square {
    --fa: "";
    --fa--fa: "";
}

.fa-land-mine-on {
    --fa: "";
    --fa--fa: "";
}

.fa-i-cursor {
    --fa: "";
    --fa--fa: "";
}

.fa-stamp {
    --fa: "";
    --fa--fa: "";
}

.fa-stairs {
    --fa: "";
    --fa--fa: "";
}

.fa-i {
    --fa: "I";
    --fa--fa: "II";
}

.fa-hryvnia-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-hryvnia {
    --fa: "";
    --fa--fa: "";
}

.fa-pills {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-wide {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-tooth {
    --fa: "";
    --fa--fa: "";
}

.fa-v {
    --fa: "V";
    --fa--fa: "VV";
}

.fa-bangladeshi-taka-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-bicycle {
    --fa: "";
    --fa--fa: "";
}

.fa-staff-snake {
    --fa: "";
    --fa--fa: "";
}

.fa-rod-asclepius {
    --fa: "";
    --fa--fa: "";
}

.fa-rod-snake {
    --fa: "";
    --fa--fa: "";
}

.fa-staff-aesculapius {
    --fa: "";
    --fa--fa: "";
}

.fa-head-side-cough-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-ambulance {
    --fa: "";
    --fa--fa: "";
}

.fa-wheat-awn-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-snowman {
    --fa: "";
    --fa--fa: "";
}

.fa-mortar-pestle {
    --fa: "";
    --fa--fa: "";
}

.fa-road-barrier {
    --fa: "";
    --fa--fa: "";
}

.fa-school {
    --fa: "";
    --fa--fa: "";
}

.fa-igloo {
    --fa: "";
    --fa--fa: "";
}

.fa-joint {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-right {
    --fa: "";
    --fa--fa: "";
}

.fa-horse {
    --fa: "";
    --fa--fa: "";
}

.fa-q {
    --fa: "Q";
    --fa--fa: "QQ";
}

.fa-g {
    --fa: "G";
    --fa--fa: "GG";
}

.fa-notes-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-half {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-2 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-2 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-half {
    --fa: "";
    --fa--fa: "";
}

.fa-dong-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-capsules {
    --fa: "";
    --fa--fa: "";
}

.fa-poo-storm {
    --fa: "";
    --fa--fa: "";
}

.fa-poo-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-face-frown-open {
    --fa: "";
    --fa--fa: "";
}

.fa-frown-open {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-point-up {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill {
    --fa: "";
    --fa--fa: "";
}

.fa-bookmark {
    --fa: "";
    --fa--fa: "";
}

.fa-align-justify {
    --fa: "";
    --fa--fa: "";
}

.fa-umbrella-beach {
    --fa: "";
    --fa--fa: "";
}

.fa-helmet-un {
    --fa: "";
    --fa--fa: "";
}

.fa-bullseye {
    --fa: "";
    --fa--fa: "";
}

.fa-bacon {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-point-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-from-bracket {
    --fa: "";
    --fa--fa: "";
}

.fa-folder {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-blank {
    --fa: "";
    --fa--fa: "";
}

.fa-file-waveform {
    --fa: "";
    --fa--fa: "";
}

.fa-file-medical-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-radiation {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-stroke {
    --fa: "";
    --fa--fa: "";
}

.fa-vial {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge {
    --fa: "";
    --fa--fa: "";
}

.fa-dashboard {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge-med {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer-alt-average {
    --fa: "";
    --fa--fa: "";
}

.fa-wand-magic-sparkles {
    --fa: "";
    --fa--fa: "";
}

.fa-magic-wand-sparkles {
    --fa: "";
    --fa--fa: "";
}

.fa-e {
    --fa: "E";
    --fa--fa: "EE";
}

.fa-pen-clip {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-user {
    --fa: "";
    --fa--fa: "";
}

.fa-school-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-dumpster {
    --fa: "";
    --fa--fa: "";
}

.fa-van-shuttle {
    --fa: "";
    --fa--fa: "";
}

.fa-shuttle-van {
    --fa: "";
    --fa--fa: "";
}

.fa-building-user {
    --fa: "";
    --fa--fa: "";
}

.fa-square-caret-left {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-square-left {
    --fa: "";
    --fa--fa: "";
}

.fa-highlighter {
    --fa: "";
    --fa--fa: "";
}

.fa-key {
    --fa: "";
    --fa--fa: "";
}

.fa-bullhorn {
    --fa: "";
    --fa--fa: "";
}

.fa-globe {
    --fa: "";
    --fa--fa: "";
}

.fa-synagogue {
    --fa: "";
    --fa--fa: "";
}

.fa-person-half-dress {
    --fa: "";
    --fa--fa: "";
}

.fa-road-bridge {
    --fa: "";
    --fa--fa: "";
}

.fa-location-arrow {
    --fa: "";
    --fa--fa: "";
}

.fa-c {
    --fa: "C";
    --fa--fa: "CC";
}

.fa-tablet-button {
    --fa: "";
    --fa--fa: "";
}

.fa-building-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-pizza-slice {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-wave {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-area {
    --fa: "";
    --fa--fa: "";
}

.fa-area-chart {
    --fa: "";
    --fa--fa: "";
}

.fa-house-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-ban {
    --fa: "";
    --fa--fa: "";
}

.fa-cancel {
    --fa: "";
    --fa--fa: "";
}

.fa-camera-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-spray-can-sparkles {
    --fa: "";
    --fa--fa: "";
}

.fa-air-freshener {
    --fa: "";
    --fa--fa: "";
}

.fa-star {
    --fa: "";
    --fa--fa: "";
}

.fa-repeat {
    --fa: "";
    --fa--fa: "";
}

.fa-cross {
    --fa: "";
    --fa--fa: "";
}

.fa-box {
    --fa: "";
    --fa--fa: "";
}

.fa-venus-mars {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-pointer {
    --fa: "";
    --fa--fa: "";
}

.fa-mouse-pointer {
    --fa: "";
    --fa--fa: "";
}

.fa-maximize {
    --fa: "";
    --fa--fa: "";
}

.fa-expand-arrows-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-charging-station {
    --fa: "";
    --fa--fa: "";
}

.fa-shapes {
    --fa: "";
    --fa--fa: "";
}

.fa-triangle-circle-square {
    --fa: "";
    --fa--fa: "";
}

.fa-shuffle {
    --fa: "";
    --fa--fa: "";
}

.fa-random {
    --fa: "";
    --fa--fa: "";
}

.fa-person-running {
    --fa: "";
    --fa--fa: "";
}

.fa-running {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-retro {
    --fa: "";
    --fa--fa: "";
}

.fa-grip-lines-vertical {
    --fa: "";
    --fa--fa: "";
}

.fa-spider {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-bound {
    --fa: "";
    --fa--fa: "";
}

.fa-file-invoice-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-x-ray {
    --fa: "";
    --fa--fa: "";
}

.fa-spell-check {
    --fa: "";
    --fa--fa: "";
}

.fa-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-computer-mouse {
    --fa: "";
    --fa--fa: "";
}

.fa-mouse {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-to-bracket {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-in {
    --fa: "";
    --fa--fa: "";
}

.fa-shop-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-store-alt-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-server {
    --fa: "";
    --fa--fa: "";
}

.fa-virus-covid-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-shop-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-start {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-blender-phone {
    --fa: "";
    --fa--fa: "";
}

.fa-building-wheat {
    --fa: "";
    --fa--fa: "";
}

.fa-person-breastfeeding {
    --fa: "";
    --fa--fa: "";
}

.fa-right-to-bracket {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-in-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-venus {
    --fa: "";
    --fa--fa: "";
}

.fa-passport {
    --fa: "";
    --fa--fa: "";
}

.fa-thumbtack-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-thumb-tack-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-pulse {
    --fa: "";
    --fa--fa: "";
}

.fa-heartbeat {
    --fa: "";
    --fa--fa: "";
}

.fa-people-carry-box {
    --fa: "";
    --fa--fa: "";
}

.fa-people-carry {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-high {
    --fa: "";
    --fa--fa: "";
}

.fa-microchip {
    --fa: "";
    --fa--fa: "";
}

.fa-crown {
    --fa: "";
    --fa--fa: "";
}

.fa-weight-hanging {
    --fa: "";
    --fa--fa: "";
}

.fa-xmarks-lines {
    --fa: "";
    --fa--fa: "";
}

.fa-file-prescription {
    --fa: "";
    --fa--fa: "";
}

.fa-weight-scale {
    --fa: "";
    --fa--fa: "";
}

.fa-weight {
    --fa: "";
    --fa--fa: "";
}

.fa-user-group {
    --fa: "";
    --fa--fa: "";
}

.fa-user-friends {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-a-z {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-up {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-knight {
    --fa: "";
    --fa--fa: "";
}

.fa-face-laugh-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-laugh-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-wheelchair {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-circle-up {
    --fa: "";
    --fa--fa: "";
}

.fa-toggle-on {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking {
    --fa: "";
    --fa--fa: "";
}

.fa-walking {
    --fa: "";
    --fa--fa: "";
}

.fa-l {
    --fa: "L";
    --fa--fa: "LL";
}

.fa-fire {
    --fa: "";
    --fa--fa: "";
}

.fa-bed-pulse {
    --fa: "";
    --fa--fa: "";
}

.fa-procedures {
    --fa: "";
    --fa--fa: "";
}

.fa-shuttle-space {
    --fa: "";
    --fa--fa: "";
}

.fa-space-shuttle {
    --fa: "";
    --fa--fa: "";
}

.fa-face-laugh {
    --fa: "";
    --fa--fa: "";
}

.fa-laugh {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-open {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-code-fork {
    --fa: "";
    --fa--fa: "";
}

.fa-city {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone-lines {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-pepper-hot {
    --fa: "";
    --fa--fa: "";
}

.fa-unlock {
    --fa: "";
    --fa--fa: "";
}

.fa-colon-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-headset {
    --fa: "";
    --fa--fa: "";
}

.fa-store-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-road-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-user-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-stroke-up {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-stroke-v {
    --fa: "";
    --fa--fa: "";
}

.fa-champagne-glasses {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-cheers {
    --fa: "";
    --fa--fa: "";
}

.fa-clipboard {
    --fa: "";
    --fa--fa: "";
}

.fa-house-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-file-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-file-upload {
    --fa: "";
    --fa--fa: "";
}

.fa-wifi {
    --fa: "";
    --fa--fa: "";
}

.fa-wifi-3 {
    --fa: "";
    --fa--fa: "";
}

.fa-wifi-strong {
    --fa: "";
    --fa--fa: "";
}

.fa-bath {
    --fa: "";
    --fa--fa: "";
}

.fa-bathtub {
    --fa: "";
    --fa--fa: "";
}

.fa-underline {
    --fa: "";
    --fa--fa: "";
}

.fa-user-pen {
    --fa: "";
    --fa--fa: "";
}

.fa-user-edit {
    --fa: "";
    --fa--fa: "";
}

.fa-signature {
    --fa: "";
    --fa--fa: "";
}

.fa-stroopwafel {
    --fa: "";
    --fa--fa: "";
}

.fa-bold {
    --fa: "";
    --fa--fa: "";
}

.fa-anchor-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-building-ngo {
    --fa: "";
    --fa--fa: "";
}

.fa-manat-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-not-equal {
    --fa: "";
    --fa--fa: "";
}

.fa-border-top-left {
    --fa: "";
    --fa--fa: "";
}

.fa-border-style {
    --fa: "";
    --fa--fa: "";
}

.fa-map-location-dot {
    --fa: "";
    --fa--fa: "";
}

.fa-map-marked-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-jedi {
    --fa: "";
    --fa--fa: "";
}

.fa-square-poll-vertical {
    --fa: "";
    --fa--fa: "";
}

.fa-poll {
    --fa: "";
    --fa--fa: "";
}

.fa-mug-hot {
    --fa: "";
    --fa--fa: "";
}

.fa-car-battery {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-car {
    --fa: "";
    --fa--fa: "";
}

.fa-gift {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-two {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-queen {
    --fa: "";
    --fa--fa: "";
}

.fa-glasses {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-board {
    --fa: "";
    --fa--fa: "";
}

.fa-building-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-person-chalkboard {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-stroke-right {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-stroke-h {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-back-fist {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-rock {
    --fa: "";
    --fa--fa: "";
}

.fa-square-caret-up {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-square-up {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-showers-water {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-bar {
    --fa: "";
    --fa--fa: "";
}

.fa-bar-chart {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-bubbles {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-wash {
    --fa: "";
    --fa--fa: "";
}

.fa-less-than-equal {
    --fa: "";
    --fa--fa: "";
}

.fa-train {
    --fa: "";
    --fa--fa: "";
}

.fa-eye-low-vision {
    --fa: "";
    --fa--fa: "";
}

.fa-low-vision {
    --fa: "";
    --fa--fa: "";
}

.fa-crow {
    --fa: "";
    --fa--fa: "";
}

.fa-sailboat {
    --fa: "";
    --fa--fa: "";
}

.fa-window-restore {
    --fa: "";
    --fa--fa: "";
}

.fa-square-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-plus-square {
    --fa: "";
    --fa--fa: "";
}

.fa-torii-gate {
    --fa: "";
    --fa--fa: "";
}

.fa-frog {
    --fa: "";
    --fa--fa: "";
}

.fa-bucket {
    --fa: "";
    --fa--fa: "";
}

.fa-image {
    --fa: "";
    --fa--fa: "";
}

.fa-microphone {
    --fa: "";
    --fa--fa: "";
}

.fa-cow {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-up {
    --fa: "";
    --fa--fa: "";
}

.fa-screwdriver {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-closed {
    --fa: "";
    --fa--fa: "";
}

.fa-house-tsunami {
    --fa: "";
    --fa--fa: "";
}

.fa-square-nfi {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-from-ground-water {
    --fa: "";
    --fa--fa: "";
}

.fa-martini-glass {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-martini-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-square-binary {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate-left {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate-back {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate-backward {
    --fa: "";
    --fa--fa: "";
}

.fa-undo-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-table-columns {
    --fa: "";
    --fa--fa: "";
}

.fa-columns {
    --fa: "";
    --fa--fa: "";
}

.fa-lemon {
    --fa: "";
    --fa--fa: "";
}

.fa-head-side-mask {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake {
    --fa: "";
    --fa--fa: "";
}

.fa-gem {
    --fa: "";
    --fa--fa: "";
}

.fa-dolly {
    --fa: "";
    --fa--fa: "";
}

.fa-dolly-box {
    --fa: "";
    --fa--fa: "";
}

.fa-smoking {
    --fa: "";
    --fa--fa: "";
}

.fa-minimize {
    --fa: "";
    --fa--fa: "";
}

.fa-compress-arrows-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-monument {
    --fa: "";
    --fa--fa: "";
}

.fa-snowplow {
    --fa: "";
    --fa--fa: "";
}

.fa-angles-right {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-double-right {
    --fa: "";
    --fa--fa: "";
}

.fa-cannabis {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-play {
    --fa: "";
    --fa--fa: "";
}

.fa-play-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-tablets {
    --fa: "";
    --fa--fa: "";
}

.fa-ethernet {
    --fa: "";
    --fa--fa: "";
}

.fa-euro-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-eur {
    --fa: "";
    --fa--fa: "";
}

.fa-euro {
    --fa: "";
    --fa--fa: "";
}

.fa-chair {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-check-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-stop {
    --fa: "";
    --fa--fa: "";
}

.fa-stop-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-compass-drafting {
    --fa: "";
    --fa--fa: "";
}

.fa-drafting-compass {
    --fa: "";
    --fa--fa: "";
}

.fa-plate-wheat {
    --fa: "";
    --fa--fa: "";
}

.fa-icicles {
    --fa: "";
    --fa--fa: "";
}

.fa-person-shelter {
    --fa: "";
    --fa--fa: "";
}

.fa-neuter {
    --fa: "";
    --fa--fa: "";
}

.fa-id-badge {
    --fa: "";
    --fa--fa: "";
}

.fa-marker {
    --fa: "";
    --fa--fa: "";
}

.fa-face-laugh-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-laugh-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-helicopter-symbol {
    --fa: "";
    --fa--fa: "";
}

.fa-universal-access {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-chevron-up {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-circle-up {
    --fa: "";
    --fa--fa: "";
}

.fa-lari-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-volcano {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-sterling-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-gbp {
    --fa: "";
    --fa--fa: "";
}

.fa-pound-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-viruses {
    --fa: "";
    --fa--fa: "";
}

.fa-square-person-confined {
    --fa: "";
    --fa--fa: "";
}

.fa-user-tie {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-tent-arrow-down-to-line {
    --fa: "";
    --fa--fa: "";
}

.fa-certificate {
    --fa: "";
    --fa--fa: "";
}

.fa-reply-all {
    --fa: "";
    --fa--fa: "";
}

.fa-mail-reply-all {
    --fa: "";
    --fa--fa: "";
}

.fa-suitcase {
    --fa: "";
    --fa--fa: "";
}

.fa-person-skating {
    --fa: "";
    --fa--fa: "";
}

.fa-skating {
    --fa: "";
    --fa--fa: "";
}

.fa-filter-circle-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-funnel-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-camera-retro {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-circle-down {
    --fa: "";
    --fa--fa: "";
}

.fa-file-import {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-to-file {
    --fa: "";
    --fa--fa: "";
}

.fa-square-arrow-up-right {
    --fa: "";
    --fa--fa: "";
}

.fa-external-link-square {
    --fa: "";
    --fa--fa: "";
}

.fa-box-open {
    --fa: "";
    --fa--fa: "";
}

.fa-scroll {
    --fa: "";
    --fa--fa: "";
}

.fa-spa {
    --fa: "";
    --fa--fa: "";
}

.fa-location-pin-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-pause {
    --fa: "";
    --fa--fa: "";
}

.fa-hill-avalanche {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-0 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-0 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-bomb {
    --fa: "";
    --fa--fa: "";
}

.fa-registered {
    --fa: "";
    --fa--fa: "";
}

.fa-address-card {
    --fa: "";
    --fa--fa: "";
}

.fa-contact-card {
    --fa: "";
    --fa--fa: "";
}

.fa-vcard {
    --fa: "";
    --fa--fa: "";
}

.fa-scale-unbalanced-flip {
    --fa: "";
    --fa--fa: "";
}

.fa-balance-scale-right {
    --fa: "";
    --fa--fa: "";
}

.fa-subscript {
    --fa: "";
    --fa--fa: "";
}

.fa-diamond-turn-right {
    --fa: "";
    --fa--fa: "";
}

.fa-directions {
    --fa: "";
    --fa--fa: "";
}

.fa-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-house-laptop {
    --fa: "";
    --fa--fa: "";
}

.fa-laptop-house {
    --fa: "";
    --fa--fa: "";
}

.fa-face-tired {
    --fa: "";
    --fa--fa: "";
}

.fa-tired {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bills {
    --fa: "";
    --fa--fa: "";
}

.fa-smog {
    --fa: "";
    --fa--fa: "";
}

.fa-crutch {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-upload {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-upload-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-palette {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-turn-right {
    --fa: "";
    --fa--fa: "";
}

.fa-vest {
    --fa: "";
    --fa--fa: "";
}

.fa-ferry {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-down-to-people {
    --fa: "";
    --fa--fa: "";
}

.fa-seedling {
    --fa: "";
    --fa--fa: "";
}

.fa-sprout {
    --fa: "";
    --fa--fa: "";
}

.fa-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-alt-h {
    --fa: "";
    --fa--fa: "";
}

.fa-boxes-packing {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-arrow-left {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-circle-left {
    --fa: "";
    --fa--fa: "";
}

.fa-group-arrows-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-bowl-food {
    --fa: "";
    --fa--fa: "";
}

.fa-candy-cane {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-wide-short {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-asc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-down {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-thunderstorm {
    --fa: "";
    --fa--fa: "";
}

.fa-text-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-remove-format {
    --fa: "";
    --fa--fa: "";
}

.fa-face-smile-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-smile-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-file-word {
    --fa: "";
    --fa--fa: "";
}

.fa-file-powerpoint {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-h {
    --fa: "";
    --fa--fa: "";
}

.fa-house-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-download {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-download-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-children {
    --fa: "";
    --fa--fa: "";
}

.fa-chalkboard {
    --fa: "";
    --fa--fa: "";
}

.fa-blackboard {
    --fa: "";
    --fa--fa: "";
}

.fa-user-large-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-user-alt-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-envelope-open {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-simple-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-alt-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-mattress-pillow {
    --fa: "";
    --fa--fa: "";
}

.fa-guarani-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-refresh {
    --fa: "";
    --fa--fa: "";
}

.fa-sync {
    --fa: "";
    --fa--fa: "";
}

.fa-fire-extinguisher {
    --fa: "";
    --fa--fa: "";
}

.fa-cruzeiro-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-greater-than-equal {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-halved {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-book-atlas {
    --fa: "";
    --fa--fa: "";
}

.fa-atlas {
    --fa: "";
    --fa--fa: "";
}

.fa-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-envelope-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-layer-group {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-to-dot {
    --fa: "";
    --fa--fa: "";
}

.fa-archway {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-house-chimney-crack {
    --fa: "";
    --fa--fa: "";
}

.fa-house-damage {
    --fa: "";
    --fa--fa: "";
}

.fa-file-zipper {
    --fa: "";
    --fa--fa: "";
}

.fa-file-archive {
    --fa: "";
    --fa--fa: "";
}

.fa-square {
    --fa: "";
    --fa--fa: "";
}

.fa-martini-glass-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-martini {
    --fa: "";
    --fa--fa: "";
}

.fa-couch {
    --fa: "";
    --fa--fa: "";
}

.fa-cedi-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-italic {
    --fa: "";
    --fa--fa: "";
}

.fa-table-cells-column-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-church {
    --fa: "";
    --fa--fa: "";
}

.fa-comments-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-democrat {
    --fa: "";
    --fa--fa: "";
}

.fa-z {
    --fa: "Z";
    --fa--fa: "ZZ";
}

.fa-person-skiing {
    --fa: "";
    --fa--fa: "";
}

.fa-skiing {
    --fa: "";
    --fa--fa: "";
}

.fa-road-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-a {
    --fa: "A";
    --fa--fa: "AA";
}

.fa-temperature-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-down {
    --fa: "";
    --fa--fa: "";
}

.fa-feather-pointed {
    --fa: "";
    --fa--fa: "";
}

.fa-feather-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-p {
    --fa: "P";
    --fa--fa: "PP";
}

.fa-snowflake {
    --fa: "";
    --fa--fa: "";
}

.fa-newspaper {
    --fa: "";
    --fa--fa: "";
}

.fa-rectangle-ad {
    --fa: "";
    --fa--fa: "";
}

.fa-ad {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-circle-right {
    --fa: "";
    --fa--fa: "";
}

.fa-filter-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-locust {
    --fa: "";
    --fa--fa: "";
}

.fa-sort {
    --fa: "";
    --fa--fa: "";
}

.fa-unsorted {
    --fa: "";
    --fa--fa: "";
}

.fa-list-ol {
    --fa: "";
    --fa--fa: "";
}

.fa-list-1-2 {
    --fa: "";
    --fa--fa: "";
}

.fa-list-numeric {
    --fa: "";
    --fa--fa: "";
}

.fa-person-dress-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-money-check-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-money-check-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-vector-square {
    --fa: "";
    --fa--fa: "";
}

.fa-bread-slice {
    --fa: "";
    --fa--fa: "";
}

.fa-language {
    --fa: "";
    --fa--fa: "";
}

.fa-face-kiss-wink-heart {
    --fa: "";
    --fa--fa: "";
}

.fa-kiss-wink-heart {
    --fa: "";
    --fa--fa: "";
}

.fa-filter {
    --fa: "";
    --fa--fa: "";
}

.fa-question {
    --fa: "?";
    --fa--fa: "??";
}

.fa-file-signature {
    --fa: "";
    --fa--fa: "";
}

.fa-up-down-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-house-chimney-user {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-heart {
    --fa: "";
    --fa--fa: "";
}

.fa-puzzle-piece {
    --fa: "";
    --fa--fa: "";
}

.fa-money-check {
    --fa: "";
    --fa--fa: "";
}

.fa-star-half-stroke {
    --fa: "";
    --fa--fa: "";
}

.fa-star-half-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-code {
    --fa: "";
    --fa--fa: "";
}

.fa-whiskey-glass {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-whiskey {
    --fa: "";
    --fa--fa: "";
}

.fa-building-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass-chart {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-right-from-square {
    --fa: "";
    --fa--fa: "";
}

.fa-external-link {
    --fa: "";
    --fa--fa: "";
}

.fa-cubes-stacked {
    --fa: "";
    --fa--fa: "";
}

.fa-won-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-krw {
    --fa: "";
    --fa--fa: "";
}

.fa-won {
    --fa: "";
    --fa--fa: "";
}

.fa-virus-covid {
    --fa: "";
    --fa--fa: "";
}

.fa-austral-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-f {
    --fa: "F";
    --fa--fa: "FF";
}

.fa-leaf {
    --fa: "";
    --fa--fa: "";
}

.fa-road {
    --fa: "";
    --fa--fa: "";
}

.fa-taxi {
    --fa: "";
    --fa--fa: "";
}

.fa-cab {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-pie {
    --fa: "";
    --fa--fa: "";
}

.fa-pie-chart {
    --fa: "";
    --fa--fa: "";
}

.fa-bolt-lightning {
    --fa: "";
    --fa--fa: "";
}

.fa-sack-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-file-excel {
    --fa: "";
    --fa--fa: "";
}

.fa-file-contract {
    --fa: "";
    --fa--fa: "";
}

.fa-fish-fins {
    --fa: "";
    --fa--fa: "";
}

.fa-building-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-beam {
    --fa: "";
    --fa--fa: "";
}

.fa-object-ungroup {
    --fa: "";
    --fa--fa: "";
}

.fa-poop {
    --fa: "";
    --fa--fa: "";
}

.fa-location-pin {
    --fa: "";
    --fa--fa: "";
}

.fa-map-marker {
    --fa: "";
    --fa--fa: "";
}

.fa-kaaba {
    --fa: "";
    --fa--fa: "";
}

.fa-toilet-paper {
    --fa: "";
    --fa--fa: "";
}

.fa-helmet-safety {
    --fa: "";
    --fa--fa: "";
}

.fa-hard-hat {
    --fa: "";
    --fa--fa: "";
}

.fa-hat-hard {
    --fa: "";
    --fa--fa: "";
}

.fa-eject {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-alt-circle-right {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-face-rolling-eyes {
    --fa: "";
    --fa--fa: "";
}

.fa-meh-rolling-eyes {
    --fa: "";
    --fa--fa: "";
}

.fa-object-group {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-line {
    --fa: "";
    --fa--fa: "";
}

.fa-line-chart {
    --fa: "";
    --fa--fa: "";
}

.fa-mask-ventilator {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-signs-post {
    --fa: "";
    --fa--fa: "";
}

.fa-map-signs {
    --fa: "";
    --fa--fa: "";
}

.fa-cash-register {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-question {
    --fa: "";
    --fa--fa: "";
}

.fa-h {
    --fa: "H";
    --fa--fa: "HH";
}

.fa-tarp {
    --fa: "";
    --fa--fa: "";
}

.fa-screwdriver-wrench {
    --fa: "";
    --fa--fa: "";
}

.fa-tools {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-to-eye {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-heart {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-and-venus {
    --fa: "";
    --fa--fa: "";
}

.fa-house-user {
    --fa: "";
    --fa--fa: "";
}

.fa-home-user {
    --fa: "";
    --fa--fa: "";
}

.fa-dumpster-fire {
    --fa: "";
    --fa--fa: "";
}

.fa-house-crack {
    --fa: "";
    --fa--fa: "";
}

.fa-martini-glass-citrus {
    --fa: "";
    --fa--fa: "";
}

.fa-cocktail {
    --fa: "";
    --fa--fa: "";
}

.fa-face-surprise {
    --fa: "";
    --fa--fa: "";
}

.fa-surprise {
    --fa: "";
    --fa--fa: "";
}

.fa-bottle-water {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-pause {
    --fa: "";
    --fa--fa: "";
}

.fa-pause-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-toilet-paper-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-apple-whole {
    --fa: "";
    --fa--fa: "";
}

.fa-apple-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-kitchen-set {
    --fa: "";
    --fa--fa: "";
}

.fa-r {
    --fa: "R";
    --fa--fa: "RR";
}

.fa-temperature-quarter {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-quarter {
    --fa: "";
    --fa--fa: "";
}

.fa-cube {
    --fa: "";
    --fa--fa: "";
}

.fa-bitcoin-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-dog {
    --fa: "";
    --fa--fa: "";
}

.fa-solar-panel {
    --fa: "";
    --fa--fa: "";
}

.fa-lock-open {
    --fa: "";
    --fa--fa: "";
}

.fa-elevator {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-transfer {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-trend-up {
    --fa: "";
    --fa--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-square-poll-horizontal {
    --fa: "";
    --fa--fa: "";
}

.fa-poll-h {
    --fa: "";
    --fa--fa: "";
}

.fa-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-backward-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-fast-backward {
    --fa: "";
    --fa--fa: "";
}

.fa-recycle {
    --fa: "";
    --fa--fa: "";
}

.fa-user-astronaut {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-trademark {
    --fa: "";
    --fa--fa: "";
}

.fa-basketball {
    --fa: "";
    --fa--fa: "";
}

.fa-basketball-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-satellite-dish {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-up {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-alt-circle-up {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-screen-button {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-high {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-up {
    --fa: "";
    --fa--fa: "";
}

.fa-users-rays {
    --fa: "";
    --fa--fa: "";
}

.fa-wallet {
    --fa: "";
    --fa--fa: "";
}

.fa-clipboard-check {
    --fa: "";
    --fa--fa: "";
}

.fa-file-audio {
    --fa: "";
    --fa--fa: "";
}

.fa-burger {
    --fa: "";
    --fa--fa: "";
}

.fa-hamburger {
    --fa: "";
    --fa--fa: "";
}

.fa-wrench {
    --fa: "";
    --fa--fa: "";
}

.fa-bugs {
    --fa: "";
    --fa--fa: "";
}

.fa-rupee-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-rupee {
    --fa: "";
    --fa--fa: "";
}

.fa-file-image {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-question {
    --fa: "";
    --fa--fa: "";
}

.fa-question-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-departure {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-book-bookmark {
    --fa: "";
    --fa--fa: "";
}

.fa-code-branch {
    --fa: "";
    --fa--fa: "";
}

.fa-hat-cowboy {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-flip {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-front {
    --fa: "";
    --fa--fa: "";
}

.fa-cat {
    --fa: "";
    --fa--fa: "";
}

.fa-anchor-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-field {
    --fa: "";
    --fa--fa: "";
}

.fa-route {
    --fa: "";
    --fa--fa: "";
}

.fa-clipboard-question {
    --fa: "";
    --fa--fa: "";
}

.fa-panorama {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-teeth-open {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-tags {
    --fa: "";
    --fa--fa: "";
}

.fa-wine-glass {
    --fa: "";
    --fa--fa: "";
}

.fa-forward-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-fast-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-face-meh-blank {
    --fa: "";
    --fa--fa: "";
}

.fa-meh-blank {
    --fa: "";
    --fa--fa: "";
}

.fa-square-parking {
    --fa: "";
    --fa--fa: "";
}

.fa-parking {
    --fa: "";
    --fa--fa: "";
}

.fa-house-signal {
    --fa: "";
    --fa--fa: "";
}

.fa-bars-progress {
    --fa: "";
    --fa--fa: "";
}

.fa-tasks-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-faucet-drip {
    --fa: "";
    --fa--fa: "";
}

.fa-cart-flatbed {
    --fa: "";
    --fa--fa: "";
}

.fa-dolly-flatbed {
    --fa: "";
    --fa--fa: "";
}

.fa-ban-smoking {
    --fa: "";
    --fa--fa: "";
}

.fa-smoking-ban {
    --fa: "";
    --fa--fa: "";
}

.fa-terminal {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-button {
    --fa: "";
    --fa--fa: "";
}

.fa-house-medical-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-basket-shopping {
    --fa: "";
    --fa--fa: "";
}

.fa-shopping-basket {
    --fa: "";
    --fa--fa: "";
}

.fa-tape {
    --fa: "";
    --fa--fa: "";
}

.fa-bus-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-bus-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-eye {
    --fa: "";
    --fa--fa: "";
}

.fa-face-sad-cry {
    --fa: "";
    --fa--fa: "";
}

.fa-sad-cry {
    --fa: "";
    --fa--fa: "";
}

.fa-audio-description {
    --fa: "";
    --fa--fa: "";
}

.fa-person-military-to-person {
    --fa: "";
    --fa--fa: "";
}

.fa-file-shield {
    --fa: "";
    --fa--fa: "";
}

.fa-user-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-pen {
    --fa: "";
    --fa--fa: "";
}

.fa-tower-observation {
    --fa: "";
    --fa--fa: "";
}

.fa-file-code {
    --fa: "";
    --fa--fa: "";
}

.fa-signal {
    --fa: "";
    --fa--fa: "";
}

.fa-signal-5 {
    --fa: "";
    --fa--fa: "";
}

.fa-signal-perfect {
    --fa: "";
    --fa--fa: "";
}

.fa-bus {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-house-chimney {
    --fa: "";
    --fa--fa: "";
}

.fa-home-lg {
    --fa: "";
    --fa--fa: "";
}

.fa-window-maximize {
    --fa: "";
    --fa--fa: "";
}

.fa-face-frown {
    --fa: "";
    --fa--fa: "";
}

.fa-frown {
    --fa: "";
    --fa--fa: "";
}

.fa-prescription {
    --fa: "";
    --fa--fa: "";
}

.fa-shop {
    --fa: "";
    --fa--fa: "";
}

.fa-store-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-floppy-disk {
    --fa: "";
    --fa--fa: "";
}

.fa-save {
    --fa: "";
    --fa--fa: "";
}

.fa-vihara {
    --fa: "";
    --fa--fa: "";
}

.fa-scale-unbalanced {
    --fa: "";
    --fa--fa: "";
}

.fa-balance-scale-left {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-up {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-asc {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-dots {
    --fa: "";
    --fa--fa: "";
}

.fa-commenting {
    --fa: "";
    --fa--fa: "";
}

.fa-plant-wilt {
    --fa: "";
    --fa--fa: "";
}

.fa-diamond {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-squint {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-usd {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-diagram {
    --fa: "";
    --fa--fa: "";
}

.fa-bacterium {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-pointer {
    --fa: "";
    --fa--fa: "";
}

.fa-drum-steelpan {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-scissors {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-praying {
    --fa: "";
    --fa--fa: "";
}

.fa-praying-hands {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-rotate-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-rotate-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-redo {
    --fa: "";
    --fa--fa: "";
}

.fa-biohazard {
    --fa: "";
    --fa--fa: "";
}

.fa-location-crosshairs {
    --fa: "";
    --fa--fa: "";
}

.fa-location {
    --fa: "";
    --fa--fa: "";
}

.fa-mars-double {
    --fa: "";
    --fa--fa: "";
}

.fa-child-dress {
    --fa: "";
    --fa--fa: "";
}

.fa-users-between-lines {
    --fa: "";
    --fa--fa: "";
}

.fa-lungs-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-tears {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-tears {
    --fa: "";
    --fa--fa: "";
}

.fa-phone {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-times {
    --fa: "";
    --fa--fa: "";
}

.fa-child-reaching {
    --fa: "";
    --fa--fa: "";
}

.fa-head-side-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-user-gear {
    --fa: "";
    --fa--fa: "";
}

.fa-user-cog {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-1-9 {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-up {
    --fa: "";
    --fa--fa: "";
}

.fa-door-closed {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-six {
    --fa: "";
    --fa--fa: "";
}

.fa-mosquito-net {
    --fa: "";
    --fa--fa: "";
}

.fa-file-fragment {
    --fa: "";
    --fa--fa: "";
}

.fa-bridge-water {
    --fa: "";
    --fa--fa: "";
}

.fa-person-booth {
    --fa: "";
    --fa--fa: "";
}

.fa-text-width {
    --fa: "";
    --fa--fa: "";
}

.fa-hat-wizard {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-fancy {
    --fa: "";
    --fa--fa: "";
}

.fa-person-digging {
    --fa: "";
    --fa--fa: "";
}

.fa-digging {
    --fa: "";
    --fa--fa: "";
}

.fa-trash {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge-simple-med {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer-average {
    --fa: "";
    --fa--fa: "";
}

.fa-book-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-poo {
    --fa: "";
    --fa--fa: "";
}

.fa-quote-right {
    --fa: "";
    --fa--fa: "";
}

.fa-quote-right-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-shirt {
    --fa: "";
    --fa--fa: "";
}

.fa-t-shirt {
    --fa: "";
    --fa--fa: "";
}

.fa-tshirt {
    --fa: "";
    --fa--fa: "";
}

.fa-cubes {
    --fa: "";
    --fa--fa: "";
}

.fa-divide {
    --fa: "";
    --fa--fa: "";
}

.fa-tenge-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-tenge {
    --fa: "";
    --fa--fa: "";
}

.fa-headphones {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-holding {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-clapping {
    --fa: "";
    --fa--fa: "";
}

.fa-republican {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-left {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-ruler {
    --fa: "";
    --fa--fa: "";
}

.fa-align-left {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-d6 {
    --fa: "";
    --fa--fa: "";
}

.fa-restroom {
    --fa: "";
    --fa--fa: "";
}

.fa-j {
    --fa: "J";
    --fa--fa: "JJ";
}

.fa-users-viewfinder {
    --fa: "";
    --fa--fa: "";
}

.fa-file-video {
    --fa: "";
    --fa--fa: "";
}

.fa-up-right-from-square {
    --fa: "";
    --fa--fa: "";
}

.fa-external-link-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-table-cells {
    --fa: "";
    --fa--fa: "";
}

.fa-th {
    --fa: "";
    --fa--fa: "";
}

.fa-file-pdf {
    --fa: "";
    --fa--fa: "";
}

.fa-book-bible {
    --fa: "";
    --fa--fa: "";
}

.fa-bible {
    --fa: "";
    --fa--fa: "";
}

.fa-o {
    --fa: "O";
    --fa--fa: "OO";
}

.fa-suitcase-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-medkit {
    --fa: "";
    --fa--fa: "";
}

.fa-user-secret {
    --fa: "";
    --fa--fa: "";
}

.fa-otter {
    --fa: "";
    --fa--fa: "";
}

.fa-person-dress {
    --fa: "";
    --fa--fa: "";
}

.fa-female {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-business-time {
    --fa: "";
    --fa--fa: "";
}

.fa-briefcase-clock {
    --fa: "";
    --fa--fa: "";
}

.fa-table-cells-large {
    --fa: "";
    --fa--fa: "";
}

.fa-th-large {
    --fa: "";
    --fa--fa: "";
}

.fa-book-tanakh {
    --fa: "";
    --fa--fa: "";
}

.fa-tanakh {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-volume {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-control-phone {
    --fa: "";
    --fa--fa: "";
}

.fa-hat-cowboy-side {
    --fa: "";
    --fa--fa: "";
}

.fa-clipboard-user {
    --fa: "";
    --fa--fa: "";
}

.fa-child {
    --fa: "";
    --fa--fa: "";
}

.fa-lira-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-satellite {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-tag {
    --fa: "";
    --fa--fa: "";
}

.fa-comment {
    --fa: "";
    --fa--fa: "";
}

.fa-cake-candles {
    --fa: "";
    --fa--fa: "";
}

.fa-birthday-cake {
    --fa: "";
    --fa--fa: "";
}

.fa-cake {
    --fa: "";
    --fa--fa: "";
}

.fa-envelope {
    --fa: "";
    --fa--fa: "";
}

.fa-angles-up {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-double-up {
    --fa: "";
    --fa--fa: "";
}

.fa-paperclip {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-to-city {
    --fa: "";
    --fa--fa: "";
}

.fa-ribbon {
    --fa: "";
    --fa--fa: "";
}

.fa-lungs {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-9-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-up-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-litecoin-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-border-none {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-nodes {
    --fa: "";
    --fa--fa: "";
}

.fa-parachute-box {
    --fa: "";
    --fa--fa: "";
}

.fa-indent {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-field-un {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass {
    --fa: "";
    --fa--fa: "";
}

.fa-hourglass-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-mountain {
    --fa: "";
    --fa--fa: "";
}

.fa-user-doctor {
    --fa: "";
    --fa--fa: "";
}

.fa-user-md {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-info {
    --fa: "";
    --fa--fa: "";
}

.fa-info-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-meatball {
    --fa: "";
    --fa--fa: "";
}

.fa-camera {
    --fa: "";
    --fa--fa: "";
}

.fa-camera-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-square-virus {
    --fa: "";
    --fa--fa: "";
}

.fa-meteor {
    --fa: "";
    --fa--fa: "";
}

.fa-car-on {
    --fa: "";
    --fa--fa: "";
}

.fa-sleigh {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-1-9 {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-asc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-numeric-down {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-water {
    --fa: "";
    --fa--fa: "";
}

.fa-water {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-check {
    --fa: "";
    --fa--fa: "";
}

.fa-braille {
    --fa: "";
    --fa--fa: "";
}

.fa-prescription-bottle-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-prescription-bottle-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-landmark {
    --fa: "";
    --fa--fa: "";
}

.fa-truck {
    --fa: "";
    --fa--fa: "";
}

.fa-crosshairs {
    --fa: "";
    --fa--fa: "";
}

.fa-person-cane {
    --fa: "";
    --fa--fa: "";
}

.fa-tent {
    --fa: "";
    --fa--fa: "";
}

.fa-vest-patches {
    --fa: "";
    --fa--fa: "";
}

.fa-check-double {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-a-z {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-asc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-down {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-wheat {
    --fa: "";
    --fa--fa: "";
}

.fa-cookie {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-rotate-left {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-left-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-rotate-back {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-rotate-backward {
    --fa: "";
    --fa--fa: "";
}

.fa-undo {
    --fa: "";
    --fa--fa: "";
}

.fa-hard-drive {
    --fa: "";
    --fa--fa: "";
}

.fa-hdd {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-squint-tears {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-squint-tears {
    --fa: "";
    --fa--fa: "";
}

.fa-dumbbell {
    --fa: "";
    --fa--fa: "";
}

.fa-rectangle-list {
    --fa: "";
    --fa--fa: "";
}

.fa-list-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-tarp-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-house-medical-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-person-skiing-nordic {
    --fa: "";
    --fa--fa: "";
}

.fa-skiing-nordic {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-arrival {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-left {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-alt-circle-left {
    --fa: "";
    --fa--fa: "";
}

.fa-train-subway {
    --fa: "";
    --fa--fa: "";
}

.fa-subway {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-gantt {
    --fa: "";
    --fa--fa: "";
}

.fa-indian-rupee-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-indian-rupee {
    --fa: "";
    --fa--fa: "";
}

.fa-inr {
    --fa: "";
    --fa--fa: "";
}

.fa-crop-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-crop-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-1 {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-left-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-alt-left {
    --fa: "";
    --fa--fa: "";
}

.fa-dna {
    --fa: "";
    --fa--fa: "";
}

.fa-virus-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-subtract {
    --fa: "";
    --fa--fa: "";
}

.fa-chess {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-left-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-left {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-street-view {
    --fa: "";
    --fa--fa: "";
}

.fa-franc-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-off {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-asl-interpreting {
    --fa: "";
    --fa--fa: "";
}

.fa-american-sign-language-interpreting {
    --fa: "";
    --fa--fa: "";
}

.fa-asl-interpreting {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-american-sign-language-interpreting {
    --fa: "";
    --fa--fa: "";
}

.fa-gear {
    --fa: "";
    --fa--fa: "";
}

.fa-cog {
    --fa: "";
    --fa--fa: "";
}

.fa-droplet-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-tint-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-mosque {
    --fa: "";
    --fa--fa: "";
}

.fa-mosquito {
    --fa: "";
    --fa--fa: "";
}

.fa-star-of-david {
    --fa: "";
    --fa--fa: "";
}

.fa-person-military-rifle {
    --fa: "";
    --fa--fa: "";
}

.fa-cart-shopping {
    --fa: "";
    --fa--fa: "";
}

.fa-shopping-cart {
    --fa: "";
    --fa--fa: "";
}

.fa-vials {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-place-of-worship {
    --fa: "";
    --fa--fa: "";
}

.fa-grip-vertical {
    --fa: "";
    --fa--fa: "";
}

.fa-hexagon-nodes {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-turn-up {
    --fa: "";
    --fa--fa: "";
}

.fa-level-up {
    --fa: "";
    --fa--fa: "";
}

.fa-u {
    --fa: "U";
    --fa--fa: "UU";
}

.fa-square-root-variable {
    --fa: "";
    --fa--fa: "";
}

.fa-square-root-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-clock {
    --fa: "";
    --fa--fa: "";
}

.fa-clock-four {
    --fa: "";
    --fa--fa: "";
}

.fa-backward-step {
    --fa: "";
    --fa--fa: "";
}

.fa-step-backward {
    --fa: "";
    --fa--fa: "";
}

.fa-pallet {
    --fa: "";
    --fa--fa: "";
}

.fa-faucet {
    --fa: "";
    --fa--fa: "";
}

.fa-baseball-bat-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-s {
    --fa: "S";
    --fa--fa: "SS";
}

.fa-timeline {
    --fa: "";
    --fa--fa: "";
}

.fa-keyboard {
    --fa: "";
    --fa--fa: "";
}

.fa-caret-down {
    --fa: "";
    --fa--fa: "";
}

.fa-house-chimney-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-clinic-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-three-quarters {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-3 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-3 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-three-quarters {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-screen {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-android-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-up {
    --fa: "";
    --fa--fa: "";
}

.fa-piggy-bank {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-half {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-3 {
    --fa: "";
    --fa--fa: "";
}

.fa-mountain-city {
    --fa: "";
    --fa--fa: "";
}

.fa-coins {
    --fa: "";
    --fa--fa: "";
}

.fa-khanda {
    --fa: "";
    --fa--fa: "";
}

.fa-sliders {
    --fa: "";
    --fa--fa: "";
}

.fa-sliders-h {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-tree {
    --fa: "";
    --fa--fa: "";
}

.fa-network-wired {
    --fa: "";
    --fa--fa: "";
}

.fa-map-pin {
    --fa: "";
    --fa--fa: "";
}

.fa-hamsa {
    --fa: "";
    --fa--fa: "";
}

.fa-cent-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-flask {
    --fa: "";
    --fa--fa: "";
}

.fa-person-pregnant {
    --fa: "";
    --fa--fa: "";
}

.fa-wand-sparkles {
    --fa: "";
    --fa--fa: "";
}

.fa-ellipsis-vertical {
    --fa: "";
    --fa--fa: "";
}

.fa-ellipsis-v {
    --fa: "";
    --fa--fa: "";
}

.fa-ticket {
    --fa: "";
    --fa--fa: "";
}

.fa-power-off {
    --fa: "";
    --fa--fa: "";
}

.fa-right-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-alt-right {
    --fa: "";
    --fa--fa: "";
}

.fa-flag-usa {
    --fa: "";
    --fa--fa: "";
}

.fa-laptop-file {
    --fa: "";
    --fa--fa: "";
}

.fa-tty {
    --fa: "";
    --fa--fa: "";
}

.fa-teletype {
    --fa: "";
    --fa--fa: "";
}

.fa-diagram-next {
    --fa: "";
    --fa--fa: "";
}

.fa-person-rifle {
    --fa: "";
    --fa--fa: "";
}

.fa-house-medical-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-closed-captioning {
    --fa: "";
    --fa--fa: "";
}

.fa-person-hiking {
    --fa: "";
    --fa--fa: "";
}

.fa-hiking {
    --fa: "";
    --fa--fa: "";
}

.fa-venus-double {
    --fa: "";
    --fa--fa: "";
}

.fa-images {
    --fa: "";
    --fa--fa: "";
}

.fa-calculator {
    --fa: "";
    --fa--fa: "";
}

.fa-people-pulling {
    --fa: "";
    --fa--fa: "";
}

.fa-n {
    --fa: "N";
    --fa--fa: "NN";
}

.fa-cable-car {
    --fa: "";
    --fa--fa: "";
}

.fa-tram {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-rain {
    --fa: "";
    --fa--fa: "";
}

.fa-building-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-ship {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-down-to-line {
    --fa: "";
    --fa--fa: "";
}

.fa-download {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin {
    --fa: "";
    --fa--fa: "";
}

.fa-grin {
    --fa: "";
    --fa--fa: "";
}

.fa-delete-left {
    --fa: "";
    --fa--fa: "";
}

.fa-backspace {
    --fa: "";
    --fa--fa: "";
}

.fa-eye-dropper {
    --fa: "";
    --fa--fa: "";
}

.fa-eye-dropper-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-eyedropper {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-android {
    --fa: "";
    --fa--fa: "";
}

.fa-mobile-phone {
    --fa: "";
    --fa--fa: "";
}

.fa-face-meh {
    --fa: "";
    --fa--fa: "";
}

.fa-meh {
    --fa: "";
    --fa--fa: "";
}

.fa-align-center {
    --fa: "";
    --fa--fa: "";
}

.fa-book-skull {
    --fa: "";
    --fa--fa: "";
}

.fa-book-dead {
    --fa: "";
    --fa--fa: "";
}

.fa-id-card {
    --fa: "";
    --fa--fa: "";
}

.fa-drivers-license {
    --fa: "";
    --fa--fa: "";
}

.fa-outdent {
    --fa: "";
    --fa--fa: "";
}

.fa-dedent {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-house {
    --fa: "";
    --fa--fa: "";
}

.fa-home {
    --fa: "";
    --fa--fa: "";
}

.fa-home-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-home-lg-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-week {
    --fa: "";
    --fa--fa: "";
}

.fa-laptop-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-b {
    --fa: "B";
    --fa--fa: "BB";
}

.fa-file-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-one {
    --fa: "";
    --fa--fa: "";
}

.fa-kiwi-bird {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-arrow-left {
    --fa: "";
    --fa--fa: "";
}

.fa-exchange {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate-right {
    --fa: "";
    --fa--fa: "";
}

.fa-redo-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-utensils {
    --fa: "";
    --fa--fa: "";
}

.fa-cutlery {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-wide-short {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-up {
    --fa: "";
    --fa--fa: "";
}

.fa-mill-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-bowl-rice {
    --fa: "";
    --fa--fa: "";
}

.fa-skull {
    --fa: "";
    --fa--fa: "";
}

.fa-tower-broadcast {
    --fa: "";
    --fa--fa: "";
}

.fa-broadcast-tower {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-pickup {
    --fa: "";
    --fa--fa: "";
}

.fa-up-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-alt-up {
    --fa: "";
    --fa--fa: "";
}

.fa-stop {
    --fa: "";
    --fa--fa: "";
}

.fa-code-merge {
    --fa: "";
    --fa--fa: "";
}

.fa-upload {
    --fa: "";
    --fa--fa: "";
}

.fa-hurricane {
    --fa: "";
    --fa--fa: "";
}

.fa-mound {
    --fa: "";
    --fa--fa: "";
}

.fa-toilet-portable {
    --fa: "";
    --fa--fa: "";
}

.fa-compact-disc {
    --fa: "";
    --fa--fa: "";
}

.fa-file-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-file-download {
    --fa: "";
    --fa--fa: "";
}

.fa-caravan {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-cat {
    --fa: "";
    --fa--fa: "";
}

.fa-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-zap {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-water {
    --fa: "";
    --fa--fa: "";
}

.fa-oil-well {
    --fa: "";
    --fa--fa: "";
}

.fa-vault {
    --fa: "";
    --fa--fa: "";
}

.fa-mars {
    --fa: "";
    --fa--fa: "";
}

.fa-toilet {
    --fa: "";
    --fa--fa: "";
}

.fa-plane-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-yen-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-cny {
    --fa: "";
    --fa--fa: "";
}

.fa-jpy {
    --fa: "";
    --fa--fa: "";
}

.fa-rmb {
    --fa: "";
    --fa--fa: "";
}

.fa-yen {
    --fa: "";
    --fa--fa: "";
}

.fa-ruble-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-rouble {
    --fa: "";
    --fa--fa: "";
}

.fa-rub {
    --fa: "";
    --fa--fa: "";
}

.fa-ruble {
    --fa: "";
    --fa--fa: "";
}

.fa-sun {
    --fa: "";
    --fa--fa: "";
}

.fa-guitar {
    --fa: "";
    --fa--fa: "";
}

.fa-face-laugh-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-laugh-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-horse-head {
    --fa: "";
    --fa--fa: "";
}

.fa-bore-hole {
    --fa: "";
    --fa--fa: "";
}

.fa-industry {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-alt-circle-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-turn-to-dots {
    --fa: "";
    --fa--fa: "";
}

.fa-florin-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-short-wide {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-desc {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-down-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-less-than {
    --fa: "<";
    --fa--fa: "<<";
}

.fa-angle-down {
    --fa: "";
    --fa--fa: "";
}

.fa-car-tunnel {
    --fa: "";
    --fa--fa: "";
}

.fa-head-side-cough {
    --fa: "";
    --fa--fa: "";
}

.fa-grip-lines {
    --fa: "";
    --fa--fa: "";
}

.fa-thumbs-down {
    --fa: "";
    --fa--fa: "";
}

.fa-user-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-anchor-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-ellipsis {
    --fa: "";
    --fa--fa: "";
}

.fa-ellipsis-h {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-pawn {
    --fa: "";
    --fa--fa: "";
}

.fa-kit-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-first-aid {
    --fa: "";
    --fa--fa: "";
}

.fa-person-through-window {
    --fa: "";
    --fa--fa: "";
}

.fa-toolbox {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-holding-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-bug {
    --fa: "";
    --fa--fa: "";
}

.fa-credit-card {
    --fa: "";
    --fa--fa: "";
}

.fa-credit-card-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-car {
    --fa: "";
    --fa--fa: "";
}

.fa-automobile {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-hand {
    --fa: "";
    --fa--fa: "";
}

.fa-book-open-reader {
    --fa: "";
    --fa--fa: "";
}

.fa-book-reader {
    --fa: "";
    --fa--fa: "";
}

.fa-mountain-sun {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-left-right-to-line {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-d20 {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-up {
    --fa: "";
    --fa--fa: "";
}

.fa-medal {
    --fa: "";
    --fa--fa: "";
}

.fa-bed {
    --fa: "";
    --fa--fa: "";
}

.fa-square-h {
    --fa: "";
    --fa--fa: "";
}

.fa-h-square {
    --fa: "";
    --fa--fa: "";
}

.fa-podcast {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-full {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-4 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-4 {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer-full {
    --fa: "";
    --fa--fa: "";
}

.fa-bell {
    --fa: "";
    --fa--fa: "";
}

.fa-superscript {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-star-of-life {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-paint-roller {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-angle {
    --fa: "";
    --fa--fa: "";
}

.fa-hands-helping {
    --fa: "";
    --fa--fa: "";
}

.fa-location-dot {
    --fa: "";
    --fa--fa: "";
}

.fa-map-marker-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-file {
    --fa: "";
    --fa--fa: "";
}

.fa-greater-than {
    --fa: ">";
    --fa--fa: ">>";
}

.fa-person-swimming {
    --fa: "";
    --fa--fa: "";
}

.fa-swimmer {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-tint {
    --fa: "";
    --fa--fa: "";
}

.fa-eraser {
    --fa: "";
    --fa--fa: "";
}

.fa-earth-americas {
    --fa: "";
    --fa--fa: "";
}

.fa-earth {
    --fa: "";
    --fa--fa: "";
}

.fa-earth-america {
    --fa: "";
    --fa--fa: "";
}

.fa-globe-americas {
    --fa: "";
    --fa--fa: "";
}

.fa-person-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-dove {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-0 {
    --fa: "";
    --fa--fa: "";
}

.fa-socks {
    --fa: "";
    --fa--fa: "";
}

.fa-inbox {
    --fa: "";
    --fa--fa: "";
}

.fa-section {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge-high {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer-alt-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-envelope-open-text {
    --fa: "";
    --fa--fa: "";
}

.fa-hospital {
    --fa: "";
    --fa--fa: "";
}

.fa-hospital-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-hospital-wide {
    --fa: "";
    --fa--fa: "";
}

.fa-wine-bottle {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-rook {
    --fa: "";
    --fa--fa: "";
}

.fa-bars-staggered {
    --fa: "";
    --fa--fa: "";
}

.fa-reorder {
    --fa: "";
    --fa--fa: "";
}

.fa-stream {
    --fa: "";
    --fa--fa: "";
}

.fa-dharmachakra {
    --fa: "";
    --fa--fa: "";
}

.fa-hotdog {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking-with-cane {
    --fa: "";
    --fa--fa: "";
}

.fa-blind {
    --fa: "";
    --fa--fa: "";
}

.fa-drum {
    --fa: "";
    --fa--fa: "";
}

.fa-ice-cream {
    --fa: "";
    --fa--fa: "";
}

.fa-heart-circle-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-fax {
    --fa: "";
    --fa--fa: "";
}

.fa-paragraph {
    --fa: "";
    --fa--fa: "";
}

.fa-check-to-slot {
    --fa: "";
    --fa--fa: "";
}

.fa-vote-yea {
    --fa: "";
    --fa--fa: "";
}

.fa-star-half {
    --fa: "";
    --fa--fa: "";
}

.fa-boxes-stacked {
    --fa: "";
    --fa--fa: "";
}

.fa-boxes {
    --fa: "";
    --fa--fa: "";
}

.fa-boxes-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-link {
    --fa: "";
    --fa--fa: "";
}

.fa-chain {
    --fa: "";
    --fa--fa: "";
}

.fa-ear-listen {
    --fa: "";
    --fa--fa: "";
}

.fa-assistive-listening-systems {
    --fa: "";
    --fa--fa: "";
}

.fa-tree-city {
    --fa: "";
    --fa--fa: "";
}

.fa-play {
    --fa: "";
    --fa--fa: "";
}

.fa-font {
    --fa: "";
    --fa--fa: "";
}

.fa-table-cells-row-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-rupiah-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass {
    --fa: "";
    --fa--fa: "";
}

.fa-search {
    --fa: "";
    --fa--fa: "";
}

.fa-table-tennis-paddle-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-ping-pong-paddle-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-table-tennis {
    --fa: "";
    --fa--fa: "";
}

.fa-person-dots-from-line {
    --fa: "";
    --fa--fa: "";
}

.fa-diagnoses {
    --fa: "";
    --fa--fa: "";
}

.fa-trash-can-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-trash-restore-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-naira-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-cart-arrow-down {
    --fa: "";
    --fa--fa: "";
}

.fa-walkie-talkie {
    --fa: "";
    --fa--fa: "";
}

.fa-file-pen {
    --fa: "";
    --fa--fa: "";
}

.fa-file-edit {
    --fa: "";
    --fa--fa: "";
}

.fa-receipt {
    --fa: "";
    --fa--fa: "";
}

.fa-square-pen {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-square {
    --fa: "";
    --fa--fa: "";
}

.fa-pencil-square {
    --fa: "";
    --fa--fa: "";
}

.fa-suitcase-rolling {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-down {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-full {
    --fa: "";
    --fa--fa: "";
}

.fa-battery {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-5 {
    --fa: "";
    --fa--fa: "";
}

.fa-skull-crossbones {
    --fa: "";
    --fa--fa: "";
}

.fa-code-compare {
    --fa: "";
    --fa--fa: "";
}

.fa-list-ul {
    --fa: "";
    --fa--fa: "";
}

.fa-list-dots {
    --fa: "";
    --fa--fa: "";
}

.fa-school-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-tower-cell {
    --fa: "";
    --fa--fa: "";
}

.fa-down-long {
    --fa: "";
    --fa--fa: "";
}

.fa-long-arrow-alt-down {
    --fa: "";
    --fa--fa: "";
}

.fa-ranking-star {
    --fa: "";
    --fa--fa: "";
}

.fa-chess-king {
    --fa: "";
    --fa--fa: "";
}

.fa-person-harassing {
    --fa: "";
    --fa--fa: "";
}

.fa-brazilian-real-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-landmark-dome {
    --fa: "";
    --fa--fa: "";
}

.fa-landmark-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-tv {
    --fa: "";
    --fa--fa: "";
}

.fa-television {
    --fa: "";
    --fa--fa: "";
}

.fa-tv-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-shrimp {
    --fa: "";
    --fa--fa: "";
}

.fa-list-check {
    --fa: "";
    --fa--fa: "";
}

.fa-tasks {
    --fa: "";
    --fa--fa: "";
}

.fa-jug-detergent {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-user {
    --fa: "";
    --fa--fa: "";
}

.fa-user-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-user-shield {
    --fa: "";
    --fa--fa: "";
}

.fa-wind {
    --fa: "";
    --fa--fa: "";
}

.fa-car-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-car-crash {
    --fa: "";
    --fa--fa: "";
}

.fa-y {
    --fa: "Y";
    --fa--fa: "YY";
}

.fa-person-snowboarding {
    --fa: "";
    --fa--fa: "";
}

.fa-snowboarding {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-shipping-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-fish {
    --fa: "";
    --fa--fa: "";
}

.fa-user-graduate {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-half-stroke {
    --fa: "";
    --fa--fa: "";
}

.fa-adjust {
    --fa: "";
    --fa--fa: "";
}

.fa-clapperboard {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-radiation {
    --fa: "";
    --fa--fa: "";
}

.fa-radiation-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-baseball {
    --fa: "";
    --fa--fa: "";
}

.fa-baseball-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-jet-fighter-up {
    --fa: "";
    --fa--fa: "";
}

.fa-diagram-project {
    --fa: "";
    --fa--fa: "";
}

.fa-project-diagram {
    --fa: "";
    --fa--fa: "";
}

.fa-copy {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-mute {
    --fa: "";
    --fa--fa: "";
}

.fa-volume-times {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-sparkles {
    --fa: "";
    --fa--fa: "";
}

.fa-grip {
    --fa: "";
    --fa--fa: "";
}

.fa-grip-horizontal {
    --fa: "";
    --fa--fa: "";
}

.fa-share-from-square {
    --fa: "";
    --fa--fa: "";
}

.fa-share-square {
    --fa: "";
    --fa--fa: "";
}

.fa-child-combatant {
    --fa: "";
    --fa--fa: "";
}

.fa-child-rifle {
    --fa: "";
    --fa--fa: "";
}

.fa-gun {
    --fa: "";
    --fa--fa: "";
}

.fa-square-phone {
    --fa: "";
    --fa--fa: "";
}

.fa-phone-square {
    --fa: "";
    --fa--fa: "";
}

.fa-plus {
    --fa: "+";
    --fa--fa: "++";
}

.fa-add {
    --fa: "+";
    --fa--fa: "++";
}

.fa-expand {
    --fa: "";
    --fa--fa: "";
}

.fa-computer {
    --fa: "";
    --fa--fa: "";
}

.fa-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-close {
    --fa: "";
    --fa--fa: "";
}

.fa-multiply {
    --fa: "";
    --fa--fa: "";
}

.fa-remove {
    --fa: "";
    --fa--fa: "";
}

.fa-times {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-up-down-left-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows {
    --fa: "";
    --fa--fa: "";
}

.fa-chalkboard-user {
    --fa: "";
    --fa--fa: "";
}

.fa-chalkboard-teacher {
    --fa: "";
    --fa--fa: "";
}

.fa-peso-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-building-shield {
    --fa: "";
    --fa--fa: "";
}

.fa-baby {
    --fa: "";
    --fa--fa: "";
}

.fa-users-line {
    --fa: "";
    --fa--fa: "";
}

.fa-quote-left {
    --fa: "";
    --fa--fa: "";
}

.fa-quote-left-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-tractor {
    --fa: "";
    --fa--fa: "";
}

.fa-trash-arrow-up {
    --fa: "";
    --fa--fa: "";
}

.fa-trash-restore {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-down-up-lock {
    --fa: "";
    --fa--fa: "";
}

.fa-lines-leaning {
    --fa: "";
    --fa--fa: "";
}

.fa-ruler-combined {
    --fa: "";
    --fa--fa: "";
}

.fa-copyright {
    --fa: "";
    --fa--fa: "";
}

.fa-equals {
    --fa: "=";
    --fa--fa: "==";
}

.fa-blender {
    --fa: "";
    --fa--fa: "";
}

.fa-teeth {
    --fa: "";
    --fa--fa: "";
}

.fa-shekel-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-ils {
    --fa: "";
    --fa--fa: "";
}

.fa-shekel {
    --fa: "";
    --fa--fa: "";
}

.fa-sheqel {
    --fa: "";
    --fa--fa: "";
}

.fa-sheqel-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-map {
    --fa: "";
    --fa--fa: "";
}

.fa-rocket {
    --fa: "";
    --fa--fa: "";
}

.fa-photo-film {
    --fa: "";
    --fa--fa: "";
}

.fa-photo-video {
    --fa: "";
    --fa--fa: "";
}

.fa-folder-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-hexagon-nodes-bolt {
    --fa: "";
    --fa--fa: "";
}

.fa-store {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-trend-up {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-hanging {
    --fa: "";
    --fa--fa: "";
}

.fa-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-bezier-curve {
    --fa: "";
    --fa--fa: "";
}

.fa-bell-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-tablet {
    --fa: "";
    --fa--fa: "";
}

.fa-tablet-android {
    --fa: "";
    --fa--fa: "";
}

.fa-school-flag {
    --fa: "";
    --fa--fa: "";
}

.fa-fill {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-up {
    --fa: "";
    --fa--fa: "";
}

.fa-drumstick-bite {
    --fa: "";
    --fa--fa: "";
}

.fa-holly-berry {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-left {
    --fa: "";
    --fa--fa: "";
}

.fa-bacteria {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-lizard {
    --fa: "";
    --fa--fa: "";
}

.fa-notdef {
    --fa: "";
    --fa--fa: "";
}

.fa-disease {
    --fa: "";
    --fa--fa: "";
}

.fa-briefcase-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-genderless {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-right {
    --fa: "";
    --fa--fa: "";
}

.fa-retweet {
    --fa: "";
    --fa--fa: "";
}

.fa-car-rear {
    --fa: "";
    --fa--fa: "";
}

.fa-car-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-pump-soap {
    --fa: "";
    --fa--fa: "";
}

.fa-video-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-quarter {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-2 {
    --fa: "";
    --fa--fa: "";
}

.fa-radio {
    --fa: "";
    --fa--fa: "";
}

.fa-baby-carriage {
    --fa: "";
    --fa--fa: "";
}

.fa-carriage-baby {
    --fa: "";
    --fa--fa: "";
}

.fa-traffic-light {
    --fa: "";
    --fa--fa: "";
}

.fa-thermometer {
    --fa: "";
    --fa--fa: "";
}

.fa-vr-cardboard {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-middle-finger {
    --fa: "";
    --fa--fa: "";
}

.fa-percent {
    --fa: "%";
    --fa--fa: "%%";
}

.fa-percentage {
    --fa: "%";
    --fa--fa: "%%";
}

.fa-truck-moving {
    --fa: "";
    --fa--fa: "";
}

.fa-glass-water-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-display {
    --fa: "";
    --fa--fa: "";
}

.fa-face-smile {
    --fa: "";
    --fa--fa: "";
}

.fa-smile {
    --fa: "";
    --fa--fa: "";
}

.fa-thumbtack {
    --fa: "";
    --fa--fa: "";
}

.fa-thumb-tack {
    --fa: "";
    --fa--fa: "";
}

.fa-trophy {
    --fa: "";
    --fa--fa: "";
}

.fa-person-praying {
    --fa: "";
    --fa--fa: "";
}

.fa-pray {
    --fa: "";
    --fa--fa: "";
}

.fa-hammer {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-peace {
    --fa: "";
    --fa--fa: "";
}

.fa-rotate {
    --fa: "";
    --fa--fa: "";
}

.fa-sync-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-spinner {
    --fa: "";
    --fa--fa: "";
}

.fa-robot {
    --fa: "";
    --fa--fa: "";
}

.fa-peace {
    --fa: "";
    --fa--fa: "";
}

.fa-gears {
    --fa: "";
    --fa--fa: "";
}

.fa-cogs {
    --fa: "";
    --fa--fa: "";
}

.fa-warehouse {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-right-dots {
    --fa: "";
    --fa--fa: "";
}

.fa-splotch {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-hearts {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-hearts {
    --fa: "";
    --fa--fa: "";
}

.fa-dice-four {
    --fa: "";
    --fa--fa: "";
}

.fa-sim-card {
    --fa: "";
    --fa--fa: "";
}

.fa-transgender {
    --fa: "";
    --fa--fa: "";
}

.fa-transgender-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-mercury {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-turn-down {
    --fa: "";
    --fa--fa: "";
}

.fa-level-down {
    --fa: "";
    --fa--fa: "";
}

.fa-person-falling-burst {
    --fa: "";
    --fa--fa: "";
}

.fa-award {
    --fa: "";
    --fa--fa: "";
}

.fa-ticket-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-ticket-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-building {
    --fa: "";
    --fa--fa: "";
}

.fa-angles-left {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-double-left {
    --fa: "";
    --fa--fa: "";
}

.fa-qrcode {
    --fa: "";
    --fa--fa: "";
}

.fa-clock-rotate-left {
    --fa: "";
    --fa--fa: "";
}

.fa-history {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-beam-sweat {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-beam-sweat {
    --fa: "";
    --fa--fa: "";
}

.fa-file-export {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-right-from-file {
    --fa: "";
    --fa--fa: "";
}

.fa-shield {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-blank {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-short-wide {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-amount-up-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-nodes {
    --fa: "";
    --fa--fa: "";
}

.fa-house-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-golf-ball-tee {
    --fa: "";
    --fa--fa: "";
}

.fa-golf-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-chevron-left {
    --fa: "";
    --fa--fa: "";
}

.fa-chevron-circle-left {
    --fa: "";
    --fa--fa: "";
}

.fa-house-chimney-window {
    --fa: "";
    --fa--fa: "";
}

.fa-pen-nib {
    --fa: "";
    --fa--fa: "";
}

.fa-tent-arrow-turn-left {
    --fa: "";
    --fa--fa: "";
}

.fa-tents {
    --fa: "";
    --fa--fa: "";
}

.fa-wand-magic {
    --fa: "";
    --fa--fa: "";
}

.fa-magic {
    --fa: "";
    --fa--fa: "";
}

.fa-dog {
    --fa: "";
    --fa--fa: "";
}

.fa-carrot {
    --fa: "";
    --fa--fa: "";
}

.fa-moon {
    --fa: "";
    --fa--fa: "";
}

.fa-wine-glass-empty {
    --fa: "";
    --fa--fa: "";
}

.fa-wine-glass-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-cheese {
    --fa: "";
    --fa--fa: "";
}

.fa-yin-yang {
    --fa: "";
    --fa--fa: "";
}

.fa-music {
    --fa: "";
    --fa--fa: "";
}

.fa-code-commit {
    --fa: "";
    --fa--fa: "";
}

.fa-temperature-low {
    --fa: "";
    --fa--fa: "";
}

.fa-person-biking {
    --fa: "";
    --fa--fa: "";
}

.fa-biking {
    --fa: "";
    --fa--fa: "";
}

.fa-broom {
    --fa: "";
    --fa--fa: "";
}

.fa-shield-heart {
    --fa: "";
    --fa--fa: "";
}

.fa-gopuram {
    --fa: "";
    --fa--fa: "";
}

.fa-earth-oceania {
    --fa: "";
    --fa--fa: "";
}

.fa-globe-oceania {
    --fa: "";
    --fa--fa: "";
}

.fa-square-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-times-square {
    --fa: "";
    --fa--fa: "";
}

.fa-xmark-square {
    --fa: "";
    --fa--fa: "";
}

.fa-hashtag {
    --fa: "#";
    --fa--fa: "##";
}

.fa-up-right-and-down-left-from-center {
    --fa: "";
    --fa--fa: "";
}

.fa-expand-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-oil-can {
    --fa: "";
    --fa--fa: "";
}

.fa-t {
    --fa: "T";
    --fa--fa: "TT";
}

.fa-hippo {
    --fa: "";
    --fa--fa: "";
}

.fa-chart-column {
    --fa: "";
    --fa--fa: "";
}

.fa-infinity {
    --fa: "";
    --fa--fa: "";
}

.fa-vial-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-person-arrow-down-to-line {
    --fa: "";
    --fa--fa: "";
}

.fa-voicemail {
    --fa: "";
    --fa--fa: "";
}

.fa-fan {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking-luggage {
    --fa: "";
    --fa--fa: "";
}

.fa-up-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-alt-v {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-moon-rain {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar {
    --fa: "";
    --fa--fa: "";
}

.fa-trailer {
    --fa: "";
    --fa--fa: "";
}

.fa-bahai {
    --fa: "";
    --fa--fa: "";
}

.fa-haykal {
    --fa: "";
    --fa--fa: "";
}

.fa-sd-card {
    --fa: "";
    --fa--fa: "";
}

.fa-dragon {
    --fa: "";
    --fa--fa: "";
}

.fa-shoe-prints {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-plus-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grin-tongue-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-grin-tongue-wink {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding {
    --fa: "";
    --fa--fa: "";
}

.fa-plug-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-link-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-chain-broken {
    --fa: "";
    --fa--fa: "";
}

.fa-chain-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-unlink {
    --fa: "";
    --fa--fa: "";
}

.fa-clone {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking-arrow-loop-left {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-z-a {
    --fa: "";
    --fa--fa: "";
}

.fa-sort-alpha-up-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-fire-flame-curved {
    --fa: "";
    --fa--fa: "";
}

.fa-fire-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-tornado {
    --fa: "";
    --fa--fa: "";
}

.fa-file-circle-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-book-quran {
    --fa: "";
    --fa--fa: "";
}

.fa-quran {
    --fa: "";
    --fa--fa: "";
}

.fa-anchor {
    --fa: "";
    --fa--fa: "";
}

.fa-border-all {
    --fa: "";
    --fa--fa: "";
}

.fa-face-angry {
    --fa: "";
    --fa--fa: "";
}

.fa-angry {
    --fa: "";
    --fa--fa: "";
}

.fa-cookie-bite {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-trend-down {
    --fa: "";
    --fa--fa: "";
}

.fa-rss {
    --fa: "";
    --fa--fa: "";
}

.fa-feed {
    --fa: "";
    --fa--fa: "";
}

.fa-draw-polygon {
    --fa: "";
    --fa--fa: "";
}

.fa-scale-balanced {
    --fa: "";
    --fa--fa: "";
}

.fa-balance-scale {
    --fa: "";
    --fa--fa: "";
}

.fa-gauge-simple-high {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer {
    --fa: "";
    --fa--fa: "";
}

.fa-tachometer-fast {
    --fa: "";
    --fa--fa: "";
}

.fa-shower {
    --fa: "";
    --fa--fa: "";
}

.fa-desktop {
    --fa: "";
    --fa--fa: "";
}

.fa-desktop-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-m {
    --fa: "M";
    --fa--fa: "MM";
}

.fa-table-list {
    --fa: "";
    --fa--fa: "";
}

.fa-th-list {
    --fa: "";
    --fa--fa: "";
}

.fa-comment-sms {
    --fa: "";
    --fa--fa: "";
}

.fa-sms {
    --fa: "";
    --fa--fa: "";
}

.fa-book {
    --fa: "";
    --fa--fa: "";
}

.fa-user-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-check {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-three-quarters {
    --fa: "";
    --fa--fa: "";
}

.fa-battery-4 {
    --fa: "";
    --fa--fa: "";
}

.fa-house-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-angle-left {
    --fa: "";
    --fa--fa: "";
}

.fa-diagram-successor {
    --fa: "";
    --fa--fa: "";
}

.fa-truck-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-split-up-and-left {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-fist {
    --fa: "";
    --fa--fa: "";
}

.fa-fist-raised {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-moon {
    --fa: "";
    --fa--fa: "";
}

.fa-briefcase {
    --fa: "";
    --fa--fa: "";
}

.fa-person-falling {
    --fa: "";
    --fa--fa: "";
}

.fa-image-portrait {
    --fa: "";
    --fa--fa: "";
}

.fa-portrait {
    --fa: "";
    --fa--fa: "";
}

.fa-user-tag {
    --fa: "";
    --fa--fa: "";
}

.fa-rug {
    --fa: "";
    --fa--fa: "";
}

.fa-earth-europe {
    --fa: "";
    --fa--fa: "";
}

.fa-globe-europe {
    --fa: "";
    --fa--fa: "";
}

.fa-cart-flatbed-suitcase {
    --fa: "";
    --fa--fa: "";
}

.fa-luggage-cart {
    --fa: "";
    --fa--fa: "";
}

.fa-rectangle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-rectangle-times {
    --fa: "";
    --fa--fa: "";
}

.fa-times-rectangle {
    --fa: "";
    --fa--fa: "";
}

.fa-window-close {
    --fa: "";
    --fa--fa: "";
}

.fa-baht-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-book-open {
    --fa: "";
    --fa--fa: "";
}

.fa-book-journal-whills {
    --fa: "";
    --fa--fa: "";
}

.fa-journal-whills {
    --fa: "";
    --fa--fa: "";
}

.fa-handcuffs {
    --fa: "";
    --fa--fa: "";
}

.fa-triangle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-exclamation-triangle {
    --fa: "";
    --fa--fa: "";
}

.fa-warning {
    --fa: "";
    --fa--fa: "";
}

.fa-database {
    --fa: "";
    --fa--fa: "";
}

.fa-share {
    --fa: "";
    --fa--fa: "";
}

.fa-mail-forward {
    --fa: "";
    --fa--fa: "";
}

.fa-bottle-droplet {
    --fa: "";
    --fa--fa: "";
}

.fa-mask-face {
    --fa: "";
    --fa--fa: "";
}

.fa-hill-rockslide {
    --fa: "";
    --fa--fa: "";
}

.fa-right-left {
    --fa: "";
    --fa--fa: "";
}

.fa-exchange-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-paper-plane {
    --fa: "";
    --fa--fa: "";
}

.fa-road-circle-exclamation {
    --fa: "";
    --fa--fa: "";
}

.fa-dungeon {
    --fa: "";
    --fa--fa: "";
}

.fa-align-right {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-1-wave {
    --fa: "";
    --fa--fa: "";
}

.fa-money-bill-wave-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-life-ring {
    --fa: "";
    --fa--fa: "";
}

.fa-hands {
    --fa: "";
    --fa--fa: "";
}

.fa-sign-language {
    --fa: "";
    --fa--fa: "";
}

.fa-signing {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-day {
    --fa: "";
    --fa--fa: "";
}

.fa-water-ladder {
    --fa: "";
    --fa--fa: "";
}

.fa-ladder-water {
    --fa: "";
    --fa--fa: "";
}

.fa-swimming-pool {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-up-down {
    --fa: "";
    --fa--fa: "";
}

.fa-arrows-v {
    --fa: "";
    --fa--fa: "";
}

.fa-face-grimace {
    --fa: "";
    --fa--fa: "";
}

.fa-grimace {
    --fa: "";
    --fa--fa: "";
}

.fa-wheelchair-move {
    --fa: "";
    --fa--fa: "";
}

.fa-wheelchair-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-turn-down {
    --fa: "";
    --fa--fa: "";
}

.fa-level-down-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-person-walking-arrow-right {
    --fa: "";
    --fa--fa: "";
}

.fa-square-envelope {
    --fa: "";
    --fa--fa: "";
}

.fa-envelope-square {
    --fa: "";
    --fa--fa: "";
}

.fa-dice {
    --fa: "";
    --fa--fa: "";
}

.fa-bowling-ball {
    --fa: "";
    --fa--fa: "";
}

.fa-brain {
    --fa: "";
    --fa--fa: "";
}

.fa-bandage {
    --fa: "";
    --fa--fa: "";
}

.fa-band-aid {
    --fa: "";
    --fa--fa: "";
}

.fa-calendar-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-circle-xmark {
    --fa: "";
    --fa--fa: "";
}

.fa-times-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-xmark-circle {
    --fa: "";
    --fa--fa: "";
}

.fa-gifts {
    --fa: "";
    --fa--fa: "";
}

.fa-hotel {
    --fa: "";
    --fa--fa: "";
}

.fa-earth-asia {
    --fa: "";
    --fa--fa: "";
}

.fa-globe-asia {
    --fa: "";
    --fa--fa: "";
}

.fa-id-card-clip {
    --fa: "";
    --fa--fa: "";
}

.fa-id-card-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-search-plus {
    --fa: "";
    --fa--fa: "";
}

.fa-thumbs-up {
    --fa: "";
    --fa--fa: "";
}

.fa-user-clock {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-dots {
    --fa: "";
    --fa--fa: "";
}

.fa-allergies {
    --fa: "";
    --fa--fa: "";
}

.fa-file-invoice {
    --fa: "";
    --fa--fa: "";
}

.fa-window-minimize {
    --fa: "";
    --fa--fa: "";
}

.fa-mug-saucer {
    --fa: "";
    --fa--fa: "";
}

.fa-coffee {
    --fa: "";
    --fa--fa: "";
}

.fa-brush {
    --fa: "";
    --fa--fa: "";
}

.fa-file-half-dashed {
    --fa: "";
    --fa--fa: "";
}

.fa-mask {
    --fa: "";
    --fa--fa: "";
}

.fa-magnifying-glass-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-search-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-ruler-vertical {
    --fa: "";
    --fa--fa: "";
}

.fa-user-large {
    --fa: "";
    --fa--fa: "";
}

.fa-user-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-train-tram {
    --fa: "";
    --fa--fa: "";
}

.fa-user-nurse {
    --fa: "";
    --fa--fa: "";
}

.fa-syringe {
    --fa: "";
    --fa--fa: "";
}

.fa-cloud-sun {
    --fa: "";
    --fa--fa: "";
}

.fa-stopwatch-20 {
    --fa: "";
    --fa--fa: "";
}

.fa-square-full {
    --fa: "";
    --fa--fa: "";
}

.fa-magnet {
    --fa: "";
    --fa--fa: "";
}

.fa-jar {
    --fa: "";
    --fa--fa: "";
}

.fa-note-sticky {
    --fa: "";
    --fa--fa: "";
}

.fa-sticky-note {
    --fa: "";
    --fa--fa: "";
}

.fa-bug-slash {
    --fa: "";
    --fa--fa: "";
}

.fa-arrow-up-from-water-pump {
    --fa: "";
    --fa--fa: "";
}

.fa-bone {
    --fa: "";
    --fa--fa: "";
}

.fa-table-cells-row-unlock {
    --fa: "";
    --fa--fa: "";
}

.fa-user-injured {
    --fa: "";
    --fa--fa: "";
}

.fa-face-sad-tear {
    --fa: "";
    --fa--fa: "";
}

.fa-sad-tear {
    --fa: "";
    --fa--fa: "";
}

.fa-plane {
    --fa: "";
    --fa--fa: "";
}

.fa-tent-arrows-down {
    --fa: "";
    --fa--fa: "";
}

.fa-exclamation {
    --fa: "!";
    --fa--fa: "!!";
}

.fa-arrows-spin {
    --fa: "";
    --fa--fa: "";
}

.fa-print {
    --fa: "";
    --fa--fa: "";
}

.fa-turkish-lira-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-try {
    --fa: "";
    --fa--fa: "";
}

.fa-turkish-lira {
    --fa: "";
    --fa--fa: "";
}

.fa-dollar-sign {
    --fa: "$";
    --fa--fa: "$$";
}

.fa-dollar {
    --fa: "$";
    --fa--fa: "$$";
}

.fa-usd {
    --fa: "$";
    --fa--fa: "$$";
}

.fa-x {
    --fa: "X";
    --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-search-dollar {
    --fa: "";
    --fa--fa: "";
}

.fa-users-gear {
    --fa: "";
    --fa--fa: "";
}

.fa-users-cog {
    --fa: "";
    --fa--fa: "";
}

.fa-person-military-pointing {
    --fa: "";
    --fa--fa: "";
}

.fa-building-columns {
    --fa: "";
    --fa--fa: "";
}

.fa-bank {
    --fa: "";
    --fa--fa: "";
}

.fa-institution {
    --fa: "";
    --fa--fa: "";
}

.fa-museum {
    --fa: "";
    --fa--fa: "";
}

.fa-university {
    --fa: "";
    --fa--fa: "";
}

.fa-umbrella {
    --fa: "";
    --fa--fa: "";
}

.fa-trowel {
    --fa: "";
    --fa--fa: "";
}

.fa-d {
    --fa: "D";
    --fa--fa: "DD";
}

.fa-stapler {
    --fa: "";
    --fa--fa: "";
}

.fa-masks-theater {
    --fa: "";
    --fa--fa: "";
}

.fa-theater-masks {
    --fa: "";
    --fa--fa: "";
}

.fa-kip-sign {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-point-left {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-simple {
    --fa: "";
    --fa--fa: "";
}

.fa-handshake-alt {
    --fa: "";
    --fa--fa: "";
}

.fa-jet-fighter {
    --fa: "";
    --fa--fa: "";
}

.fa-fighter-jet {
    --fa: "";
    --fa--fa: "";
}

.fa-square-share-nodes {
    --fa: "";
    --fa--fa: "";
}

.fa-share-alt-square {
    --fa: "";
    --fa--fa: "";
}

.fa-barcode {
    --fa: "";
    --fa--fa: "";
}

.fa-plus-minus {
    --fa: "";
    --fa--fa: "";
}

.fa-video {
    --fa: "";
    --fa--fa: "";
}

.fa-video-camera {
    --fa: "";
    --fa--fa: "";
}

.fa-graduation-cap {
    --fa: "";
    --fa--fa: "";
}

.fa-mortar-board {
    --fa: "";
    --fa--fa: "";
}

.fa-hand-holding-medical {
    --fa: "";
    --fa--fa: "";
}

.fa-person-circle-check {
    --fa: "";
    --fa--fa: "";
}

.fa-turn-up {
    --fa: "";
    --fa--fa: "";
}

.fa-level-up-alt {
    --fa: "";
    --fa--fa: "";
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:root, :host {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
    font-weight: 400;
}

.fa-monero {
    --fa: "";
}

.fa-hooli {
    --fa: "";
}

.fa-yelp {
    --fa: "";
}

.fa-cc-visa {
    --fa: "";
}

.fa-lastfm {
    --fa: "";
}

.fa-shopware {
    --fa: "";
}

.fa-creative-commons-nc {
    --fa: "";
}

.fa-aws {
    --fa: "";
}

.fa-redhat {
    --fa: "";
}

.fa-yoast {
    --fa: "";
}

.fa-cloudflare {
    --fa: "";
}

.fa-ups {
    --fa: "";
}

.fa-pixiv {
    --fa: "";
}

.fa-wpexplorer {
    --fa: "";
}

.fa-dyalog {
    --fa: "";
}

.fa-bity {
    --fa: "";
}

.fa-stackpath {
    --fa: "";
}

.fa-buysellads {
    --fa: "";
}

.fa-first-order {
    --fa: "";
}

.fa-modx {
    --fa: "";
}

.fa-guilded {
    --fa: "";
}

.fa-vnv {
    --fa: "";
}

.fa-square-js {
    --fa: "";
}

.fa-js-square {
    --fa: "";
}

.fa-microsoft {
    --fa: "";
}

.fa-qq {
    --fa: "";
}

.fa-orcid {
    --fa: "";
}

.fa-java {
    --fa: "";
}

.fa-invision {
    --fa: "";
}

.fa-creative-commons-pd-alt {
    --fa: "";
}

.fa-centercode {
    --fa: "";
}

.fa-glide-g {
    --fa: "";
}

.fa-drupal {
    --fa: "";
}

.fa-jxl {
    --fa: "";
}

.fa-dart-lang {
    --fa: "";
}

.fa-hire-a-helper {
    --fa: "";
}

.fa-creative-commons-by {
    --fa: "";
}

.fa-unity {
    --fa: "";
}

.fa-whmcs {
    --fa: "";
}

.fa-rocketchat {
    --fa: "";
}

.fa-vk {
    --fa: "";
}

.fa-untappd {
    --fa: "";
}

.fa-mailchimp {
    --fa: "";
}

.fa-css3-alt {
    --fa: "";
}

.fa-square-reddit {
    --fa: "";
}

.fa-reddit-square {
    --fa: "";
}

.fa-vimeo-v {
    --fa: "";
}

.fa-contao {
    --fa: "";
}

.fa-square-font-awesome {
    --fa: "";
}

.fa-deskpro {
    --fa: "";
}

.fa-brave {
    --fa: "";
}

.fa-sistrix {
    --fa: "";
}

.fa-square-instagram {
    --fa: "";
}

.fa-instagram-square {
    --fa: "";
}

.fa-battle-net {
    --fa: "";
}

.fa-the-red-yeti {
    --fa: "";
}

.fa-square-hacker-news {
    --fa: "";
}

.fa-hacker-news-square {
    --fa: "";
}

.fa-edge {
    --fa: "";
}

.fa-threads {
    --fa: "";
}

.fa-napster {
    --fa: "";
}

.fa-square-snapchat {
    --fa: "";
}

.fa-snapchat-square {
    --fa: "";
}

.fa-google-plus-g {
    --fa: "";
}

.fa-artstation {
    --fa: "";
}

.fa-markdown {
    --fa: "";
}

.fa-sourcetree {
    --fa: "";
}

.fa-google-plus {
    --fa: "";
}

.fa-diaspora {
    --fa: "";
}

.fa-foursquare {
    --fa: "";
}

.fa-stack-overflow {
    --fa: "";
}

.fa-github-alt {
    --fa: "";
}

.fa-phoenix-squadron {
    --fa: "";
}

.fa-pagelines {
    --fa: "";
}

.fa-algolia {
    --fa: "";
}

.fa-red-river {
    --fa: "";
}

.fa-creative-commons-sa {
    --fa: "";
}

.fa-safari {
    --fa: "";
}

.fa-google {
    --fa: "";
}

.fa-square-font-awesome-stroke {
    --fa: "";
}

.fa-font-awesome-alt {
    --fa: "";
}

.fa-atlassian {
    --fa: "";
}

.fa-linkedin-in {
    --fa: "";
}

.fa-digital-ocean {
    --fa: "";
}

.fa-nimblr {
    --fa: "";
}

.fa-chromecast {
    --fa: "";
}

.fa-evernote {
    --fa: "";
}

.fa-hacker-news {
    --fa: "";
}

.fa-creative-commons-sampling {
    --fa: "";
}

.fa-adversal {
    --fa: "";
}

.fa-creative-commons {
    --fa: "";
}

.fa-watchman-monitoring {
    --fa: "";
}

.fa-fonticons {
    --fa: "";
}

.fa-weixin {
    --fa: "";
}

.fa-shirtsinbulk {
    --fa: "";
}

.fa-codepen {
    --fa: "";
}

.fa-git-alt {
    --fa: "";
}

.fa-lyft {
    --fa: "";
}

.fa-rev {
    --fa: "";
}

.fa-windows {
    --fa: "";
}

.fa-wizards-of-the-coast {
    --fa: "";
}

.fa-square-viadeo {
    --fa: "";
}

.fa-viadeo-square {
    --fa: "";
}

.fa-meetup {
    --fa: "";
}

.fa-centos {
    --fa: "";
}

.fa-adn {
    --fa: "";
}

.fa-cloudsmith {
    --fa: "";
}

.fa-opensuse {
    --fa: "";
}

.fa-pied-piper-alt {
    --fa: "";
}

.fa-square-dribbble {
    --fa: "";
}

.fa-dribbble-square {
    --fa: "";
}

.fa-codiepie {
    --fa: "";
}

.fa-node {
    --fa: "";
}

.fa-mix {
    --fa: "";
}

.fa-steam {
    --fa: "";
}

.fa-cc-apple-pay {
    --fa: "";
}

.fa-scribd {
    --fa: "";
}

.fa-debian {
    --fa: "";
}

.fa-openid {
    --fa: "";
}

.fa-instalod {
    --fa: "";
}

.fa-files-pinwheel {
    --fa: "";
}

.fa-expeditedssl {
    --fa: "";
}

.fa-sellcast {
    --fa: "";
}

.fa-square-twitter {
    --fa: "";
}

.fa-twitter-square {
    --fa: "";
}

.fa-r-project {
    --fa: "";
}

.fa-delicious {
    --fa: "";
}

.fa-freebsd {
    --fa: "";
}

.fa-vuejs {
    --fa: "";
}

.fa-accusoft {
    --fa: "";
}

.fa-ioxhost {
    --fa: "";
}

.fa-fonticons-fi {
    --fa: "";
}

.fa-app-store {
    --fa: "";
}

.fa-cc-mastercard {
    --fa: "";
}

.fa-itunes-note {
    --fa: "";
}

.fa-golang {
    --fa: "";
}

.fa-kickstarter {
    --fa: "";
}

.fa-square-kickstarter {
    --fa: "";
}

.fa-grav {
    --fa: "";
}

.fa-weibo {
    --fa: "";
}

.fa-uncharted {
    --fa: "";
}

.fa-firstdraft {
    --fa: "";
}

.fa-square-youtube {
    --fa: "";
}

.fa-youtube-square {
    --fa: "";
}

.fa-wikipedia-w {
    --fa: "";
}

.fa-wpressr {
    --fa: "";
}

.fa-rendact {
    --fa: "";
}

.fa-angellist {
    --fa: "";
}

.fa-galactic-republic {
    --fa: "";
}

.fa-nfc-directional {
    --fa: "";
}

.fa-skype {
    --fa: "";
}

.fa-joget {
    --fa: "";
}

.fa-fedora {
    --fa: "";
}

.fa-stripe-s {
    --fa: "";
}

.fa-meta {
    --fa: "";
}

.fa-laravel {
    --fa: "";
}

.fa-hotjar {
    --fa: "";
}

.fa-bluetooth-b {
    --fa: "";
}

.fa-square-letterboxd {
    --fa: "";
}

.fa-sticker-mule {
    --fa: "";
}

.fa-creative-commons-zero {
    --fa: "";
}

.fa-hips {
    --fa: "";
}

.fa-css {
    --fa: "";
}

.fa-behance {
    --fa: "";
}

.fa-reddit {
    --fa: "";
}

.fa-discord {
    --fa: "";
}

.fa-chrome {
    --fa: "";
}

.fa-app-store-ios {
    --fa: "";
}

.fa-cc-discover {
    --fa: "";
}

.fa-wpbeginner {
    --fa: "";
}

.fa-confluence {
    --fa: "";
}

.fa-shoelace {
    --fa: "";
}

.fa-mdb {
    --fa: "";
}

.fa-dochub {
    --fa: "";
}

.fa-accessible-icon {
    --fa: "";
}

.fa-ebay {
    --fa: "";
}

.fa-amazon {
    --fa: "";
}

.fa-unsplash {
    --fa: "";
}

.fa-yarn {
    --fa: "";
}

.fa-square-steam {
    --fa: "";
}

.fa-steam-square {
    --fa: "";
}

.fa-500px {
    --fa: "";
}

.fa-square-vimeo {
    --fa: "";
}

.fa-vimeo-square {
    --fa: "";
}

.fa-asymmetrik {
    --fa: "";
}

.fa-font-awesome {
    --fa: "";
}

.fa-font-awesome-flag {
    --fa: "";
}

.fa-font-awesome-logo-full {
    --fa: "";
}

.fa-gratipay {
    --fa: "";
}

.fa-apple {
    --fa: "";
}

.fa-hive {
    --fa: "";
}

.fa-gitkraken {
    --fa: "";
}

.fa-keybase {
    --fa: "";
}

.fa-apple-pay {
    --fa: "";
}

.fa-padlet {
    --fa: "";
}

.fa-amazon-pay {
    --fa: "";
}

.fa-square-github {
    --fa: "";
}

.fa-github-square {
    --fa: "";
}

.fa-stumbleupon {
    --fa: "";
}

.fa-fedex {
    --fa: "";
}

.fa-phoenix-framework {
    --fa: "";
}

.fa-shopify {
    --fa: "";
}

.fa-neos {
    --fa: "";
}

.fa-square-threads {
    --fa: "";
}

.fa-hackerrank {
    --fa: "";
}

.fa-researchgate {
    --fa: "";
}

.fa-swift {
    --fa: "";
}

.fa-angular {
    --fa: "";
}

.fa-speakap {
    --fa: "";
}

.fa-angrycreative {
    --fa: "";
}

.fa-y-combinator {
    --fa: "";
}

.fa-empire {
    --fa: "";
}

.fa-envira {
    --fa: "";
}

.fa-google-scholar {
    --fa: "";
}

.fa-square-gitlab {
    --fa: "";
}

.fa-gitlab-square {
    --fa: "";
}

.fa-studiovinari {
    --fa: "";
}

.fa-pied-piper {
    --fa: "";
}

.fa-wordpress {
    --fa: "";
}

.fa-product-hunt {
    --fa: "";
}

.fa-firefox {
    --fa: "";
}

.fa-linode {
    --fa: "";
}

.fa-goodreads {
    --fa: "";
}

.fa-square-odnoklassniki {
    --fa: "";
}

.fa-odnoklassniki-square {
    --fa: "";
}

.fa-jsfiddle {
    --fa: "";
}

.fa-sith {
    --fa: "";
}

.fa-themeisle {
    --fa: "";
}

.fa-page4 {
    --fa: "";
}

.fa-hashnode {
    --fa: "";
}

.fa-react {
    --fa: "";
}

.fa-cc-paypal {
    --fa: "";
}

.fa-squarespace {
    --fa: "";
}

.fa-cc-stripe {
    --fa: "";
}

.fa-creative-commons-share {
    --fa: "";
}

.fa-bitcoin {
    --fa: "";
}

.fa-keycdn {
    --fa: "";
}

.fa-opera {
    --fa: "";
}

.fa-itch-io {
    --fa: "";
}

.fa-umbraco {
    --fa: "";
}

.fa-galactic-senate {
    --fa: "";
}

.fa-ubuntu {
    --fa: "";
}

.fa-draft2digital {
    --fa: "";
}

.fa-stripe {
    --fa: "";
}

.fa-houzz {
    --fa: "";
}

.fa-gg {
    --fa: "";
}

.fa-dhl {
    --fa: "";
}

.fa-square-pinterest {
    --fa: "";
}

.fa-pinterest-square {
    --fa: "";
}

.fa-xing {
    --fa: "";
}

.fa-blackberry {
    --fa: "";
}

.fa-creative-commons-pd {
    --fa: "";
}

.fa-playstation {
    --fa: "";
}

.fa-quinscape {
    --fa: "";
}

.fa-less {
    --fa: "";
}

.fa-blogger-b {
    --fa: "";
}

.fa-opencart {
    --fa: "";
}

.fa-vine {
    --fa: "";
}

.fa-signal-messenger {
    --fa: "";
}

.fa-paypal {
    --fa: "";
}

.fa-gitlab {
    --fa: "";
}

.fa-typo3 {
    --fa: "";
}

.fa-reddit-alien {
    --fa: "";
}

.fa-yahoo {
    --fa: "";
}

.fa-dailymotion {
    --fa: "";
}

.fa-affiliatetheme {
    --fa: "";
}

.fa-pied-piper-pp {
    --fa: "";
}

.fa-bootstrap {
    --fa: "";
}

.fa-odnoklassniki {
    --fa: "";
}

.fa-nfc-symbol {
    --fa: "";
}

.fa-mintbit {
    --fa: "";
}

.fa-ethereum {
    --fa: "";
}

.fa-speaker-deck {
    --fa: "";
}

.fa-creative-commons-nc-eu {
    --fa: "";
}

.fa-patreon {
    --fa: "";
}

.fa-avianex {
    --fa: "";
}

.fa-ello {
    --fa: "";
}

.fa-gofore {
    --fa: "";
}

.fa-bimobject {
    --fa: "";
}

.fa-brave-reverse {
    --fa: "";
}

.fa-facebook-f {
    --fa: "";
}

.fa-square-google-plus {
    --fa: "";
}

.fa-google-plus-square {
    --fa: "";
}

.fa-web-awesome {
    --fa: "";
}

.fa-mandalorian {
    --fa: "";
}

.fa-first-order-alt {
    --fa: "";
}

.fa-osi {
    --fa: "";
}

.fa-google-wallet {
    --fa: "";
}

.fa-d-and-d-beyond {
    --fa: "";
}

.fa-periscope {
    --fa: "";
}

.fa-fulcrum {
    --fa: "";
}

.fa-cloudscale {
    --fa: "";
}

.fa-forumbee {
    --fa: "";
}

.fa-mizuni {
    --fa: "";
}

.fa-schlix {
    --fa: "";
}

.fa-square-xing {
    --fa: "";
}

.fa-xing-square {
    --fa: "";
}

.fa-bandcamp {
    --fa: "";
}

.fa-wpforms {
    --fa: "";
}

.fa-cloudversify {
    --fa: "";
}

.fa-usps {
    --fa: "";
}

.fa-megaport {
    --fa: "";
}

.fa-magento {
    --fa: "";
}

.fa-spotify {
    --fa: "";
}

.fa-optin-monster {
    --fa: "";
}

.fa-fly {
    --fa: "";
}

.fa-square-bluesky {
    --fa: "";
}

.fa-aviato {
    --fa: "";
}

.fa-itunes {
    --fa: "";
}

.fa-cuttlefish {
    --fa: "";
}

.fa-blogger {
    --fa: "";
}

.fa-flickr {
    --fa: "";
}

.fa-viber {
    --fa: "";
}

.fa-soundcloud {
    --fa: "";
}

.fa-digg {
    --fa: "";
}

.fa-tencent-weibo {
    --fa: "";
}

.fa-letterboxd {
    --fa: "";
}

.fa-symfony {
    --fa: "";
}

.fa-maxcdn {
    --fa: "";
}

.fa-etsy {
    --fa: "";
}

.fa-facebook-messenger {
    --fa: "";
}

.fa-audible {
    --fa: "";
}

.fa-think-peaks {
    --fa: "";
}

.fa-bilibili {
    --fa: "";
}

.fa-erlang {
    --fa: "";
}

.fa-x-twitter {
    --fa: "";
}

.fa-cotton-bureau {
    --fa: "";
}

.fa-dashcube {
    --fa: "";
}

.fa-42-group {
    --fa: "";
}

.fa-innosoft {
    --fa: "";
}

.fa-stack-exchange {
    --fa: "";
}

.fa-elementor {
    --fa: "";
}

.fa-square-pied-piper {
    --fa: "";
}

.fa-pied-piper-square {
    --fa: "";
}

.fa-creative-commons-nd {
    --fa: "";
}

.fa-palfed {
    --fa: "";
}

.fa-superpowers {
    --fa: "";
}

.fa-resolving {
    --fa: "";
}

.fa-xbox {
    --fa: "";
}

.fa-square-web-awesome-stroke {
    --fa: "";
}

.fa-searchengin {
    --fa: "";
}

.fa-tiktok {
    --fa: "";
}

.fa-square-facebook {
    --fa: "";
}

.fa-facebook-square {
    --fa: "";
}

.fa-renren {
    --fa: "";
}

.fa-linux {
    --fa: "";
}

.fa-glide {
    --fa: "";
}

.fa-linkedin {
    --fa: "";
}

.fa-hubspot {
    --fa: "";
}

.fa-deploydog {
    --fa: "";
}

.fa-twitch {
    --fa: "";
}

.fa-flutter {
    --fa: "";
}

.fa-ravelry {
    --fa: "";
}

.fa-mixer {
    --fa: "";
}

.fa-square-lastfm {
    --fa: "";
}

.fa-lastfm-square {
    --fa: "";
}

.fa-vimeo {
    --fa: "";
}

.fa-mendeley {
    --fa: "";
}

.fa-uniregistry {
    --fa: "";
}

.fa-figma {
    --fa: "";
}

.fa-creative-commons-remix {
    --fa: "";
}

.fa-cc-amazon-pay {
    --fa: "";
}

.fa-dropbox {
    --fa: "";
}

.fa-instagram {
    --fa: "";
}

.fa-cmplid {
    --fa: "";
}

.fa-upwork {
    --fa: "";
}

.fa-facebook {
    --fa: "";
}

.fa-gripfire {
    --fa: "";
}

.fa-jedi-order {
    --fa: "";
}

.fa-uikit {
    --fa: "";
}

.fa-fort-awesome-alt {
    --fa: "";
}

.fa-phabricator {
    --fa: "";
}

.fa-ussunnah {
    --fa: "";
}

.fa-earlybirds {
    --fa: "";
}

.fa-trade-federation {
    --fa: "";
}

.fa-autoprefixer {
    --fa: "";
}

.fa-whatsapp {
    --fa: "";
}

.fa-square-upwork {
    --fa: "";
}

.fa-slideshare {
    --fa: "";
}

.fa-google-play {
    --fa: "";
}

.fa-viadeo {
    --fa: "";
}

.fa-line {
    --fa: "";
}

.fa-google-drive {
    --fa: "";
}

.fa-servicestack {
    --fa: "";
}

.fa-simplybuilt {
    --fa: "";
}

.fa-bitbucket {
    --fa: "";
}

.fa-imdb {
    --fa: "";
}

.fa-deezer {
    --fa: "";
}

.fa-raspberry-pi {
    --fa: "";
}

.fa-jira {
    --fa: "";
}

.fa-docker {
    --fa: "";
}

.fa-screenpal {
    --fa: "";
}

.fa-bluetooth {
    --fa: "";
}

.fa-gitter {
    --fa: "";
}

.fa-d-and-d {
    --fa: "";
}

.fa-microblog {
    --fa: "";
}

.fa-cc-diners-club {
    --fa: "";
}

.fa-gg-circle {
    --fa: "";
}

.fa-pied-piper-hat {
    --fa: "";
}

.fa-kickstarter-k {
    --fa: "";
}

.fa-yandex {
    --fa: "";
}

.fa-readme {
    --fa: "";
}

.fa-html5 {
    --fa: "";
}

.fa-sellsy {
    --fa: "";
}

.fa-square-web-awesome {
    --fa: "";
}

.fa-sass {
    --fa: "";
}

.fa-wirsindhandwerk {
    --fa: "";
}

.fa-wsh {
    --fa: "";
}

.fa-buromobelexperte {
    --fa: "";
}

.fa-salesforce {
    --fa: "";
}

.fa-octopus-deploy {
    --fa: "";
}

.fa-medapps {
    --fa: "";
}

.fa-ns8 {
    --fa: "";
}

.fa-pinterest-p {
    --fa: "";
}

.fa-apper {
    --fa: "";
}

.fa-fort-awesome {
    --fa: "";
}

.fa-waze {
    --fa: "";
}

.fa-bluesky {
    --fa: "";
}

.fa-cc-jcb {
    --fa: "";
}

.fa-snapchat {
    --fa: "";
}

.fa-snapchat-ghost {
    --fa: "";
}

.fa-fantasy-flight-games {
    --fa: "";
}

.fa-rust {
    --fa: "";
}

.fa-wix {
    --fa: "";
}

.fa-square-behance {
    --fa: "";
}

.fa-behance-square {
    --fa: "";
}

.fa-supple {
    --fa: "";
}

.fa-webflow {
    --fa: "";
}

.fa-rebel {
    --fa: "";
}

.fa-css3 {
    --fa: "";
}

.fa-staylinked {
    --fa: "";
}

.fa-kaggle {
    --fa: "";
}

.fa-space-awesome {
    --fa: "";
}

.fa-deviantart {
    --fa: "";
}

.fa-cpanel {
    --fa: "";
}

.fa-goodreads-g {
    --fa: "";
}

.fa-square-git {
    --fa: "";
}

.fa-git-square {
    --fa: "";
}

.fa-square-tumblr {
    --fa: "";
}

.fa-tumblr-square {
    --fa: "";
}

.fa-trello {
    --fa: "";
}

.fa-creative-commons-nc-jp {
    --fa: "";
}

.fa-get-pocket {
    --fa: "";
}

.fa-perbyte {
    --fa: "";
}

.fa-grunt {
    --fa: "";
}

.fa-weebly {
    --fa: "";
}

.fa-connectdevelop {
    --fa: "";
}

.fa-leanpub {
    --fa: "";
}

.fa-black-tie {
    --fa: "";
}

.fa-themeco {
    --fa: "";
}

.fa-python {
    --fa: "";
}

.fa-android {
    --fa: "";
}

.fa-bots {
    --fa: "";
}

.fa-free-code-camp {
    --fa: "";
}

.fa-hornbill {
    --fa: "";
}

.fa-js {
    --fa: "";
}

.fa-ideal {
    --fa: "";
}

.fa-git {
    --fa: "";
}

.fa-dev {
    --fa: "";
}

.fa-sketch {
    --fa: "";
}

.fa-yandex-international {
    --fa: "";
}

.fa-cc-amex {
    --fa: "";
}

.fa-uber {
    --fa: "";
}

.fa-github {
    --fa: "";
}

.fa-php {
    --fa: "";
}

.fa-alipay {
    --fa: "";
}

.fa-youtube {
    --fa: "";
}

.fa-skyatlas {
    --fa: "";
}

.fa-firefox-browser {
    --fa: "";
}

.fa-replyd {
    --fa: "";
}

.fa-suse {
    --fa: "";
}

.fa-jenkins {
    --fa: "";
}

.fa-twitter {
    --fa: "";
}

.fa-rockrms {
    --fa: "";
}

.fa-pinterest {
    --fa: "";
}

.fa-buffer {
    --fa: "";
}

.fa-npm {
    --fa: "";
}

.fa-yammer {
    --fa: "";
}

.fa-btc {
    --fa: "";
}

.fa-dribbble {
    --fa: "";
}

.fa-stumbleupon-circle {
    --fa: "";
}

.fa-internet-explorer {
    --fa: "";
}

.fa-stubber {
    --fa: "";
}

.fa-telegram {
    --fa: "";
}

.fa-telegram-plane {
    --fa: "";
}

.fa-old-republic {
    --fa: "";
}

.fa-odysee {
    --fa: "";
}

.fa-square-whatsapp {
    --fa: "";
}

.fa-whatsapp-square {
    --fa: "";
}

.fa-node-js {
    --fa: "";
}

.fa-edge-legacy {
    --fa: "";
}

.fa-slack {
    --fa: "";
}

.fa-slack-hash {
    --fa: "";
}

.fa-medrt {
    --fa: "";
}

.fa-usb {
    --fa: "";
}

.fa-tumblr {
    --fa: "";
}

.fa-vaadin {
    --fa: "";
}

.fa-quora {
    --fa: "";
}

.fa-square-x-twitter {
    --fa: "";
}

.fa-reacteurope {
    --fa: "";
}

.fa-medium {
    --fa: "";
}

.fa-medium-m {
    --fa: "";
}

.fa-amilia {
    --fa: "";
}

.fa-mixcloud {
    --fa: "";
}

.fa-flipboard {
    --fa: "";
}

.fa-viacoin {
    --fa: "";
}

.fa-critical-role {
    --fa: "";
}

.fa-sitrox {
    --fa: "";
}

.fa-discourse {
    --fa: "";
}

.fa-joomla {
    --fa: "";
}

.fa-mastodon {
    --fa: "";
}

.fa-airbnb {
    --fa: "";
}

.fa-wolf-pack-battalion {
    --fa: "";
}

.fa-buy-n-large {
    --fa: "";
}

.fa-gulp {
    --fa: "";
}

.fa-creative-commons-sampling-plus {
    --fa: "";
}

.fa-strava {
    --fa: "";
}

.fa-ember {
    --fa: "";
}

.fa-canadian-maple-leaf {
    --fa: "";
}

.fa-teamspeak {
    --fa: "";
}

.fa-pushed {
    --fa: "";
}

.fa-wordpress-simple {
    --fa: "";
}

.fa-nutritionix {
    --fa: "";
}

.fa-wodu {
    --fa: "";
}

.fa-google-pay {
    --fa: "";
}

.fa-intercom {
    --fa: "";
}

.fa-zhihu {
    --fa: "";
}

.fa-korvue {
    --fa: "";
}

.fa-pix {
    --fa: "";
}

.fa-steam-symbol {
    --fa: "";
}

:root, :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
    font-weight: 400;
}

:root, :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 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(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        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: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.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 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 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 {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 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 {
    from {
        opacity: 0;
        transform: scale(0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
   *  Default theme - Owl Carousel CSS File
   */
.owl-carousel {
    position: relative;
    z-index: 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: -14px;
    color: #333;
    /*  font-size: 40px;*/
    outline: none;
    margin: 0px;
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 100px;
    opacity: 0.6;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 1;
    color: #000;
    text-decoration: none;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
    background: transparent;
    border: 0;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}

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

:root {
    --primary: #FEBC11;
    --primary-2: #24783C;
    --primary-3: #006c27;
    --secondary: #11A068;
    --secondary-2: #FFDD2B;
    --secondary-3: #FF5959;
    --secondary-4: #00330f;
    --secondary-5: #1f4c2c;
    --secondary-6: #3a6246;
    --typography: #323B4B;
    --typography-2: #4E5D78;
    --typography-3: #8A94A6;
    --typography-4: #B0B7C3;
    --color-border: #D6DCE7;
    --color-border-2: #E4E9F2;
    --color-white: #fff;
    --color-black: #000;
    --color-orange: #FE9711;
    --color-green: #0D9E36;
    --color-text: #828282;
    --color-heading: #00235A;
    --color-heading-body: #01306C;
    --background: #F1F3F8;
    --background-2: #F6F7F8;
    --background-3: #F7F9FC;
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Be Vietnam Pro", sans-serif;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/FzPoppins-Light.woff2') format('woff2'),
    url('../fonts/FzPoppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/FzPoppins-LightItalic.woff2') format('woff2'),
    url('../fonts/FzPoppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/FzPoppins-Regular.woff2') format('woff2'),
    url('../fonts/FzPoppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins'; /* Giữ nguyên tên font-family để thống nhất */
    src: url('../fonts/FzPoppins-Medium.woff2') format('woff2'),
    url('../fonts/FzPoppins-Medium.woff') format('woff');
    font-weight: 500; /* Đây là trọng lượng Medium */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/FzPoppins-SemiBold.woff2') format('woff2'),
    url('../fonts/FzPoppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/FzPoppins-Bold.woff2') format('woff2'),
    url('../fonts/FzPoppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.5rem;
}

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

a:hover,
a:focus {
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    color: var(--color-text);
    text-decoration: none;
    outline: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

a, span, p, button {
    font-family: var(--font-primary) !important;
}

body {
    font-family: var(--font-primary);
    background: var(--background-3);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    letter-spacing: 0rem;
    text-align: left;
    font-style: normal;
    color: var(--color-text);
    width: 100%;
    height: 100%;
}

del {
    font-size: 1rem;
    color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    color: var(--color-text);
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

img {
    max-width: 100%;
}

.w_100 {
    width: 100%;
}

.row-flex {
    display: -ms-flex;
    display: flex;
}

.flex-reverse {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap-reverse;
}

strong {
    display: inline-block;
}

@keyframes animatedown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: top 0.3s;
    animation: animatedown 0.6s;
}

[class^=clearfix] {
    clear: both;
    display: block;
}

.clearfix-130 {
    height: 130px;
}

.clearfix-100 {
    height: 100px;
}

.clearfix-80 {
    height: 80px;
}

.clearfix-60 {
    height: 60px;
}

.clearfix-55 {
    height: 55px;
}

.clearfix-50 {
    height: 50px;
}

.clearfix-45 {
    height: 45px;
}

.clearfix-40 {
    height: 40px;
}

.clearfix-35 {
    height: 35px;
}

.clearfix-30 {
    height: 30px;
}

.clearfix-32 {
    height: 32px;
}

.clearfix-25 {
    height: 25px;
}

.clearfix-20 {
    height: 20px;
}

.clearfix-15 {
    height: 15px;
}

.clearfix-12 {
    height: 12px;
}

.clearfix-10 {
    height: 10px;
}

.clearfix-5 {
    height: 5px;
}

/*======================*/
.menu_main {
    background: transparent;
}

.nav-container.is-visible {
    visibility: visible;
    transform: translateX(0);
}

.nav-toggle {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 100;
    outline: none;
    line-height: 1;
    padding: 2px;
    border: 0;
    border-radius: 50%;
}

.nav-toggle span {
    position: relative;
    margin: auto;
    display: block;
    width: 30px;
    height: 2px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--color-text); /*color btn menu mobile*/
}

.nav-toggle.is-active span {
    background: transparent;
}

.nav-toggle span:before,
.nav-toggle span:after {
    content: "";
    top: -7px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--color-text);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-toggle.is-active span:before {
    transform: translateY(7px) translateX(0) rotate(45deg);
}

.nav-toggle span:after {
    top: inherit;
    bottom: -7px;
}

.nav-toggle.is-active span:after {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu {
    /* background-color: #0d7cd6; /* background menu mobile */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nav-menu .menu-item {
    border-top: 1px solid #f3f3f3;
    text-transform: uppercase;
}

.nav-menu > .menu-item.is-active > .menu-link {
    color: var(--bg-body);
}

.nav-menu > .menu-item:hover > .menu-link {
    color: var(--bg-body);
}

.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: var(--bg-body);
}

.nav-dropdown > .menu-item {
    padding-left: 10px;
}

.nav-menu .menu-link {
    padding: 9px 18px;
    text-align: left;
    display: block;
    font-size: 15px;
    color: var(--bg-body);
    font-weight: 400;
    text-transform: capitalize;
}

.has-dropdown > .menu-link {
    display: inline-block;
}

.has-dropdown:after {
    padding-top: 0px;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    content: "\f105";
    font: var(--fa-font-light);
    font-family: "FontAwesome";
    line-height: 39px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s;
    color: var(--bg-body);
}

.has-dropdown.is-active:after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.nav-dropdown {
    display: none;
}

.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: rgb(15, 155, 163) !important;
}

.nav-menu > .menu-item > .menu-link {
    padding: 15px;
}

@media (min-width: 1200px) {
    .menu_main ul.nav-menu {
        margin: auto;
        display: block;
        width: fit-content;

    }
}
@media (max-width: 991px) {
    .nav-container {
        overflow-x: hidden;
        background: var(--bg-body); /* background menu mobile */
        padding-bottom: 100px;
    }
}

/*============= menu_desktop ==============*/
@media (min-width: 992px) {
    .fixed {
        box-shadow: 0 0 3px 2px #ccc;
    }

    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }

    .nav-toggle {
        display: none;
    }

    .nav-menu > .menu-item:hover,
    .nav-menu > .menu-item.is-active {
        background-color: transparent; /* background khi hover và active menu-item */
        border-radius: 30px;
    }

    .nav-menu .menu-item {
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .nav-menu .menu-link {
        padding: 12px 20px;
    }

    .has-dropdown::after {
        content: "\f107"; /*icon dropdown menu pc */
        font: normal normal normal 14px/1 FontAwesome;
        color: #c3c5c7;
        font-weight: 600;
    }

    .nav-menu > .has-dropdown:after {
        display: none;
        position: absolute;
        top: 50%;
        bottom: inherit;
        right: 10px;
        width: 10px;
        height: 10px;
        transform: translateY(-50%);
        line-height: 10px;
        font-size: 21px;
    }

    .nav-menu > .menu-item.is-active.has-dropdown:after,
    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #009e96; /*color khi hover icon dropdown menu pc */
    }

    .nav-dropdown {
        left: 0px;
        display: block;
        opacity: 0;
        position: absolute;
        top: 103%;
        width: 210px;
        margin: 0;
        border-radius: 15px;
        background: var(--color-white);
        visibility: hidden;
        transform: rotate3d(1, 0, 0, -90deg);
        transform-origin: 0 0 0;
        transition: all 0.5s ease;
    }

    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        transform: rotate3d(0, 0, 0, 0deg);
    }

    .nav-dropdown .menu-item {
        border: 0;
    }

    .nav-dropdown .menu-item:last-child {
        border: 0;
        border-bottom: none;
    }

    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: #f9f9fb; /* background khi hover  menu cấp 2 pc */
    }

    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: var(--bg-body);
    }

    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #dedede;
    }

    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }

    /*padding, color, font-size menu pc*/
    .nav-menu > .menu-item > .menu-link {
        display: block;
        font-size: 1rem;
        padding: 0px;
        font-family: var(--font-primary);
        color: var(--color-text);
        transition: all 0.15s linear;
    }

    /* /padding menu pc*/
    .nav-menu > .menu-item {
        float: left;
        border-top: 0px;
        padding: 8px 16px;
        background: var(--color-white);
    }

    .nav-menu > .menu-item:nth-child(1) {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .nav-menu > .menu-item:last-child {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .nav-menu > .menu-item.has-dropdown {
        position: relative;
    }

    .nav-menu,
    .nav {
        background: none;
    }

    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: var(--color-white); /*color khi hover và active menu pc*/
        border-radius: 0px;
    }

    .nav-dropdown > .menu-item {
        padding: 0;
        background: var(--bg-body);
    }

    .nav-dropdown > .menu-item > .menu-link {
        color: var(--color-text-menu);
    }

    .nav-dropdown > .menu-item:hover > .menu-link {
        color: var(--color-text-menu);
    }
}

.menu_mb {
    position: fixed;
    top: 0px;
    width: 100%;
    background: var(--color-white);
    z-index: 99999;
    height: 75px;
    box-shadow: 0 0 3px 2px #ccc;
    z-index: 9;
}

.logo_mb {
    display: flex;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo_mb {
        padding-left: 15px;
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .logo_mb {
        padding-top: 12px;
        padding-left: 15px;
    }
}

.img_logo_mb {
    max-height: 45px;
    max-width: 100%;
    height: auto;
    margin-top: 13px;
}

@media (max-width: 575px) {
    .img_logo_mb {
        width: 155px;
        /*margin-top: 15px;*/
    }
}

.menu_header {
    background: transparent;
}

/*============= end menu_desktop ==============*/
/*=========================================== end menu =======================================*/
.arrow-slider {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #000;
    opacity: 1;
    text-align: center;
    font-size: 34px;
    line-height: 80px;
}

.fa-angle-left.arrow-slider {
    position: relative;
}

.fa-angle-left.arrow-slider::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #e0e0e0;
    top: 10px;
    right: 0px;
}

.arrow-slider-1 {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #5c5c5c;
    opacity: 1 !important;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
}

/*** Scroll To Top style ***/
.scroll-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    color: var(--color-white);
    text-align: center;
    cursor: pointer;
    background: var(--color-black);
    animation: pulse 2s infinite;
    transition: 1s ease;
}

.scroll-top:hover {
    background: #ff9900;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top.open {
    bottom: 30px;
}

button.scroll-top:focus {
    outline: none;
}

button.scroll-top {
    border: none;
}

@media (max-width: 991px) {
    .overlay {
        position: fixed;
        display: none;
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }
}

/* ================================== menu dọc ** =================================*/
.sidebar .title_sidebar {
    background: #0098da;
    color: #fff;
    font-size: 16px;
    font-family: var(--font-primary);
    position: relative;
    padding: 15px 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.sidebar .menu-aside {
    border: 1px solid #ccc;
    padding: 5px 0;
}

.sidebar .menu-aside li {
    font-family: var(--font-primary);
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
}

.sidebar .menu-aside li a {
    display: block;
    color: #333;
    padding: 7.5px 13px;
}

.sidebar .menu-aside li:last-child {
    border-bottom: 0;
}

.sidebar .menu-aside li:hover > a,
.sidebar .menu-aside li.is-active > a {
    color: #0098da;
}

.menu-aside .has-dropdown:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 40px;
    color: #000;
}

.nav-aside {
    left: 100%;
    top: -1px;
    border: 1px solid #ccc;
    z-index: 999;
    background: #fff;
}

@media (max-width: 991px) {
    .nav-aside {
        border: 0;
        border-top: 1px solid #ccc;
    }

    .sidebar .menu-aside li.has-dropdown.is-active {
        border-bottom: 1px solid #ccc;
    }

    .sidebar .menu-aside .nav-aside li a {
        padding-left: 20px;
    }

    .sidebar .menu-aside > li.has-dropdown > a {
        display: inline-block;
    }
}

/* ================================== end menu dọc **=================================*/
/*menu fix desktop*/
.fixed_bn {
    position: fixed !important;
    box-shadow: 0px 1px 6px #000;
    background: hsla(0, 0%, 0%, 0.75);
    border-bottom: 1px solid #000;
    top: 0px !important;
    z-index: 100;
    width: 100%;
    padding: 10px 0px;
}

@media (max-width: 991px) {
    .nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 300px;
        max-width: 60%;
        height: 100%;
        min-height: 100%;
        margin: 0;
        padding-top: 75px;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transform: translateX(-100%);
        -webkit-overflow-scrolling: touch;
        background-color: var(--color-white);
    }

    .has-dropdown {
        position: relative;
        cursor: pointer;
    }
}

@media (min-width: 1200px) {
    .logo_pc img {
        width: 80%;

    }
}

@media (min-width: 1605px) {
    .container {
        width: 1505px;
        margin: 0 auto;
    }
}

@media (min-width: 1505px) {
    .container {
        width: 1405px;
        margin: 0 auto;
    }
}

@media (min-width: 1504px) {
    .logo_pc img {
        max-width: 45%;
        width: 45%;
    }

    .nav-menu > .menu-item > .menu-link {
        font-size: 0.85rem;
    }
}

@media (min-width: 1200px) and (max-width: 1504px) {
    .col-lg-15 {
        width: 15%;
    }

    .col-lg-75 {
        width: 75%;
    }

    .col-lg-10 {
        width: 10%;
    }

    .logo_pc img {
        /*width: 52%;*/
    }

    .nav-menu > .menu-item > .menu-link {
        font-size: 0.85rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-15 {
        width: 13%;
    }

    .col-lg-75 {
        width: 80%;
    }

    .col-lg-10 {
        width: 7%;
    }

    .logo_pc img {
        width: 80%;
    }

    .nav-menu > .menu-item > .menu-link {
        font-size: 0.85rem;
    }

    .nav-menu > .menu-item {
        padding: 6px 10px;
    }
}

@media (min-width: 992px) {
    .col-26 {
        width: 26%;
    }

    .col-48 {
        width: 48%;
    }

    .nav-dropdown .menu-item,
    .nav-dropdown .nav-dropdown .menu-item {
        border-radius: 15px;
    }

    #menu-main > li {
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    #menu-main > li.hovered, #menu-main > li.is-active {
        background-color: var(--primary-2);
        border-radius: 30px;
    }

    #menu-main > li.hovered > a, #menu-main > li.is-active > a {
        color: var(--color-white);
    }

    #menu-main > li.prev-hovered {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    #menu-main > li.next-hovered {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

.container-fluid-lg {
    width: 100%;
}

.header {
    position: relative;
    z-index: 99;
}

.menu_header {
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu_header {
        margin-top: 20px;
    }
}

.box-language {
    float: right;
    padding-right: 2.5rem;
}

.box-language .language-selector {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-2);
}

.box-language .language-selector .selected-lang {
    padding: 10px 12px;
    background: var(--color-white);
    border: 1px solid var(--primary-2);
    border-radius: 50px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
}

.box-language .language-selector .selected-lang .arrow {
    float: right;
    margin-left: 10px;
    transition: transform 0.2s;
    font-weight: 300;
}

.box-language .language-selector .selected-lang .arrow.open {
    transform: rotate(180deg);
}

.box-language .language-selector .lang-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-white);
    border: 1px solid var(--primary-2);
    border-top: none;
    border-radius: 0 0 6px 6px;
    display: none;
    width: 100%;
    z-index: 999;
}

.box-language .language-selector .lang-options .lang-option {
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.box-language .language-selector .lang-options .lang-option:hover {
    background: var(--background-2);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-language {
        padding-right: 0.5rem;
    }

    .box-language .language-selector {
        font-size: 0.85rem;
    }

    .box-language .language-selector .selected-lang {
        padding: 7px 12px;
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2px);
    }
    50% {
        transform: translateX(2px);
    }
    75% {
        transform: translateX(-1px);
    }
    100% {
        transform: translateX(0);
    }
}

#slider {
    position: relative;
    top: -75px;
    left: 0;
    width: 100%;
    padding: 15px;
}

#slider .slider-main {
    position: relative;
    z-index: 9;
}

#slider .slider-main .item img {
    /*max-height: 850px;*/
}

#slider .slider-main .item .caition {
    position: absolute;
    left: 5%;
    top: 31%;
    max-width: 555px;
}

#slider .slider-main .item .caition .text-caption {
    font-size: 3.1rem;
    font-weight: 700;
    /*color: var(--color-heading);*/
    color: #ffffff;
    text-shadow: 2px 2px 8px rgb(255 255 255 / 30%);
    line-height: 120%;
}

#slider .slider-main .item .caition .desc-caprion {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
    /*color: var(--typography-2);*/
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#slider .slider-main .item .caition .btn-contact_caption {
    display: inline-block;
    width: 294px;
    height: 90px;
    background: url(../img/bg-buttom.png) no-repeat center center;
    margin-left: -18px;
}

#slider .slider-main .owl-dots {
    bottom: 45px;
}

#slider .slider-main .owl-dots .owl-dot span {
    height: 4px;
    width: 44px;
    background: var(--color-white);
    transition: all 0.25s ease-in;
}

#slider .slider-main .owl-dots .owl-dot.active span {
    width: 72px;
    background: var(--color-orange);
}

#slider .social-list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0px;
    margin-top: -40px;
    z-index: 10;
    /* Màu riêng cho từng mạng xã hội */
}

#slider .social-list .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0088ff;
    color: var(--color-white);
    border-radius: 999px;
    text-decoration: none;
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: -7px;
}

#slider .social-list .social-item i {
    font-size: 0.8rem;
    flex-shrink: 0;
}

#slider .social-list .social-item .social-text {
    font-size: 0.8rem;
    margin-left: 0px;
    opacity: 0;
    max-width: 0;
    transition: max-width 0.4s ease, opacity 0.3s ease;
    overflow: hidden;
}

#slider .social-list .social-item:hover {
    width: 100px;
}

#slider .social-list .social-item:hover .social-text {
    opacity: 1;
    max-width: 100px;
    margin-left: 4px;
}

#slider .social-list .telegram {
    background-color: #0088cc;
}

#slider .social-list .x {
    background-color: #1c1c1c;
}

#slider .social-list .facebook {
    background-color: #1877f2;
}

#slider .slider-main .item {
    position: relative;
}

#slider .slider-main .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;

    background: url(../img/icon-shape-home.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15%;
    height: 150px;
    z-index: 9;
}

#slider .slider-main .item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;

    background: url(../img/icon-shape-home.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 18%;
    height: 150px;

    z-index: 9;
    transform: rotate(180deg); /* xoay ngược */
}

#slider .slider-main .item  img  {
    border-radius: 40px;
}

#slider .slider-main .item .caition .btn-contact_caption {

}

#slider .slider-main .item .caition .btn-contact_caption span {
    font-size: 24px;
    font-weight: 600;
    line-height: 75px;
    padding-left: 18%;
    color: #fff;
    text-transform: capitalize;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #slider .social-list {
        margin-top: -30px;
    }

    #slider .social-list .social-item {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #slider .slider-main .item .caition .text-caption {
        font-size: 3rem;
    }

    #slider .slider-main .item .caition .desc-caprion {
        margin: 1.25rem 0rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #slider {
        padding: 30px 10px 10px 10px;
    }

    #slider .slider-main .item .caition .text-caption {
        font-size: 2.5rem;
    }

    #slider .slider-main .item .caition .desc-caprion {
        margin: 1rem 0rem;
        font-size: 1rem;
    }

    #slider .slider-main .item .caition .btn-contact_caption {
        width: 200px;
        height: 75px;
        background-size: 100%;
        margin-left: -13px;
    }

    #slider .slider-main .item .caition .btn-contact_caption span {
        font-size: 16px;
        line-height: 65px;
    }
}

@media (max-width: 991px) {
    #slider {
        margin-top: 124px;
    }

    #slider .slider-main .item  img  {
        border-radius: 15px;
    }
    #slider .slider-main .item .caition {
        top: 21%;
    }

    #slider .slider-main .item .caition .text-caption {
        font-size: 2rem;
    }

    #slider .slider-main .item .caition .desc-caprion {
        margin: 0.75rem 0rem;
        font-size: 0.85rem;
    }

    #slider .slider-main .item .caition .btn-contact_caption {
        width: 200px;
        height: 75px;
        background-size: 100%;
        margin-left: -13px;
    }

    #slider .slider-main .item .caition .btn-contact_caption span {
        font-size: 14px;
        line-height: 65px;
    }

    #slider .slider-main .owl-dots .owl-dot span {
        height: 3px;
        width: 22px;
    }

    #slider .slider-main .owl-dots .owl-dot.active span {
        width: 44px;
    }
}

@media (max-width: 600px) {
    #slider .slider-main .item .caition {
        max-width: 355px;
    }

    #slider .slider-main .item .caition .text-caption {
        font-size: 1.5rem;
    }

    #slider .slider-main .item .caition .desc-caprion {
        display: none;
    }

    #slider .slider-main .item .caition .btn-contact_caption {
        width: 130px;
        height: 50px;
    }

    #slider .slider-main .item .caition .btn-contact_caption span {
        font-size: 10px;
        line-height: 42px;
    }

    #slider .slider-main .owl-dots {
        bottom: 0px;
    }

    #slider .social-list {
        position: fixed;
        flex-direction: column;
        top: 45%;
        right: 0px;
        z-index: 100;
    }

    #slider .social-list .social-item {
        opacity: 0.8;
    }

    #slider .social-list .social-item .social-text {
        display: none;
    }

    #slider .social-list .social-item:hover {
        width: inherit;
        opacity: 1;
        animation: shake 0.3s ease-in-out;
    }
}

.title-home {
    font-size: 2.5rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-heading-body);
    position: relative;
    padding-left: 15px;
    display: inline-block;
    background: url(../img/icon-title.png) no-repeat top 10px left;
}

@media (max-width: 767px) {
    .title-home {
        font-size: 1.35rem;
        line-height: 2.5rem;

    }
}

#introduce {
    padding: 10px 0px 50px 0px;
}
#introduce .title-home {
    font-weight: 600;
}
#introduce .desc-introduce {
    max-width: 560px;
}

#introduce .desc-introduce .title-introduce {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--color-green);
    font-family: var(--font-secondary);
    font-weight: 700;
    font-style: italic;
    padding-left: 25px;
    border-left: 4px solid var(--color-green);
    margin: 2.35rem 0rem 2.45rem;
}

#introduce .desc-introduce .desc-introduce_item p {
    font-weight: 400;
    line-height: 150%;
    color: var(--typography-2);
}

#introduce .image-introduce {

}

#introduce .image-introduce img {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 16px 24px 1px #8F95AB3D;
    border-radius: 15px;
}

#introduce .number-box {
    position: relative;
    box-sizing: border-box;
    height: 270px;
    /*width: 300px;*/
    display: flex;
}

#introduce .number-box .number-background {
    position: absolute;
    font-size: 136px;
    font-weight: 600;
    color: transparent; /* ẩn màu chữ */
    -webkit-text-stroke: 0.75px #D6DCE7; /* viền chữ */
    top: 0;
    left: 0;
    line-height: 1;
    z-index: -1;
}

#introduce .number-box .number-front {
    padding-top: 60px;
    padding-left: 15px;
    font-size: 68px;
    font-weight: 600;
    color: var(--primary-2);

    text-align: center;
}

#introduce .number-box .text {
    padding-top: 33px;
    padding-left: 15px;
}

#introduce .number-box .sub-text {
    font-size: 1rem;
    color: var(--typography-2);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

#introduce .number-box .main-text {
    font-size: 36px;
    font-weight: 600;
    color: var(--primary-2);
}

#introduce .number-box.number-box-fix .number-front {
    left: 40px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #introduce .number-box .number-front {
        left: 5px;
    }

}

@media (min-width: 1200px) {
    #introduce .row-count {

    }

    #introduce .col-number-box-1 {
        width: 20%;
    }

    #introduce .col-number-box-2 {

    }

    #introduce .col-number-box-3 {

    }

    #introduce .col-number-box-4 {
        width: 30%;
    }

}

@media (min-width: 992px) and (max-width: 1369px) {
    #introduce .number-box {
        width: 100%;
        height: 150px;
    }

    #introduce .number-box .number-background {
        font-size: 100px;
    }

    #introduce .number-box .main-text {
        font-size: 26px;
    }

    #introduce .number-box .number-front {
        padding-top: 36px;

        font-size: 40px;
    }

    #introduce .number-box .text {
        padding-top: 18px;
    }

    #introduce .number-box .text .sub-text {
        margin-bottom: 5px;
    }

    #introduce .number-box.number-box-fix .number-front {
        left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #introduce .number-box {
        width: 100%;
        height: 150px;
    }

    #introduce .number-box .number-background {
        font-size: 100px;
    }

    #introduce .number-box .main-text {
        font-size: 26px;
    }

    #introduce .number-box .number-front {
        top: 40%;
        left: 35px;
        font-size: 40px;
    }

    #introduce .number-box .text {
        top: 32%;
        right: 30px;
    }

    #introduce .number-box .text .sub-text {
        margin-bottom: 5px;
    }

    #introduce .number-box.number-box-fix .number-front {
        left: 20px;
    }
}

@media (max-width: 767px) {
    #introduce .desc-introduce .title-introduce {
        margin: 1rem 0rem 2rem;
    }

    #introduce .number-box {
        height: 250px;
        margin: auto;
    }
}

.slider-news-home .owl-nav, .slider-legal .owl-nav, .slider-text .owl-nav, .slider-brand-text .owl-nav, .slider-park-text .owl-nav {
    top: -75px;
    display: inline-block;
    width: 114px;
    height: 42px;
    right: 0px;
    border-left: 1px solid var(--color-border);
}

.slider-news-home .owl-nav .owl-prev, .slider-news-home .owl-nav .owl-next, .slider-legal .owl-nav .owl-prev, .slider-legal .owl-nav .owl-next, .slider-text .owl-nav .owl-prev, .slider-text .owl-nav .owl-next, .slider-brand-text .owl-nav .owl-prev, .slider-brand-text .owl-nav .owl-next, .slider-park-text .owl-nav .owl-prev, .slider-park-text .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-2);
    color: var(--primary-2);
    top: 0;
}

.slider-news-home .owl-nav .owl-prev:hover, .slider-news-home .owl-nav .owl-next:hover, .slider-legal .owl-nav .owl-prev:hover, .slider-legal .owl-nav .owl-next:hover, .slider-text .owl-nav .owl-prev:hover, .slider-text .owl-nav .owl-next:hover, .slider-brand-text .owl-nav .owl-prev:hover, .slider-brand-text .owl-nav .owl-next:hover, .slider-park-text .owl-nav .owl-prev:hover, .slider-park-text .owl-nav .owl-next:hover {
    color: var(--color-white);
    background: var(--primary-2);
}

.slider-news-home .owl-nav .owl-prev, .slider-legal .owl-nav .owl-prev, .slider-text .owl-nav .owl-prev, .slider-brand-text .owl-nav .owl-prev, .slider-park-text .owl-nav .owl-prev {
    left: inherit;
    right: 52px;
}

@media (max-width: 767px) {
    .slider-news-home .owl-nav, .slider-legal .owl-nav, .slider-text .owl-nav, .slider-brand-text .owl-nav, .slider-park-text .owl-nav {
        top: -30px;
        border: none;
    }
}

#outstanding {
    padding: 100px 0px;
    background: var(--primary-3);
}

#outstanding .title-home {
    color: var(--color-white);
}

#outstanding .text-outstanding p {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--color-white);
    font-style: italic;
    line-height: 1.8rem;
}

#outstanding .box-outstanding {
    position: relative;
    padding-top: 30px;
}

#outstanding .box-outstanding .box-slider-text {
    position: absolute;
    z-index: 9;
    width: 50%;
    right: 0;
    margin-top: 0px;
}

#outstanding .box-outstanding .box-slider-text #counter {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-white);
    width: 80%;
}

#outstanding .box-outstanding .box-slider-text .slider-text .item h3 {
    width: 80%;
}

#outstanding .box-outstanding .box-slider-text .slider-text .item h3,
#outstanding .box-outstanding .box-slider-text .slider-text .item h3 a {
    font-size: 1.25rem;
    color: var(--color-white);
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

#outstanding .box-outstanding .box-slider-text .slider-text .item p {
    font-size: 0.875rem;
    color: var(--color-white);
    line-height: 1.75rem;
    max-width: 700px;
}

@media (max-width: 1199px) {
    #outstanding .box-outstanding .box-slider-text {
        width: 65%;
    }

    #outstanding .box-outstanding .box-slider-text .slider-text .item p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    #outstanding .box-outstanding .box-slider-text {
        position: unset;
        width: 100%;
    }
}

#outstanding .slider-image .owl-stage {
    display: flex;
    align-items: flex-end;
}

#outstanding .slider-image .owl-stage-outer {
    height: 400px;
}

#outstanding .slider-text .owl-nav {
    top: 0px;
    border: none;
}

#outstanding .slider-text .owl-nav .owl-prev, #outstanding .slider-text .owl-nav .owl-next {
    background: var(--primary-3);
    opacity: 1;
    font-size: 30px;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    transition: all 0.25s;
}

#outstanding .slider-text .owl-nav .owl-prev:hover, #outstanding .slider-text .owl-nav .owl-next:hover {
    background: var(--color-white);
    border: 1px solid var(--primary-3);
    color: var(--primary-3);
}

#outstanding .slider-image .owl-item {
    height: 400px;
}

#outstanding .slider-image .owl-item {
    /*padding-top: 220px;*/
}

#outstanding .slider-image .owl-item.active.custom-active {
    /*padding-top: 0px;*/
}

#outstanding .slider-image .item {
    /* Chiều cao mặc định */
    /*position: relative;*/
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    /*padding-top: calc(180 / 283 * 100%);*/
    /*padding-top: calc(428 / 283 * 100%);*/
    height: 180px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
}

#outstanding .slider-image .owl-item.active.custom-active .item {
    height: 400px;
    padding-top: calc(180 / 283 * 100%);

}

#outstanding .slider-image .item img {
    position: absolute;

    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    /*transition: all 0.4s ease;*/
    border-radius: 16px;
    /*width: 100%;*/
    /*display: inline-block;*/
}

#outstanding .slider-image .owl-item.custom-active .item img {
    /*height: 100%;*/
}

@media (max-width: 1199px) {
    #outstanding .title-home {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {
    #outstanding .box-outstanding {
        padding: 0px 15px;
    }

    #outstanding .slider-text .owl-nav {
        top: -18px;
    }

    #outstanding .slider-image .owl-item .item {
        height: 400px !important;
    }
}

#advantage {
    background: var(--color-white);
    padding: 90px 0px 50px 0px;
}

#advantage .title-home {
    margin: auto;
    display: inline-block;
    margin-bottom: 70px;
}

#advantage .box-advantage {
    margin-bottom: 40px;
}

#advantage .box-advantage .desc-advantage {
    border-radius: 16px;
    border: 1px solid var(--color-green);
    background: lch(56.9% 67.29 140.93deg / 0.08);
    padding: 1.5rem;
    margin-bottom: 10px;
}

#advantage .box-advantage .desc-advantage p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-2);
    margin-bottom: 0px;
}

#advantage .box-advantage .title-advantage {
    font-size: 1.125em;
    background: var(--color-green);
    border-radius: 30px;
    color: var(--color-white);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#advantage .box-advantage.box-advantage-fix {
    display: flex;
    flex-direction: column-reverse;
}

#advantage .box-advantage.box-advantage-fix .desc-advantage {
    margin-bottom: 0px;
    margin-top: 10px;
}

#advantage .box-advantage .img-advantage img  {
    border-radius: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #advantage .box-advantage .desc-advantage {
        padding: 1rem;
    }

    #advantage .box-advantage .desc-advantage .title-advantage {
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    #advantage .box-advantage.box-advantage-fix {
        flex-direction: column;
    }

    #advantage .box-advantage.box-advantage-fix .desc-advantage {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.desc-news {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
}

.desc-news .text-type-one {
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-news .text-type-one a {
    color: var(--color-white);
    font-weight: 600;
}

.desc-news .post-date {
    display: flex;
    display: none;
}

.desc-news .post-date li {
    list-style: none;
    margin-right: 12px;
    background: var(--color-white);
    border-radius: 12px;
    font-size: 0.75rem;
    padding: 1px 7px 1px 5px;
    color: var(--typography-3);
}

.desc-news .post-date li .img-time {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 3px;
    display: inline-block;
}

.desc-news .post-date li .img-addree {
    width: 11px;
    height: 13px;
    display: inline-block;
}

.desc-news .desc_item p {
    font-size: 14px;
    color: var(--typography-3);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-home {
    background: var(--color-white);
    padding: 100px 0px 70px 0px;
}

#news-home .container {
    position: relative;
}

#news-home .title-home {
    margin-bottom: 50px;
    font-weight: 600;
}

#news-home .news-type-one {
    position: relative;
    border-radius: 1rem;
    aspect-ratio: 335 / 443;
    overflow: hidden;
}

#news-home .news-type-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news-home .news-type-one img.img-main {
    /*min-height: 443px;*/
    border-radius: 1rem;
    width: 100%;
}

#news-home .news-type-two, #news-home .news-type-three {
    background: var(--background);
    border-radius: 1rem;
    padding: 8px 16px 8px 8px;
    display: flex;
}

#news-home .news-type-two .box-img, #news-home .news-type-three .box-img {
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 20px;
    min-width: 43%;
}

#news-home .news-type-two .box-img img, #news-home .news-type-three .box-img img {
    width: 100%;
}

#news-home .news-type-two .desc-news, #news-home .news-type-three .desc-news {
    padding: 0px;
    position: unset;
}

#news-home .news-type-two .desc-news .text-type-two, #news-home .news-type-three .desc-news .text-type-two {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 20px;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news-home .news-type-two .desc-news .text-type-two a, #news-home .news-type-three .desc-news .text-type-two a {
    color: var(--color-heading-body);
    font-weight: 600;
}

#news-home .news-type-two .post-date, #news-home .news-type-three .post-date {
    margin-bottom: 1rem;
    display: none;
}
@media  (min-width: 1400px) {
    #news-home .news-type-three .desc-news {
        height: 237px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #news-home .news-type-three .desc-news {
        height: 186px;
    }

    #news-home .news-type-two .desc-news .text-type-two,
    #news-home .news-type-three .desc-news .text-type-two {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    #news-home .news-type-two {
        height: 168px;
    }

    #news-home .news-type-three .desc-news .text-type-two {
        margin-bottom: 5px;
    }

    #news-home .news-type-three .desc-news .desc_item p {
        margin-bottom: 0px;
    }

}
@media (min-width: 1200px) {
    #news-home .btn-viewmore {
        padding-right: 30px;
    }
}



@media (max-width: 767px) {
    #news-home {
        padding-top: 60px;
    }

    #news-home .news-type-two {
        flex-direction: column;
        padding: 8px;
    }

    #news-home .news-type-two .box-img {
        margin: 0px;
    }

    #news-home .btn-viewmore {
        top: 0;
        left: inherit;
        right: 0;
    }
}

#news-home .news-type-three {
    flex-direction: column;
    padding: 0px;
}

#news-home .news-type-three .box-img {
    min-width: unset;
    margin: 0px;
    border-radius: 0px;
}

#news-home .news-type-three .box-img img {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

#news-home .news-type-three .desc-news {
    padding: 16px 24px;
    position: unset;
}

#news-home .news-type-three .desc-news .text-type-three {
    font-size: 1.25rem;
    margin-top: 0px;
}

#news-home .news-type-three .desc-news .desc_item p {
    -webkit-line-clamp: 4;
}

.btn-viewmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 150px;
    width: 175px;
    height: 42px;
    border-radius: 60px;
    color: var(--color-white);
    background: var(--primary-2);
    border: 1px solid var(--primary-2);
}

.btn-viewmore span {
    position: absolute;
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: var(--color-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    right: 5px;
    top: 4px;
}

.btn-viewmore:hover {
    color: var(--color-white);
}

@media (max-width: 767px) {
    .btn-viewmore {
        top: 40px;
        left: 15px;
        right: inherit;
    }
}

.image-partner {
    background: var(--color-white);
    border-radius: 10px;
    border: 1px solid var(--color-border-2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
    margin-bottom: 15px;
}

#partner {
    padding: 95px 0px 115px 0px;
}

#partner .title-home {
    margin-bottom: 65px;
}

#partner .row-15 {
    margin: 0px -7.5px;
}

#partner .col-15 {
    padding: 0px 7.5px;
}

#partner .container {
    max-width: 1200px;
    margin: auto;
}

#partner .container .image-partner {
    background: var(--color-white);
    border-radius: 10px;
    border: 1px solid var(--color-border-2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
    margin-bottom: 15px;
}

#contact-home {
    padding: 80px 0px 65px 0px;
    position: relative;
    background: var(--background-3) url(../img/bg-contact-home.png) no-repeat bottom center;
}

#contact-home .text-contact {
    position: relative;
    z-index: 10;
    max-width: 550px;
    height: 170px;
    padding: 32px 40px;
    margin-left: 50px;
    background: rgba(89, 193, 111, 0.4);
    border-right: 4px solid var(--color-white);
    margin-top: 80px;
}

#contact-home .text-contact p {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-white);
}

#contact-home .box-contact {
    background: var(--color-white);
    padding: 2rem;
    border-radius: 1rem;
}

#contact-home .box-contact input, #contact-home .box-contact textarea {
    border-radius: 4px;
    padding: 12px 20px 12px 50px;
    height: auto;
    border: 1px solid var(--color-border);
    box-shadow: none;
}

#contact-home .box-contact input:-webkit-input-placeholder, #contact-home .box-contact textarea:-webkit-input-placeholder {
    color: var(--typography-4);
}

#contact-home .box-contact input:-moz-placeholder, #contact-home .box-contact textarea:-moz-placeholder {
    color: var(--typography-4);
}

#contact-home .box-contact input::-moz-placeholder, #contact-home .box-contact textarea::-moz-placeholder {
    color: var(--typography-4);
}

#contact-home .box-contact input:-ms-input-placeholder, #contact-home .box-contact textarea:-ms-input-placeholder {
    color: var(--typography-4);
}

#contact-home .box-contact input[type=text], #contact-home .box-contact textarea[type=text] {
    background: url(../img/User.png) no-repeat left 15px center;
}

#contact-home .box-contact input.phone {
    background: url(../img/phone.png) no-repeat left 15px center;
}

#contact-home .box-contact input[type=email], #contact-home .box-contact textarea[type=email] {
    background: url(../img/email.png) no-repeat left 15px center;
}

#contact-home .box-contact textarea {
    background: url(../img/comment.png) no-repeat left 15px top 7px;
}

#contact-home .box-contact .btn-viewmore {
    position: relative;
    left: 0px;
    width: 100%;
    border-radius: 4px;
    padding: 8px 16px;
}

#contact-home .box-contact .btn-viewmore span {
    right: calc(50% - 80px);
}

#contact-home .icon-people {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
    #contact-home .text-contact {
        padding: 15px;
        margin-left: 0px;
    }

    #contact-home .icon-people {
        left: 40%;
    }
}

@media (max-width: 767px) {
    #contact-home {
        background: url(../img/bg-contact-home.png) no-repeat;
        background-size: cover;
    }

    #contact-home .btn-viewmore {
        position: unset !important;
    }

    #contact-home .btn-viewmore span {
        position: unset;
        margin-top: -5px;
        margin-left: 10px;
    }

    #contact-home .icon-people {
        display: none;
    }

    #contact-home .text-contact {
        padding: 15px;
        margin-left: 0px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    #contact-home .text-contact p {
        font-size: 21px;
    }
}

#legal, #tax {
    padding: 90px 0px 70px 0px;
    background: url(../img/bg-legal.png) no-repeat right 10px center;
}

#legal .title-home, #tax .title-home {
    margin-bottom: 50px;
}

#legal .box-legal, #tax .box-legal {
    position: relative;
    margin-bottom: 30px;
}

#legal .box-legal .img-legal img, #tax .box-legal .img-legal img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.img-legal {
    position: relative;
    width: 100%;
    padding-top: calc(326 / 292 * 100%); /* giữ tỉ lệ 292:326 */
    overflow: hidden;
}

.img-legal img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

#legal .box-legal .box-desc-legal, #tax .box-legal .box-desc-legal {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.77);
    padding: 30px;
    border-radius: 1.25rem;
}

#legal .box-legal .box-desc-legal .desc-legal, #tax .box-legal .box-desc-legal .desc-legal {
    display: flex;
    justify-content: space-between;
    position: relative;
    display: none;
}

#legal .box-legal .box-desc-legal .desc-legal .icon_legal, #tax .box-legal .box-desc-legal .desc-legal .icon_legal {
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 10;
    background: transparent;
}

#legal .box-legal .box-desc-legal .desc-legal .date_legal, #tax .box-legal .box-desc-legal .desc-legal .date_legal {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    z-index: 10;
    background: transparent;
    color: var(--typography-2);
}

#legal .box-legal .box-desc-legal .desc-legal::after, #tax .box-legal .box-desc-legal .desc-legal::after {
    position: absolute;
    z-index: 9;
    content: "";
    width: calc(100% - 136px);
    height: 1px;
    background: var(--typography-2);
    top: 11px;
    left: 26px;
}

#legal .box-legal .box-desc-legal .title-legal, #tax .box-legal .box-desc-legal .title-legal {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    line-height: 1.65rem;
    margin: 10px 0px;
}

#legal .box-legal .box-desc-legal .title-legal a, #tax .box-legal .box-desc-legal .title-legal a {
    color: var(--color-heading-body);
}

#legal .box-legal .btn-legal, #tax .box-legal .btn-legal {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 160px;
    height: 34px;
    background: var(--primary-2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
    border-radius: 28px;
    display: none;
}

footer {
    padding: 95px 0px 10px 0px;
    background: var(--secondary-4);
}

footer .box-f {
    margin-bottom: 30px;
}

footer .box-f .logo-f {
    margin-bottom: 40px;
}

footer .box-f .desc-f {
    max-width: 273px;
}

footer .box-f .desc-f p {
    color: var(--color-white);
    font-weight: 400;
    line-height: 1.7rem;
}

footer .box-f .title-f {
    position: relative;
    color: var(--color-white);
    font-weight: 500;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

footer .box-f .title-f:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 42px;
    background: var(--color-white);
}

footer .box-f .list-f li {
    font-size: 1rem;
    line-height: 2.25rem;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

footer .box-f .list-f li a {
    color: var(--color-white);
}

footer .box-f .list-f li::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-white);
}

footer .box-f .list-contact li {
    margin-bottom: 20px;
    padding-left: 42px;
}

footer .box-f .list-contact li p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--color-white);
}

footer .box-f .list-contact li p:first-child {
    font-size: 1.125rem;
    font-weight: 500;
}

footer .box-f .list-contact li:first-child::after {
    top: 0px;
    width: 24px;
    height: 32px;
    background: url(../img/icon-email-f.png);
}

footer .box-f .list-contact li:last-child::after {
    top: 0px;
    width: 28px;
    height: 28px;
    background: url(../img/icon-phone-f.png);
}

footer .box-f.box-contact-f .desc-f p {
    font-size: 14px;
}

footer .box-f.box-contact-f .btn-viewmore {
    position: relative;
    left: 0px;
    width: 100%;
    padding: 8px 16px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 56px;
}

footer .box-f.box-contact-f .btn-viewmore span {
    right: calc(50% - 110px);
    top: 10px;
}

@media (max-width: 767px) {
    footer {
        padding: 95px 0px 50px 0px;
    }
}

#copyright {
    padding: 1.125rem 0rem;
    background: var(--secondary-5);
}

#copyright p {
    font-size: 14px;
    color: var(--color-white);
    margin-bottom: 0px;
}

#copyright .social-f {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

#copyright .social-f li {
    margin-right: 10px;
}

#copyright .social-f li:last-child {
    margin-right: 0px;
}

#copyright .social-f li a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--secondary-6);
}

@media (max-width: 767px) {
    #copyright p {
        text-align: center;
    }

    #copyright .social-f {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .row-40 {
        margin: 0px -40px;
    }

    .col-40 {
        padding: 0px 40px;
    }

    .row-20 {
        margin: 0px -20px;
    }

    .col-20 {
        padding: 0px 20px;
    }
}

#banner-pages {
    position: relative;
    top: -75px;
    left: 0;
    width: 100%;
    padding: 15px;
    /*aspect-ratio: 1520 / 447;*/
    /*overflow: hidden;*/
    /*border-radius: 25px;*/

}

#banner-pages img {
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 15px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover; /!* hoặc contain tuỳ nhu cầu *!/*/
    width: 100%;
    border-radius: 25px;
}

#banner-pages:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    background: url(../img/icon-shape-home.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 18%;
    height: 25%;
    z-index: 9;
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    #banner-pages {
        top: 0;
        margin-top: -75px;
    }

    #banner-pages:before {
        width: 9%;
        height: 10%;
    }
}

@media (max-width: 767px) {
    #banner-pages img {
        min-height: 150px;
    }

    #banner-pages img {
        border-radius: 10px;
    }
}

#maps {
    margin: 65px 0px 70px 0px;
}

#maps .box-maps {
    margin-top: -65px;
    overflow: hidden;
    border-radius: 30px;
    border: 8px solid var(--color-white);

}

#maps .box-maps {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

#maps .box-maps img {
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    #maps .box-maps {
        margin-top: -45px;
    }

    #maps .box-maps iframe {
        height: 300px;
    }
}

#information {
    background: url(../img/contact-information.png) no-repeat;
    background-size: 100% 100%;
    padding: 105px 0px 100px 0px;
    position: relative;
    z-index: 10;
    margin-bottom: -50px;
}

#information .box-information, #information .register {
    min-height: 630px;
    padding: 75px 60px 100px 60px;
    background: hsla(0, 0%, 100%, 0.38);
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 100%, 0.55);
}

#information .box-information h3, #information .register h3 {
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 10px;
}

#information .box-information p, #information .register p {
    color: var(--color-white);
    max-width: 480px;
    line-height: 1.75rem;
}

#information .box-information .list-information, #information .register .list-information {
    margin-top: 50px;
    max-width: 430px;
    list-style: none;
}

#information .box-information .list-information li, #information .register .list-information li {
    color: var(--color-white);
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px;
}

#information .box-information .list-information li::after, #information .register .list-information li::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 22px;
    height: 22px;
    background: url(../img/address-if.png);
}

#information .box-information .list-information li:nth-child(2)::after, #information .register .list-information li:nth-child(2)::after {
    top: -2px;
    background: url(../img/phone-if.png);
}

#information .box-information .list-information li:nth-child(3)::after, #information .register .list-information li:nth-child(3)::after {
    top: -2px;
    background: url(../img/Earth.png);
}

#information .box-information .list-information li:nth-child(4)::after, #information .register .list-information li:nth-child(4)::after {
    top: 0px;
    background: url(../img/email-if.png);
}

@media (max-width: 1199px) {
    #information .box-information, #information .register {
        padding: 80px 30px 80px 30px;
    }
}

@media (max-width: 767px) {
    #information .box-information, #information .register {
        padding: 100px 15px 80px 15px;
    }
}

#information .register {
    background: hsla(229.09, 44.51%, 33.92%, 0.3608);
    border: 1px solid hsla(225.73, 100%, 67.84%, 0.549);
    padding: 75px 60px 65px 60px;
}

#information .register h3 {
    text-align: center;
}

#information .register p {
    max-width: 453px;
    text-align: center;
    margin: auto;
}

#information .register .box-contact {
    margin-top: 1rem;
}

#information .register .box-contact input, #information .register .box-contact textarea {
    border-radius: 100px;
    padding: 12px 20px 12px 60px;
    height: auto;
    border: 1px solid var(--color-border);
    box-shadow: none;
}

#information .register .box-contact input:-webkit-input-placeholder, #information .register .box-contact textarea:-webkit-input-placeholder {
    color: var(--typography-4);
}

#information .register .box-contact input:-moz-placeholder, #information .register .box-contact textarea:-moz-placeholder {
    color: var(--typography-4);
}

#information .register .box-contact input::-moz-placeholder, #information .register .box-contact textarea::-moz-placeholder {
    color: var(--typography-4);
}

#information .register .box-contact input:-ms-input-placeholder, #information .register .box-contact textarea:-ms-input-placeholder {
    color: var(--typography-4);
}

#information .register .box-contact input[type=text], #information .register .box-contact textarea[type=text] {
    background: url(../img/User.png) no-repeat left 25px center, var(--typography-2);
}

#information .register .box-contact input[type=email], #information .register .box-contact textarea[type=email] {
    background: url(../img/email.png) no-repeat left 25px center, var(--typography-2);
}

#information .register .box-contact textarea {
    background: url(../img/comment.png) no-repeat left 25px top 7px, var(--typography-2);
}

#information .register .box-contact input[type=number],
#information .register .box-contact textarea[type=number],
#information .register .box-contact input.phone {
    background: url(../img/phone.png) no-repeat left 25px center, var(--typography-2);
}

#information .register .box-contact .btn-viewmore {
    position: relative;
    justify-content: left;
    width: fit-content;
    left: calc(50% - 70px);
    text-align: left;
    border-radius: 60px;
    padding: 8px 55px 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#information .register .box-contact .btn-viewmore span {
    right: 6px;
}

@media (max-width: 1199px) {
    #information .register {
        margin-top: 60px;
        padding: 60px 30px;
    }
}

@media (max-width: 767px) {
    #information .register {
        padding: 60px 15px 40px 15px;
    }

    #information .register .box-contact .btn-viewmore {
        top: inherit;
    }
    #information .register .box-contact textarea {
        border-radius: 26px;
    }
}

@media (max-width: 767px) {
    #information {
        background: url(../img/contact-information.png) no-repeat center center;
        background-size: cover;
    }
}

.banner-news h1 {
    position: absolute;
    font-size: 4rem;
    top: 40%;
    left: 12.5%;
    font-weight: 700;
    color: var(--color-heading);
    text-transform: uppercase;
    line-height: 60px;
}

.banner-news-detail h1 {
    font-size: 2rem;
    line-height: 3rem;
}

@media (min-width: 992px) {
    .banner-news-detail h1 {

        width: 40%;
    }
}

@media (max-width: 991px) {
    .banner-news h1 {
        font-size: 2.5rem;
    }

    .banner-news.banner-news-detail h1 {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .banner-news h1 {
        font-size: 1.5rem;
    }
}

#list-news .category-news {
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 40px;
}

#list-news .category-news li {
    margin-right: 10px;
    margin-bottom: 20px;
}

#list-news .category-news li:last-child {
    margin-right: 0px;
}

#list-news .category-news li a {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--primary-2);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 28px;
    border: 1px solid var(--primary-2);
    transition: all 0.25s ease-in-out;
}

#list-news .category-news li:hover a {
    background: var(--primary-2);
    color: var(--color-white);
}

@media (max-width: 767px) {
    #list-news .category-news {
        flex-wrap: wrap;
        justify-content: center;
    }
}

#list-news .news-grid .news-grid_item {
    margin-bottom: 35px;
}

#list-news .news-grid .news-grid_item .box-img_item {
    /*border-radius: 30px;*/
    overflow: hidden;
    margin-bottom: 10px;
}

#list-news .news-grid .news-grid_item .box-img_item img {
    width: 100%;
}

#list-news .news-grid .news-grid_item .box-img_item {
    aspect-ratio: 462 / 292;
    width: 100%;
    /*height: 200px;       */
    overflow: hidden;
    position: relative;
}

#list-news .news-grid .news-grid_item .box-img_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* không méo ảnh, luôn lấp kín khung */
    border-radius: 30px;
}

#list-news .news-grid .news-grid_item .date-category {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#list-news .news-grid .news-grid_item .date-category::after {
    position: absolute;
    content: "";
    width: calc(100% - 300px);
    height: 2px;
    background: var(--typography-2);
    left: 50%;
    transform: translate(-40%, 0);
    display: none;
}
#list-news .news-grid .news-grid_item .date-category span {
    display: none;
}

#list-news .news-grid .news-grid_item .date-category a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border-radius: 28px;
    background: var(--primary-2);
    color: var(--color-white);
    font-size: 0.75rem;
    font-weight: 500;
}

#list-news .news-grid .news-grid_item .date-category span {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--typography-2);
}

#list-news .news-grid .news-grid_item h4 {
    font-family: var(--font-secondary);
    font-weight: 600;
    margin: 10px 0px;

}

#list-news .news-grid .news-grid_item h4 {
    height: 86px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#list-news .news-grid .news-grid_item h4 a {
    color: var(--color-heading-body);
}

#legal.legal-news {
    background: none;
}

#Images {
    background: url(../img/bg-library.png) no-repeat right bottom;
    padding-bottom: 75px;
    background-size: contain;
}

#Images .title-home {
    margin: 0px 0px 55px 0px;
}

#Images .slider-library .owl-nav .owl-prev, #Images .slider-library .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-2);
    color: var(--primary-2);
    background: var(--color-white);
    opacity: 1;
}

#Images .slider-library .owl-nav .owl-prev:hover, #Images .slider-library .owl-nav .owl-next:hover {
    color: var(--color-white);
    background: var(--primary-2);
}

#Images .slider-library .owl-nav .owl-prev {
    left: -60px;
}

#Images .slider-library .owl-nav .owl-next {
    right: -60px;
}

@media (max-width: 991px) {
    #Images .slider-library .owl-nav .owl-prev {
        left: 10px;
    }

    #Images .slider-library .owl-nav .owl-next {
        right: 10px;
    }
}

#subtract {
    background: var(--color-white);
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: -75px;
}

#subtract .intro-image_subtract img {
    min-height: 780px;
    width: auto;
}

@media (max-width: 991px) {
    #subtract .intro-image_subtract {
        margin-bottom: 40px;
    }

    #subtract .intro-image_subtract img {
        min-height: inherit;
    }
}

#subtract .box-subtract {
    padding-left: 0px;
    margin-bottom: 30px;
}

#subtract .box-subtract h2 {
    font-weight: 600;
    text-transform: uppercase;
    /*color: var(--secondary);*/
    color: var(--primary-2);
    line-height: 3rem;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}

#subtract .box-subtract p {
    font-size: 16px;
    color: var(--typography-3);
    margin-bottom: 15px;
}

#subtract .box-subtract .btn-viewmore {
    position: unset;
    width: inherit;
    padding: 6px 6px 6px 20px;
    margin: 18px 0px 20px 0px;
}

#subtract .box-subtract .btn-viewmore span {
    position: unset;
    margin-left: 15px;
}

@media (max-width: 991px) {
    #subtract .box-subtract {
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

#subtract .box-slider-subtract {
    padding-top: 0px;
    margin-left: -65px;
    padding-right: 60px;
}

#subtract .box-slider-subtract .slider-subtract .item {
    overflow: hidden;
}

#subtract .box-slider-subtract .slider-subtract .item img {
    border-radius: 20px;
}

#subtract .box-slider-subtract .slider-subtract .owl-dots {
    display: inline-block;
    width: unset;
    margin-top: 0px;
    rotate: 90deg;
    bottom: 43%;
    right: -65px;
}

#subtract .box-slider-subtract .slider-subtract .owl-dots span {
    margin: 3px;
    transition: all 0.25s ease-in-out;
}

#subtract .box-slider-subtract .slider-subtract .owl-dots .owl-dot.active span {
    background: var(--primary-2);
    width: 12px;
    height: 12px;
}

#subtract .intro-image_subtract {
    position: relative;
    aspect-ratio: 555 / 700;
    box-shadow: -12px -12px 20px rgba(0, 0, 0, 0.05);
    border-radius: 32px;
}

#subtract .intro-image_subtract:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: url(../img/icon-shape-develop.svg);
    background-position: bottom;
    background-size: contain;
    width: 19%;
    height: 38%;
    z-index: 9;
    background-repeat: no-repeat;

}

#subtract .intro-image_subtract a {
    aspect-ratio: 555 / 700;
    overflow: hidden;
    display: block;
}

#subtract .intro-image_subtract a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

#subtract .intro-text_subtract {
    aspect-ratio: 555 / 700;
    position: relative;
    display: block;
}

#subtract .box-slider-subtract {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

@media (min-width: 1200px) {
    #subtract .box-subtract h2 {
        /*height: 96px;*/
    }

    #subtract .box-subtract .page-content {

        overflow: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #subtract .box-subtract h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #subtract .box-subtract p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #subtract .box-slider-subtract {
        padding-top: 15px;
        margin-left: -55px;
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    #subtract {
        margin-top: 0px;
    }

    #subtract .intro-text_subtract {
        aspect-ratio: auto;
    }

    #subtract .box-slider-subtract {
        position: static;
        padding-top: 15px;
        margin-left: 0px;
        padding-right: 60px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #subtract .box-slider-subtract .slider-subtract .owl-dots {
        right: -35px;
    }
}

#Brand {
    padding: 50px 0px 60px;
    background: var(--color-white);
}

#Brand .container {
    background: url(../img/bg-brand.png) no-repeat center center;
    background-size: 100% 100%;
    min-height: 865px;
}

#Brand .slider-brand {
    margin-top: 50px;
}

#Brand .slider-brand .owl-stage-outer {
    right: -12%;
}

#Brand .slider-brand .owl-item {
    opacity: 0;
}

#Brand .slider-brand .owl-item .item img {
    filter: grayscale(100%);
}

#Brand .slider-brand .owl-item.active {
    opacity: 1;
}

#Brand .slider-brand .owl-item.active .item img {
    max-width: 100% !important;
    width: inherit !important;
}

#Brand .slider-brand .owl-item.active-custom .item img {
    filter: grayscale(0%);
}

#Brand .slider-brand-text {
    margin-top: 50px;
    padding: 45px;
}

#Brand .slider-brand-text .item {
    min-height: 454px;
}

#Brand .slider-brand-text .item p {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--font-secondary) !important;
    color: var(--color-black);
}

#Brand .slider-brand-text .owl-nav {
    top: inherit;
    bottom: -80px;
    left: 15px;
    font-size: 30px;
}

#Brand .right-brand {
    padding: 45px 45px 45px 0px;
}

#Brand .right-brand h2 {
    color: var(--primary-2);

    font-weight: 600;
    font-family: var(--font-secondary) !important;
    margin-bottom: 50px;
}

#Brand .right-brand .box-img-brand {
    overflow: hidden;
    border-radius: 30px;
}


@media (min-width: 1200px) and (max-width: 1504px) {
    #Brand .slider-brand .owl-stage-outer {
        right: 0%;
    }

    #Brand .slider-brand .owl-item.active .item img {
        width: 150px !important;
    }

    #Brand .slider-brand-text .owl-nav {
        bottom: -50px;
        left: 15px;
    }
}

@media (min-width: 992px) {
    #Brand .slider-brand .owl-item.active {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    #Brand .container {
        min-height: unset;
        background: var(--background-3);
    }

    #Brand .slider-brand-text {
        padding: 15px;
        margin-bottom: 75px;
    }

    #Brand .slider-brand-text .item {
        min-height: inherit;
    }

    #Brand .right-brand {
        margin-top: 30px;
        padding: 15px;
    }

    #Brand .right-brand h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #Brand {
        padding: 0px;
    }

    #Brand .slider-brand {
        height: 250px;
    }
    #Brand .slider-brand .owl-stage-outer {
        right: 0;
    }

    #Brand .slider-brand .owl-item.active .item img {
        width: 130px !important;
        margin: auto;
    }

    #Brand .slider-brand-text {
        padding: 0px;
        margin-bottom: 75px;
        margin-top: 0px;
    }

    #Brand .right-brand {
        padding: 0px;
    }

    #Brand .slider-brand .owl-item .item img {
        filter: grayscale(0%);
    }

    #Brand .slider-brand .owl-item.active {
        width: unset;
    }
}

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

#Images.bg-white {
    background: url(../img/bg-library-w.png) no-repeat right bottom;
    background-color: var(--color-white);
}

@media (max-width: 767px) {
    #Images.bg-white {
        margin-top: 30px;
        padding-top: 30px;
    }
}

#land-search h2 {
    font-weight: 600;
    color: var(--primary-2);
    text-transform: uppercase;
}

#land-search .search-land {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 65px;
    margin-top: -15px;
}

#land-search .search-land > a {
    display: inline-flex;
    width: 62px;
    height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F1F2F3;
    transition: all 0.25s ease-in-out;
    margin-left: 10px;
}

#land-search .search-land > a:hover {
    background: var(--color-white);
    cursor: pointer;
}

#land-search .search-land .form-land {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 585px;
    background: var(--color-white);
    border-radius: 30px;
    z-index: 100;
    padding: 50px 25px 15px 25px;
    display: none;
}

#land-search .search-land .form-land .form-group {
    margin-bottom: 20px;
}

#land-search .search-land .form-land select, #land-search .search-land .form-land input {
    border-radius: 100px;
    padding: 12px 20px;
    height: auto;
    border: 1px solid var(--color-border);
    box-shadow: none;
    text-transform: capitalize;
    color: var(--typography-2);
    font-size: 1rem;
    background: #F1F2F3;
}

#land-search .search-land .form-land select {
    background: #F1F2F3;
}

#land-search .search-land .form-land select option {
    background: #F1F2F3;
}

#land-search .search-land .form-land .bg-seclector {
    border-radius: 30px;
    background: #F1F2F3;
    overflow: hidden;
}

#land-search .search-land .form-land input:-webkit-input-placeholder {
    color: var(--typography-2);
}

#land-search .search-land .form-land input:-moz-placeholder {
    color: var(--typography-2);
}

#land-search .search-land .form-land input::-moz-placeholder {
    color: var(--typography-2);
}

#land-search .search-land .form-land input:-ms-input-placeholder {
    color: var(--typography-2);
}

#land-search .search-land .form-land select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icon-down.png) no-repeat right 20px center;
}

#land-search .search-land .btn-viewmore {
    position: unset;
    width: inherit;
    padding: 6px 6px 6px 20px;
}

#land-search .search-land .btn-viewmore span {
    position: unset;
    margin-left: 10px;
}

@media (max-width: 767px) {
    #land-search .search-land {
        justify-content: unset;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    #land-search .search-land .form-land {
        width: 100%;
    }
}

.list-parameter {
    max-width: 725px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.list-parameter li {
    width: 50%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.list-parameter li::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    left: 0px;
    top: 0px;
    background: url(../img/icon-v.png) no-repeat center center;
}

@media (max-width: 767px) {
    .list-parameter li {
        width: 100%;
    }
}

.advantage h3, .desc-uu-diem h3, .desc-uu-diem h4, .desc-uu-diem h2 {
    font-size: 20px;
    color: var(--color-black);
    font-family: var(--font-secondary);
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.advantage li {
    list-style: none;
    padding: 20px 0px;
    border-bottom: 2px solid hsla(0, 0%, 0%, 0.16);
    color: var(--color-black);
    font-weight: 400;
    font-family: var(--font-secondary);
}

#content-lend {
    margin-top: 4rem;
}

#content-lend .content-lend h3 {
    color: var(--color-black);
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

#content-lend .content-lend p {
    color: var(--typography-2);
    margin-bottom: 20px;
    font-family: var(--font-secondary);
}

@media (max-width: 991px) {
    #content-lend .content-lend h3 {
        margin-top: 30px;
        margin-bottom: 25px;
    }
}

#content-lend .title-home {
    color: var(--color-black);
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-weight: 500;
    margin-bottom: 20px;
    background: url(../img/icon-title.png) no-repeat top 17px left;
}

#content-lend .img-content-lend_box {
    margin-top: 60px;
    background: url(../img/bg-library.png) no-repeat bottom -130px right -50px;
    background-size: cover;
    padding-bottom: 90px;
}

#content-lend .img-content-lend_box .img-content-lend_item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

#information.bg-land {
    background: url(../img/bg-land.png) no-repeat;
    padding: 115px 0px 90px 0px;
    background-size: 100% 100%;
}

#information.bg-land .register {
    min-height: auto;
}

#information.bg-land .register p {
    max-width: inherit;
}

#information.bg-land .register .box-contact .form-group {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #information.bg-land {
        padding: 40px 0px;
        background-size: cover;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        overflow: hidden;
    }
}

#infor-cty {
    margin-top: -75px;
    padding-top: 75px;
    padding-bottom: 70px;
}

#infor-cty .infor-cty_item h2, #infor-cty .cty_item h2 {
    text-transform: uppercase;
    color: var(--primary-2);
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 40px;
    max-width: 680px;
}

#infor-cty .infor-cty_item p, #infor-cty .cty_item p {
    color: var(--typography-2);
    line-height: 1.75rem;
    text-align: justify;
    max-width: 630px;
    font-weight: 400;
    margin-bottom: 20px;
}

#infor-cty .cty_item {
    margin-top: 26px;
}

#infor-cty .cty_item h2 {
    padding-left: 20px;
    position: relative;
    font-weight: 600;
}

#infor-cty .cty_item h2::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 40px;
    background: var(--primary-2);
    left: 0px;
    top: 0px;
}

#infor-cty .cty_item .img-cty {
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

#infor-cty .cty_item .img-cty img {
    min-width: 288px;
    height: auto;
    position: absolute;
    right: -120px;
}

#infor-cty .col-slider-cty {
    position: relative;
}

#infor-cty .col-slider-cty .img-cty {
    position: absolute;
    bottom: 4px;
    left: -25%;
    height: 29%;
    /*height: 251px;*/
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    /*display: none !important;*/
}

#infor-cty .col-slider-cty .img-cty img {
    height: 100%;
}


#infor-cty .slider-cty .item {
    position: relative;
    /*box-shadow: 0px 4px 4px 0px #00000040;*/
    padding: 4px;

}
#infor-cty .slider-cty .item img {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 4px -5px #00000040;
}
#infor-cty .slider-cty .item::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../img/icon-shape-all-2.svg);
    /* background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 500' preserveAspectRatio='none'>; */
    background-size: 100%;
    aspect-ratio: 64 / 150;
    transform: translate(0, 0);
    height: 38%;
    /*height: 330px;*/
    z-index: 9;
    transform: scaleX(-1);

}


#infor-cty .slider-cty .owl-dots {
    display: inline-block;
    bottom: -40px;
}

#infor-cty .slider-cty .owl-dots span {
    margin: 3px 7px;
    transition: all 0.25s ease-in-out;
}

#infor-cty .slider-cty .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}

#infor-cty .slider-cty .owl-dots .owl-dot.active span {
    background: var(--primary-2);
}

@media (min-width: 991px) and (max-width: 1504px) {
    #infor-cty .infor-cty_item h2, #infor-cty .cty_item h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    #infor-cty .infor-cty_item p, #infor-cty .cty_item p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 24px;
    }

    #infor-cty .cty_item {
        margin-top: 30px;
    }

    #infor-cty .cty_item .img-cty img {
        min-width: 285px;
        right: -90px;
        top: -80px;
    }
}

@media (max-width: 991px) {
    #infor-cty .infor-cty_item h2, #infor-cty .cty_item h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    #infor-cty .infor-cty_item p, #infor-cty .cty_item p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #infor-cty .cty_item {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #infor-cty .cty_item .img-cty img {
        min-width: 285px;
        right: 0px;
        top: 0px;
    }

    #infor-cty .cty_item h2::after {
        height: 28px;
    }
}

@media (max-width: 767px) {
    #infor-cty .cty_item .img-cty {
        margin-top: 20px;
    }

    #infor-cty .cty_item .img-cty img {
        position: unset;
        min-width: 285px;
        right: 0px;
        top: 0px;
        margin: auto;
        display: block;
    }
}

#video-page {
    padding: 85px 0px 90px 0px;
}

#video-page .icon_video {
    margin-left: 55px;
    margin-top: -32px;
    text-align: right;
}

#video-page .icon_video img {
    max-width: 120px;
}

#video-page .icon_video .text_video {
    position: relative;
    display: none;

}

#video-page .icon_video .text_video::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 10px;
    width: calc(100% - 120px);
    height: 1px;
    background: var(--primary-2);
}

#video-page .title-video {
    font-weight: 600;
    color: var(--typography-2);
    margin-bottom: 70px;
}

#video-page .video-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-top: -50px;
}

#video-page .video-card .thumb {
    position: relative;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#video-page .video-card .thumb .play-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: hsla(137, 54%, 31%, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 2;
    animation: play 2s ease infinite;
    backface-visibility: hidden;
}

#video-page .video-card .thumb .play-btn .play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid var(--color-white);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

#video-page .video-card .video-player {
    display: none;
    position: relative;
    padding-top: 56.25%;
}

#video-page .video-card .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#video-page .video-card .video-player:hover .pause-btn {
    display: flex;
}

#video-page .video-card .pause-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: hsla(137, 54%, 31%, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 2;
}

#video-page .video-card .pause-btn .pause-icon {
    width: 18px;
    height: 24px;
    background: linear-gradient(#fff 0 0) left/8px 100% no-repeat, linear-gradient(#fff 0 0) right/8px 100% no-repeat;
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #video-page .title-video {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    #video-page .icon_video {
        margin-left: 0px;
        margin-top: 0px;
    }

    #video-page .icon_video img {
        max-width: 70px;
        height: auto;
    }

    #video-page .title-video {
        font-size: 14px;

    }

    #video-page .video-card {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    #video-page .title-video {
        margin-bottom: 0;
        line-height: 22px;
    }

    #video-page .video-card {
        margin-top: 20px;
    }

    #video-page .video-card .thumb .play-btn {
        right: 30px;
        bottom: 30px;
        width: 70px;
        height: 70px;
    }
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px hsla(137, 54%, 31%, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px hsla(137, 54%, 31%, 0.85), 0 0 0 20px hsla(137, 54%, 31%, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px hsla(137, 54%, 31%, 0.85), 0 0 0 30px hsla(137, 54%, 31%, 0.2);
    }
}

#renew {
    padding: 95px 0px 110px 0px;
    background: var(--primary-2);
}

#renew h2 {
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 50px;
}

#renew .list-vision-box {
    display: flex;
    gap: 30px;
}

#renew .list-vision-box .vision-box {
    padding: 30px 40px 30px 40px;
    background: var(--color-white);
    border-radius: 1rem;
    min-height: 485px;
    margin-bottom: 30px;

    flex: 1;
    background: #f5f5f5;
}

#renew .vision-box .number {
    font-weight: 500;
    color: var(--typography-2);
}

#renew .vision-box .icon {
    margin: 5px 0px 30px 0px;
}

#renew .vision-box h3 {
    font-weight: 500;
    color: var(--primary-2);
    font-size: 30px;
    margin-bottom: 25px;
    font-family: var(--font-secondary);
}

#renew .vision-box p {
    font-weight: 400;
    font-size: 1rem;
    color: var(--typography-2);
    text-align: justify;
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #renew .vision-box {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    #renew .list-vision-box {
        display: block;
    }

    #renew .vision-box {
        padding: 15px;
    }

    #renew h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

#strategic-partner {
    position: relative;
    padding: 60px 0px 110px 0px;
    background: url(../img/bg-partner.png) no-repeat bottom right, #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#strategic-partner h2 {
    margin-bottom: 65px;
}

@media (min-width: 992px) {
    #strategic-partner .col-fix-20 {
        width: 20%;
    }
}

#Executive-Team {
    padding: 54px 0px 65px 0px;
}

#Executive-Team h2 {
    margin-bottom: 65px;
}

#Executive-Team .box-team {
    position: relative;
    margin-bottom: 50px;
}

#Executive-Team .box-team .box-team_item {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    min-width: 320px;
    padding: 15px 30px;
    background: hsla(219, 21%, 39%, 0.7);
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    color: var(--color-white);
}

#Executive-Team .box-team .box-team_item p {
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#Executive-Team .box-team .box-team_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-white);
}

#Executive-Team .box-team .icon {
    position: absolute;
    bottom: 18px;
    right: 3px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-2);
    color: var(--primary-2);
    background: var(--color-white);
    cursor: pointer;
}

#Executive-Team .box-team .icon:hover,
#Executive-Team .box-team .icon.active {
    background: var(--primary-2);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

#Executive-Team .slider-team {
    position: relative;
    z-index: 10;
}

#Executive-Team .slider-team .owl-item.activer-custom .box-team .icon {
    border: 1px solid var(--color-white);
    color: var(--color-white);
    background: var(--primary-2);
}

#Executive-Team .slider-team .owl-dots {
    display: inline-block;
    width: unset;
    margin-top: 0px;
    rotate: 90deg;
    bottom: 43%;
    right: -65px;
}

#Executive-Team .slider-team .owl-dots span {
    margin: 5px;
    transition: all 0.25s ease-in-out;
}

#Executive-Team .slider-team .owl-dots .owl-dot.active span {
    background: var(--primary-2);
    width: 12px;
    height: 12px;
}

#Executive-Team .slide-text-team {
    position: relative;
    z-index: 9;
    padding: 60px 65px;
    border-radius: 40px;
    margin-top: -60px;
    background: url(../img/bg-team.png) no-repeat;
    background-size: 100% 100%;
}

#Executive-Team .slide-text-team .item {
    color: var(--color-black);
}

#Executive-Team .slide-text-team .item p {
    color: var(--color-black);
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #Executive-Team .slider-team .box-team .box-team_item {
        min-width: 280px;
    }

    #Executive-Team .slider-team .box-team .icon {
        bottom: 0px;
        right: -10px;
    }
}

@media (max-width: 991px) {
    #Executive-Team .slider-team .box-team .box-team_item {
        min-width: 260px;
    }

    #Executive-Team .slider-team .box-team .box-team_item p {
        font-size: 14px;
    }

    #Executive-Team .slider-team .box-team .box-team_item h4 {
        font-size: 20px;
    }

    #Executive-Team .slider-team .box-team .icon {
        bottom: 5px;
        right: -5px;
    }

    #Executive-Team .slide-text-team {
        padding: 35px;
    }

    #Executive-Team .slider-team .owl-dots {
        display: none;
    }

    #Executive-Team h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #Executive-Team .slide-text-team {
        padding: 20px;
        background: var(--color-white);
    }

    #Executive-Team .slide-text-team .box-text-tem {
        padding-top: 35px;
    }
}

#legal.dowload-file .box-legal .icon-dowload {
    position: absolute;
    display: inline-block;
    top: 40px;
    right: 25px;
}

#legal.dowload-file .box-legal .icon-dowload img {
    width: 35px;
    height: 35px;
}

#Images.img-park {
    background: none;
    padding-bottom: 0px;
}

#Images.img-park .slider-library .item .icon-dowload {
    position: absolute;
    display: inline-block;
    right: 40px;
    bottom: 10px;
}

#Images.img-park .slider-library .item .icon-dowload img {
    width: 35px;
    height: 35px;
}

#tax {
    background: none;
    padding: 120px 0px 50px 0px;
}

#tax .box-legal .box-desc-legal {
    /*position: unset;*/
    margin-top: 25px;
}

#details {
    background: #F6F6F6;
    padding: 0px 0px;
}

#details .img-details-1 {
    text-align: center;
}
#details .img-details-1 img {
    min-height: 370px;

}

#details .box-content-details {
    padding: 40px;
}

#details .box-content-details h4 {
    font-size: 1.5rem;
    color: var(--color-black);
    margin-bottom: 25px;
}

#details .box-content-details .infor {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
}

#details .box-content-details .infor li {
    width: 50%;
    position: relative;
    padding-left: 30px;
    font-family: var(--font-secondary);
    color: var(--color-black);
    font-weight: 400;
}

#details .box-content-details .infor li::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    left: 0px;
    top: 0px;
    background: url(../img/icon-v.png) no-repeat center center;
}

#details .box-content-details .infor-2 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    list-style: none;
}

#details .box-content-details .infor-2 li {
    width: 50%;
    color: var(--color-black);
    font-weight: 400;
    margin-top: 5px;
}

#details .img-details-2 {
    position: relative;
}

#details .img-details-2 img {
    position: absolute;
    min-height: 425px;
    right: 20%;
    top: -25px;
}
@media (min-width: 1200px) {
    #tax .box-legal .box-desc-legal .title-legal {
        height: 79px;
    }
}
@media (min-width: 1200px) and (max-width: 1504px) {
    #details .box-content-details {
        padding: 20px 10px;
    }
}

@media (max-width: 1199px) {
    #details {
        max-width: 750px;
        margin: auto;
    }

    #details .box-content-details {
        padding: 40px 0px;
    }

    #details .infor li, #details .infor-2 li {
        width: 100% !important;
    }

    #details .img-details-2 {
        position: unset;
        margin-top: 20px;
    }

    #details .img-details-2 img {
        position: unset;
        min-height: unset;
    }
}

@media (max-width: 1199px) {
    #details .img-details-1 img {
        min-height: unset;
    }
}

#specifications {
    padding-top: 65px;
    padding-bottom: 20px;
}

#specifications h2 {
    margin-bottom: 60px;
}

#specifications .specifications .specifications_item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 50px;
    font-weight: 600;
}

#specifications .specifications .specifications_item h4 {
    font-size: 1.25rem;
    color: var(--color-black);
    margin-bottom: 5px;
    font-weight: 600;
}

#specifications .specifications .specifications_item p {
    font-weight: 400;
    color: var(--color-black);
    margin-bottom: 5px;
}

#specifications .specifications .specifications_item::after {
    position: absolute;
    top: -10px;
    left: 0px;
    content: "";
    width: 28px;
    height: 49px;
    background: url(../img/icon_cong.png) no-repeat center center;
    display: none;
}

@media (min-width: 1200px) {
    #specifications {
        padding-bottom: 39px;
    }

}

#Plan h2 {
    margin-bottom: 70px;
}

#Plan .box-plan h4 {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: var(--font-secondary);
    font-weight: 500;
    margin-bottom: 20px;
    background: url(../img/icon-title.png) no-repeat top 17px left;
    padding-left: 25px;
}

#Plan .box-plan .list-parameter {
    margin-bottom: 25px;
}

#Plan .box-plan .list-parameter, #Plan .box-plan .advantage {
    padding-left: 15px;
}

#Plan .img-plan {
    position: relative;
}

#Plan .img-plan:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    background: url(../img/icon-shape-top-right.svg);
    background-position: top;
    background-size: 100%;
    width: 21%;
    height: 11%;
    z-index: 9;
}

#Plan .img-plan img {
    box-shadow: -8px 8px 12.6px 0px #00000026;
    border-radius: 40px;

}

@media (max-width: 991px) {
    #Plan .img-plan {
        margin-bottom: 20px;
    }
}


#rental-information {
    margin-bottom: 30px;
}
#rental-information ul li {
    list-style: none;
}
#rental-information .title-home {
    margin-bottom: 1.9rem;
}

#rental-information .description {
    margin-bottom: 1.3rem;
}

#rental-information .list-process li .tit {
    background: #F7F9FC;

}
#rental-information .description,  #rental-information .list-process, #rental-information .list-process .panel-title {
    font-size: 1rem;
    color: #000000;
}
#rental-information .list-process .panel-title {
    text-transform: uppercase;
}
#rental-information .panel-default {
    border: none;
    border-radius: 0.3rem;
    box-shadow: none;
}

#rental-information .list-process .item-collapse .panel-heading {
    padding: 0.53rem 15px;
    border-bottom: none;
    margin-bottom: 0.5rem;
    background: #F7F9FC;
    color: #000000;
}
#rental-information .list-process .item-collapse .panel-body {

}

#rental-information .image {
    /*aspect-ratio: 335 / 443;*/
    /*overflow: hidden;*/
    position: relative;
}
#rental-information .image .img img {
    box-shadow: -4px -5px 12.6px 0px #00000026;
    border-radius: 40px;
}
#rental-information .image .img:after {
     content: "";
     position: absolute;
     bottom: -1px;
     right: -1px;
     background: url(../img/icon-shape-develop-ngang.svg);
    background-repeat: no-repeat;
     background-position: bottom;
     background-size: contain;
    width: 35%;
    height: 20%;
     z-index: 9;
     background-repeat: no-repeat;
    display: none;
}
#rental-information .image  .btn-viewmore {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    z-index: 9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #rental-information .image .btn-viewmore {
        width: 155px;
        height: 38px;
    }
}


@media (max-width: 767px) {
    #rental-information .image .img:after {
        width: 60%;
        height: 46%;
    }
    #rental-information .image .btn-viewmore {
        width: 48%;
    }
}



#box-question {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

#box-question .title-home {
    margin-bottom: 1.9rem;
}


#box-question ul li {
    list-style: none;
}

#box-question .panel-default {
    box-shadow: none;
    border: none;
    color: #000000;
}

#box-question .panel-default  .panel-heading {
    padding: 0.75rem 15px;
    background: url(../img/q-arrow-right-black.png), #F7F9FC;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 15px);
    border-color: #F7F9FC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-transform: uppercase;
    padding-right: 45px;
}

#box-question .panel-default:hover .panel-heading , #box-question .panel-default  .panel-heading[aria-expanded="true"] {

    background: url(../img/q-arrow-right-white.png), #24783C;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 15px);
}
#box-question .panel-default:hover .panel-heading .panel-title , #box-question .panel-default  .panel-heading[aria-expanded="true"] .panel-title {
    color: #ffffff;
}


#box-question .panel-default  .panel-heading .panel-title {

}
#box-question .panel-body {
    background-color: #F7F9FC;
    border-top-color: none;
}

#box-question .slider-question .owl-nav {

    top: -2.9rem;

    font-size: 30px;
    width: 114px;
    height: 42px;
    right: 0px;
}
#box-question .slider-question .owl-nav  .owl-prev, #box-question .slider-question .owl-nav  .owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-2);
    color: var(--primary-2);
    top: 0;
    line-height: 18px;
}

#box-question .slider-question  .owl-nav .owl-prev:hover, #box-question .slider-question  .owl-nav .owl-next:hover

{
    color: var(--color-white);
    background: var(--primary-2);
}


#box-question .slider-question .owl-nav i.fa {
    font-size: 18px;
}


@media (max-width: 767px) {
    #box-question .slider-question .owl-nav {
        width: 90px;
    }
}


#industrial-park {
    padding-top: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

#industrial-park h3 {
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--primary-2);
}

#industrial-park .slider-park-text .item p {
    font-weight: 400;
    color: var(--typography-2);
    margin-bottom: 15px;
    text-align: justify;
}

#industrial-park .slider-park-text .item .btn-viewmore {
    position: unset;
    width: inherit;
    padding: 6px 6px 6px 20px;
    margin-top: 15px;
}

#industrial-park .slider-park-text .item .btn-viewmore span {
    position: unset;
    margin-left: 10px;
}

#industrial-park .slider-park-text .item .btn-viewmore span img {
    width: unset;
    max-width: 100%;
}

#industrial-park .slider-park-text .owl-nav {
    top: unset;
    bottom: -69px;
    right: -50px;
    border-left: none;
    width: inherit;
    display: block;
    z-index: 10;
}

#industrial-park .slider-park-text .owl-nav::after {
    position: absolute;
    z-index: -1;
    right: 110px;
    top: 50%;
    content: "";
    width: 85%;
    height: 1px;
    background: rgba(110, 112, 121, 0.4);
}

#industrial-park .slider-img-park .img-park {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding-top: calc(380 / 283 * 100%);
}


#industrial-park .slider-img-park .img-park img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#industrial-park .slider-img-park .item.active .img-park img {
    border: solid 2px var(--primary-3);;
    padding: 2px;
    border-radius: 30px;
}

#industrial-park .slider-img-park .img-park .text-park_item {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px 35px;
    background: hsla(0, 0%, 0%, 0.25);
    width: 100%;
}

#industrial-park .slider-img-park .img-park .text-park_item h4 {
    font-size: 16px;
    color: var(--color-white);
    font-weight: bold;
    font-family: var(--font-secondary);
}

#industrial-park .slider-img-park .img-park .date-park {
    position: absolute;
    top: 35px;
    left: 30px;
    color: var(--color-white);
    font-size: 12px;
    font-family: var(--font-secondary);
    display: none;
}

#industrial-park .slider-img-park .img-park::after {
    position: absolute;
    content: "";
    width: calc(100% - 150px);
    height: 1px;
    background: var(--color-white);
    left: 115px;
    top: 44px;
    display: none;
}

@media (min-width: 1200px) {
    #industrial-park .slider-park-text  .page-content.description {
        display: -webkit-box; /* bắt buộc cho line-clamp */
        -webkit-box-orient: vertical; /* bắt buộc */
        -webkit-line-clamp: 8; /* số dòng muốn giữ */
        overflow: hidden; /* ẩn phần thừa */
        text-overflow: ellipsis; /* dấu ... */
        line-height: 1.4; /* tuỳ chỉnh cao dòng (quan trọng cho tính toán chiều cao) */
        /*max-height: calc(1.4em * 8); /!* phòng vệ: giới hạn chiều cao đúng 7 dòng *!/*/
    }
}

@media (min-width: 1200px) and (max-width: 1504px) {
    #industrial-park .slider-park-text {
        margin-bottom: 50px;
    }

    #industrial-park .slider-img-park .img-park .text-park_item {
        padding: 15px;
    }

    #industrial-park .slider-img-park .img-park .text-park_item h4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #industrial-park h3 {
        font-size: 22px;
        line-height: 30px;
    }

    #industrial-park .slider-park-text {
        margin-bottom: 100px;
    }

    #industrial-park .slider-park-text .owl-nav {
        right: 0px;
    }
}

/*# sourceMappingURL=main.css.map */


/*set media*/
@media (min-width: 1200px) and (max-width: 1530px) {
html {
    font-size: 14px !important;
}

}




