/*!
 * Font Awesome Free 6.4.0 Subset - Nakahira Taxi
 * Original: Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
 * Subset: 60 icons (fa-solid-900 + fa-regular-400)
 */

/* === @font-face === */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(webfonts/fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(webfonts/fa-solid-900.woff2) format("woff2")}

/* FA5 compatibility */
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(webfonts/fa-solid-900.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(webfonts/fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"FontAwesome";font-display:block;src:url(webfonts/fa-solid-900.woff2) format("woff2")}

/* === Core styles === */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-classic,.fa-regular,.fa-solid,.far,.fas{-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}
.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}
.fa-regular,.far{font-weight:400}

:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}

/* === Sizing === */
.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}

/* === Utilities === */
.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(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}
.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}
.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}
.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}

/* === Animations === */
.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}
.fa-spin-reverse{--fa-animation-direction:reverse}
.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}
@media (prefers-reduced-motion:reduce){.fa-spin,.fa-spin-pulse,.fa-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

/* === Transforms === */
.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}

/* === Stacking === */
.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)}

/* === Screen reader === */
.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}

/* ==========================================================
   Icon definitions (60 icons)
   ========================================================== */

/* --- Regular (far) --- */
.fa-bookmark:before{content:"\f02e"}
.fa-clock:before{content:"\f017"}

/* --- Solid (fas) --- */
.fa-arrow-right:before{content:"\f061"}
.fa-bars:before,.fa-navicon:before{content:"\f0c9"}
.fa-bowl-food:before{content:"\e4c6"}
.fa-briefcase:before{content:"\f0b1"}
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-camera:before{content:"\f030"}
.fa-car:before{content:"\f1b9"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-child:before{content:"\f1ae"}
.fa-church:before{content:"\f51d"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-cloud:before{content:"\f0c2"}
.fa-comments:before{content:"\f086"}
.fa-crown:before{content:"\f521"}
.fa-dragon:before{content:"\f6d5"}
.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}
.fa-gem:before{content:"\f3a5"}
.fa-heart:before{content:"\f004"}
.fa-hotel:before{content:"\f594"}
.fa-info-circle:before,.fa-circle-info:before{content:"\f05a"}
.fa-landmark:before{content:"\f66f"}
.fa-leaf:before{content:"\f06c"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-map-marked-alt:before,.fa-map-location-dot:before{content:"\f5a0"}
.fa-map-marker-alt:before,.fa-location-dot:before{content:"\f3c5"}
.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}
.fa-moon:before{content:"\f186"}
.fa-mountain:before{content:"\f6fc"}
.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}
.fa-plane:before{content:"\f072"}
.fa-plate-wheat:before{content:"\e55a"}
.fa-question-circle:before,.fa-circle-question:before{content:"\f059"}
.fa-route:before{content:"\f4d7"}
.fa-search:before,.fa-magnifying-glass:before{content:"\f002"}
.fa-ship:before{content:"\f21a"}
.fa-shoe-prints:before{content:"\f54b"}
.fa-snowflake:before{content:"\f2dc"}
.fa-star:before{content:"\f005"}
.fa-suitcase:before{content:"\f0f2"}
.fa-sun:before{content:"\f185"}
.fa-sync-alt:before,.fa-arrows-rotate:before{content:"\f2f1"}
.fa-taxi:before{content:"\f1ba"}
.fa-th-large:before,.fa-table-cells-large:before{content:"\f009"}
.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}
.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}
.fa-train:before{content:"\f238"}
.fa-torii-gate:before{content:"\f6a1"}
.fa-user:before{content:"\f007"}
.fa-user-friends:before,.fa-user-group:before{content:"\f500"}
.fa-users:before{content:"\f0c0"}
.fa-utensils:before{content:"\f2e7"}
.fa-volume-up:before,.fa-volume-high:before{content:"\f028"}
.fa-walking:before,.fa-person-walking:before{content:"\f554"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}
