@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

/*!
 * Font Awesome Free 5.5.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)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.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%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.5.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)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/fa-solid-900.eot");
  src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.5.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)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.5.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)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/fa-brands-400.eot");
  src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body:after {
  content: url(../img/plugin/lightbox/close.png) url(../img/plugin/lightbox/loading.gif) url(../img/plugin/lightbox/prev.png) url(../img/plugin/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugin/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 960px;
  height: 540px;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .lity-iframe-container {
    width: 96vw;
    height: 54vw;
  }
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.box-form-01 {
  margin-top: 50px;
}
.box-form-01 input[type=submit] {
  position: relative;
  background: #c70e0e;
  color: #fff;
  width: 560px;
  padding: 20px;
  z-index: 1;
}
.box-form-01 .submit-wrap {
  margin-top: 0;
}
.box-form-01 .submit-wrap::after {
  position: absolute;
  top: 18px;
  right: 215px;
  content: "\f0da";
  color: #fff;
  font-family: "fontawesome";
  z-index: 1;
}
.box-form-01 .contact-btn {
  position: relative;
  background: #c70e0e;
  color: #fff;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .contact-btn {
    margin-bottom: 15px;
  }
}
.box-form-01 .contact-btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .box-form-01 .contact-btn .wpcf7-spinner {
    bottom: -15px;
  }
}
.box-form-01 .contact-btn input[type=submit] {
  background: none;
  border: none;
}
.box-form-01 .contact-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #f12727;
}
.box-form-01 .contact-btn:hover {
  opacity: 1;
}
.box-form-01 .contact-btn:hover::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .box-form-01 {
    font-size: 1.3rem;
  }
  .box-form-01 .contact-btn {
    width: 100%;
  }
  .box-form-01 input[type=submit] {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
  }
  .box-form-01 .submit-wrap::after {
    position: absolute;
    top: 10px;
    right: 12px;
    content: "\f0da";
    color: #fff;
    font-family: "fontawesome";
  }
}

.slider03 li {
  margin: 0 20px;
}
.slider03 .slick-slide {
  outline: 0;
}
@media screen and (max-width: 768px) {
  .slider03 .slick-slide img {
    height: 90vw;
  }
}
.slider03 .prev {
  display: block;
  position: absolute;
  top: 45%;
  left: 25%;
  -webkit-transform: translateX(-75%) translateY(-55%);
      -ms-transform: translateX(-75%) translateY(-55%);
          transform: translateX(-75%) translateY(-55%);
  width: 35px;
  height: 35px;
  opacity: 1;
  z-index: 2;
  background: url(../img/plugin/slick_prev.png) no-repeat center center/contain transparent;
}
.slider03 .next {
  display: block;
  position: absolute;
  top: 45%;
  left: 75%;
  -webkit-transform: translateX(-25%) translateY(-55%);
      -ms-transform: translateX(-25%) translateY(-55%);
          transform: translateX(-25%) translateY(-55%);
  width: 35px;
  height: 35px;
  opacity: 1;
  background: url(../img/plugin/slick_next.png) no-repeat center center/contain transparent;
}

.box-form-01 #postalCode {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .box-form-01 #postalCode {
    width: 50%;
  }
}
.box-form-01 .wpcf7-not-valid-tip {
  font-size: 0.9em;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html,
body {
  min-width: 1140px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  html.is-open,
  body.is-open {
    overflow: hidden;
    height: 100%;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus:placeholder,
input[type=email]:focus:placeholder,
input[type=mail]:focus:placeholder,
input[type=tel]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-webkit-input-placeholder,
input[type=email]:focus:focus::-webkit-input-placeholder,
input[type=mail]:focus:focus::-webkit-input-placeholder,
input[type=tel]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus:-moz-placeholder,
input[type=email]:focus:focus:-moz-placeholder,
input[type=mail]:focus:focus:-moz-placeholder,
input[type=tel]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-moz-placeholder,
input[type=email]:focus:focus::-moz-placeholder,
input[type=mail]:focus:focus::-moz-placeholder,
input[type=tel]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

input[type=radio] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

.table-pcfix {
  overflow-x: scroll;
}
.table-pcfix table {
  width: 1100px;
}

.unit-table-01 {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .unit-table-01.tb-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .unit-table-01.tb-vertical tr {
    border: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 768px) {
  .unit-table-01.tb-vertical tr th, .unit-table-01.tb-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
@media screen and (max-width: 414px) {
  .unit-table-01.sp-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .unit-table-01.sp-vertical tr {
    border: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 414px) {
  .unit-table-01.sp-vertical tr th, .unit-table-01.sp-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
.unit-table-01.small tr th, .unit-table-01.small tr td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .unit-table-01.small tr th, .unit-table-01.small tr td {
    padding: 7px;
  }
}
.unit-table-01 tr th, .unit-table-01 tr td {
  border: 1px solid #D6D6D6;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .unit-table-01 tr th, .unit-table-01 tr td {
    padding: 10px;
  }
}
.unit-table-01 tr th {
  background-color: #E7E7EB;
  font-weight: bold;
}

.fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs12 {
    font-size: 1rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s12 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s12 {
    font-size: 1rem !important;
  }
}

.font-s13 {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s13 {
    font-size: 1.1rem !important;
  }
}

.font-s14 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s14 {
    font-size: 1.2rem !important;
  }
}

.font-s15 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s15 {
    font-size: 1.3rem !important;
  }
}

.font-s16 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s16 {
    font-size: 1.4rem !important;
  }
}

.font-s17 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s17 {
    font-size: 1.5rem !important;
  }
}

.font-s18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s18 {
    font-size: 1.6rem !important;
  }
}

.font-s19 {
  font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s19 {
    font-size: 1.7rem !important;
  }
}

.font-s20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s20 {
    font-size: 1.8rem !important;
  }
}

.font-s21 {
  font-size: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s21 {
    font-size: 1.9rem !important;
  }
}

.font-s22 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s22 {
    font-size: 2rem !important;
  }
}

.font-s23 {
  font-size: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s23 {
    font-size: 2.1rem !important;
  }
}

.font-s24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s24 {
    font-size: 2.2rem !important;
  }
}

.font-s25 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s25 {
    font-size: 2.3rem !important;
  }
}

.font-s26 {
  font-size: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s26 {
    font-size: 2.4rem !important;
  }
}

.font-s27 {
  font-size: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s27 {
    font-size: 2.5rem !important;
  }
}

.font-s28 {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s28 {
    font-size: 2.6rem !important;
  }
}

.font-s29 {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s29 {
    font-size: 2.7rem !important;
  }
}

.font-s30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s30 {
    font-size: 2.8rem !important;
  }
}

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

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

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

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 414px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 414px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 414px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 414px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 414px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 414px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 414px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 414px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 414px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 414px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 414px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 414px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 414px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 414px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 414px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 414px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 414px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 414px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 414px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 414px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 414px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 414px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 414px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 414px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 414px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 414px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 414px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 414px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 414px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 414px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 414px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 414px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 414px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 414px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 414px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 414px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 414px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 414px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 414px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.telephone a {
  cursor: default;
}
.telephone a:hover {
  opacity: 1;
}
.android .telephone a, .iphone .telephone a {
  opacity: 0.7;
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  color: #95949A;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    white-space: nowrap;
  }
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.breadcrumb::-webkit-scrollbar-track {
  background: transparent;
}
.breadcrumb::-webkit-scrollbar-thumb {
  background: transparent;
}
.breadcrumb .inner {
  padding: 5px 0 2px;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    display: inline-block;
    padding-right: 10px;
  }
}
.breadcrumb .inner a {
  text-decoration: underline;
}
.breadcrumb .inner a:hover {
  text-decoration: underline;
}
.breadcrumb .inner > span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  /*
        &:before {
            content: ">";
            vertical-align: middle;
            display: inline-block;
            margin: 0 2px;
            padding: 14px 0 5px;
            font-size: 1.1rem;
            @media screen and (max-width: 768px) {
                margin-right: 3px;
                font-size: 1.0rem;
            }
        }
        */
  /*
        > span,
        a {
            vertical-align: middle;
            display: inline-block;
            padding: 14px 0 5px;
            color: #95949A;
        }
        */
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumb .inner > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumb .inner > span {
    font-size: 1rem;
  }
}
.breadcrumb .inner > span:first-child {
  margin-left: 0;
}
.breadcrumb .inner > span:first-child:before {
  display: none;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
}
#pageTop a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-59%);
      -ms-transform: translateY(-59%);
          transform: translateY(-59%);
  width: 100%;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #pageTop a:before {
    font-size: 2rem;
  }
}
#pageTop a:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.box-colomn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-colomn-01.pc-col02 .colomn-inner {
  width: 50%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner {
  width: 32%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner:nth-of-type(3n+2) {
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner {
    width: 48%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(even) {
    margin-left: 2%;
    margin-right: 0;
  }
}
.box-colomn-01.tb-col02 .colomn-inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:first-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner {
    width: 100%;
    margin-top: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(odd) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(even) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01 .colomn-inner figure img {
    width: 100%;
  }
}

.box-pagenation-01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 {
    font-size: 1.2rem;
  }
}
.box-pagenation-01 > span {
  display: inline-block;
  margin: 0 6px;
}
.box-pagenation-01 a {
  padding: 12px 26px 11px;
  border: 1px solid #333333;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 a {
    padding: 10px 22px 10px;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 a {
    padding: 8px 10px 7px;
  }
}
.box-pagenation-01 a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #333333;
}
.box-pagenation-01 .prev a:before {
  content: "<";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .prev a:before {
    margin-right: 5px;
  }
}
.box-pagenation-01 .next a:after {
  content: ">";
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .next a:after {
    margin-left: 5px;
  }
}

.box-404-01 {
  text-align: center;
}
.box-404-01 .title-wrap .title {
  display: block;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-404-01 .title-wrap .title {
    font-size: 2.5rem;
  }
}
.box-404-01 .title-wrap .catch {
  display: block;
  margin-top: 5px;
}
.box-404-01 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404-01 p {
    margin-top: 15px;
  }
}
.box-404-01 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404-01 .unit-link-01 {
    margin-top: 15px;
  }
}

.box-undertitle-01 .title-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../img/title/title_default.jpg) no-repeat center center transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap {
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .title-wrap {
    height: 150px;
  }
}
.box-undertitle-01 .title-wrap.color-white {
  color: #ffffff;
}
.box-undertitle-01 .title-wrap.color-white .title {
  border-color: #ffffff;
}
.box-undertitle-01 .title-wrap .title-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .title-inner {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .title-wrap .title-inner {
    font-size: 8vw;
  }
}
.box-undertitle-01 .title-wrap .title {
  padding: 25px 47px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 15px 25px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 10px;
    font-size: 2rem;
  }
}
.box-undertitle-01 .title-wrap .ruby {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .ruby {
    font-size: 0.9rem;
  }
}

.box-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 18px;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-form-01 dl:first-child {
  border-top: none;
  padding-top: 0;
}
.box-form-01 dl dt {
  width: 210px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dt {
    width: 100%;
    padding-top: 0;
  }
}
.box-form-01 dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
.box-form-01 .required:after {
  display: inline-block;
  content: "必須";
  margin-left: 12px;
  padding: 2px 7px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #c70f0f;
}
.box-form-01 .telephone-wrap input[type=text] {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .telephone-wrap input[type=text] {
    width: 65px;
  }
}
.box-form-01 .telephone-wrap > span:after {
  content: "-";
  display: inline-block;
  margin: 0 7px;
}
.box-form-01 .telephone-wrap > span:last-child:after {
  display: none;
}
.box-form-01 textarea {
  height: 180px;
}
.box-form-01 .unit-btn-01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .unit-btn-01 {
    margin-top: 20px;
  }
}
.box-form-01 .wpcf7-radio .wpcf7-list-item {
  margin-right: 20px;
}
.box-form-01 label {
  cursor: pointer;
}
.box-form-01 .agree-wrap {
  text-align: center;
}
.box-form-01 .submit-wrap {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-form-01 .submit-wrap {
    margin-top: 20px;
  }
}
.box-form-01 a {
  text-decoration: underline;
}
.box-form-01 input[type=text],
.box-form-01 input[type=email],
.box-form-01 textarea {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-form-01 input[type=text]:not(.writed),
.box-form-01 input[type=email]:not(.writed),
.box-form-01 textarea:not(.writed) {
  background: #e1e1e1;
}
.box-form-01 input[type=text]:active, .box-form-01 input[type=text]:focus,
.box-form-01 input[type=email]:active,
.box-form-01 input[type=email]:focus,
.box-form-01 textarea:active,
.box-form-01 textarea:focus {
  background: #fff;
  border-color: #f04141;
}

.box-thanks-01 {
  text-align: center;
}
.box-thanks-01 .title-wrap {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .title-wrap {
    font-size: 2.5rem;
  }
}
.box-thanks-01 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 p {
    margin-top: 15px;
  }
}
.box-thanks-01 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .unit-link-01 {
    margin-top: 15px;
  }
}

.box-articlenav-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.box-articlenav-01 > span {
  position: relative;
}
.box-articlenav-01 > span:before {
  content: "";
  width: 0%;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  height: 1px;
  background: #333333;
}
.box-articlenav-01 > span.prev a:before {
  content: "<";
  margin-right: 0.2em;
}
.box-articlenav-01 > span.next a:after {
  content: ">";
  margin-left: 0.2em;
}
.box-articlenav-01 > span:hover a {
  opacity: 1;
}
.box-articlenav-01 > span:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 414px) {
  .box-articlenav-01 > span {
    width: 50%;
  }
  .box-articlenav-01 > span.next {
    text-align: right;
  }
  .box-articlenav-01 > span.next a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > [class^=unit-btn] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.box-logo-01 {
  display: none;
  padding: 20px 0;
  background-color: #003171;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box-logo-01 {
    display: block;
  }
}
.box-logo-01 .logo-wrap {
  width: 200px;
  margin-top: 10px;
}

.unit-pagenation-01 {
  text-align: center;
}
.unit-pagenation-01 a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 10px 10px;
  border: 1px solid #003171;
  background-color: #003171;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 a {
    margin: 0 5px;
    font-size: 1.4rem;
  }
}
.unit-pagenation-01 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}
.unit-pagenation-01 .prev a,
.unit-pagenation-01 .next a {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .prev a,
  .unit-pagenation-01 .next a {
    min-width: 70px;
    padding: 10px 0 10px 5px;
  }
}
.unit-pagenation-01 .prev a:before,
.unit-pagenation-01 .next a:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
}
.unit-pagenation-01 .prev a:before {
  content: "\f104";
  left: 10px;
}
.unit-pagenation-01 .return a {
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .return a {
    min-width: 100px;
  }
}
.unit-pagenation-01 .next a:before {
  content: "\f105";
  right: 10px;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}
.unit-list-01.arrow li {
  padding-left: 1.3em;
}
.unit-list-01.arrow li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "\f105";
  margin-left: 0;
  font-family: FontAwesome;
  font-size: 1.6rem;
}

.unit-numlist-01, .box-blogdetail-01 ol {
  list-style: decimal;
  padding-left: 1.4em;
}
.unit-numlist-01 > li:not(:last-child), .box-blogdetail-01 ol > li:not(:last-child) {
  margin-bottom: 5px;
}

.unit-note-01 {
  position: relative;
  padding-left: 1em;
}
.unit-note-01:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.unit-note-01 + .unit-note {
  margin-top: 5px;
}

.unit-tab-01 {
  position: relative;
  border-bottom: 4px solid #003171;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}
.unit-tab-01 li {
  display: inline-block;
  margin: 0 9px -1px 7px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li {
    display: block;
    width: 50%;
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-tab-01 li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(1), .unit-tab-01 li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(odd) {
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(even) {
    padding-left: 7px;
  }
}
.unit-tab-01 li a {
  min-width: 200px;
  padding: 11px 0 7px;
  border: 1px solid #003171;
  background-color: #003171;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li a {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 8px 0 5px;
  }
}
.unit-tab-01 li a.is-active, .unit-tab-01 li a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}

.unit-btn-01 span:before,
.unit-btn-01 a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
}
.unit-btn-01 span:hover,
.unit-btn-01 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}
.unit-btn-01 span:hover input[type=submit],
.unit-btn-01 a:hover input[type=submit] {
  color: #003171;
}
.unit-btn-01 span input[type=submit],
.unit-btn-01 a input[type=submit] {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.unit-btn-01 > span,
.unit-btn-01 a {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 7px 5px;
  border: 1px solid #003171;
  background-color: #003171;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > span,
  .unit-btn-01 a {
    min-width: inherit;
    min-width: auto;
    min-width: 164px;
  }
}
.unit-btn-01 input[type=submit],
.unit-btn-01 a {
  padding: 10px 21px 9px 5px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 input[type=submit],
  .unit-btn-01 a {
    padding: 5px 31px 4px 3px;
  }
}
.unit-btn-01 > span input[type=submit] {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: none;
  cursor: pointer;
}

.unit-btn-02 a {
  position: relative;
  min-width: 260px;
  padding: 10px 10px;
  border: 2px solid #ffffff;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.unit-btn-02 a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
}
.unit-btn-02 a:hover {
  opacity: 1;
  background-color: #00437c;
}

.unit-btn-03 a {
  position: relative;
  width: 100%;
  padding: 29px 0 26px;
  border: 1px solid #003171;
  background-color: #003171;
  color: #ffffff;
  text-align: center;
}
.unit-btn-03 a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.unit-btn-03 a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.unit-btn-03 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}
.unit-btn-03 a:hover:before {
  border-color: #003171;
}
.unit-btn-03 a:hover:after {
  color: #003171;
}

.unit-link-01 a {
  color: #ce1d00;
}
.unit-link-01 a:after {
  content: "\f105";
  margin-left: 10px;
  font-family: FontAwesome;
}

@media screen and (max-width: 768px) {
  .unit-youtube-01 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .unit-youtube-01 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.wp-pagenavi {
  margin-top: 56px;
  font-size: 1.6rem;
  text-align: center;
  /*
  .first,
  .last,
  .pages{
      display: none;
  }
  */
  /*
  .previouspostslink,
  .nextpostslink{
      border: none;
      background-color: transparent;
      font-size: 1.4rem;
      @media screen and (max-width: 768px) {
          font-size: 1.2rem;
      }
      &:before,
      &:after{
          display: block;
          color: $base_c;
          font-family: FontAwesome;
          line-height: 1;
      }
      &:before{
          line-height: 0.7;
          font-size: 2.0rem;
          @media screen and (max-width: 768px) {
              font-size: 1.6rem;
          }
      }
      &:after{
          margin-top: 5px;
          @media screen and (max-width: 768px) {
              margin-top: 3px;
          }
      }
  }
  .previouspostslink{
      margin-right: 31px;
      @media screen and (max-width: 768px) {
          margin-right: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-right: 5px;
      }
      &:before{
          content: "\f104";
      }
      &:after{
          content: "前へ";
      }
  }
  .nextpostslink{
      margin-left: 31px;
      @media screen and (max-width: 768px) {
          margin-left: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-left: 5px;
      }
      &:before{
          content: "\f105";
      }
      &:after{
          content: "次へ";
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 28px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .extend,
.wp-pagenavi .current {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
.wp-pagenavi .extend {
  min-width: auto;
  min-width: inherit;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi > a, .wp-pagenavi > span {
  vertical-align: middle;
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  margin: 0 2px 4px 3px;
  padding: 0 5px;
  border: 1px solid #003171;
  background-color: #003171;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 26px;
    min-height: 26px;
    padding: 0;
    line-height: 26px;
  }
}
.wp-pagenavi > a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}

.ajax-loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
      -ms-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}

.box-blogdetail-01 > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 > * {
    margin-top: 10px;
  }
}
.box-blogdetail-01 > *:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 30px;
  }
}
.box-blogdetail-01 h1:first-child, .box-blogdetail-01 h2:first-child, .box-blogdetail-01 h3:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 10px;
  }
}
.box-blogdetail-01 h1 + table,
.box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
.box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
.box-blogdetail-01 h3 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1 + table,
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1 + table,
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 20px;
  }
}
.box-blogdetail-01 h4:first-child, .box-blogdetail-01 h5:first-child, .box-blogdetail-01 h6:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h4 + table,
.box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
.box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
.box-blogdetail-01 h6 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h2 {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.box-blogdetail-01 h2:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h3 {
    font-size: 1.6rem;
  }
}
.box-blogdetail-01 h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h5 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h6 {
    font-size: 1.4rem;
  }
}
.box-blogdetail-01 ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.box-blogdetail-01 ul li:before {
  content: "・";
  margin-left: -1em;
}
.box-blogdetail-01 ul li:first-child {
  margin-top: 0;
}
.box-blogdetail-01 ul li a {
  color: #0071BC;
  text-decoration: underline;
}
.box-blogdetail-01 p:after {
  content: "";
  display: block;
  clear: both;
}
.box-blogdetail-01 a {
  color: #0071BC;
  text-decoration: underline;
}
.box-blogdetail-01 strong {
  font-weight: bold;
}
.box-blogdetail-01 img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.box-blogdetail-01 img.alignright {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignright {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignright {
    margin: 10px auto;
  }
}
.box-blogdetail-01 img.alignleft {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignleft {
    margin-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignleft {
    margin: 10px auto;
  }
}
.box-blogdetail-01 hr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #E7E7EB;
}
.box-blogdetail-01 iframe {
  width: 100% !important;
}
.box-blogdetail-01 table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 table {
    margin-top: 25px;
  }
}
.box-blogdetail-01 table:first-child {
  margin-top: 0;
}
.box-blogdetail-01 figure figcaption {
  padding: 5px 10px;
}
.box-blogdetail-01 .box-colomn .colomn-inner figure img {
  width: 100%;
}
.box-blogdetail-01 .alignright {
  float: right;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignright {
    float: none;
  }
}
.box-blogdetail-01 .alignleft {
  float: left;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignleft {
    float: none;
  }
}
.box-blogdetail-01 .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
#header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    position: fixed;
  }
}
#header.is-fix {
  position: fixed;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 9px 4px rgba(0, 0, 0, 0.06);
}
#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 35px;
  min-width: 1140px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    z-index: 1;
    width: 100%;
    height: 55px;
    padding: 0;
  }
}
#header .header-inner:before {
  display: none;
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #header .header-inner:before {
    display: block;
  }
}
#header .header-inner .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 185px;
  height: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo {
    width: 188px;
    height: 30px;
    margin-left: 10px;
    z-index: 2;
    position: relative;
    background-color: #fff;
  }
}
#header .header-inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo a {
    background: url(../img/common/logo.png) no-repeat center center/contain transparent;
  }
}
#header .header-inner .logo img {
  width: 225px;
  height: 35.5px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo img {
    width: 200px;
    height: 31px;
  }
}
@media screen and (max-width: 375px) {
  #header .header-inner .logo img {
    width: 190px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  #header .header-inner .logo img {
    width: 170px;
    height: 27px;
  }
}
#header .globalNav {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  #header .globalNav {
    overflow: hidden;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .is-open #header .globalNav {
    position: fixed;
    top: 55px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 55px);
    max-height: 100vh;
    background: #c70f0f;
    padding: 2vh 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
#header .globalNav .nav-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner {
    overflow-y: scroll;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header .globalNav .nav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: calc(100% - 5vh);
    display: block;
    width: 100%;
  }
}
#header .globalNav .nav-inner ul li {
  position: relative;
  margin: 0 20px;
  text-align: center;
  line-height: 30px;
}
#header .globalNav .nav-inner ul li.insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul li {
    width: 85%;
    margin: 0 auto;
    line-height: 4vh;
    border-bottom: 1px solid #b10f0f;
  }
  #header .globalNav .nav-inner ul li.right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .globalNav .nav-inner ul li.left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  #header .globalNav .nav-inner ul li.insta a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #header .globalNav .nav-inner ul li:not(.insta) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 100px;
    width: 100%;
    background: none;
    border-bottom: 3px solid #c70f0f;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
  }
  #header .globalNav .nav-inner ul li:not(.insta) > a:not(:hover)::before {
    width: 0%;
  }
}
#header .globalNav .nav-inner ul li a {
  position: relative;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul li a {
    padding: 15px 15px 12px;
    color: #ffffff;
  }
}
#header .globalNav .nav-inner ul li a:hover {
  opacity: 1;
  color: #c70f0f;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul li a:hover {
    color: #ffffff;
  }
}
#header .globalNav .nav-inner ul li .title {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul li .title {
    font-size: 2.3rem;
    padding-bottom: 10px;
    letter-spacing: 5px;
  }
}
#header .globalNav .nav-inner ul li .ruby {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2em;
}
#header .globalNav .nav-inner ul .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner ul .insta {
    border-bottom: none;
  }
}
#header .globalNav .nav-inner .nav-ope:hover ~ .nav-inner-inner {
  max-height: 100vh;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .nav-ope:hover ~ .nav-inner-inner {
    max-height: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .nav-ope.is-active ~ .nav-inner-inner {
    max-height: 100vh;
  }
}
#header .globalNav .nav-inner .nav-inner-inner {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  max-height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .nav-inner-inner {
    position: relative;
    border: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#header .globalNav .nav-inner .nav-inner-inner:hover {
  max-height: 100vh;
}
#header .func-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .func-btn {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 30px;
    height: 55px;
    background: no-repeat center center transparent;
    background-size: contain;
  }
}
#header .func-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .navbutton {
    right: 20px;
    background-image: url(../img/common/menu_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .is-open #header .navbutton::before {
    display: block;
  }
}
#header .navbutton:before {
  display: none;
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/close_sp_w.png) no-repeat center center transparent;
  background-size: contain;
}

#footer {
  overflow: hidden;
  position: relative;
  display: block;
  border-top: #c70e0e solid 3px;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer {
    width: 100%;
  }
}
#footer .footer-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer-inner {
    width: 90%;
  }
}
#footer .footer-inner .footer-logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 185px;
  height: 30px;
}
#footer .footer-inner .footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo.png) no-repeat center center transparent;
  background-size: contain;
}
#footer .footer-inner .footer-nav {
  font-size: 1.4rem;
}
#footer .footer-inner .footer-nav li {
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-inner .footer-nav li::before {
  content: "\f106";
  font-family: "fontawesome";
  width: 10px;
  margin-right: 10px;
  color: #c70e0e;
}
#footer .footer-inner .footer-insta {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer-inner .footer-insta a:not(:first-child) {
  margin-left: 15px;
}
#footer .copyright {
  margin-top: 10px;
  font-size: 0.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    width: 90%;
    margin: 10px auto 0;
  }
}

#contents {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

.underwrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .underwrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .underwrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.underwrapper.sidelayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.underwrapper.sidelayout .contents {
  width: 80%;
  background-color: rgba(0, 255, 0, 0.2);
}
.underwrapper.sidelayout .sidenavi {
  width: 20%;
  background-color: rgba(0, 0, 255, 0.2);
}
.underwrapper.sidelayout .fullsize {
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2);
}
.underwrapper + .unit-pagetop-01 {
  margin: 30px 0;
}

.box-contact-01 {
  text-align: center;
}
.box-contact-01 p {
  margin: 20px;
}

#service .box-contact-01 {
  margin-top: 40px;
}

.box-service-01 {
  width: 1100px;
  margin: 40px auto 10px;
}
.box-service-01 .fL {
  float: left;
}
.box-service-01 .fL img {
  margin-bottom: 10px;
  -webkit-box-shadow: 5px 10px 15px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 10px 15px 15px rgba(0, 0, 0, 0.06);
}
.box-service-01 .fR {
  float: right;
  width: 530px;
}
.box-service-01 h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .box-service-01 {
    width: 100%;
    margin: 40px auto 0;
  }
  .box-service-01 .fL {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .box-service-01 .fL img {
    margin: 0 auto 20px;
  }
  .box-service-01 .fR {
    float: none;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
  .box-service-01 .fR .unit-price-01 {
    width: auto;
    white-space: nowrap;
  }
  .box-service-01 .fR .unit-price-01 .line {
    width: 80%;
  }
  .box-service-01 .fR .unit-price-01 .price {
    font-size: 1.3rem;
  }
  .box-service-01 h3 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.box-dl-01 {
  width: 1100px;
  margin: 50px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 40px;
  color: #fff;
  background: #C70F0f;
}
@media screen and (max-width: 768px) {
  .box-dl-01 {
    width: 90%;
    font-size: 1.3rem;
    padding: 15px;
    margin: 30px auto;
  }
}

.box-movie-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-movie-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.unit-drone-01 {
  position: relative;
}
.unit-drone-01 img {
  position: absolute;
  right: 10%;
  top: -180px;
}
@media screen and (max-width: 768px) {
  .unit-drone-01 img {
    width: 200px;
    left: 50%;
    top: -140px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.unit-title-01 {
  font-family: Lato;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.unit-title-02 {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 2.5rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .unit-title-02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.unit-title-03 {
  font-family: Lato;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .unit-title-03 {
    font-size: 2.3rem;
    letter-spacing: 8px;
  }
}

.unit-title-04 {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.7rem;
  letter-spacing: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-title-04 {
    font-size: 1.3rem;
  }
}

.unit-movie-01 {
  margin-top: 50px;
  width: 33%;
  position: relative;
}
.unit-movie-01 img {
  width: 100%;
}
.unit-movie-01 a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/top/concept/concept_btn_01.png) no-repeat 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 25%;
}
.unit-movie-01 a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .unit-movie-01 {
    width: 100%;
    margin-top: 0;
  }
}
.unit-movie-01 .unit-textbox-01 {
  z-index: 10;
}

.unit-textbox-01 {
  width: 900px;
  padding: 40px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
}
.unit-textbox-01 p {
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .unit-textbox-01 {
    width: 90%;
    padding: 20px;
    text-align: start;
  }
  .unit-textbox-01 p {
    line-height: 20px;
    font-size: 1.3rem;
  }
}
.unit-scene-01 {
  width: 1100px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .unit-scene-01 {
    width: 100%;
  }
}

.unit-btn-1 {
  position: relative;
  text-align: center;
  display: inline-block;
  background: #c70f0f;
  width: 545px;
  padding: 20px 0;
}
.unit-btn-1::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #f12727;
}
.unit-btn-1:hover {
  opacity: 1;
}
.unit-btn-1:hover::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.unit-btn-1 span {
  position: relative;
  color: #fff;
  z-index: 2;
  display: block;
}
.unit-btn-1 span::before {
  position: absolute;
  right: 20px;
  content: "\f0d7";
  color: #fff;
  font-family: "fontawesome";
}
.unit-btn-1 .outside::before {
  position: absolute;
  right: 20px;
  content: "\f0da";
  color: #fff;
  font-family: "fontawesome";
}
@media screen and (max-width: 768px) {
  .unit-btn-1 {
    width: 90%;
    padding: 10px 0;
    font-size: 1.3rem;
  }
}

.unit-btn-2 {
  position: relative;
  text-align: center;
  display: inline-block;
  background: #333333;
  width: 400px;
  padding: 10px 0;
}
.unit-btn-2::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #000;
}
.unit-btn-2:hover {
  opacity: 1;
}
.unit-btn-2:hover::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.unit-btn-2 span {
  position: relative;
  display: block;
  color: #fff;
  z-index: 2;
  font-family: Hiragino Kaku Gothic ProN;
  letter-spacing: 1px;
}
.unit-btn-2 span::before {
  position: absolute;
  right: 10px;
  content: "\f0da";
  color: #fff;
  font-family: "fontawesome";
}
@media screen and (max-width: 414px) {
  .unit-btn-2 span::before {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .unit-btn-2 {
    font-size: 1.3rem;
    width: 70%;
  }
}

.unit-image-01 {
  background: url(../img/top/casestudy_img.jpg) no-repeat center center transparent;
  height: 744px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .unit-image-01 {
    background: url(../img/top/sp/casestudy_img_sp.png) no-repeat center center/cover transparent;
    height: 230px;
    margin-bottom: 0px;
  }
}

.unit-image-02 {
  position: relative;
}
.unit-image-02 img {
  position: absolute;
  top: -380px;
  left: 0;
  width: 503px;
  height: 956px;
  z-index: -1;
}

.unit-price-01 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
}
.unit-price-01 .line {
  width: 60%;
  margin-top: 20px;
  border-top: 2px solid #f4f4f4;
}
.unit-price-01 .price {
  white-space: nowrap;
  font-size: 1.7rem;
}
.unit-price-01 .hm {
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.unit-intro-01 {
  margin-top: 20px;
}
.unit-intro-01 .img_fL {
  float: left;
  width: 50%;
  text-align: center;
}
.unit-intro-01 .img_fL img {
  display: inline-block;
}
.unit-intro-01 .img_fR {
  float: right;
  width: 50%;
  text-align: center;
}
.unit-intro-01 .img_fR img {
  display: inline-block;
}

.unit-intro-02 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.unit-intro-02 .staff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .unit-intro-02 {
    display: block;
  }
  .unit-intro-02 .staff-inner {
    display: block;
  }
  .unit-intro-02 .staff-inner img {
    margin: 0 auto;
  }
  .unit-intro-02 .staff-inner:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .unit-intro-02 {
    margin-top: 20px;
  }
  .unit-intro-02 .staff-inner:not(:first-child) {
    margin-top: 20px;
  }
}

.unit-dl-01 {
  width: 50%;
  padding: 10px 10px 10px 0;
  position: relative;
}
.unit-dl-01 dt {
  float: left;
  width: 20%;
}
.unit-dl-01 dd {
  float: right;
  width: 80%;
}
.unit-dl-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 85%;
  height: 1px;
  background: #b10f0f;
  border-left: 30px solid #fff;
}
@media screen and (max-width: 768px) {
  .unit-dl-01 {
    width: 100%;
  }
  .unit-dl-01 dt {
    float: none;
    width: 100%;
  }
  .unit-dl-01 dd {
    float: none;
    width: 100%;
  }
}

.unit-dl-02 {
  width: 50%;
  padding: 10px 10px 10px 0;
  position: relative;
}
.unit-dl-02 dt {
  float: left;
  width: 20%;
}
.unit-dl-02 dd {
  float: right;
  width: 80%;
}
.unit-dl-02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 944px;
  height: 1px;
  background: #b10f0f;
  border-left: 30px solid #fff;
}
@media screen and (max-width: 768px) {
  .unit-dl-02 {
    width: 100%;
  }
  .unit-dl-02 dt {
    float: none;
    width: 100%;
  }
  .unit-dl-02 dd {
    float: none;
    width: 100%;
  }
  .unit-dl-02::before {
    width: 90%;
  }
}

.unit-pagetop-01 {
  text-align: center;
  margin-top: 70px;
}
.unit-pagetop-01 a {
  background: url(../img/common/pagetop.png) no-repeat center center transparent;
  width: 85px;
  height: 42px;
}

.unit-sptel-01 {
  cursor: text;
}
@media screen and (min-width: 769px) {
  .unit-sptel-01 a {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .unit-staff-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .unit-staff-01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .unit-staff-01 > .inner {
    max-width: 327.5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .unit-staff-01 > .inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.unit-staff-01 > .inner > .img-wrap {
  width: 327.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 > .inner > .img-wrap {
    width: 100%;
  }
}
.unit-staff-01 > .inner > .name-wrap {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 > .inner > .name-wrap {
    font-size: 1.9rem;
  }
}
.unit-staff-01 > .inner > .year-wrap {
  font-size: 1.3rem;
  color: #a2a2a2;
}
@media screen and (max-width: 768px) {
  .unit-staff-01 > .inner > .year-wrap {
    font-size: 1.2rem;
  }
}

#mainvisual {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 150px;
  /*
  .slick-slider {
      .slick-arrow {
          display: block;
          z-index: 100;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          width: 66px;
          height: 66px;
          font-size: 0;
          border: 0;
          padding: 0;
          margin: 0;
          outline: none;
          background: none;
          &:before {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              font-family: FontAwesome;
              font-size: 3.6rem;
              line-height: 1;
              text-align: center;
              color: #ffffff;
          }
          &.slick-prev {
              left: 15px;
              &:before {
                  content: "\f053";
              }
          }
          &.slick-next {
              right: 15px;
              &:before {
                  content: "\f054";
              }
          }
      }
      .slick-dots {
          z-index: 100;
          position: absolute;
          bottom: 26px;
          width: 100%;
          height: 21px;
          text-align: center;
          @media screen and (max-width: 768px) {
              bottom: 7px;
          }
          & > li {
              display: inline-block;
              & > * {
                  box-sizing: border-box;
                  display: block;
                  width: 13px;
                  height: 13px;
                  padding: 0;
                  margin: 0 15px;
                  border: 4px solid #ffffff;
                  border-radius: 10px;
                  background: none;
                  @include text-skip;
                  background-color: #ffffff;
                  transition: all 0.3s ease;
                  @media screen and (max-width: 768px) {
                      width: 10px;
                      height: 10px;
                      margin: 0 10px;
                      border: 3px solid #ffffff;
                  }
              }
              &.slick-active,
              &:hover {
                  & > * {
                      opacity: 1;
                      background-color: $base_c;
                  }
              }
          }
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #mainvisual {
    width: 100%;
    height: auto;
  }
}
#mainvisual ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#mainvisual ul li img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #mainvisual ul li img {
    width: 100% !important;
  }
}
#mainvisual .bx-wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
#mainvisual .bx-controls .bx-pager {
  z-index: 100;
  position: absolute;
  bottom: 26px;
  width: 100%;
  height: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainvisual .bx-controls .bx-pager {
    bottom: 7px;
  }
}
#mainvisual .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
#mainvisual .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 15px;
  border: 4px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #mainvisual .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border: 3px solid #ffffff;
  }
}
#mainvisual .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active, #mainvisual .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  opacity: 1;
  background-color: #003171;
}
@media screen and (max-width: 768px) {
  #mainvisual .bx-controls .bx-controls-direction {
    display: none;
  }
}
#mainvisual .bx-controls .bx-controls-direction a {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 66px;
  height: 66px;
  background-size: contain;
}
#mainvisual .bx-controls .bx-controls-direction a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
#mainvisual .bx-controls .bx-controls-direction .bx-prev {
  left: 15px;
}
#mainvisual .bx-controls .bx-controls-direction .bx-prev:before {
  content: "\f053";
}
#mainvisual .bx-controls .bx-controls-direction .bx-next {
  right: 15px;
}
#mainvisual .bx-controls .bx-controls-direction .bx-next:before {
  content: "\f054";
}
#mainvisual .maincatch {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51.5%, -57.8%);
      -ms-transform: translate(-51.5%, -57.8%);
          transform: translate(-51.5%, -57.8%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch {
    -webkit-transform: translate(-50.1%, -57.8%);
        -ms-transform: translate(-50.1%, -57.8%);
            transform: translate(-50.1%, -57.8%);
  }
}
#mainvisual .maincatch .catch {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .catch img {
    width: 276.5px;
  }
}

h2 {
  text-align: center;
}

#mainvisual .pc-visible {
  background: url(../img/top/mainvisual_pc.jpg) center center/cover no-repeat;
  height: 680px;
}
#mainvisual .pc-visible::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-30%, -50%);
      -ms-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  display: block;
  height: 305px;
  width: 1100px;
  background: url(../img/top/mainvisual_title_01.svg) left center/552px 305px no-repeat;
}
#mainvisual .pc-visible::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #fff url(../img/top/mainvisual_text_01.png) center center no-repeat;
}
#mainvisual .sp-visible {
  background: url(../img/top/sp/mainvisual_sp.png) center center/cover no-repeat;
  height: 78.125vw;
}

#concept {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #concept {
    margin-bottom: 50px;
  }
}
#concept h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #concept h2 {
    margin-bottom: 30px;
  }
}

#topic {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #topic {
    margin-bottom: 70px;
    padding: 0 15px;
  }
}
#topic figure img {
  margin: 0 auto;
}

#case_study {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #case_study {
    margin-bottom: 70px;
  }
}

#service {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #service {
    margin-bottom: 90px;
  }
}

#staff {
  width: 1100px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #staff {
    width: 90%;
    margin-bottom: 80px;
  }
  #staff .img_fL {
    width: 47%;
  }
  #staff .img_fR {
    width: 47%;
  }
}
@media screen and (max-width: 414px) {
  #staff {
    margin-bottom: 30px;
  }
}

#baseball {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #baseball {
    margin-bottom: 70px;
    padding: 0 15px;
  }
}
#baseball figure img {
  margin: 0 auto;
}

#about {
  margin-top: 130px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

#contact {
  background: #eee;
  padding-top: 100px;
  padding-bottom: 20px;
}
#contact form .box-form-01 {
  width: 950px;
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 50px;
  }
  #contact form .box-form-01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual {
    margin-bottom: 60px;
  }
}

.mainvisual {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100% !important;
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.subdesc {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.supple {
  width: 1100px;
  margin: 0 auto;
  color: #a2a2a2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .supple {
    width: 90%;
    font-size: 1.3rem;
  }
}

.supplement {
  color: #a2a2a2;
}
@media screen and (max-width: 768px) {
  .supplement {
    text-align: start;
  }
}

.inline {
  display: inline;
}

.borderLR {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .borderLR {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-detail {
    width: 90%;
    margin: 0 auto 60px;
    font-size: 1.5rem;
  }
}
.fl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fl-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fl-box > .w0 {
  width: 0px;
  max-width: 0px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w0 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w10 {
  width: 10px;
  max-width: 10px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w10 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w20 {
  width: 20px;
  max-width: 20px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w20 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w30 {
  width: 30px;
  max-width: 30px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w30 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w40 {
  width: 40px;
  max-width: 40px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w40 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w50 {
  width: 50px;
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w50 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w60 {
  width: 60px;
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w60 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w70 {
  width: 70px;
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w70 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w80 {
  width: 80px;
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w80 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w90 {
  width: 90px;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w90 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w100 {
  width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w100 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w110 {
  width: 110px;
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w110 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w120 {
  width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w120 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w130 {
  width: 130px;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w130 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w140 {
  width: 140px;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w140 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w150 {
  width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w150 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w160 {
  width: 160px;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w160 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w170 {
  width: 170px;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w170 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w180 {
  width: 180px;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w180 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w190 {
  width: 190px;
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w190 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w200 {
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w200 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w210 {
  width: 210px;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w210 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w220 {
  width: 220px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w220 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w230 {
  width: 230px;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w230 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w240 {
  width: 240px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w240 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w250 {
  width: 250px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w250 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w260 {
  width: 260px;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w260 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w270 {
  width: 270px;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w270 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w280 {
  width: 280px;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w280 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w290 {
  width: 290px;
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w290 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w300 {
  width: 300px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w300 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w310 {
  width: 310px;
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w310 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w320 {
  width: 320px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w320 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w330 {
  width: 330px;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w330 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w340 {
  width: 340px;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w340 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w350 {
  width: 350px;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w350 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w360 {
  width: 360px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w360 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w370 {
  width: 370px;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w370 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w380 {
  width: 380px;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w380 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w390 {
  width: 390px;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w390 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w400 {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w400 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w410 {
  width: 410px;
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w410 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w420 {
  width: 420px;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w420 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w430 {
  width: 430px;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w430 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w440 {
  width: 440px;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w440 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w450 {
  width: 450px;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w450 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w460 {
  width: 460px;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w460 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w470 {
  width: 470px;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w470 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w480 {
  width: 480px;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w480 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w490 {
  width: 490px;
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w490 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w500 {
  width: 500px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w500 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w510 {
  width: 510px;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w510 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w520 {
  width: 520px;
  max-width: 520px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w520 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w530 {
  width: 530px;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w530 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w540 {
  width: 540px;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w540 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w550 {
  width: 550px;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w550 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w560 {
  width: 560px;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w560 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w570 {
  width: 570px;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w570 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w580 {
  width: 580px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w580 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w590 {
  width: 590px;
  max-width: 590px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w590 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w600 {
  width: 600px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w600 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w610 {
  width: 610px;
  max-width: 610px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w610 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w620 {
  width: 620px;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w620 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w630 {
  width: 630px;
  max-width: 630px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w630 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w640 {
  width: 640px;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w640 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w650 {
  width: 650px;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w650 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w660 {
  width: 660px;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w660 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w670 {
  width: 670px;
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w670 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w680 {
  width: 680px;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w680 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w690 {
  width: 690px;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w690 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w700 {
  width: 700px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w700 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w710 {
  width: 710px;
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w710 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w720 {
  width: 720px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w720 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w730 {
  width: 730px;
  max-width: 730px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w730 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w740 {
  width: 740px;
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w740 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w750 {
  width: 750px;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w750 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w760 {
  width: 760px;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w760 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w770 {
  width: 770px;
  max-width: 770px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w770 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w780 {
  width: 780px;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w780 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w790 {
  width: 790px;
  max-width: 790px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w790 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w800 {
  width: 800px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w800 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w810 {
  width: 810px;
  max-width: 810px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w810 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w820 {
  width: 820px;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w820 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w830 {
  width: 830px;
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w830 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w840 {
  width: 840px;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w840 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w850 {
  width: 850px;
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w850 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w860 {
  width: 860px;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w860 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w870 {
  width: 870px;
  max-width: 870px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w870 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w880 {
  width: 880px;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w880 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w890 {
  width: 890px;
  max-width: 890px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w890 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w900 {
  width: 900px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w900 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w910 {
  width: 910px;
  max-width: 910px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w910 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w920 {
  width: 920px;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w920 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w930 {
  width: 930px;
  max-width: 930px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w930 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w940 {
  width: 940px;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w940 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w950 {
  width: 950px;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w950 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w960 {
  width: 960px;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w960 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w970 {
  width: 970px;
  max-width: 970px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w970 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w980 {
  width: 980px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w980 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w990 {
  width: 990px;
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w990 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1000 {
  width: 1000px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1000 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1010 {
  width: 1010px;
  max-width: 1010px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1010 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1020 {
  width: 1020px;
  max-width: 1020px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1020 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1030 {
  width: 1030px;
  max-width: 1030px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1030 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1040 {
  width: 1040px;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1040 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1050 {
  width: 1050px;
  max-width: 1050px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1050 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1060 {
  width: 1060px;
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1060 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1070 {
  width: 1070px;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1070 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1080 {
  width: 1080px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1080 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1090 {
  width: 1090px;
  max-width: 1090px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1090 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1100 {
  width: 1100px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1100 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1110 {
  width: 1110px;
  max-width: 1110px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1110 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1120 {
  width: 1120px;
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1120 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1130 {
  width: 1130px;
  max-width: 1130px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1130 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1140 {
  width: 1140px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1140 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1150 {
  width: 1150px;
  max-width: 1150px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1150 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1160 {
  width: 1160px;
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1160 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1170 {
  width: 1170px;
  max-width: 1170px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1170 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1180 {
  width: 1180px;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1180 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1190 {
  width: 1190px;
  max-width: 1190px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1190 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1200 {
  width: 1200px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1200 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1210 {
  width: 1210px;
  max-width: 1210px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1210 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1220 {
  width: 1220px;
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1220 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1230 {
  width: 1230px;
  max-width: 1230px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1230 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1240 {
  width: 1240px;
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1240 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1250 {
  width: 1250px;
  max-width: 1250px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1250 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1260 {
  width: 1260px;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1260 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1270 {
  width: 1270px;
  max-width: 1270px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1270 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1280 {
  width: 1280px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1280 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1290 {
  width: 1290px;
  max-width: 1290px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1290 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1300 {
  width: 1300px;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1300 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1310 {
  width: 1310px;
  max-width: 1310px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1310 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1320 {
  width: 1320px;
  max-width: 1320px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1320 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1330 {
  width: 1330px;
  max-width: 1330px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1330 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1340 {
  width: 1340px;
  max-width: 1340px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1340 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1350 {
  width: 1350px;
  max-width: 1350px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1350 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1360 {
  width: 1360px;
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1360 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1370 {
  width: 1370px;
  max-width: 1370px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1370 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1380 {
  width: 1380px;
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1380 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1390 {
  width: 1390px;
  max-width: 1390px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1390 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box > .w1400 {
  width: 1400px;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .fl-box > .w1400 {
    width: 100%;
    max-width: unset;
  }
}
.fl-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .fl-box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.max0 {
  max-width: 0px !important;
}

.max10 {
  max-width: 10px !important;
}

.max20 {
  max-width: 20px !important;
}

.max30 {
  max-width: 30px !important;
}

.max40 {
  max-width: 40px !important;
}

.max50 {
  max-width: 50px !important;
}

.max60 {
  max-width: 60px !important;
}

.max70 {
  max-width: 70px !important;
}

.max80 {
  max-width: 80px !important;
}

.max90 {
  max-width: 90px !important;
}

.max100 {
  max-width: 100px !important;
}

.max110 {
  max-width: 110px !important;
}

.max120 {
  max-width: 120px !important;
}

.max130 {
  max-width: 130px !important;
}

.max140 {
  max-width: 140px !important;
}

.max150 {
  max-width: 150px !important;
}

.max160 {
  max-width: 160px !important;
}

.max170 {
  max-width: 170px !important;
}

.max180 {
  max-width: 180px !important;
}

.max190 {
  max-width: 190px !important;
}

.max200 {
  max-width: 200px !important;
}

.max210 {
  max-width: 210px !important;
}

.max220 {
  max-width: 220px !important;
}

.max230 {
  max-width: 230px !important;
}

.max240 {
  max-width: 240px !important;
}

.max250 {
  max-width: 250px !important;
}

.max260 {
  max-width: 260px !important;
}

.max270 {
  max-width: 270px !important;
}

.max280 {
  max-width: 280px !important;
}

.max290 {
  max-width: 290px !important;
}

.max300 {
  max-width: 300px !important;
}

.max310 {
  max-width: 310px !important;
}

.max320 {
  max-width: 320px !important;
}

.max330 {
  max-width: 330px !important;
}

.max340 {
  max-width: 340px !important;
}

.max350 {
  max-width: 350px !important;
}

.max360 {
  max-width: 360px !important;
}

.max370 {
  max-width: 370px !important;
}

.max380 {
  max-width: 380px !important;
}

.max390 {
  max-width: 390px !important;
}

.max400 {
  max-width: 400px !important;
}

.max410 {
  max-width: 410px !important;
}

.max420 {
  max-width: 420px !important;
}

.max430 {
  max-width: 430px !important;
}

.max440 {
  max-width: 440px !important;
}

.max450 {
  max-width: 450px !important;
}

.max460 {
  max-width: 460px !important;
}

.max470 {
  max-width: 470px !important;
}

.max480 {
  max-width: 480px !important;
}

.max490 {
  max-width: 490px !important;
}

.max500 {
  max-width: 500px !important;
}

.max510 {
  max-width: 510px !important;
}

.max520 {
  max-width: 520px !important;
}

.max530 {
  max-width: 530px !important;
}

.max540 {
  max-width: 540px !important;
}

.max550 {
  max-width: 550px !important;
}

.max560 {
  max-width: 560px !important;
}

.max570 {
  max-width: 570px !important;
}

.max580 {
  max-width: 580px !important;
}

.max590 {
  max-width: 590px !important;
}

.max600 {
  max-width: 600px !important;
}

.max610 {
  max-width: 610px !important;
}

.max620 {
  max-width: 620px !important;
}

.max630 {
  max-width: 630px !important;
}

.max640 {
  max-width: 640px !important;
}

.max650 {
  max-width: 650px !important;
}

.max660 {
  max-width: 660px !important;
}

.max670 {
  max-width: 670px !important;
}

.max680 {
  max-width: 680px !important;
}

.max690 {
  max-width: 690px !important;
}

.max700 {
  max-width: 700px !important;
}

.max710 {
  max-width: 710px !important;
}

.max720 {
  max-width: 720px !important;
}

.max730 {
  max-width: 730px !important;
}

.max740 {
  max-width: 740px !important;
}

.max750 {
  max-width: 750px !important;
}

.max760 {
  max-width: 760px !important;
}

.max770 {
  max-width: 770px !important;
}

.max780 {
  max-width: 780px !important;
}

.max790 {
  max-width: 790px !important;
}

.max800 {
  max-width: 800px !important;
}

.max810 {
  max-width: 810px !important;
}

.max820 {
  max-width: 820px !important;
}

.max830 {
  max-width: 830px !important;
}

.max840 {
  max-width: 840px !important;
}

.max850 {
  max-width: 850px !important;
}

.max860 {
  max-width: 860px !important;
}

.max870 {
  max-width: 870px !important;
}

.max880 {
  max-width: 880px !important;
}

.max890 {
  max-width: 890px !important;
}

.max900 {
  max-width: 900px !important;
}

.max910 {
  max-width: 910px !important;
}

.max920 {
  max-width: 920px !important;
}

.max930 {
  max-width: 930px !important;
}

.max940 {
  max-width: 940px !important;
}

.max950 {
  max-width: 950px !important;
}

.max960 {
  max-width: 960px !important;
}

.max970 {
  max-width: 970px !important;
}

.max980 {
  max-width: 980px !important;
}

.max990 {
  max-width: 990px !important;
}

.max1000 {
  max-width: 1000px !important;
}

.max1010 {
  max-width: 1010px !important;
}

.max1020 {
  max-width: 1020px !important;
}

.max1030 {
  max-width: 1030px !important;
}

.max1040 {
  max-width: 1040px !important;
}

.max1050 {
  max-width: 1050px !important;
}

.max1060 {
  max-width: 1060px !important;
}

.max1070 {
  max-width: 1070px !important;
}

.max1080 {
  max-width: 1080px !important;
}

.max1090 {
  max-width: 1090px !important;
}

.max1100 {
  max-width: 1100px !important;
}

.max1110 {
  max-width: 1110px !important;
}

.max1120 {
  max-width: 1120px !important;
}

.max1130 {
  max-width: 1130px !important;
}

.max1140 {
  max-width: 1140px !important;
}

.max1150 {
  max-width: 1150px !important;
}

.max1160 {
  max-width: 1160px !important;
}

.max1170 {
  max-width: 1170px !important;
}

.max1180 {
  max-width: 1180px !important;
}

.max1190 {
  max-width: 1190px !important;
}

.max1200 {
  max-width: 1200px !important;
}

.max1210 {
  max-width: 1210px !important;
}

.max1220 {
  max-width: 1220px !important;
}

.max1230 {
  max-width: 1230px !important;
}

.max1240 {
  max-width: 1240px !important;
}

.max1250 {
  max-width: 1250px !important;
}

.max1260 {
  max-width: 1260px !important;
}

.max1270 {
  max-width: 1270px !important;
}

.max1280 {
  max-width: 1280px !important;
}

.max1290 {
  max-width: 1290px !important;
}

.max1300 {
  max-width: 1300px !important;
}

.max1310 {
  max-width: 1310px !important;
}

.max1320 {
  max-width: 1320px !important;
}

.max1330 {
  max-width: 1330px !important;
}

.max1340 {
  max-width: 1340px !important;
}

.max1350 {
  max-width: 1350px !important;
}

.max1360 {
  max-width: 1360px !important;
}

.max1370 {
  max-width: 1370px !important;
}

.max1380 {
  max-width: 1380px !important;
}

.max1390 {
  max-width: 1390px !important;
}

.max1400 {
  max-width: 1400px !important;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ls-0 {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .ls-0 {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 414px) {
  .ls-0 {
    letter-spacing: 0em;
  }
}

.ls-1 {
  letter-spacing: 0.001em;
}
@media screen and (max-width: 768px) {
  .ls-1 {
    letter-spacing: 0.0005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-1 {
    letter-spacing: 0.0001em;
  }
}

.ls-2 {
  letter-spacing: 0.002em;
}
@media screen and (max-width: 768px) {
  .ls-2 {
    letter-spacing: 0.001em;
  }
}
@media screen and (max-width: 414px) {
  .ls-2 {
    letter-spacing: 0.0002em;
  }
}

.ls-3 {
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  .ls-3 {
    letter-spacing: 0.0015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-3 {
    letter-spacing: 0.0003em;
  }
}

.ls-4 {
  letter-spacing: 0.004em;
}
@media screen and (max-width: 768px) {
  .ls-4 {
    letter-spacing: 0.002em;
  }
}
@media screen and (max-width: 414px) {
  .ls-4 {
    letter-spacing: 0.0004em;
  }
}

.ls-5 {
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .ls-5 {
    letter-spacing: 0.0025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-5 {
    letter-spacing: 0.0005em;
  }
}

.ls-6 {
  letter-spacing: 0.006em;
}
@media screen and (max-width: 768px) {
  .ls-6 {
    letter-spacing: 0.003em;
  }
}
@media screen and (max-width: 414px) {
  .ls-6 {
    letter-spacing: 0.0006em;
  }
}

.ls-7 {
  letter-spacing: 0.007em;
}
@media screen and (max-width: 768px) {
  .ls-7 {
    letter-spacing: 0.0035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-7 {
    letter-spacing: 0.0007em;
  }
}

.ls-8 {
  letter-spacing: 0.008em;
}
@media screen and (max-width: 768px) {
  .ls-8 {
    letter-spacing: 0.004em;
  }
}
@media screen and (max-width: 414px) {
  .ls-8 {
    letter-spacing: 0.0008em;
  }
}

.ls-9 {
  letter-spacing: 0.009em;
}
@media screen and (max-width: 768px) {
  .ls-9 {
    letter-spacing: 0.0045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-9 {
    letter-spacing: 0.0009em;
  }
}

.ls-10 {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .ls-10 {
    letter-spacing: 0.005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-10 {
    letter-spacing: 0.001em;
  }
}

.ls-11 {
  letter-spacing: 0.011em;
}
@media screen and (max-width: 768px) {
  .ls-11 {
    letter-spacing: 0.0055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-11 {
    letter-spacing: 0.0011em;
  }
}

.ls-12 {
  letter-spacing: 0.012em;
}
@media screen and (max-width: 768px) {
  .ls-12 {
    letter-spacing: 0.006em;
  }
}
@media screen and (max-width: 414px) {
  .ls-12 {
    letter-spacing: 0.0012em;
  }
}

.ls-13 {
  letter-spacing: 0.013em;
}
@media screen and (max-width: 768px) {
  .ls-13 {
    letter-spacing: 0.0065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-13 {
    letter-spacing: 0.0013em;
  }
}

.ls-14 {
  letter-spacing: 0.014em;
}
@media screen and (max-width: 768px) {
  .ls-14 {
    letter-spacing: 0.007em;
  }
}
@media screen and (max-width: 414px) {
  .ls-14 {
    letter-spacing: 0.0014em;
  }
}

.ls-15 {
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .ls-15 {
    letter-spacing: 0.0075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-15 {
    letter-spacing: 0.0015em;
  }
}

.ls-16 {
  letter-spacing: 0.016em;
}
@media screen and (max-width: 768px) {
  .ls-16 {
    letter-spacing: 0.008em;
  }
}
@media screen and (max-width: 414px) {
  .ls-16 {
    letter-spacing: 0.0016em;
  }
}

.ls-17 {
  letter-spacing: 0.017em;
}
@media screen and (max-width: 768px) {
  .ls-17 {
    letter-spacing: 0.0085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-17 {
    letter-spacing: 0.0017em;
  }
}

.ls-18 {
  letter-spacing: 0.018em;
}
@media screen and (max-width: 768px) {
  .ls-18 {
    letter-spacing: 0.009em;
  }
}
@media screen and (max-width: 414px) {
  .ls-18 {
    letter-spacing: 0.0018em;
  }
}

.ls-19 {
  letter-spacing: 0.019em;
}
@media screen and (max-width: 768px) {
  .ls-19 {
    letter-spacing: 0.0095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-19 {
    letter-spacing: 0.0019em;
  }
}

.ls-20 {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .ls-20 {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 414px) {
  .ls-20 {
    letter-spacing: 0.002em;
  }
}

.ls-21 {
  letter-spacing: 0.021em;
}
@media screen and (max-width: 768px) {
  .ls-21 {
    letter-spacing: 0.0105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-21 {
    letter-spacing: 0.0021em;
  }
}

.ls-22 {
  letter-spacing: 0.022em;
}
@media screen and (max-width: 768px) {
  .ls-22 {
    letter-spacing: 0.011em;
  }
}
@media screen and (max-width: 414px) {
  .ls-22 {
    letter-spacing: 0.0022em;
  }
}

.ls-23 {
  letter-spacing: 0.023em;
}
@media screen and (max-width: 768px) {
  .ls-23 {
    letter-spacing: 0.0115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-23 {
    letter-spacing: 0.0023em;
  }
}

.ls-24 {
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .ls-24 {
    letter-spacing: 0.012em;
  }
}
@media screen and (max-width: 414px) {
  .ls-24 {
    letter-spacing: 0.0024em;
  }
}

.ls-25 {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .ls-25 {
    letter-spacing: 0.0125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-25 {
    letter-spacing: 0.0025em;
  }
}

.ls-26 {
  letter-spacing: 0.026em;
}
@media screen and (max-width: 768px) {
  .ls-26 {
    letter-spacing: 0.013em;
  }
}
@media screen and (max-width: 414px) {
  .ls-26 {
    letter-spacing: 0.0026em;
  }
}

.ls-27 {
  letter-spacing: 0.027em;
}
@media screen and (max-width: 768px) {
  .ls-27 {
    letter-spacing: 0.0135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-27 {
    letter-spacing: 0.0027em;
  }
}

.ls-28 {
  letter-spacing: 0.028em;
}
@media screen and (max-width: 768px) {
  .ls-28 {
    letter-spacing: 0.014em;
  }
}
@media screen and (max-width: 414px) {
  .ls-28 {
    letter-spacing: 0.0028em;
  }
}

.ls-29 {
  letter-spacing: 0.029em;
}
@media screen and (max-width: 768px) {
  .ls-29 {
    letter-spacing: 0.0145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-29 {
    letter-spacing: 0.0029em;
  }
}

.ls-30 {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .ls-30 {
    letter-spacing: 0.015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-30 {
    letter-spacing: 0.003em;
  }
}

.ls-31 {
  letter-spacing: 0.031em;
}
@media screen and (max-width: 768px) {
  .ls-31 {
    letter-spacing: 0.0155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-31 {
    letter-spacing: 0.0031em;
  }
}

.ls-32 {
  letter-spacing: 0.032em;
}
@media screen and (max-width: 768px) {
  .ls-32 {
    letter-spacing: 0.016em;
  }
}
@media screen and (max-width: 414px) {
  .ls-32 {
    letter-spacing: 0.0032em;
  }
}

.ls-33 {
  letter-spacing: 0.033em;
}
@media screen and (max-width: 768px) {
  .ls-33 {
    letter-spacing: 0.0165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-33 {
    letter-spacing: 0.0033em;
  }
}

.ls-34 {
  letter-spacing: 0.034em;
}
@media screen and (max-width: 768px) {
  .ls-34 {
    letter-spacing: 0.017em;
  }
}
@media screen and (max-width: 414px) {
  .ls-34 {
    letter-spacing: 0.0034em;
  }
}

.ls-35 {
  letter-spacing: 0.035em;
}
@media screen and (max-width: 768px) {
  .ls-35 {
    letter-spacing: 0.0175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-35 {
    letter-spacing: 0.0035em;
  }
}

.ls-36 {
  letter-spacing: 0.036em;
}
@media screen and (max-width: 768px) {
  .ls-36 {
    letter-spacing: 0.018em;
  }
}
@media screen and (max-width: 414px) {
  .ls-36 {
    letter-spacing: 0.0036em;
  }
}

.ls-37 {
  letter-spacing: 0.037em;
}
@media screen and (max-width: 768px) {
  .ls-37 {
    letter-spacing: 0.0185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-37 {
    letter-spacing: 0.0037em;
  }
}

.ls-38 {
  letter-spacing: 0.038em;
}
@media screen and (max-width: 768px) {
  .ls-38 {
    letter-spacing: 0.019em;
  }
}
@media screen and (max-width: 414px) {
  .ls-38 {
    letter-spacing: 0.0038em;
  }
}

.ls-39 {
  letter-spacing: 0.039em;
}
@media screen and (max-width: 768px) {
  .ls-39 {
    letter-spacing: 0.0195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-39 {
    letter-spacing: 0.0039em;
  }
}

.ls-40 {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .ls-40 {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 414px) {
  .ls-40 {
    letter-spacing: 0.004em;
  }
}

.ls-41 {
  letter-spacing: 0.041em;
}
@media screen and (max-width: 768px) {
  .ls-41 {
    letter-spacing: 0.0205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-41 {
    letter-spacing: 0.0041em;
  }
}

.ls-42 {
  letter-spacing: 0.042em;
}
@media screen and (max-width: 768px) {
  .ls-42 {
    letter-spacing: 0.021em;
  }
}
@media screen and (max-width: 414px) {
  .ls-42 {
    letter-spacing: 0.0042em;
  }
}

.ls-43 {
  letter-spacing: 0.043em;
}
@media screen and (max-width: 768px) {
  .ls-43 {
    letter-spacing: 0.0215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-43 {
    letter-spacing: 0.0043em;
  }
}

.ls-44 {
  letter-spacing: 0.044em;
}
@media screen and (max-width: 768px) {
  .ls-44 {
    letter-spacing: 0.022em;
  }
}
@media screen and (max-width: 414px) {
  .ls-44 {
    letter-spacing: 0.0044em;
  }
}

.ls-45 {
  letter-spacing: 0.045em;
}
@media screen and (max-width: 768px) {
  .ls-45 {
    letter-spacing: 0.0225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-45 {
    letter-spacing: 0.0045em;
  }
}

.ls-46 {
  letter-spacing: 0.046em;
}
@media screen and (max-width: 768px) {
  .ls-46 {
    letter-spacing: 0.023em;
  }
}
@media screen and (max-width: 414px) {
  .ls-46 {
    letter-spacing: 0.0046em;
  }
}

.ls-47 {
  letter-spacing: 0.047em;
}
@media screen and (max-width: 768px) {
  .ls-47 {
    letter-spacing: 0.0235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-47 {
    letter-spacing: 0.0047em;
  }
}

.ls-48 {
  letter-spacing: 0.048em;
}
@media screen and (max-width: 768px) {
  .ls-48 {
    letter-spacing: 0.024em;
  }
}
@media screen and (max-width: 414px) {
  .ls-48 {
    letter-spacing: 0.0048em;
  }
}

.ls-49 {
  letter-spacing: 0.049em;
}
@media screen and (max-width: 768px) {
  .ls-49 {
    letter-spacing: 0.0245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-49 {
    letter-spacing: 0.0049em;
  }
}

.ls-50 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ls-50 {
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-50 {
    letter-spacing: 0.005em;
  }
}

.ls-51 {
  letter-spacing: 0.051em;
}
@media screen and (max-width: 768px) {
  .ls-51 {
    letter-spacing: 0.0255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-51 {
    letter-spacing: 0.0051em;
  }
}

.ls-52 {
  letter-spacing: 0.052em;
}
@media screen and (max-width: 768px) {
  .ls-52 {
    letter-spacing: 0.026em;
  }
}
@media screen and (max-width: 414px) {
  .ls-52 {
    letter-spacing: 0.0052em;
  }
}

.ls-53 {
  letter-spacing: 0.053em;
}
@media screen and (max-width: 768px) {
  .ls-53 {
    letter-spacing: 0.0265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-53 {
    letter-spacing: 0.0053em;
  }
}

.ls-54 {
  letter-spacing: 0.054em;
}
@media screen and (max-width: 768px) {
  .ls-54 {
    letter-spacing: 0.027em;
  }
}
@media screen and (max-width: 414px) {
  .ls-54 {
    letter-spacing: 0.0054em;
  }
}

.ls-55 {
  letter-spacing: 0.055em;
}
@media screen and (max-width: 768px) {
  .ls-55 {
    letter-spacing: 0.0275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-55 {
    letter-spacing: 0.0055em;
  }
}

.ls-56 {
  letter-spacing: 0.056em;
}
@media screen and (max-width: 768px) {
  .ls-56 {
    letter-spacing: 0.028em;
  }
}
@media screen and (max-width: 414px) {
  .ls-56 {
    letter-spacing: 0.0056em;
  }
}

.ls-57 {
  letter-spacing: 0.057em;
}
@media screen and (max-width: 768px) {
  .ls-57 {
    letter-spacing: 0.0285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-57 {
    letter-spacing: 0.0057em;
  }
}

.ls-58 {
  letter-spacing: 0.058em;
}
@media screen and (max-width: 768px) {
  .ls-58 {
    letter-spacing: 0.029em;
  }
}
@media screen and (max-width: 414px) {
  .ls-58 {
    letter-spacing: 0.0058em;
  }
}

.ls-59 {
  letter-spacing: 0.059em;
}
@media screen and (max-width: 768px) {
  .ls-59 {
    letter-spacing: 0.0295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-59 {
    letter-spacing: 0.0059em;
  }
}

.ls-60 {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .ls-60 {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 414px) {
  .ls-60 {
    letter-spacing: 0.006em;
  }
}

.ls-61 {
  letter-spacing: 0.061em;
}
@media screen and (max-width: 768px) {
  .ls-61 {
    letter-spacing: 0.0305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-61 {
    letter-spacing: 0.0061em;
  }
}

.ls-62 {
  letter-spacing: 0.062em;
}
@media screen and (max-width: 768px) {
  .ls-62 {
    letter-spacing: 0.031em;
  }
}
@media screen and (max-width: 414px) {
  .ls-62 {
    letter-spacing: 0.0062em;
  }
}

.ls-63 {
  letter-spacing: 0.063em;
}
@media screen and (max-width: 768px) {
  .ls-63 {
    letter-spacing: 0.0315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-63 {
    letter-spacing: 0.0063em;
  }
}

.ls-64 {
  letter-spacing: 0.064em;
}
@media screen and (max-width: 768px) {
  .ls-64 {
    letter-spacing: 0.032em;
  }
}
@media screen and (max-width: 414px) {
  .ls-64 {
    letter-spacing: 0.0064em;
  }
}

.ls-65 {
  letter-spacing: 0.065em;
}
@media screen and (max-width: 768px) {
  .ls-65 {
    letter-spacing: 0.0325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-65 {
    letter-spacing: 0.0065em;
  }
}

.ls-66 {
  letter-spacing: 0.066em;
}
@media screen and (max-width: 768px) {
  .ls-66 {
    letter-spacing: 0.033em;
  }
}
@media screen and (max-width: 414px) {
  .ls-66 {
    letter-spacing: 0.0066em;
  }
}

.ls-67 {
  letter-spacing: 0.067em;
}
@media screen and (max-width: 768px) {
  .ls-67 {
    letter-spacing: 0.0335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-67 {
    letter-spacing: 0.0067em;
  }
}

.ls-68 {
  letter-spacing: 0.068em;
}
@media screen and (max-width: 768px) {
  .ls-68 {
    letter-spacing: 0.034em;
  }
}
@media screen and (max-width: 414px) {
  .ls-68 {
    letter-spacing: 0.0068em;
  }
}

.ls-69 {
  letter-spacing: 0.069em;
}
@media screen and (max-width: 768px) {
  .ls-69 {
    letter-spacing: 0.0345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-69 {
    letter-spacing: 0.0069em;
  }
}

.ls-70 {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .ls-70 {
    letter-spacing: 0.035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-70 {
    letter-spacing: 0.007em;
  }
}

.ls-71 {
  letter-spacing: 0.071em;
}
@media screen and (max-width: 768px) {
  .ls-71 {
    letter-spacing: 0.0355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-71 {
    letter-spacing: 0.0071em;
  }
}

.ls-72 {
  letter-spacing: 0.072em;
}
@media screen and (max-width: 768px) {
  .ls-72 {
    letter-spacing: 0.036em;
  }
}
@media screen and (max-width: 414px) {
  .ls-72 {
    letter-spacing: 0.0072em;
  }
}

.ls-73 {
  letter-spacing: 0.073em;
}
@media screen and (max-width: 768px) {
  .ls-73 {
    letter-spacing: 0.0365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-73 {
    letter-spacing: 0.0073em;
  }
}

.ls-74 {
  letter-spacing: 0.074em;
}
@media screen and (max-width: 768px) {
  .ls-74 {
    letter-spacing: 0.037em;
  }
}
@media screen and (max-width: 414px) {
  .ls-74 {
    letter-spacing: 0.0074em;
  }
}

.ls-75 {
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .ls-75 {
    letter-spacing: 0.0375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-75 {
    letter-spacing: 0.0075em;
  }
}

.ls-76 {
  letter-spacing: 0.076em;
}
@media screen and (max-width: 768px) {
  .ls-76 {
    letter-spacing: 0.038em;
  }
}
@media screen and (max-width: 414px) {
  .ls-76 {
    letter-spacing: 0.0076em;
  }
}

.ls-77 {
  letter-spacing: 0.077em;
}
@media screen and (max-width: 768px) {
  .ls-77 {
    letter-spacing: 0.0385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-77 {
    letter-spacing: 0.0077em;
  }
}

.ls-78 {
  letter-spacing: 0.078em;
}
@media screen and (max-width: 768px) {
  .ls-78 {
    letter-spacing: 0.039em;
  }
}
@media screen and (max-width: 414px) {
  .ls-78 {
    letter-spacing: 0.0078em;
  }
}

.ls-79 {
  letter-spacing: 0.079em;
}
@media screen and (max-width: 768px) {
  .ls-79 {
    letter-spacing: 0.0395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-79 {
    letter-spacing: 0.0079em;
  }
}

.ls-80 {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .ls-80 {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 414px) {
  .ls-80 {
    letter-spacing: 0.008em;
  }
}

.ls-81 {
  letter-spacing: 0.081em;
}
@media screen and (max-width: 768px) {
  .ls-81 {
    letter-spacing: 0.0405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-81 {
    letter-spacing: 0.0081em;
  }
}

.ls-82 {
  letter-spacing: 0.082em;
}
@media screen and (max-width: 768px) {
  .ls-82 {
    letter-spacing: 0.041em;
  }
}
@media screen and (max-width: 414px) {
  .ls-82 {
    letter-spacing: 0.0082em;
  }
}

.ls-83 {
  letter-spacing: 0.083em;
}
@media screen and (max-width: 768px) {
  .ls-83 {
    letter-spacing: 0.0415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-83 {
    letter-spacing: 0.0083em;
  }
}

.ls-84 {
  letter-spacing: 0.084em;
}
@media screen and (max-width: 768px) {
  .ls-84 {
    letter-spacing: 0.042em;
  }
}
@media screen and (max-width: 414px) {
  .ls-84 {
    letter-spacing: 0.0084em;
  }
}

.ls-85 {
  letter-spacing: 0.085em;
}
@media screen and (max-width: 768px) {
  .ls-85 {
    letter-spacing: 0.0425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-85 {
    letter-spacing: 0.0085em;
  }
}

.ls-86 {
  letter-spacing: 0.086em;
}
@media screen and (max-width: 768px) {
  .ls-86 {
    letter-spacing: 0.043em;
  }
}
@media screen and (max-width: 414px) {
  .ls-86 {
    letter-spacing: 0.0086em;
  }
}

.ls-87 {
  letter-spacing: 0.087em;
}
@media screen and (max-width: 768px) {
  .ls-87 {
    letter-spacing: 0.0435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-87 {
    letter-spacing: 0.0087em;
  }
}

.ls-88 {
  letter-spacing: 0.088em;
}
@media screen and (max-width: 768px) {
  .ls-88 {
    letter-spacing: 0.044em;
  }
}
@media screen and (max-width: 414px) {
  .ls-88 {
    letter-spacing: 0.0088em;
  }
}

.ls-89 {
  letter-spacing: 0.089em;
}
@media screen and (max-width: 768px) {
  .ls-89 {
    letter-spacing: 0.0445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-89 {
    letter-spacing: 0.0089em;
  }
}

.ls-90 {
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .ls-90 {
    letter-spacing: 0.045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-90 {
    letter-spacing: 0.009em;
  }
}

.ls-91 {
  letter-spacing: 0.091em;
}
@media screen and (max-width: 768px) {
  .ls-91 {
    letter-spacing: 0.0455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-91 {
    letter-spacing: 0.0091em;
  }
}

.ls-92 {
  letter-spacing: 0.092em;
}
@media screen and (max-width: 768px) {
  .ls-92 {
    letter-spacing: 0.046em;
  }
}
@media screen and (max-width: 414px) {
  .ls-92 {
    letter-spacing: 0.0092em;
  }
}

.ls-93 {
  letter-spacing: 0.093em;
}
@media screen and (max-width: 768px) {
  .ls-93 {
    letter-spacing: 0.0465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-93 {
    letter-spacing: 0.0093em;
  }
}

.ls-94 {
  letter-spacing: 0.094em;
}
@media screen and (max-width: 768px) {
  .ls-94 {
    letter-spacing: 0.047em;
  }
}
@media screen and (max-width: 414px) {
  .ls-94 {
    letter-spacing: 0.0094em;
  }
}

.ls-95 {
  letter-spacing: 0.095em;
}
@media screen and (max-width: 768px) {
  .ls-95 {
    letter-spacing: 0.0475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-95 {
    letter-spacing: 0.0095em;
  }
}

.ls-96 {
  letter-spacing: 0.096em;
}
@media screen and (max-width: 768px) {
  .ls-96 {
    letter-spacing: 0.048em;
  }
}
@media screen and (max-width: 414px) {
  .ls-96 {
    letter-spacing: 0.0096em;
  }
}

.ls-97 {
  letter-spacing: 0.097em;
}
@media screen and (max-width: 768px) {
  .ls-97 {
    letter-spacing: 0.0485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-97 {
    letter-spacing: 0.0097em;
  }
}

.ls-98 {
  letter-spacing: 0.098em;
}
@media screen and (max-width: 768px) {
  .ls-98 {
    letter-spacing: 0.049em;
  }
}
@media screen and (max-width: 414px) {
  .ls-98 {
    letter-spacing: 0.0098em;
  }
}

.ls-99 {
  letter-spacing: 0.099em;
}
@media screen and (max-width: 768px) {
  .ls-99 {
    letter-spacing: 0.0495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-99 {
    letter-spacing: 0.0099em;
  }
}

.ls-100 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ls-100 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 414px) {
  .ls-100 {
    letter-spacing: 0.01em;
  }
}

.ls-101 {
  letter-spacing: 0.101em;
}
@media screen and (max-width: 768px) {
  .ls-101 {
    letter-spacing: 0.0505em;
  }
}
@media screen and (max-width: 414px) {
  .ls-101 {
    letter-spacing: 0.0101em;
  }
}

.ls-102 {
  letter-spacing: 0.102em;
}
@media screen and (max-width: 768px) {
  .ls-102 {
    letter-spacing: 0.051em;
  }
}
@media screen and (max-width: 414px) {
  .ls-102 {
    letter-spacing: 0.0102em;
  }
}

.ls-103 {
  letter-spacing: 0.103em;
}
@media screen and (max-width: 768px) {
  .ls-103 {
    letter-spacing: 0.0515em;
  }
}
@media screen and (max-width: 414px) {
  .ls-103 {
    letter-spacing: 0.0103em;
  }
}

.ls-104 {
  letter-spacing: 0.104em;
}
@media screen and (max-width: 768px) {
  .ls-104 {
    letter-spacing: 0.052em;
  }
}
@media screen and (max-width: 414px) {
  .ls-104 {
    letter-spacing: 0.0104em;
  }
}

.ls-105 {
  letter-spacing: 0.105em;
}
@media screen and (max-width: 768px) {
  .ls-105 {
    letter-spacing: 0.0525em;
  }
}
@media screen and (max-width: 414px) {
  .ls-105 {
    letter-spacing: 0.0105em;
  }
}

.ls-106 {
  letter-spacing: 0.106em;
}
@media screen and (max-width: 768px) {
  .ls-106 {
    letter-spacing: 0.053em;
  }
}
@media screen and (max-width: 414px) {
  .ls-106 {
    letter-spacing: 0.0106em;
  }
}

.ls-107 {
  letter-spacing: 0.107em;
}
@media screen and (max-width: 768px) {
  .ls-107 {
    letter-spacing: 0.0535em;
  }
}
@media screen and (max-width: 414px) {
  .ls-107 {
    letter-spacing: 0.0107em;
  }
}

.ls-108 {
  letter-spacing: 0.108em;
}
@media screen and (max-width: 768px) {
  .ls-108 {
    letter-spacing: 0.054em;
  }
}
@media screen and (max-width: 414px) {
  .ls-108 {
    letter-spacing: 0.0108em;
  }
}

.ls-109 {
  letter-spacing: 0.109em;
}
@media screen and (max-width: 768px) {
  .ls-109 {
    letter-spacing: 0.0545em;
  }
}
@media screen and (max-width: 414px) {
  .ls-109 {
    letter-spacing: 0.0109em;
  }
}

.ls-110 {
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .ls-110 {
    letter-spacing: 0.055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-110 {
    letter-spacing: 0.011em;
  }
}

.ls-111 {
  letter-spacing: 0.111em;
}
@media screen and (max-width: 768px) {
  .ls-111 {
    letter-spacing: 0.0555em;
  }
}
@media screen and (max-width: 414px) {
  .ls-111 {
    letter-spacing: 0.0111em;
  }
}

.ls-112 {
  letter-spacing: 0.112em;
}
@media screen and (max-width: 768px) {
  .ls-112 {
    letter-spacing: 0.056em;
  }
}
@media screen and (max-width: 414px) {
  .ls-112 {
    letter-spacing: 0.0112em;
  }
}

.ls-113 {
  letter-spacing: 0.113em;
}
@media screen and (max-width: 768px) {
  .ls-113 {
    letter-spacing: 0.0565em;
  }
}
@media screen and (max-width: 414px) {
  .ls-113 {
    letter-spacing: 0.0113em;
  }
}

.ls-114 {
  letter-spacing: 0.114em;
}
@media screen and (max-width: 768px) {
  .ls-114 {
    letter-spacing: 0.057em;
  }
}
@media screen and (max-width: 414px) {
  .ls-114 {
    letter-spacing: 0.0114em;
  }
}

.ls-115 {
  letter-spacing: 0.115em;
}
@media screen and (max-width: 768px) {
  .ls-115 {
    letter-spacing: 0.0575em;
  }
}
@media screen and (max-width: 414px) {
  .ls-115 {
    letter-spacing: 0.0115em;
  }
}

.ls-116 {
  letter-spacing: 0.116em;
}
@media screen and (max-width: 768px) {
  .ls-116 {
    letter-spacing: 0.058em;
  }
}
@media screen and (max-width: 414px) {
  .ls-116 {
    letter-spacing: 0.0116em;
  }
}

.ls-117 {
  letter-spacing: 0.117em;
}
@media screen and (max-width: 768px) {
  .ls-117 {
    letter-spacing: 0.0585em;
  }
}
@media screen and (max-width: 414px) {
  .ls-117 {
    letter-spacing: 0.0117em;
  }
}

.ls-118 {
  letter-spacing: 0.118em;
}
@media screen and (max-width: 768px) {
  .ls-118 {
    letter-spacing: 0.059em;
  }
}
@media screen and (max-width: 414px) {
  .ls-118 {
    letter-spacing: 0.0118em;
  }
}

.ls-119 {
  letter-spacing: 0.119em;
}
@media screen and (max-width: 768px) {
  .ls-119 {
    letter-spacing: 0.0595em;
  }
}
@media screen and (max-width: 414px) {
  .ls-119 {
    letter-spacing: 0.0119em;
  }
}

.ls-120 {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .ls-120 {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 414px) {
  .ls-120 {
    letter-spacing: 0.012em;
  }
}

.ls-121 {
  letter-spacing: 0.121em;
}
@media screen and (max-width: 768px) {
  .ls-121 {
    letter-spacing: 0.0605em;
  }
}
@media screen and (max-width: 414px) {
  .ls-121 {
    letter-spacing: 0.0121em;
  }
}

.ls-122 {
  letter-spacing: 0.122em;
}
@media screen and (max-width: 768px) {
  .ls-122 {
    letter-spacing: 0.061em;
  }
}
@media screen and (max-width: 414px) {
  .ls-122 {
    letter-spacing: 0.0122em;
  }
}

.ls-123 {
  letter-spacing: 0.123em;
}
@media screen and (max-width: 768px) {
  .ls-123 {
    letter-spacing: 0.0615em;
  }
}
@media screen and (max-width: 414px) {
  .ls-123 {
    letter-spacing: 0.0123em;
  }
}

.ls-124 {
  letter-spacing: 0.124em;
}
@media screen and (max-width: 768px) {
  .ls-124 {
    letter-spacing: 0.062em;
  }
}
@media screen and (max-width: 414px) {
  .ls-124 {
    letter-spacing: 0.0124em;
  }
}

.ls-125 {
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .ls-125 {
    letter-spacing: 0.0625em;
  }
}
@media screen and (max-width: 414px) {
  .ls-125 {
    letter-spacing: 0.0125em;
  }
}

.ls-126 {
  letter-spacing: 0.126em;
}
@media screen and (max-width: 768px) {
  .ls-126 {
    letter-spacing: 0.063em;
  }
}
@media screen and (max-width: 414px) {
  .ls-126 {
    letter-spacing: 0.0126em;
  }
}

.ls-127 {
  letter-spacing: 0.127em;
}
@media screen and (max-width: 768px) {
  .ls-127 {
    letter-spacing: 0.0635em;
  }
}
@media screen and (max-width: 414px) {
  .ls-127 {
    letter-spacing: 0.0127em;
  }
}

.ls-128 {
  letter-spacing: 0.128em;
}
@media screen and (max-width: 768px) {
  .ls-128 {
    letter-spacing: 0.064em;
  }
}
@media screen and (max-width: 414px) {
  .ls-128 {
    letter-spacing: 0.0128em;
  }
}

.ls-129 {
  letter-spacing: 0.129em;
}
@media screen and (max-width: 768px) {
  .ls-129 {
    letter-spacing: 0.0645em;
  }
}
@media screen and (max-width: 414px) {
  .ls-129 {
    letter-spacing: 0.0129em;
  }
}

.ls-130 {
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .ls-130 {
    letter-spacing: 0.065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-130 {
    letter-spacing: 0.013em;
  }
}

.ls-131 {
  letter-spacing: 0.131em;
}
@media screen and (max-width: 768px) {
  .ls-131 {
    letter-spacing: 0.0655em;
  }
}
@media screen and (max-width: 414px) {
  .ls-131 {
    letter-spacing: 0.0131em;
  }
}

.ls-132 {
  letter-spacing: 0.132em;
}
@media screen and (max-width: 768px) {
  .ls-132 {
    letter-spacing: 0.066em;
  }
}
@media screen and (max-width: 414px) {
  .ls-132 {
    letter-spacing: 0.0132em;
  }
}

.ls-133 {
  letter-spacing: 0.133em;
}
@media screen and (max-width: 768px) {
  .ls-133 {
    letter-spacing: 0.0665em;
  }
}
@media screen and (max-width: 414px) {
  .ls-133 {
    letter-spacing: 0.0133em;
  }
}

.ls-134 {
  letter-spacing: 0.134em;
}
@media screen and (max-width: 768px) {
  .ls-134 {
    letter-spacing: 0.067em;
  }
}
@media screen and (max-width: 414px) {
  .ls-134 {
    letter-spacing: 0.0134em;
  }
}

.ls-135 {
  letter-spacing: 0.135em;
}
@media screen and (max-width: 768px) {
  .ls-135 {
    letter-spacing: 0.0675em;
  }
}
@media screen and (max-width: 414px) {
  .ls-135 {
    letter-spacing: 0.0135em;
  }
}

.ls-136 {
  letter-spacing: 0.136em;
}
@media screen and (max-width: 768px) {
  .ls-136 {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 414px) {
  .ls-136 {
    letter-spacing: 0.0136em;
  }
}

.ls-137 {
  letter-spacing: 0.137em;
}
@media screen and (max-width: 768px) {
  .ls-137 {
    letter-spacing: 0.0685em;
  }
}
@media screen and (max-width: 414px) {
  .ls-137 {
    letter-spacing: 0.0137em;
  }
}

.ls-138 {
  letter-spacing: 0.138em;
}
@media screen and (max-width: 768px) {
  .ls-138 {
    letter-spacing: 0.069em;
  }
}
@media screen and (max-width: 414px) {
  .ls-138 {
    letter-spacing: 0.0138em;
  }
}

.ls-139 {
  letter-spacing: 0.139em;
}
@media screen and (max-width: 768px) {
  .ls-139 {
    letter-spacing: 0.0695em;
  }
}
@media screen and (max-width: 414px) {
  .ls-139 {
    letter-spacing: 0.0139em;
  }
}

.ls-140 {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .ls-140 {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 414px) {
  .ls-140 {
    letter-spacing: 0.014em;
  }
}

.ls-141 {
  letter-spacing: 0.141em;
}
@media screen and (max-width: 768px) {
  .ls-141 {
    letter-spacing: 0.0705em;
  }
}
@media screen and (max-width: 414px) {
  .ls-141 {
    letter-spacing: 0.0141em;
  }
}

.ls-142 {
  letter-spacing: 0.142em;
}
@media screen and (max-width: 768px) {
  .ls-142 {
    letter-spacing: 0.071em;
  }
}
@media screen and (max-width: 414px) {
  .ls-142 {
    letter-spacing: 0.0142em;
  }
}

.ls-143 {
  letter-spacing: 0.143em;
}
@media screen and (max-width: 768px) {
  .ls-143 {
    letter-spacing: 0.0715em;
  }
}
@media screen and (max-width: 414px) {
  .ls-143 {
    letter-spacing: 0.0143em;
  }
}

.ls-144 {
  letter-spacing: 0.144em;
}
@media screen and (max-width: 768px) {
  .ls-144 {
    letter-spacing: 0.072em;
  }
}
@media screen and (max-width: 414px) {
  .ls-144 {
    letter-spacing: 0.0144em;
  }
}

.ls-145 {
  letter-spacing: 0.145em;
}
@media screen and (max-width: 768px) {
  .ls-145 {
    letter-spacing: 0.0725em;
  }
}
@media screen and (max-width: 414px) {
  .ls-145 {
    letter-spacing: 0.0145em;
  }
}

.ls-146 {
  letter-spacing: 0.146em;
}
@media screen and (max-width: 768px) {
  .ls-146 {
    letter-spacing: 0.073em;
  }
}
@media screen and (max-width: 414px) {
  .ls-146 {
    letter-spacing: 0.0146em;
  }
}

.ls-147 {
  letter-spacing: 0.147em;
}
@media screen and (max-width: 768px) {
  .ls-147 {
    letter-spacing: 0.0735em;
  }
}
@media screen and (max-width: 414px) {
  .ls-147 {
    letter-spacing: 0.0147em;
  }
}

.ls-148 {
  letter-spacing: 0.148em;
}
@media screen and (max-width: 768px) {
  .ls-148 {
    letter-spacing: 0.074em;
  }
}
@media screen and (max-width: 414px) {
  .ls-148 {
    letter-spacing: 0.0148em;
  }
}

.ls-149 {
  letter-spacing: 0.149em;
}
@media screen and (max-width: 768px) {
  .ls-149 {
    letter-spacing: 0.0745em;
  }
}
@media screen and (max-width: 414px) {
  .ls-149 {
    letter-spacing: 0.0149em;
  }
}

.ls-150 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .ls-150 {
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-150 {
    letter-spacing: 0.015em;
  }
}

.ls-151 {
  letter-spacing: 0.151em;
}
@media screen and (max-width: 768px) {
  .ls-151 {
    letter-spacing: 0.0755em;
  }
}
@media screen and (max-width: 414px) {
  .ls-151 {
    letter-spacing: 0.0151em;
  }
}

.ls-152 {
  letter-spacing: 0.152em;
}
@media screen and (max-width: 768px) {
  .ls-152 {
    letter-spacing: 0.076em;
  }
}
@media screen and (max-width: 414px) {
  .ls-152 {
    letter-spacing: 0.0152em;
  }
}

.ls-153 {
  letter-spacing: 0.153em;
}
@media screen and (max-width: 768px) {
  .ls-153 {
    letter-spacing: 0.0765em;
  }
}
@media screen and (max-width: 414px) {
  .ls-153 {
    letter-spacing: 0.0153em;
  }
}

.ls-154 {
  letter-spacing: 0.154em;
}
@media screen and (max-width: 768px) {
  .ls-154 {
    letter-spacing: 0.077em;
  }
}
@media screen and (max-width: 414px) {
  .ls-154 {
    letter-spacing: 0.0154em;
  }
}

.ls-155 {
  letter-spacing: 0.155em;
}
@media screen and (max-width: 768px) {
  .ls-155 {
    letter-spacing: 0.0775em;
  }
}
@media screen and (max-width: 414px) {
  .ls-155 {
    letter-spacing: 0.0155em;
  }
}

.ls-156 {
  letter-spacing: 0.156em;
}
@media screen and (max-width: 768px) {
  .ls-156 {
    letter-spacing: 0.078em;
  }
}
@media screen and (max-width: 414px) {
  .ls-156 {
    letter-spacing: 0.0156em;
  }
}

.ls-157 {
  letter-spacing: 0.157em;
}
@media screen and (max-width: 768px) {
  .ls-157 {
    letter-spacing: 0.0785em;
  }
}
@media screen and (max-width: 414px) {
  .ls-157 {
    letter-spacing: 0.0157em;
  }
}

.ls-158 {
  letter-spacing: 0.158em;
}
@media screen and (max-width: 768px) {
  .ls-158 {
    letter-spacing: 0.079em;
  }
}
@media screen and (max-width: 414px) {
  .ls-158 {
    letter-spacing: 0.0158em;
  }
}

.ls-159 {
  letter-spacing: 0.159em;
}
@media screen and (max-width: 768px) {
  .ls-159 {
    letter-spacing: 0.0795em;
  }
}
@media screen and (max-width: 414px) {
  .ls-159 {
    letter-spacing: 0.0159em;
  }
}

.ls-160 {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .ls-160 {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 414px) {
  .ls-160 {
    letter-spacing: 0.016em;
  }
}

.ls-161 {
  letter-spacing: 0.161em;
}
@media screen and (max-width: 768px) {
  .ls-161 {
    letter-spacing: 0.0805em;
  }
}
@media screen and (max-width: 414px) {
  .ls-161 {
    letter-spacing: 0.0161em;
  }
}

.ls-162 {
  letter-spacing: 0.162em;
}
@media screen and (max-width: 768px) {
  .ls-162 {
    letter-spacing: 0.081em;
  }
}
@media screen and (max-width: 414px) {
  .ls-162 {
    letter-spacing: 0.0162em;
  }
}

.ls-163 {
  letter-spacing: 0.163em;
}
@media screen and (max-width: 768px) {
  .ls-163 {
    letter-spacing: 0.0815em;
  }
}
@media screen and (max-width: 414px) {
  .ls-163 {
    letter-spacing: 0.0163em;
  }
}

.ls-164 {
  letter-spacing: 0.164em;
}
@media screen and (max-width: 768px) {
  .ls-164 {
    letter-spacing: 0.082em;
  }
}
@media screen and (max-width: 414px) {
  .ls-164 {
    letter-spacing: 0.0164em;
  }
}

.ls-165 {
  letter-spacing: 0.165em;
}
@media screen and (max-width: 768px) {
  .ls-165 {
    letter-spacing: 0.0825em;
  }
}
@media screen and (max-width: 414px) {
  .ls-165 {
    letter-spacing: 0.0165em;
  }
}

.ls-166 {
  letter-spacing: 0.166em;
}
@media screen and (max-width: 768px) {
  .ls-166 {
    letter-spacing: 0.083em;
  }
}
@media screen and (max-width: 414px) {
  .ls-166 {
    letter-spacing: 0.0166em;
  }
}

.ls-167 {
  letter-spacing: 0.167em;
}
@media screen and (max-width: 768px) {
  .ls-167 {
    letter-spacing: 0.0835em;
  }
}
@media screen and (max-width: 414px) {
  .ls-167 {
    letter-spacing: 0.0167em;
  }
}

.ls-168 {
  letter-spacing: 0.168em;
}
@media screen and (max-width: 768px) {
  .ls-168 {
    letter-spacing: 0.084em;
  }
}
@media screen and (max-width: 414px) {
  .ls-168 {
    letter-spacing: 0.0168em;
  }
}

.ls-169 {
  letter-spacing: 0.169em;
}
@media screen and (max-width: 768px) {
  .ls-169 {
    letter-spacing: 0.0845em;
  }
}
@media screen and (max-width: 414px) {
  .ls-169 {
    letter-spacing: 0.0169em;
  }
}

.ls-170 {
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .ls-170 {
    letter-spacing: 0.085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-170 {
    letter-spacing: 0.017em;
  }
}

.ls-171 {
  letter-spacing: 0.171em;
}
@media screen and (max-width: 768px) {
  .ls-171 {
    letter-spacing: 0.0855em;
  }
}
@media screen and (max-width: 414px) {
  .ls-171 {
    letter-spacing: 0.0171em;
  }
}

.ls-172 {
  letter-spacing: 0.172em;
}
@media screen and (max-width: 768px) {
  .ls-172 {
    letter-spacing: 0.086em;
  }
}
@media screen and (max-width: 414px) {
  .ls-172 {
    letter-spacing: 0.0172em;
  }
}

.ls-173 {
  letter-spacing: 0.173em;
}
@media screen and (max-width: 768px) {
  .ls-173 {
    letter-spacing: 0.0865em;
  }
}
@media screen and (max-width: 414px) {
  .ls-173 {
    letter-spacing: 0.0173em;
  }
}

.ls-174 {
  letter-spacing: 0.174em;
}
@media screen and (max-width: 768px) {
  .ls-174 {
    letter-spacing: 0.087em;
  }
}
@media screen and (max-width: 414px) {
  .ls-174 {
    letter-spacing: 0.0174em;
  }
}

.ls-175 {
  letter-spacing: 0.175em;
}
@media screen and (max-width: 768px) {
  .ls-175 {
    letter-spacing: 0.0875em;
  }
}
@media screen and (max-width: 414px) {
  .ls-175 {
    letter-spacing: 0.0175em;
  }
}

.ls-176 {
  letter-spacing: 0.176em;
}
@media screen and (max-width: 768px) {
  .ls-176 {
    letter-spacing: 0.088em;
  }
}
@media screen and (max-width: 414px) {
  .ls-176 {
    letter-spacing: 0.0176em;
  }
}

.ls-177 {
  letter-spacing: 0.177em;
}
@media screen and (max-width: 768px) {
  .ls-177 {
    letter-spacing: 0.0885em;
  }
}
@media screen and (max-width: 414px) {
  .ls-177 {
    letter-spacing: 0.0177em;
  }
}

.ls-178 {
  letter-spacing: 0.178em;
}
@media screen and (max-width: 768px) {
  .ls-178 {
    letter-spacing: 0.089em;
  }
}
@media screen and (max-width: 414px) {
  .ls-178 {
    letter-spacing: 0.0178em;
  }
}

.ls-179 {
  letter-spacing: 0.179em;
}
@media screen and (max-width: 768px) {
  .ls-179 {
    letter-spacing: 0.0895em;
  }
}
@media screen and (max-width: 414px) {
  .ls-179 {
    letter-spacing: 0.0179em;
  }
}

.ls-180 {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .ls-180 {
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 414px) {
  .ls-180 {
    letter-spacing: 0.018em;
  }
}

.ls-181 {
  letter-spacing: 0.181em;
}
@media screen and (max-width: 768px) {
  .ls-181 {
    letter-spacing: 0.0905em;
  }
}
@media screen and (max-width: 414px) {
  .ls-181 {
    letter-spacing: 0.0181em;
  }
}

.ls-182 {
  letter-spacing: 0.182em;
}
@media screen and (max-width: 768px) {
  .ls-182 {
    letter-spacing: 0.091em;
  }
}
@media screen and (max-width: 414px) {
  .ls-182 {
    letter-spacing: 0.0182em;
  }
}

.ls-183 {
  letter-spacing: 0.183em;
}
@media screen and (max-width: 768px) {
  .ls-183 {
    letter-spacing: 0.0915em;
  }
}
@media screen and (max-width: 414px) {
  .ls-183 {
    letter-spacing: 0.0183em;
  }
}

.ls-184 {
  letter-spacing: 0.184em;
}
@media screen and (max-width: 768px) {
  .ls-184 {
    letter-spacing: 0.092em;
  }
}
@media screen and (max-width: 414px) {
  .ls-184 {
    letter-spacing: 0.0184em;
  }
}

.ls-185 {
  letter-spacing: 0.185em;
}
@media screen and (max-width: 768px) {
  .ls-185 {
    letter-spacing: 0.0925em;
  }
}
@media screen and (max-width: 414px) {
  .ls-185 {
    letter-spacing: 0.0185em;
  }
}

.ls-186 {
  letter-spacing: 0.186em;
}
@media screen and (max-width: 768px) {
  .ls-186 {
    letter-spacing: 0.093em;
  }
}
@media screen and (max-width: 414px) {
  .ls-186 {
    letter-spacing: 0.0186em;
  }
}

.ls-187 {
  letter-spacing: 0.187em;
}
@media screen and (max-width: 768px) {
  .ls-187 {
    letter-spacing: 0.0935em;
  }
}
@media screen and (max-width: 414px) {
  .ls-187 {
    letter-spacing: 0.0187em;
  }
}

.ls-188 {
  letter-spacing: 0.188em;
}
@media screen and (max-width: 768px) {
  .ls-188 {
    letter-spacing: 0.094em;
  }
}
@media screen and (max-width: 414px) {
  .ls-188 {
    letter-spacing: 0.0188em;
  }
}

.ls-189 {
  letter-spacing: 0.189em;
}
@media screen and (max-width: 768px) {
  .ls-189 {
    letter-spacing: 0.0945em;
  }
}
@media screen and (max-width: 414px) {
  .ls-189 {
    letter-spacing: 0.0189em;
  }
}

.ls-190 {
  letter-spacing: 0.19em;
}
@media screen and (max-width: 768px) {
  .ls-190 {
    letter-spacing: 0.095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-190 {
    letter-spacing: 0.019em;
  }
}

.ls-191 {
  letter-spacing: 0.191em;
}
@media screen and (max-width: 768px) {
  .ls-191 {
    letter-spacing: 0.0955em;
  }
}
@media screen and (max-width: 414px) {
  .ls-191 {
    letter-spacing: 0.0191em;
  }
}

.ls-192 {
  letter-spacing: 0.192em;
}
@media screen and (max-width: 768px) {
  .ls-192 {
    letter-spacing: 0.096em;
  }
}
@media screen and (max-width: 414px) {
  .ls-192 {
    letter-spacing: 0.0192em;
  }
}

.ls-193 {
  letter-spacing: 0.193em;
}
@media screen and (max-width: 768px) {
  .ls-193 {
    letter-spacing: 0.0965em;
  }
}
@media screen and (max-width: 414px) {
  .ls-193 {
    letter-spacing: 0.0193em;
  }
}

.ls-194 {
  letter-spacing: 0.194em;
}
@media screen and (max-width: 768px) {
  .ls-194 {
    letter-spacing: 0.097em;
  }
}
@media screen and (max-width: 414px) {
  .ls-194 {
    letter-spacing: 0.0194em;
  }
}

.ls-195 {
  letter-spacing: 0.195em;
}
@media screen and (max-width: 768px) {
  .ls-195 {
    letter-spacing: 0.0975em;
  }
}
@media screen and (max-width: 414px) {
  .ls-195 {
    letter-spacing: 0.0195em;
  }
}

.ls-196 {
  letter-spacing: 0.196em;
}
@media screen and (max-width: 768px) {
  .ls-196 {
    letter-spacing: 0.098em;
  }
}
@media screen and (max-width: 414px) {
  .ls-196 {
    letter-spacing: 0.0196em;
  }
}

.ls-197 {
  letter-spacing: 0.197em;
}
@media screen and (max-width: 768px) {
  .ls-197 {
    letter-spacing: 0.0985em;
  }
}
@media screen and (max-width: 414px) {
  .ls-197 {
    letter-spacing: 0.0197em;
  }
}

.ls-198 {
  letter-spacing: 0.198em;
}
@media screen and (max-width: 768px) {
  .ls-198 {
    letter-spacing: 0.099em;
  }
}
@media screen and (max-width: 414px) {
  .ls-198 {
    letter-spacing: 0.0198em;
  }
}

.ls-199 {
  letter-spacing: 0.199em;
}
@media screen and (max-width: 768px) {
  .ls-199 {
    letter-spacing: 0.0995em;
  }
}
@media screen and (max-width: 414px) {
  .ls-199 {
    letter-spacing: 0.0199em;
  }
}

.ls-200 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ls-200 {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 414px) {
  .ls-200 {
    letter-spacing: 0.02em;
  }
}

.ls-201 {
  letter-spacing: 0.201em;
}
@media screen and (max-width: 768px) {
  .ls-201 {
    letter-spacing: 0.1005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-201 {
    letter-spacing: 0.0201em;
  }
}

.ls-202 {
  letter-spacing: 0.202em;
}
@media screen and (max-width: 768px) {
  .ls-202 {
    letter-spacing: 0.101em;
  }
}
@media screen and (max-width: 414px) {
  .ls-202 {
    letter-spacing: 0.0202em;
  }
}

.ls-203 {
  letter-spacing: 0.203em;
}
@media screen and (max-width: 768px) {
  .ls-203 {
    letter-spacing: 0.1015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-203 {
    letter-spacing: 0.0203em;
  }
}

.ls-204 {
  letter-spacing: 0.204em;
}
@media screen and (max-width: 768px) {
  .ls-204 {
    letter-spacing: 0.102em;
  }
}
@media screen and (max-width: 414px) {
  .ls-204 {
    letter-spacing: 0.0204em;
  }
}

.ls-205 {
  letter-spacing: 0.205em;
}
@media screen and (max-width: 768px) {
  .ls-205 {
    letter-spacing: 0.1025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-205 {
    letter-spacing: 0.0205em;
  }
}

.ls-206 {
  letter-spacing: 0.206em;
}
@media screen and (max-width: 768px) {
  .ls-206 {
    letter-spacing: 0.103em;
  }
}
@media screen and (max-width: 414px) {
  .ls-206 {
    letter-spacing: 0.0206em;
  }
}

.ls-207 {
  letter-spacing: 0.207em;
}
@media screen and (max-width: 768px) {
  .ls-207 {
    letter-spacing: 0.1035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-207 {
    letter-spacing: 0.0207em;
  }
}

.ls-208 {
  letter-spacing: 0.208em;
}
@media screen and (max-width: 768px) {
  .ls-208 {
    letter-spacing: 0.104em;
  }
}
@media screen and (max-width: 414px) {
  .ls-208 {
    letter-spacing: 0.0208em;
  }
}

.ls-209 {
  letter-spacing: 0.209em;
}
@media screen and (max-width: 768px) {
  .ls-209 {
    letter-spacing: 0.1045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-209 {
    letter-spacing: 0.0209em;
  }
}

.ls-210 {
  letter-spacing: 0.21em;
}
@media screen and (max-width: 768px) {
  .ls-210 {
    letter-spacing: 0.105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-210 {
    letter-spacing: 0.021em;
  }
}

.ls-211 {
  letter-spacing: 0.211em;
}
@media screen and (max-width: 768px) {
  .ls-211 {
    letter-spacing: 0.1055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-211 {
    letter-spacing: 0.0211em;
  }
}

.ls-212 {
  letter-spacing: 0.212em;
}
@media screen and (max-width: 768px) {
  .ls-212 {
    letter-spacing: 0.106em;
  }
}
@media screen and (max-width: 414px) {
  .ls-212 {
    letter-spacing: 0.0212em;
  }
}

.ls-213 {
  letter-spacing: 0.213em;
}
@media screen and (max-width: 768px) {
  .ls-213 {
    letter-spacing: 0.1065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-213 {
    letter-spacing: 0.0213em;
  }
}

.ls-214 {
  letter-spacing: 0.214em;
}
@media screen and (max-width: 768px) {
  .ls-214 {
    letter-spacing: 0.107em;
  }
}
@media screen and (max-width: 414px) {
  .ls-214 {
    letter-spacing: 0.0214em;
  }
}

.ls-215 {
  letter-spacing: 0.215em;
}
@media screen and (max-width: 768px) {
  .ls-215 {
    letter-spacing: 0.1075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-215 {
    letter-spacing: 0.0215em;
  }
}

.ls-216 {
  letter-spacing: 0.216em;
}
@media screen and (max-width: 768px) {
  .ls-216 {
    letter-spacing: 0.108em;
  }
}
@media screen and (max-width: 414px) {
  .ls-216 {
    letter-spacing: 0.0216em;
  }
}

.ls-217 {
  letter-spacing: 0.217em;
}
@media screen and (max-width: 768px) {
  .ls-217 {
    letter-spacing: 0.1085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-217 {
    letter-spacing: 0.0217em;
  }
}

.ls-218 {
  letter-spacing: 0.218em;
}
@media screen and (max-width: 768px) {
  .ls-218 {
    letter-spacing: 0.109em;
  }
}
@media screen and (max-width: 414px) {
  .ls-218 {
    letter-spacing: 0.0218em;
  }
}

.ls-219 {
  letter-spacing: 0.219em;
}
@media screen and (max-width: 768px) {
  .ls-219 {
    letter-spacing: 0.1095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-219 {
    letter-spacing: 0.0219em;
  }
}

.ls-220 {
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .ls-220 {
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 414px) {
  .ls-220 {
    letter-spacing: 0.022em;
  }
}

.ls-221 {
  letter-spacing: 0.221em;
}
@media screen and (max-width: 768px) {
  .ls-221 {
    letter-spacing: 0.1105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-221 {
    letter-spacing: 0.0221em;
  }
}

.ls-222 {
  letter-spacing: 0.222em;
}
@media screen and (max-width: 768px) {
  .ls-222 {
    letter-spacing: 0.111em;
  }
}
@media screen and (max-width: 414px) {
  .ls-222 {
    letter-spacing: 0.0222em;
  }
}

.ls-223 {
  letter-spacing: 0.223em;
}
@media screen and (max-width: 768px) {
  .ls-223 {
    letter-spacing: 0.1115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-223 {
    letter-spacing: 0.0223em;
  }
}

.ls-224 {
  letter-spacing: 0.224em;
}
@media screen and (max-width: 768px) {
  .ls-224 {
    letter-spacing: 0.112em;
  }
}
@media screen and (max-width: 414px) {
  .ls-224 {
    letter-spacing: 0.0224em;
  }
}

.ls-225 {
  letter-spacing: 0.225em;
}
@media screen and (max-width: 768px) {
  .ls-225 {
    letter-spacing: 0.1125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-225 {
    letter-spacing: 0.0225em;
  }
}

.ls-226 {
  letter-spacing: 0.226em;
}
@media screen and (max-width: 768px) {
  .ls-226 {
    letter-spacing: 0.113em;
  }
}
@media screen and (max-width: 414px) {
  .ls-226 {
    letter-spacing: 0.0226em;
  }
}

.ls-227 {
  letter-spacing: 0.227em;
}
@media screen and (max-width: 768px) {
  .ls-227 {
    letter-spacing: 0.1135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-227 {
    letter-spacing: 0.0227em;
  }
}

.ls-228 {
  letter-spacing: 0.228em;
}
@media screen and (max-width: 768px) {
  .ls-228 {
    letter-spacing: 0.114em;
  }
}
@media screen and (max-width: 414px) {
  .ls-228 {
    letter-spacing: 0.0228em;
  }
}

.ls-229 {
  letter-spacing: 0.229em;
}
@media screen and (max-width: 768px) {
  .ls-229 {
    letter-spacing: 0.1145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-229 {
    letter-spacing: 0.0229em;
  }
}

.ls-230 {
  letter-spacing: 0.23em;
}
@media screen and (max-width: 768px) {
  .ls-230 {
    letter-spacing: 0.115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-230 {
    letter-spacing: 0.023em;
  }
}

.ls-231 {
  letter-spacing: 0.231em;
}
@media screen and (max-width: 768px) {
  .ls-231 {
    letter-spacing: 0.1155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-231 {
    letter-spacing: 0.0231em;
  }
}

.ls-232 {
  letter-spacing: 0.232em;
}
@media screen and (max-width: 768px) {
  .ls-232 {
    letter-spacing: 0.116em;
  }
}
@media screen and (max-width: 414px) {
  .ls-232 {
    letter-spacing: 0.0232em;
  }
}

.ls-233 {
  letter-spacing: 0.233em;
}
@media screen and (max-width: 768px) {
  .ls-233 {
    letter-spacing: 0.1165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-233 {
    letter-spacing: 0.0233em;
  }
}

.ls-234 {
  letter-spacing: 0.234em;
}
@media screen and (max-width: 768px) {
  .ls-234 {
    letter-spacing: 0.117em;
  }
}
@media screen and (max-width: 414px) {
  .ls-234 {
    letter-spacing: 0.0234em;
  }
}

.ls-235 {
  letter-spacing: 0.235em;
}
@media screen and (max-width: 768px) {
  .ls-235 {
    letter-spacing: 0.1175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-235 {
    letter-spacing: 0.0235em;
  }
}

.ls-236 {
  letter-spacing: 0.236em;
}
@media screen and (max-width: 768px) {
  .ls-236 {
    letter-spacing: 0.118em;
  }
}
@media screen and (max-width: 414px) {
  .ls-236 {
    letter-spacing: 0.0236em;
  }
}

.ls-237 {
  letter-spacing: 0.237em;
}
@media screen and (max-width: 768px) {
  .ls-237 {
    letter-spacing: 0.1185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-237 {
    letter-spacing: 0.0237em;
  }
}

.ls-238 {
  letter-spacing: 0.238em;
}
@media screen and (max-width: 768px) {
  .ls-238 {
    letter-spacing: 0.119em;
  }
}
@media screen and (max-width: 414px) {
  .ls-238 {
    letter-spacing: 0.0238em;
  }
}

.ls-239 {
  letter-spacing: 0.239em;
}
@media screen and (max-width: 768px) {
  .ls-239 {
    letter-spacing: 0.1195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-239 {
    letter-spacing: 0.0239em;
  }
}

.ls-240 {
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .ls-240 {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 414px) {
  .ls-240 {
    letter-spacing: 0.024em;
  }
}

.ls-241 {
  letter-spacing: 0.241em;
}
@media screen and (max-width: 768px) {
  .ls-241 {
    letter-spacing: 0.1205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-241 {
    letter-spacing: 0.0241em;
  }
}

.ls-242 {
  letter-spacing: 0.242em;
}
@media screen and (max-width: 768px) {
  .ls-242 {
    letter-spacing: 0.121em;
  }
}
@media screen and (max-width: 414px) {
  .ls-242 {
    letter-spacing: 0.0242em;
  }
}

.ls-243 {
  letter-spacing: 0.243em;
}
@media screen and (max-width: 768px) {
  .ls-243 {
    letter-spacing: 0.1215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-243 {
    letter-spacing: 0.0243em;
  }
}

.ls-244 {
  letter-spacing: 0.244em;
}
@media screen and (max-width: 768px) {
  .ls-244 {
    letter-spacing: 0.122em;
  }
}
@media screen and (max-width: 414px) {
  .ls-244 {
    letter-spacing: 0.0244em;
  }
}

.ls-245 {
  letter-spacing: 0.245em;
}
@media screen and (max-width: 768px) {
  .ls-245 {
    letter-spacing: 0.1225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-245 {
    letter-spacing: 0.0245em;
  }
}

.ls-246 {
  letter-spacing: 0.246em;
}
@media screen and (max-width: 768px) {
  .ls-246 {
    letter-spacing: 0.123em;
  }
}
@media screen and (max-width: 414px) {
  .ls-246 {
    letter-spacing: 0.0246em;
  }
}

.ls-247 {
  letter-spacing: 0.247em;
}
@media screen and (max-width: 768px) {
  .ls-247 {
    letter-spacing: 0.1235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-247 {
    letter-spacing: 0.0247em;
  }
}

.ls-248 {
  letter-spacing: 0.248em;
}
@media screen and (max-width: 768px) {
  .ls-248 {
    letter-spacing: 0.124em;
  }
}
@media screen and (max-width: 414px) {
  .ls-248 {
    letter-spacing: 0.0248em;
  }
}

.ls-249 {
  letter-spacing: 0.249em;
}
@media screen and (max-width: 768px) {
  .ls-249 {
    letter-spacing: 0.1245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-249 {
    letter-spacing: 0.0249em;
  }
}

.ls-250 {
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .ls-250 {
    letter-spacing: 0.125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-250 {
    letter-spacing: 0.025em;
  }
}

.ls-251 {
  letter-spacing: 0.251em;
}
@media screen and (max-width: 768px) {
  .ls-251 {
    letter-spacing: 0.1255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-251 {
    letter-spacing: 0.0251em;
  }
}

.ls-252 {
  letter-spacing: 0.252em;
}
@media screen and (max-width: 768px) {
  .ls-252 {
    letter-spacing: 0.126em;
  }
}
@media screen and (max-width: 414px) {
  .ls-252 {
    letter-spacing: 0.0252em;
  }
}

.ls-253 {
  letter-spacing: 0.253em;
}
@media screen and (max-width: 768px) {
  .ls-253 {
    letter-spacing: 0.1265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-253 {
    letter-spacing: 0.0253em;
  }
}

.ls-254 {
  letter-spacing: 0.254em;
}
@media screen and (max-width: 768px) {
  .ls-254 {
    letter-spacing: 0.127em;
  }
}
@media screen and (max-width: 414px) {
  .ls-254 {
    letter-spacing: 0.0254em;
  }
}

.ls-255 {
  letter-spacing: 0.255em;
}
@media screen and (max-width: 768px) {
  .ls-255 {
    letter-spacing: 0.1275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-255 {
    letter-spacing: 0.0255em;
  }
}

.ls-256 {
  letter-spacing: 0.256em;
}
@media screen and (max-width: 768px) {
  .ls-256 {
    letter-spacing: 0.128em;
  }
}
@media screen and (max-width: 414px) {
  .ls-256 {
    letter-spacing: 0.0256em;
  }
}

.ls-257 {
  letter-spacing: 0.257em;
}
@media screen and (max-width: 768px) {
  .ls-257 {
    letter-spacing: 0.1285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-257 {
    letter-spacing: 0.0257em;
  }
}

.ls-258 {
  letter-spacing: 0.258em;
}
@media screen and (max-width: 768px) {
  .ls-258 {
    letter-spacing: 0.129em;
  }
}
@media screen and (max-width: 414px) {
  .ls-258 {
    letter-spacing: 0.0258em;
  }
}

.ls-259 {
  letter-spacing: 0.259em;
}
@media screen and (max-width: 768px) {
  .ls-259 {
    letter-spacing: 0.1295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-259 {
    letter-spacing: 0.0259em;
  }
}

.ls-260 {
  letter-spacing: 0.26em;
}
@media screen and (max-width: 768px) {
  .ls-260 {
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 414px) {
  .ls-260 {
    letter-spacing: 0.026em;
  }
}

.ls-261 {
  letter-spacing: 0.261em;
}
@media screen and (max-width: 768px) {
  .ls-261 {
    letter-spacing: 0.1305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-261 {
    letter-spacing: 0.0261em;
  }
}

.ls-262 {
  letter-spacing: 0.262em;
}
@media screen and (max-width: 768px) {
  .ls-262 {
    letter-spacing: 0.131em;
  }
}
@media screen and (max-width: 414px) {
  .ls-262 {
    letter-spacing: 0.0262em;
  }
}

.ls-263 {
  letter-spacing: 0.263em;
}
@media screen and (max-width: 768px) {
  .ls-263 {
    letter-spacing: 0.1315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-263 {
    letter-spacing: 0.0263em;
  }
}

.ls-264 {
  letter-spacing: 0.264em;
}
@media screen and (max-width: 768px) {
  .ls-264 {
    letter-spacing: 0.132em;
  }
}
@media screen and (max-width: 414px) {
  .ls-264 {
    letter-spacing: 0.0264em;
  }
}

.ls-265 {
  letter-spacing: 0.265em;
}
@media screen and (max-width: 768px) {
  .ls-265 {
    letter-spacing: 0.1325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-265 {
    letter-spacing: 0.0265em;
  }
}

.ls-266 {
  letter-spacing: 0.266em;
}
@media screen and (max-width: 768px) {
  .ls-266 {
    letter-spacing: 0.133em;
  }
}
@media screen and (max-width: 414px) {
  .ls-266 {
    letter-spacing: 0.0266em;
  }
}

.ls-267 {
  letter-spacing: 0.267em;
}
@media screen and (max-width: 768px) {
  .ls-267 {
    letter-spacing: 0.1335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-267 {
    letter-spacing: 0.0267em;
  }
}

.ls-268 {
  letter-spacing: 0.268em;
}
@media screen and (max-width: 768px) {
  .ls-268 {
    letter-spacing: 0.134em;
  }
}
@media screen and (max-width: 414px) {
  .ls-268 {
    letter-spacing: 0.0268em;
  }
}

.ls-269 {
  letter-spacing: 0.269em;
}
@media screen and (max-width: 768px) {
  .ls-269 {
    letter-spacing: 0.1345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-269 {
    letter-spacing: 0.0269em;
  }
}

.ls-270 {
  letter-spacing: 0.27em;
}
@media screen and (max-width: 768px) {
  .ls-270 {
    letter-spacing: 0.135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-270 {
    letter-spacing: 0.027em;
  }
}

.ls-271 {
  letter-spacing: 0.271em;
}
@media screen and (max-width: 768px) {
  .ls-271 {
    letter-spacing: 0.1355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-271 {
    letter-spacing: 0.0271em;
  }
}

.ls-272 {
  letter-spacing: 0.272em;
}
@media screen and (max-width: 768px) {
  .ls-272 {
    letter-spacing: 0.136em;
  }
}
@media screen and (max-width: 414px) {
  .ls-272 {
    letter-spacing: 0.0272em;
  }
}

.ls-273 {
  letter-spacing: 0.273em;
}
@media screen and (max-width: 768px) {
  .ls-273 {
    letter-spacing: 0.1365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-273 {
    letter-spacing: 0.0273em;
  }
}

.ls-274 {
  letter-spacing: 0.274em;
}
@media screen and (max-width: 768px) {
  .ls-274 {
    letter-spacing: 0.137em;
  }
}
@media screen and (max-width: 414px) {
  .ls-274 {
    letter-spacing: 0.0274em;
  }
}

.ls-275 {
  letter-spacing: 0.275em;
}
@media screen and (max-width: 768px) {
  .ls-275 {
    letter-spacing: 0.1375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-275 {
    letter-spacing: 0.0275em;
  }
}

.ls-276 {
  letter-spacing: 0.276em;
}
@media screen and (max-width: 768px) {
  .ls-276 {
    letter-spacing: 0.138em;
  }
}
@media screen and (max-width: 414px) {
  .ls-276 {
    letter-spacing: 0.0276em;
  }
}

.ls-277 {
  letter-spacing: 0.277em;
}
@media screen and (max-width: 768px) {
  .ls-277 {
    letter-spacing: 0.1385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-277 {
    letter-spacing: 0.0277em;
  }
}

.ls-278 {
  letter-spacing: 0.278em;
}
@media screen and (max-width: 768px) {
  .ls-278 {
    letter-spacing: 0.139em;
  }
}
@media screen and (max-width: 414px) {
  .ls-278 {
    letter-spacing: 0.0278em;
  }
}

.ls-279 {
  letter-spacing: 0.279em;
}
@media screen and (max-width: 768px) {
  .ls-279 {
    letter-spacing: 0.1395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-279 {
    letter-spacing: 0.0279em;
  }
}

.ls-280 {
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .ls-280 {
    letter-spacing: 0.14em;
  }
}
@media screen and (max-width: 414px) {
  .ls-280 {
    letter-spacing: 0.028em;
  }
}

.ls-281 {
  letter-spacing: 0.281em;
}
@media screen and (max-width: 768px) {
  .ls-281 {
    letter-spacing: 0.1405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-281 {
    letter-spacing: 0.0281em;
  }
}

.ls-282 {
  letter-spacing: 0.282em;
}
@media screen and (max-width: 768px) {
  .ls-282 {
    letter-spacing: 0.141em;
  }
}
@media screen and (max-width: 414px) {
  .ls-282 {
    letter-spacing: 0.0282em;
  }
}

.ls-283 {
  letter-spacing: 0.283em;
}
@media screen and (max-width: 768px) {
  .ls-283 {
    letter-spacing: 0.1415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-283 {
    letter-spacing: 0.0283em;
  }
}

.ls-284 {
  letter-spacing: 0.284em;
}
@media screen and (max-width: 768px) {
  .ls-284 {
    letter-spacing: 0.142em;
  }
}
@media screen and (max-width: 414px) {
  .ls-284 {
    letter-spacing: 0.0284em;
  }
}

.ls-285 {
  letter-spacing: 0.285em;
}
@media screen and (max-width: 768px) {
  .ls-285 {
    letter-spacing: 0.1425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-285 {
    letter-spacing: 0.0285em;
  }
}

.ls-286 {
  letter-spacing: 0.286em;
}
@media screen and (max-width: 768px) {
  .ls-286 {
    letter-spacing: 0.143em;
  }
}
@media screen and (max-width: 414px) {
  .ls-286 {
    letter-spacing: 0.0286em;
  }
}

.ls-287 {
  letter-spacing: 0.287em;
}
@media screen and (max-width: 768px) {
  .ls-287 {
    letter-spacing: 0.1435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-287 {
    letter-spacing: 0.0287em;
  }
}

.ls-288 {
  letter-spacing: 0.288em;
}
@media screen and (max-width: 768px) {
  .ls-288 {
    letter-spacing: 0.144em;
  }
}
@media screen and (max-width: 414px) {
  .ls-288 {
    letter-spacing: 0.0288em;
  }
}

.ls-289 {
  letter-spacing: 0.289em;
}
@media screen and (max-width: 768px) {
  .ls-289 {
    letter-spacing: 0.1445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-289 {
    letter-spacing: 0.0289em;
  }
}

.ls-290 {
  letter-spacing: 0.29em;
}
@media screen and (max-width: 768px) {
  .ls-290 {
    letter-spacing: 0.145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-290 {
    letter-spacing: 0.029em;
  }
}

.ls-291 {
  letter-spacing: 0.291em;
}
@media screen and (max-width: 768px) {
  .ls-291 {
    letter-spacing: 0.1455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-291 {
    letter-spacing: 0.0291em;
  }
}

.ls-292 {
  letter-spacing: 0.292em;
}
@media screen and (max-width: 768px) {
  .ls-292 {
    letter-spacing: 0.146em;
  }
}
@media screen and (max-width: 414px) {
  .ls-292 {
    letter-spacing: 0.0292em;
  }
}

.ls-293 {
  letter-spacing: 0.293em;
}
@media screen and (max-width: 768px) {
  .ls-293 {
    letter-spacing: 0.1465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-293 {
    letter-spacing: 0.0293em;
  }
}

.ls-294 {
  letter-spacing: 0.294em;
}
@media screen and (max-width: 768px) {
  .ls-294 {
    letter-spacing: 0.147em;
  }
}
@media screen and (max-width: 414px) {
  .ls-294 {
    letter-spacing: 0.0294em;
  }
}

.ls-295 {
  letter-spacing: 0.295em;
}
@media screen and (max-width: 768px) {
  .ls-295 {
    letter-spacing: 0.1475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-295 {
    letter-spacing: 0.0295em;
  }
}

.ls-296 {
  letter-spacing: 0.296em;
}
@media screen and (max-width: 768px) {
  .ls-296 {
    letter-spacing: 0.148em;
  }
}
@media screen and (max-width: 414px) {
  .ls-296 {
    letter-spacing: 0.0296em;
  }
}

.ls-297 {
  letter-spacing: 0.297em;
}
@media screen and (max-width: 768px) {
  .ls-297 {
    letter-spacing: 0.1485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-297 {
    letter-spacing: 0.0297em;
  }
}

.ls-298 {
  letter-spacing: 0.298em;
}
@media screen and (max-width: 768px) {
  .ls-298 {
    letter-spacing: 0.149em;
  }
}
@media screen and (max-width: 414px) {
  .ls-298 {
    letter-spacing: 0.0298em;
  }
}

.ls-299 {
  letter-spacing: 0.299em;
}
@media screen and (max-width: 768px) {
  .ls-299 {
    letter-spacing: 0.1495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-299 {
    letter-spacing: 0.0299em;
  }
}

.ls-300 {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .ls-300 {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 414px) {
  .ls-300 {
    letter-spacing: 0.03em;
  }
}

.ls-301 {
  letter-spacing: 0.301em;
}
@media screen and (max-width: 768px) {
  .ls-301 {
    letter-spacing: 0.1505em;
  }
}
@media screen and (max-width: 414px) {
  .ls-301 {
    letter-spacing: 0.0301em;
  }
}

.ls-302 {
  letter-spacing: 0.302em;
}
@media screen and (max-width: 768px) {
  .ls-302 {
    letter-spacing: 0.151em;
  }
}
@media screen and (max-width: 414px) {
  .ls-302 {
    letter-spacing: 0.0302em;
  }
}

.ls-303 {
  letter-spacing: 0.303em;
}
@media screen and (max-width: 768px) {
  .ls-303 {
    letter-spacing: 0.1515em;
  }
}
@media screen and (max-width: 414px) {
  .ls-303 {
    letter-spacing: 0.0303em;
  }
}

.ls-304 {
  letter-spacing: 0.304em;
}
@media screen and (max-width: 768px) {
  .ls-304 {
    letter-spacing: 0.152em;
  }
}
@media screen and (max-width: 414px) {
  .ls-304 {
    letter-spacing: 0.0304em;
  }
}

.ls-305 {
  letter-spacing: 0.305em;
}
@media screen and (max-width: 768px) {
  .ls-305 {
    letter-spacing: 0.1525em;
  }
}
@media screen and (max-width: 414px) {
  .ls-305 {
    letter-spacing: 0.0305em;
  }
}

.ls-306 {
  letter-spacing: 0.306em;
}
@media screen and (max-width: 768px) {
  .ls-306 {
    letter-spacing: 0.153em;
  }
}
@media screen and (max-width: 414px) {
  .ls-306 {
    letter-spacing: 0.0306em;
  }
}

.ls-307 {
  letter-spacing: 0.307em;
}
@media screen and (max-width: 768px) {
  .ls-307 {
    letter-spacing: 0.1535em;
  }
}
@media screen and (max-width: 414px) {
  .ls-307 {
    letter-spacing: 0.0307em;
  }
}

.ls-308 {
  letter-spacing: 0.308em;
}
@media screen and (max-width: 768px) {
  .ls-308 {
    letter-spacing: 0.154em;
  }
}
@media screen and (max-width: 414px) {
  .ls-308 {
    letter-spacing: 0.0308em;
  }
}

.ls-309 {
  letter-spacing: 0.309em;
}
@media screen and (max-width: 768px) {
  .ls-309 {
    letter-spacing: 0.1545em;
  }
}
@media screen and (max-width: 414px) {
  .ls-309 {
    letter-spacing: 0.0309em;
  }
}

.ls-310 {
  letter-spacing: 0.31em;
}
@media screen and (max-width: 768px) {
  .ls-310 {
    letter-spacing: 0.155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-310 {
    letter-spacing: 0.031em;
  }
}

.ls-311 {
  letter-spacing: 0.311em;
}
@media screen and (max-width: 768px) {
  .ls-311 {
    letter-spacing: 0.1555em;
  }
}
@media screen and (max-width: 414px) {
  .ls-311 {
    letter-spacing: 0.0311em;
  }
}

.ls-312 {
  letter-spacing: 0.312em;
}
@media screen and (max-width: 768px) {
  .ls-312 {
    letter-spacing: 0.156em;
  }
}
@media screen and (max-width: 414px) {
  .ls-312 {
    letter-spacing: 0.0312em;
  }
}

.ls-313 {
  letter-spacing: 0.313em;
}
@media screen and (max-width: 768px) {
  .ls-313 {
    letter-spacing: 0.1565em;
  }
}
@media screen and (max-width: 414px) {
  .ls-313 {
    letter-spacing: 0.0313em;
  }
}

.ls-314 {
  letter-spacing: 0.314em;
}
@media screen and (max-width: 768px) {
  .ls-314 {
    letter-spacing: 0.157em;
  }
}
@media screen and (max-width: 414px) {
  .ls-314 {
    letter-spacing: 0.0314em;
  }
}

.ls-315 {
  letter-spacing: 0.315em;
}
@media screen and (max-width: 768px) {
  .ls-315 {
    letter-spacing: 0.1575em;
  }
}
@media screen and (max-width: 414px) {
  .ls-315 {
    letter-spacing: 0.0315em;
  }
}

.ls-316 {
  letter-spacing: 0.316em;
}
@media screen and (max-width: 768px) {
  .ls-316 {
    letter-spacing: 0.158em;
  }
}
@media screen and (max-width: 414px) {
  .ls-316 {
    letter-spacing: 0.0316em;
  }
}

.ls-317 {
  letter-spacing: 0.317em;
}
@media screen and (max-width: 768px) {
  .ls-317 {
    letter-spacing: 0.1585em;
  }
}
@media screen and (max-width: 414px) {
  .ls-317 {
    letter-spacing: 0.0317em;
  }
}

.ls-318 {
  letter-spacing: 0.318em;
}
@media screen and (max-width: 768px) {
  .ls-318 {
    letter-spacing: 0.159em;
  }
}
@media screen and (max-width: 414px) {
  .ls-318 {
    letter-spacing: 0.0318em;
  }
}

.ls-319 {
  letter-spacing: 0.319em;
}
@media screen and (max-width: 768px) {
  .ls-319 {
    letter-spacing: 0.1595em;
  }
}
@media screen and (max-width: 414px) {
  .ls-319 {
    letter-spacing: 0.0319em;
  }
}

.ls-320 {
  letter-spacing: 0.32em;
}
@media screen and (max-width: 768px) {
  .ls-320 {
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 414px) {
  .ls-320 {
    letter-spacing: 0.032em;
  }
}

.ls-321 {
  letter-spacing: 0.321em;
}
@media screen and (max-width: 768px) {
  .ls-321 {
    letter-spacing: 0.1605em;
  }
}
@media screen and (max-width: 414px) {
  .ls-321 {
    letter-spacing: 0.0321em;
  }
}

.ls-322 {
  letter-spacing: 0.322em;
}
@media screen and (max-width: 768px) {
  .ls-322 {
    letter-spacing: 0.161em;
  }
}
@media screen and (max-width: 414px) {
  .ls-322 {
    letter-spacing: 0.0322em;
  }
}

.ls-323 {
  letter-spacing: 0.323em;
}
@media screen and (max-width: 768px) {
  .ls-323 {
    letter-spacing: 0.1615em;
  }
}
@media screen and (max-width: 414px) {
  .ls-323 {
    letter-spacing: 0.0323em;
  }
}

.ls-324 {
  letter-spacing: 0.324em;
}
@media screen and (max-width: 768px) {
  .ls-324 {
    letter-spacing: 0.162em;
  }
}
@media screen and (max-width: 414px) {
  .ls-324 {
    letter-spacing: 0.0324em;
  }
}

.ls-325 {
  letter-spacing: 0.325em;
}
@media screen and (max-width: 768px) {
  .ls-325 {
    letter-spacing: 0.1625em;
  }
}
@media screen and (max-width: 414px) {
  .ls-325 {
    letter-spacing: 0.0325em;
  }
}

.ls-326 {
  letter-spacing: 0.326em;
}
@media screen and (max-width: 768px) {
  .ls-326 {
    letter-spacing: 0.163em;
  }
}
@media screen and (max-width: 414px) {
  .ls-326 {
    letter-spacing: 0.0326em;
  }
}

.ls-327 {
  letter-spacing: 0.327em;
}
@media screen and (max-width: 768px) {
  .ls-327 {
    letter-spacing: 0.1635em;
  }
}
@media screen and (max-width: 414px) {
  .ls-327 {
    letter-spacing: 0.0327em;
  }
}

.ls-328 {
  letter-spacing: 0.328em;
}
@media screen and (max-width: 768px) {
  .ls-328 {
    letter-spacing: 0.164em;
  }
}
@media screen and (max-width: 414px) {
  .ls-328 {
    letter-spacing: 0.0328em;
  }
}

.ls-329 {
  letter-spacing: 0.329em;
}
@media screen and (max-width: 768px) {
  .ls-329 {
    letter-spacing: 0.1645em;
  }
}
@media screen and (max-width: 414px) {
  .ls-329 {
    letter-spacing: 0.0329em;
  }
}

.ls-330 {
  letter-spacing: 0.33em;
}
@media screen and (max-width: 768px) {
  .ls-330 {
    letter-spacing: 0.165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-330 {
    letter-spacing: 0.033em;
  }
}

.ls-331 {
  letter-spacing: 0.331em;
}
@media screen and (max-width: 768px) {
  .ls-331 {
    letter-spacing: 0.1655em;
  }
}
@media screen and (max-width: 414px) {
  .ls-331 {
    letter-spacing: 0.0331em;
  }
}

.ls-332 {
  letter-spacing: 0.332em;
}
@media screen and (max-width: 768px) {
  .ls-332 {
    letter-spacing: 0.166em;
  }
}
@media screen and (max-width: 414px) {
  .ls-332 {
    letter-spacing: 0.0332em;
  }
}

.ls-333 {
  letter-spacing: 0.333em;
}
@media screen and (max-width: 768px) {
  .ls-333 {
    letter-spacing: 0.1665em;
  }
}
@media screen and (max-width: 414px) {
  .ls-333 {
    letter-spacing: 0.0333em;
  }
}

.ls-334 {
  letter-spacing: 0.334em;
}
@media screen and (max-width: 768px) {
  .ls-334 {
    letter-spacing: 0.167em;
  }
}
@media screen and (max-width: 414px) {
  .ls-334 {
    letter-spacing: 0.0334em;
  }
}

.ls-335 {
  letter-spacing: 0.335em;
}
@media screen and (max-width: 768px) {
  .ls-335 {
    letter-spacing: 0.1675em;
  }
}
@media screen and (max-width: 414px) {
  .ls-335 {
    letter-spacing: 0.0335em;
  }
}

.ls-336 {
  letter-spacing: 0.336em;
}
@media screen and (max-width: 768px) {
  .ls-336 {
    letter-spacing: 0.168em;
  }
}
@media screen and (max-width: 414px) {
  .ls-336 {
    letter-spacing: 0.0336em;
  }
}

.ls-337 {
  letter-spacing: 0.337em;
}
@media screen and (max-width: 768px) {
  .ls-337 {
    letter-spacing: 0.1685em;
  }
}
@media screen and (max-width: 414px) {
  .ls-337 {
    letter-spacing: 0.0337em;
  }
}

.ls-338 {
  letter-spacing: 0.338em;
}
@media screen and (max-width: 768px) {
  .ls-338 {
    letter-spacing: 0.169em;
  }
}
@media screen and (max-width: 414px) {
  .ls-338 {
    letter-spacing: 0.0338em;
  }
}

.ls-339 {
  letter-spacing: 0.339em;
}
@media screen and (max-width: 768px) {
  .ls-339 {
    letter-spacing: 0.1695em;
  }
}
@media screen and (max-width: 414px) {
  .ls-339 {
    letter-spacing: 0.0339em;
  }
}

.ls-340 {
  letter-spacing: 0.34em;
}
@media screen and (max-width: 768px) {
  .ls-340 {
    letter-spacing: 0.17em;
  }
}
@media screen and (max-width: 414px) {
  .ls-340 {
    letter-spacing: 0.034em;
  }
}

.ls-341 {
  letter-spacing: 0.341em;
}
@media screen and (max-width: 768px) {
  .ls-341 {
    letter-spacing: 0.1705em;
  }
}
@media screen and (max-width: 414px) {
  .ls-341 {
    letter-spacing: 0.0341em;
  }
}

.ls-342 {
  letter-spacing: 0.342em;
}
@media screen and (max-width: 768px) {
  .ls-342 {
    letter-spacing: 0.171em;
  }
}
@media screen and (max-width: 414px) {
  .ls-342 {
    letter-spacing: 0.0342em;
  }
}

.ls-343 {
  letter-spacing: 0.343em;
}
@media screen and (max-width: 768px) {
  .ls-343 {
    letter-spacing: 0.1715em;
  }
}
@media screen and (max-width: 414px) {
  .ls-343 {
    letter-spacing: 0.0343em;
  }
}

.ls-344 {
  letter-spacing: 0.344em;
}
@media screen and (max-width: 768px) {
  .ls-344 {
    letter-spacing: 0.172em;
  }
}
@media screen and (max-width: 414px) {
  .ls-344 {
    letter-spacing: 0.0344em;
  }
}

.ls-345 {
  letter-spacing: 0.345em;
}
@media screen and (max-width: 768px) {
  .ls-345 {
    letter-spacing: 0.1725em;
  }
}
@media screen and (max-width: 414px) {
  .ls-345 {
    letter-spacing: 0.0345em;
  }
}

.ls-346 {
  letter-spacing: 0.346em;
}
@media screen and (max-width: 768px) {
  .ls-346 {
    letter-spacing: 0.173em;
  }
}
@media screen and (max-width: 414px) {
  .ls-346 {
    letter-spacing: 0.0346em;
  }
}

.ls-347 {
  letter-spacing: 0.347em;
}
@media screen and (max-width: 768px) {
  .ls-347 {
    letter-spacing: 0.1735em;
  }
}
@media screen and (max-width: 414px) {
  .ls-347 {
    letter-spacing: 0.0347em;
  }
}

.ls-348 {
  letter-spacing: 0.348em;
}
@media screen and (max-width: 768px) {
  .ls-348 {
    letter-spacing: 0.174em;
  }
}
@media screen and (max-width: 414px) {
  .ls-348 {
    letter-spacing: 0.0348em;
  }
}

.ls-349 {
  letter-spacing: 0.349em;
}
@media screen and (max-width: 768px) {
  .ls-349 {
    letter-spacing: 0.1745em;
  }
}
@media screen and (max-width: 414px) {
  .ls-349 {
    letter-spacing: 0.0349em;
  }
}

.ls-350 {
  letter-spacing: 0.35em;
}
@media screen and (max-width: 768px) {
  .ls-350 {
    letter-spacing: 0.175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-350 {
    letter-spacing: 0.035em;
  }
}

.ls-351 {
  letter-spacing: 0.351em;
}
@media screen and (max-width: 768px) {
  .ls-351 {
    letter-spacing: 0.1755em;
  }
}
@media screen and (max-width: 414px) {
  .ls-351 {
    letter-spacing: 0.0351em;
  }
}

.ls-352 {
  letter-spacing: 0.352em;
}
@media screen and (max-width: 768px) {
  .ls-352 {
    letter-spacing: 0.176em;
  }
}
@media screen and (max-width: 414px) {
  .ls-352 {
    letter-spacing: 0.0352em;
  }
}

.ls-353 {
  letter-spacing: 0.353em;
}
@media screen and (max-width: 768px) {
  .ls-353 {
    letter-spacing: 0.1765em;
  }
}
@media screen and (max-width: 414px) {
  .ls-353 {
    letter-spacing: 0.0353em;
  }
}

.ls-354 {
  letter-spacing: 0.354em;
}
@media screen and (max-width: 768px) {
  .ls-354 {
    letter-spacing: 0.177em;
  }
}
@media screen and (max-width: 414px) {
  .ls-354 {
    letter-spacing: 0.0354em;
  }
}

.ls-355 {
  letter-spacing: 0.355em;
}
@media screen and (max-width: 768px) {
  .ls-355 {
    letter-spacing: 0.1775em;
  }
}
@media screen and (max-width: 414px) {
  .ls-355 {
    letter-spacing: 0.0355em;
  }
}

.ls-356 {
  letter-spacing: 0.356em;
}
@media screen and (max-width: 768px) {
  .ls-356 {
    letter-spacing: 0.178em;
  }
}
@media screen and (max-width: 414px) {
  .ls-356 {
    letter-spacing: 0.0356em;
  }
}

.ls-357 {
  letter-spacing: 0.357em;
}
@media screen and (max-width: 768px) {
  .ls-357 {
    letter-spacing: 0.1785em;
  }
}
@media screen and (max-width: 414px) {
  .ls-357 {
    letter-spacing: 0.0357em;
  }
}

.ls-358 {
  letter-spacing: 0.358em;
}
@media screen and (max-width: 768px) {
  .ls-358 {
    letter-spacing: 0.179em;
  }
}
@media screen and (max-width: 414px) {
  .ls-358 {
    letter-spacing: 0.0358em;
  }
}

.ls-359 {
  letter-spacing: 0.359em;
}
@media screen and (max-width: 768px) {
  .ls-359 {
    letter-spacing: 0.1795em;
  }
}
@media screen and (max-width: 414px) {
  .ls-359 {
    letter-spacing: 0.0359em;
  }
}

.ls-360 {
  letter-spacing: 0.36em;
}
@media screen and (max-width: 768px) {
  .ls-360 {
    letter-spacing: 0.18em;
  }
}
@media screen and (max-width: 414px) {
  .ls-360 {
    letter-spacing: 0.036em;
  }
}

.ls-361 {
  letter-spacing: 0.361em;
}
@media screen and (max-width: 768px) {
  .ls-361 {
    letter-spacing: 0.1805em;
  }
}
@media screen and (max-width: 414px) {
  .ls-361 {
    letter-spacing: 0.0361em;
  }
}

.ls-362 {
  letter-spacing: 0.362em;
}
@media screen and (max-width: 768px) {
  .ls-362 {
    letter-spacing: 0.181em;
  }
}
@media screen and (max-width: 414px) {
  .ls-362 {
    letter-spacing: 0.0362em;
  }
}

.ls-363 {
  letter-spacing: 0.363em;
}
@media screen and (max-width: 768px) {
  .ls-363 {
    letter-spacing: 0.1815em;
  }
}
@media screen and (max-width: 414px) {
  .ls-363 {
    letter-spacing: 0.0363em;
  }
}

.ls-364 {
  letter-spacing: 0.364em;
}
@media screen and (max-width: 768px) {
  .ls-364 {
    letter-spacing: 0.182em;
  }
}
@media screen and (max-width: 414px) {
  .ls-364 {
    letter-spacing: 0.0364em;
  }
}

.ls-365 {
  letter-spacing: 0.365em;
}
@media screen and (max-width: 768px) {
  .ls-365 {
    letter-spacing: 0.1825em;
  }
}
@media screen and (max-width: 414px) {
  .ls-365 {
    letter-spacing: 0.0365em;
  }
}

.ls-366 {
  letter-spacing: 0.366em;
}
@media screen and (max-width: 768px) {
  .ls-366 {
    letter-spacing: 0.183em;
  }
}
@media screen and (max-width: 414px) {
  .ls-366 {
    letter-spacing: 0.0366em;
  }
}

.ls-367 {
  letter-spacing: 0.367em;
}
@media screen and (max-width: 768px) {
  .ls-367 {
    letter-spacing: 0.1835em;
  }
}
@media screen and (max-width: 414px) {
  .ls-367 {
    letter-spacing: 0.0367em;
  }
}

.ls-368 {
  letter-spacing: 0.368em;
}
@media screen and (max-width: 768px) {
  .ls-368 {
    letter-spacing: 0.184em;
  }
}
@media screen and (max-width: 414px) {
  .ls-368 {
    letter-spacing: 0.0368em;
  }
}

.ls-369 {
  letter-spacing: 0.369em;
}
@media screen and (max-width: 768px) {
  .ls-369 {
    letter-spacing: 0.1845em;
  }
}
@media screen and (max-width: 414px) {
  .ls-369 {
    letter-spacing: 0.0369em;
  }
}

.ls-370 {
  letter-spacing: 0.37em;
}
@media screen and (max-width: 768px) {
  .ls-370 {
    letter-spacing: 0.185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-370 {
    letter-spacing: 0.037em;
  }
}

.ls-371 {
  letter-spacing: 0.371em;
}
@media screen and (max-width: 768px) {
  .ls-371 {
    letter-spacing: 0.1855em;
  }
}
@media screen and (max-width: 414px) {
  .ls-371 {
    letter-spacing: 0.0371em;
  }
}

.ls-372 {
  letter-spacing: 0.372em;
}
@media screen and (max-width: 768px) {
  .ls-372 {
    letter-spacing: 0.186em;
  }
}
@media screen and (max-width: 414px) {
  .ls-372 {
    letter-spacing: 0.0372em;
  }
}

.ls-373 {
  letter-spacing: 0.373em;
}
@media screen and (max-width: 768px) {
  .ls-373 {
    letter-spacing: 0.1865em;
  }
}
@media screen and (max-width: 414px) {
  .ls-373 {
    letter-spacing: 0.0373em;
  }
}

.ls-374 {
  letter-spacing: 0.374em;
}
@media screen and (max-width: 768px) {
  .ls-374 {
    letter-spacing: 0.187em;
  }
}
@media screen and (max-width: 414px) {
  .ls-374 {
    letter-spacing: 0.0374em;
  }
}

.ls-375 {
  letter-spacing: 0.375em;
}
@media screen and (max-width: 768px) {
  .ls-375 {
    letter-spacing: 0.1875em;
  }
}
@media screen and (max-width: 414px) {
  .ls-375 {
    letter-spacing: 0.0375em;
  }
}

.ls-376 {
  letter-spacing: 0.376em;
}
@media screen and (max-width: 768px) {
  .ls-376 {
    letter-spacing: 0.188em;
  }
}
@media screen and (max-width: 414px) {
  .ls-376 {
    letter-spacing: 0.0376em;
  }
}

.ls-377 {
  letter-spacing: 0.377em;
}
@media screen and (max-width: 768px) {
  .ls-377 {
    letter-spacing: 0.1885em;
  }
}
@media screen and (max-width: 414px) {
  .ls-377 {
    letter-spacing: 0.0377em;
  }
}

.ls-378 {
  letter-spacing: 0.378em;
}
@media screen and (max-width: 768px) {
  .ls-378 {
    letter-spacing: 0.189em;
  }
}
@media screen and (max-width: 414px) {
  .ls-378 {
    letter-spacing: 0.0378em;
  }
}

.ls-379 {
  letter-spacing: 0.379em;
}
@media screen and (max-width: 768px) {
  .ls-379 {
    letter-spacing: 0.1895em;
  }
}
@media screen and (max-width: 414px) {
  .ls-379 {
    letter-spacing: 0.0379em;
  }
}

.ls-380 {
  letter-spacing: 0.38em;
}
@media screen and (max-width: 768px) {
  .ls-380 {
    letter-spacing: 0.19em;
  }
}
@media screen and (max-width: 414px) {
  .ls-380 {
    letter-spacing: 0.038em;
  }
}

.ls-381 {
  letter-spacing: 0.381em;
}
@media screen and (max-width: 768px) {
  .ls-381 {
    letter-spacing: 0.1905em;
  }
}
@media screen and (max-width: 414px) {
  .ls-381 {
    letter-spacing: 0.0381em;
  }
}

.ls-382 {
  letter-spacing: 0.382em;
}
@media screen and (max-width: 768px) {
  .ls-382 {
    letter-spacing: 0.191em;
  }
}
@media screen and (max-width: 414px) {
  .ls-382 {
    letter-spacing: 0.0382em;
  }
}

.ls-383 {
  letter-spacing: 0.383em;
}
@media screen and (max-width: 768px) {
  .ls-383 {
    letter-spacing: 0.1915em;
  }
}
@media screen and (max-width: 414px) {
  .ls-383 {
    letter-spacing: 0.0383em;
  }
}

.ls-384 {
  letter-spacing: 0.384em;
}
@media screen and (max-width: 768px) {
  .ls-384 {
    letter-spacing: 0.192em;
  }
}
@media screen and (max-width: 414px) {
  .ls-384 {
    letter-spacing: 0.0384em;
  }
}

.ls-385 {
  letter-spacing: 0.385em;
}
@media screen and (max-width: 768px) {
  .ls-385 {
    letter-spacing: 0.1925em;
  }
}
@media screen and (max-width: 414px) {
  .ls-385 {
    letter-spacing: 0.0385em;
  }
}

.ls-386 {
  letter-spacing: 0.386em;
}
@media screen and (max-width: 768px) {
  .ls-386 {
    letter-spacing: 0.193em;
  }
}
@media screen and (max-width: 414px) {
  .ls-386 {
    letter-spacing: 0.0386em;
  }
}

.ls-387 {
  letter-spacing: 0.387em;
}
@media screen and (max-width: 768px) {
  .ls-387 {
    letter-spacing: 0.1935em;
  }
}
@media screen and (max-width: 414px) {
  .ls-387 {
    letter-spacing: 0.0387em;
  }
}

.ls-388 {
  letter-spacing: 0.388em;
}
@media screen and (max-width: 768px) {
  .ls-388 {
    letter-spacing: 0.194em;
  }
}
@media screen and (max-width: 414px) {
  .ls-388 {
    letter-spacing: 0.0388em;
  }
}

.ls-389 {
  letter-spacing: 0.389em;
}
@media screen and (max-width: 768px) {
  .ls-389 {
    letter-spacing: 0.1945em;
  }
}
@media screen and (max-width: 414px) {
  .ls-389 {
    letter-spacing: 0.0389em;
  }
}

.ls-390 {
  letter-spacing: 0.39em;
}
@media screen and (max-width: 768px) {
  .ls-390 {
    letter-spacing: 0.195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-390 {
    letter-spacing: 0.039em;
  }
}

.ls-391 {
  letter-spacing: 0.391em;
}
@media screen and (max-width: 768px) {
  .ls-391 {
    letter-spacing: 0.1955em;
  }
}
@media screen and (max-width: 414px) {
  .ls-391 {
    letter-spacing: 0.0391em;
  }
}

.ls-392 {
  letter-spacing: 0.392em;
}
@media screen and (max-width: 768px) {
  .ls-392 {
    letter-spacing: 0.196em;
  }
}
@media screen and (max-width: 414px) {
  .ls-392 {
    letter-spacing: 0.0392em;
  }
}

.ls-393 {
  letter-spacing: 0.393em;
}
@media screen and (max-width: 768px) {
  .ls-393 {
    letter-spacing: 0.1965em;
  }
}
@media screen and (max-width: 414px) {
  .ls-393 {
    letter-spacing: 0.0393em;
  }
}

.ls-394 {
  letter-spacing: 0.394em;
}
@media screen and (max-width: 768px) {
  .ls-394 {
    letter-spacing: 0.197em;
  }
}
@media screen and (max-width: 414px) {
  .ls-394 {
    letter-spacing: 0.0394em;
  }
}

.ls-395 {
  letter-spacing: 0.395em;
}
@media screen and (max-width: 768px) {
  .ls-395 {
    letter-spacing: 0.1975em;
  }
}
@media screen and (max-width: 414px) {
  .ls-395 {
    letter-spacing: 0.0395em;
  }
}

.ls-396 {
  letter-spacing: 0.396em;
}
@media screen and (max-width: 768px) {
  .ls-396 {
    letter-spacing: 0.198em;
  }
}
@media screen and (max-width: 414px) {
  .ls-396 {
    letter-spacing: 0.0396em;
  }
}

.ls-397 {
  letter-spacing: 0.397em;
}
@media screen and (max-width: 768px) {
  .ls-397 {
    letter-spacing: 0.1985em;
  }
}
@media screen and (max-width: 414px) {
  .ls-397 {
    letter-spacing: 0.0397em;
  }
}

.ls-398 {
  letter-spacing: 0.398em;
}
@media screen and (max-width: 768px) {
  .ls-398 {
    letter-spacing: 0.199em;
  }
}
@media screen and (max-width: 414px) {
  .ls-398 {
    letter-spacing: 0.0398em;
  }
}

.ls-399 {
  letter-spacing: 0.399em;
}
@media screen and (max-width: 768px) {
  .ls-399 {
    letter-spacing: 0.1995em;
  }
}
@media screen and (max-width: 414px) {
  .ls-399 {
    letter-spacing: 0.0399em;
  }
}

.ls-400 {
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .ls-400 {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 414px) {
  .ls-400 {
    letter-spacing: 0.04em;
  }
}

.ls-401 {
  letter-spacing: 0.401em;
}
@media screen and (max-width: 768px) {
  .ls-401 {
    letter-spacing: 0.2005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-401 {
    letter-spacing: 0.0401em;
  }
}

.ls-402 {
  letter-spacing: 0.402em;
}
@media screen and (max-width: 768px) {
  .ls-402 {
    letter-spacing: 0.201em;
  }
}
@media screen and (max-width: 414px) {
  .ls-402 {
    letter-spacing: 0.0402em;
  }
}

.ls-403 {
  letter-spacing: 0.403em;
}
@media screen and (max-width: 768px) {
  .ls-403 {
    letter-spacing: 0.2015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-403 {
    letter-spacing: 0.0403em;
  }
}

.ls-404 {
  letter-spacing: 0.404em;
}
@media screen and (max-width: 768px) {
  .ls-404 {
    letter-spacing: 0.202em;
  }
}
@media screen and (max-width: 414px) {
  .ls-404 {
    letter-spacing: 0.0404em;
  }
}

.ls-405 {
  letter-spacing: 0.405em;
}
@media screen and (max-width: 768px) {
  .ls-405 {
    letter-spacing: 0.2025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-405 {
    letter-spacing: 0.0405em;
  }
}

.ls-406 {
  letter-spacing: 0.406em;
}
@media screen and (max-width: 768px) {
  .ls-406 {
    letter-spacing: 0.203em;
  }
}
@media screen and (max-width: 414px) {
  .ls-406 {
    letter-spacing: 0.0406em;
  }
}

.ls-407 {
  letter-spacing: 0.407em;
}
@media screen and (max-width: 768px) {
  .ls-407 {
    letter-spacing: 0.2035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-407 {
    letter-spacing: 0.0407em;
  }
}

.ls-408 {
  letter-spacing: 0.408em;
}
@media screen and (max-width: 768px) {
  .ls-408 {
    letter-spacing: 0.204em;
  }
}
@media screen and (max-width: 414px) {
  .ls-408 {
    letter-spacing: 0.0408em;
  }
}

.ls-409 {
  letter-spacing: 0.409em;
}
@media screen and (max-width: 768px) {
  .ls-409 {
    letter-spacing: 0.2045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-409 {
    letter-spacing: 0.0409em;
  }
}

.ls-410 {
  letter-spacing: 0.41em;
}
@media screen and (max-width: 768px) {
  .ls-410 {
    letter-spacing: 0.205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-410 {
    letter-spacing: 0.041em;
  }
}

.ls-411 {
  letter-spacing: 0.411em;
}
@media screen and (max-width: 768px) {
  .ls-411 {
    letter-spacing: 0.2055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-411 {
    letter-spacing: 0.0411em;
  }
}

.ls-412 {
  letter-spacing: 0.412em;
}
@media screen and (max-width: 768px) {
  .ls-412 {
    letter-spacing: 0.206em;
  }
}
@media screen and (max-width: 414px) {
  .ls-412 {
    letter-spacing: 0.0412em;
  }
}

.ls-413 {
  letter-spacing: 0.413em;
}
@media screen and (max-width: 768px) {
  .ls-413 {
    letter-spacing: 0.2065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-413 {
    letter-spacing: 0.0413em;
  }
}

.ls-414 {
  letter-spacing: 0.414em;
}
@media screen and (max-width: 768px) {
  .ls-414 {
    letter-spacing: 0.207em;
  }
}
@media screen and (max-width: 414px) {
  .ls-414 {
    letter-spacing: 0.0414em;
  }
}

.ls-415 {
  letter-spacing: 0.415em;
}
@media screen and (max-width: 768px) {
  .ls-415 {
    letter-spacing: 0.2075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-415 {
    letter-spacing: 0.0415em;
  }
}

.ls-416 {
  letter-spacing: 0.416em;
}
@media screen and (max-width: 768px) {
  .ls-416 {
    letter-spacing: 0.208em;
  }
}
@media screen and (max-width: 414px) {
  .ls-416 {
    letter-spacing: 0.0416em;
  }
}

.ls-417 {
  letter-spacing: 0.417em;
}
@media screen and (max-width: 768px) {
  .ls-417 {
    letter-spacing: 0.2085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-417 {
    letter-spacing: 0.0417em;
  }
}

.ls-418 {
  letter-spacing: 0.418em;
}
@media screen and (max-width: 768px) {
  .ls-418 {
    letter-spacing: 0.209em;
  }
}
@media screen and (max-width: 414px) {
  .ls-418 {
    letter-spacing: 0.0418em;
  }
}

.ls-419 {
  letter-spacing: 0.419em;
}
@media screen and (max-width: 768px) {
  .ls-419 {
    letter-spacing: 0.2095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-419 {
    letter-spacing: 0.0419em;
  }
}

.ls-420 {
  letter-spacing: 0.42em;
}
@media screen and (max-width: 768px) {
  .ls-420 {
    letter-spacing: 0.21em;
  }
}
@media screen and (max-width: 414px) {
  .ls-420 {
    letter-spacing: 0.042em;
  }
}

.ls-421 {
  letter-spacing: 0.421em;
}
@media screen and (max-width: 768px) {
  .ls-421 {
    letter-spacing: 0.2105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-421 {
    letter-spacing: 0.0421em;
  }
}

.ls-422 {
  letter-spacing: 0.422em;
}
@media screen and (max-width: 768px) {
  .ls-422 {
    letter-spacing: 0.211em;
  }
}
@media screen and (max-width: 414px) {
  .ls-422 {
    letter-spacing: 0.0422em;
  }
}

.ls-423 {
  letter-spacing: 0.423em;
}
@media screen and (max-width: 768px) {
  .ls-423 {
    letter-spacing: 0.2115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-423 {
    letter-spacing: 0.0423em;
  }
}

.ls-424 {
  letter-spacing: 0.424em;
}
@media screen and (max-width: 768px) {
  .ls-424 {
    letter-spacing: 0.212em;
  }
}
@media screen and (max-width: 414px) {
  .ls-424 {
    letter-spacing: 0.0424em;
  }
}

.ls-425 {
  letter-spacing: 0.425em;
}
@media screen and (max-width: 768px) {
  .ls-425 {
    letter-spacing: 0.2125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-425 {
    letter-spacing: 0.0425em;
  }
}

.ls-426 {
  letter-spacing: 0.426em;
}
@media screen and (max-width: 768px) {
  .ls-426 {
    letter-spacing: 0.213em;
  }
}
@media screen and (max-width: 414px) {
  .ls-426 {
    letter-spacing: 0.0426em;
  }
}

.ls-427 {
  letter-spacing: 0.427em;
}
@media screen and (max-width: 768px) {
  .ls-427 {
    letter-spacing: 0.2135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-427 {
    letter-spacing: 0.0427em;
  }
}

.ls-428 {
  letter-spacing: 0.428em;
}
@media screen and (max-width: 768px) {
  .ls-428 {
    letter-spacing: 0.214em;
  }
}
@media screen and (max-width: 414px) {
  .ls-428 {
    letter-spacing: 0.0428em;
  }
}

.ls-429 {
  letter-spacing: 0.429em;
}
@media screen and (max-width: 768px) {
  .ls-429 {
    letter-spacing: 0.2145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-429 {
    letter-spacing: 0.0429em;
  }
}

.ls-430 {
  letter-spacing: 0.43em;
}
@media screen and (max-width: 768px) {
  .ls-430 {
    letter-spacing: 0.215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-430 {
    letter-spacing: 0.043em;
  }
}

.ls-431 {
  letter-spacing: 0.431em;
}
@media screen and (max-width: 768px) {
  .ls-431 {
    letter-spacing: 0.2155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-431 {
    letter-spacing: 0.0431em;
  }
}

.ls-432 {
  letter-spacing: 0.432em;
}
@media screen and (max-width: 768px) {
  .ls-432 {
    letter-spacing: 0.216em;
  }
}
@media screen and (max-width: 414px) {
  .ls-432 {
    letter-spacing: 0.0432em;
  }
}

.ls-433 {
  letter-spacing: 0.433em;
}
@media screen and (max-width: 768px) {
  .ls-433 {
    letter-spacing: 0.2165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-433 {
    letter-spacing: 0.0433em;
  }
}

.ls-434 {
  letter-spacing: 0.434em;
}
@media screen and (max-width: 768px) {
  .ls-434 {
    letter-spacing: 0.217em;
  }
}
@media screen and (max-width: 414px) {
  .ls-434 {
    letter-spacing: 0.0434em;
  }
}

.ls-435 {
  letter-spacing: 0.435em;
}
@media screen and (max-width: 768px) {
  .ls-435 {
    letter-spacing: 0.2175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-435 {
    letter-spacing: 0.0435em;
  }
}

.ls-436 {
  letter-spacing: 0.436em;
}
@media screen and (max-width: 768px) {
  .ls-436 {
    letter-spacing: 0.218em;
  }
}
@media screen and (max-width: 414px) {
  .ls-436 {
    letter-spacing: 0.0436em;
  }
}

.ls-437 {
  letter-spacing: 0.437em;
}
@media screen and (max-width: 768px) {
  .ls-437 {
    letter-spacing: 0.2185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-437 {
    letter-spacing: 0.0437em;
  }
}

.ls-438 {
  letter-spacing: 0.438em;
}
@media screen and (max-width: 768px) {
  .ls-438 {
    letter-spacing: 0.219em;
  }
}
@media screen and (max-width: 414px) {
  .ls-438 {
    letter-spacing: 0.0438em;
  }
}

.ls-439 {
  letter-spacing: 0.439em;
}
@media screen and (max-width: 768px) {
  .ls-439 {
    letter-spacing: 0.2195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-439 {
    letter-spacing: 0.0439em;
  }
}

.ls-440 {
  letter-spacing: 0.44em;
}
@media screen and (max-width: 768px) {
  .ls-440 {
    letter-spacing: 0.22em;
  }
}
@media screen and (max-width: 414px) {
  .ls-440 {
    letter-spacing: 0.044em;
  }
}

.ls-441 {
  letter-spacing: 0.441em;
}
@media screen and (max-width: 768px) {
  .ls-441 {
    letter-spacing: 0.2205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-441 {
    letter-spacing: 0.0441em;
  }
}

.ls-442 {
  letter-spacing: 0.442em;
}
@media screen and (max-width: 768px) {
  .ls-442 {
    letter-spacing: 0.221em;
  }
}
@media screen and (max-width: 414px) {
  .ls-442 {
    letter-spacing: 0.0442em;
  }
}

.ls-443 {
  letter-spacing: 0.443em;
}
@media screen and (max-width: 768px) {
  .ls-443 {
    letter-spacing: 0.2215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-443 {
    letter-spacing: 0.0443em;
  }
}

.ls-444 {
  letter-spacing: 0.444em;
}
@media screen and (max-width: 768px) {
  .ls-444 {
    letter-spacing: 0.222em;
  }
}
@media screen and (max-width: 414px) {
  .ls-444 {
    letter-spacing: 0.0444em;
  }
}

.ls-445 {
  letter-spacing: 0.445em;
}
@media screen and (max-width: 768px) {
  .ls-445 {
    letter-spacing: 0.2225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-445 {
    letter-spacing: 0.0445em;
  }
}

.ls-446 {
  letter-spacing: 0.446em;
}
@media screen and (max-width: 768px) {
  .ls-446 {
    letter-spacing: 0.223em;
  }
}
@media screen and (max-width: 414px) {
  .ls-446 {
    letter-spacing: 0.0446em;
  }
}

.ls-447 {
  letter-spacing: 0.447em;
}
@media screen and (max-width: 768px) {
  .ls-447 {
    letter-spacing: 0.2235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-447 {
    letter-spacing: 0.0447em;
  }
}

.ls-448 {
  letter-spacing: 0.448em;
}
@media screen and (max-width: 768px) {
  .ls-448 {
    letter-spacing: 0.224em;
  }
}
@media screen and (max-width: 414px) {
  .ls-448 {
    letter-spacing: 0.0448em;
  }
}

.ls-449 {
  letter-spacing: 0.449em;
}
@media screen and (max-width: 768px) {
  .ls-449 {
    letter-spacing: 0.2245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-449 {
    letter-spacing: 0.0449em;
  }
}

.ls-450 {
  letter-spacing: 0.45em;
}
@media screen and (max-width: 768px) {
  .ls-450 {
    letter-spacing: 0.225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-450 {
    letter-spacing: 0.045em;
  }
}

.ls-451 {
  letter-spacing: 0.451em;
}
@media screen and (max-width: 768px) {
  .ls-451 {
    letter-spacing: 0.2255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-451 {
    letter-spacing: 0.0451em;
  }
}

.ls-452 {
  letter-spacing: 0.452em;
}
@media screen and (max-width: 768px) {
  .ls-452 {
    letter-spacing: 0.226em;
  }
}
@media screen and (max-width: 414px) {
  .ls-452 {
    letter-spacing: 0.0452em;
  }
}

.ls-453 {
  letter-spacing: 0.453em;
}
@media screen and (max-width: 768px) {
  .ls-453 {
    letter-spacing: 0.2265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-453 {
    letter-spacing: 0.0453em;
  }
}

.ls-454 {
  letter-spacing: 0.454em;
}
@media screen and (max-width: 768px) {
  .ls-454 {
    letter-spacing: 0.227em;
  }
}
@media screen and (max-width: 414px) {
  .ls-454 {
    letter-spacing: 0.0454em;
  }
}

.ls-455 {
  letter-spacing: 0.455em;
}
@media screen and (max-width: 768px) {
  .ls-455 {
    letter-spacing: 0.2275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-455 {
    letter-spacing: 0.0455em;
  }
}

.ls-456 {
  letter-spacing: 0.456em;
}
@media screen and (max-width: 768px) {
  .ls-456 {
    letter-spacing: 0.228em;
  }
}
@media screen and (max-width: 414px) {
  .ls-456 {
    letter-spacing: 0.0456em;
  }
}

.ls-457 {
  letter-spacing: 0.457em;
}
@media screen and (max-width: 768px) {
  .ls-457 {
    letter-spacing: 0.2285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-457 {
    letter-spacing: 0.0457em;
  }
}

.ls-458 {
  letter-spacing: 0.458em;
}
@media screen and (max-width: 768px) {
  .ls-458 {
    letter-spacing: 0.229em;
  }
}
@media screen and (max-width: 414px) {
  .ls-458 {
    letter-spacing: 0.0458em;
  }
}

.ls-459 {
  letter-spacing: 0.459em;
}
@media screen and (max-width: 768px) {
  .ls-459 {
    letter-spacing: 0.2295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-459 {
    letter-spacing: 0.0459em;
  }
}

.ls-460 {
  letter-spacing: 0.46em;
}
@media screen and (max-width: 768px) {
  .ls-460 {
    letter-spacing: 0.23em;
  }
}
@media screen and (max-width: 414px) {
  .ls-460 {
    letter-spacing: 0.046em;
  }
}

.ls-461 {
  letter-spacing: 0.461em;
}
@media screen and (max-width: 768px) {
  .ls-461 {
    letter-spacing: 0.2305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-461 {
    letter-spacing: 0.0461em;
  }
}

.ls-462 {
  letter-spacing: 0.462em;
}
@media screen and (max-width: 768px) {
  .ls-462 {
    letter-spacing: 0.231em;
  }
}
@media screen and (max-width: 414px) {
  .ls-462 {
    letter-spacing: 0.0462em;
  }
}

.ls-463 {
  letter-spacing: 0.463em;
}
@media screen and (max-width: 768px) {
  .ls-463 {
    letter-spacing: 0.2315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-463 {
    letter-spacing: 0.0463em;
  }
}

.ls-464 {
  letter-spacing: 0.464em;
}
@media screen and (max-width: 768px) {
  .ls-464 {
    letter-spacing: 0.232em;
  }
}
@media screen and (max-width: 414px) {
  .ls-464 {
    letter-spacing: 0.0464em;
  }
}

.ls-465 {
  letter-spacing: 0.465em;
}
@media screen and (max-width: 768px) {
  .ls-465 {
    letter-spacing: 0.2325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-465 {
    letter-spacing: 0.0465em;
  }
}

.ls-466 {
  letter-spacing: 0.466em;
}
@media screen and (max-width: 768px) {
  .ls-466 {
    letter-spacing: 0.233em;
  }
}
@media screen and (max-width: 414px) {
  .ls-466 {
    letter-spacing: 0.0466em;
  }
}

.ls-467 {
  letter-spacing: 0.467em;
}
@media screen and (max-width: 768px) {
  .ls-467 {
    letter-spacing: 0.2335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-467 {
    letter-spacing: 0.0467em;
  }
}

.ls-468 {
  letter-spacing: 0.468em;
}
@media screen and (max-width: 768px) {
  .ls-468 {
    letter-spacing: 0.234em;
  }
}
@media screen and (max-width: 414px) {
  .ls-468 {
    letter-spacing: 0.0468em;
  }
}

.ls-469 {
  letter-spacing: 0.469em;
}
@media screen and (max-width: 768px) {
  .ls-469 {
    letter-spacing: 0.2345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-469 {
    letter-spacing: 0.0469em;
  }
}

.ls-470 {
  letter-spacing: 0.47em;
}
@media screen and (max-width: 768px) {
  .ls-470 {
    letter-spacing: 0.235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-470 {
    letter-spacing: 0.047em;
  }
}

.ls-471 {
  letter-spacing: 0.471em;
}
@media screen and (max-width: 768px) {
  .ls-471 {
    letter-spacing: 0.2355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-471 {
    letter-spacing: 0.0471em;
  }
}

.ls-472 {
  letter-spacing: 0.472em;
}
@media screen and (max-width: 768px) {
  .ls-472 {
    letter-spacing: 0.236em;
  }
}
@media screen and (max-width: 414px) {
  .ls-472 {
    letter-spacing: 0.0472em;
  }
}

.ls-473 {
  letter-spacing: 0.473em;
}
@media screen and (max-width: 768px) {
  .ls-473 {
    letter-spacing: 0.2365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-473 {
    letter-spacing: 0.0473em;
  }
}

.ls-474 {
  letter-spacing: 0.474em;
}
@media screen and (max-width: 768px) {
  .ls-474 {
    letter-spacing: 0.237em;
  }
}
@media screen and (max-width: 414px) {
  .ls-474 {
    letter-spacing: 0.0474em;
  }
}

.ls-475 {
  letter-spacing: 0.475em;
}
@media screen and (max-width: 768px) {
  .ls-475 {
    letter-spacing: 0.2375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-475 {
    letter-spacing: 0.0475em;
  }
}

.ls-476 {
  letter-spacing: 0.476em;
}
@media screen and (max-width: 768px) {
  .ls-476 {
    letter-spacing: 0.238em;
  }
}
@media screen and (max-width: 414px) {
  .ls-476 {
    letter-spacing: 0.0476em;
  }
}

.ls-477 {
  letter-spacing: 0.477em;
}
@media screen and (max-width: 768px) {
  .ls-477 {
    letter-spacing: 0.2385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-477 {
    letter-spacing: 0.0477em;
  }
}

.ls-478 {
  letter-spacing: 0.478em;
}
@media screen and (max-width: 768px) {
  .ls-478 {
    letter-spacing: 0.239em;
  }
}
@media screen and (max-width: 414px) {
  .ls-478 {
    letter-spacing: 0.0478em;
  }
}

.ls-479 {
  letter-spacing: 0.479em;
}
@media screen and (max-width: 768px) {
  .ls-479 {
    letter-spacing: 0.2395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-479 {
    letter-spacing: 0.0479em;
  }
}

.ls-480 {
  letter-spacing: 0.48em;
}
@media screen and (max-width: 768px) {
  .ls-480 {
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 414px) {
  .ls-480 {
    letter-spacing: 0.048em;
  }
}

.ls-481 {
  letter-spacing: 0.481em;
}
@media screen and (max-width: 768px) {
  .ls-481 {
    letter-spacing: 0.2405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-481 {
    letter-spacing: 0.0481em;
  }
}

.ls-482 {
  letter-spacing: 0.482em;
}
@media screen and (max-width: 768px) {
  .ls-482 {
    letter-spacing: 0.241em;
  }
}
@media screen and (max-width: 414px) {
  .ls-482 {
    letter-spacing: 0.0482em;
  }
}

.ls-483 {
  letter-spacing: 0.483em;
}
@media screen and (max-width: 768px) {
  .ls-483 {
    letter-spacing: 0.2415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-483 {
    letter-spacing: 0.0483em;
  }
}

.ls-484 {
  letter-spacing: 0.484em;
}
@media screen and (max-width: 768px) {
  .ls-484 {
    letter-spacing: 0.242em;
  }
}
@media screen and (max-width: 414px) {
  .ls-484 {
    letter-spacing: 0.0484em;
  }
}

.ls-485 {
  letter-spacing: 0.485em;
}
@media screen and (max-width: 768px) {
  .ls-485 {
    letter-spacing: 0.2425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-485 {
    letter-spacing: 0.0485em;
  }
}

.ls-486 {
  letter-spacing: 0.486em;
}
@media screen and (max-width: 768px) {
  .ls-486 {
    letter-spacing: 0.243em;
  }
}
@media screen and (max-width: 414px) {
  .ls-486 {
    letter-spacing: 0.0486em;
  }
}

.ls-487 {
  letter-spacing: 0.487em;
}
@media screen and (max-width: 768px) {
  .ls-487 {
    letter-spacing: 0.2435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-487 {
    letter-spacing: 0.0487em;
  }
}

.ls-488 {
  letter-spacing: 0.488em;
}
@media screen and (max-width: 768px) {
  .ls-488 {
    letter-spacing: 0.244em;
  }
}
@media screen and (max-width: 414px) {
  .ls-488 {
    letter-spacing: 0.0488em;
  }
}

.ls-489 {
  letter-spacing: 0.489em;
}
@media screen and (max-width: 768px) {
  .ls-489 {
    letter-spacing: 0.2445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-489 {
    letter-spacing: 0.0489em;
  }
}

.ls-490 {
  letter-spacing: 0.49em;
}
@media screen and (max-width: 768px) {
  .ls-490 {
    letter-spacing: 0.245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-490 {
    letter-spacing: 0.049em;
  }
}

.ls-491 {
  letter-spacing: 0.491em;
}
@media screen and (max-width: 768px) {
  .ls-491 {
    letter-spacing: 0.2455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-491 {
    letter-spacing: 0.0491em;
  }
}

.ls-492 {
  letter-spacing: 0.492em;
}
@media screen and (max-width: 768px) {
  .ls-492 {
    letter-spacing: 0.246em;
  }
}
@media screen and (max-width: 414px) {
  .ls-492 {
    letter-spacing: 0.0492em;
  }
}

.ls-493 {
  letter-spacing: 0.493em;
}
@media screen and (max-width: 768px) {
  .ls-493 {
    letter-spacing: 0.2465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-493 {
    letter-spacing: 0.0493em;
  }
}

.ls-494 {
  letter-spacing: 0.494em;
}
@media screen and (max-width: 768px) {
  .ls-494 {
    letter-spacing: 0.247em;
  }
}
@media screen and (max-width: 414px) {
  .ls-494 {
    letter-spacing: 0.0494em;
  }
}

.ls-495 {
  letter-spacing: 0.495em;
}
@media screen and (max-width: 768px) {
  .ls-495 {
    letter-spacing: 0.2475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-495 {
    letter-spacing: 0.0495em;
  }
}

.ls-496 {
  letter-spacing: 0.496em;
}
@media screen and (max-width: 768px) {
  .ls-496 {
    letter-spacing: 0.248em;
  }
}
@media screen and (max-width: 414px) {
  .ls-496 {
    letter-spacing: 0.0496em;
  }
}

.ls-497 {
  letter-spacing: 0.497em;
}
@media screen and (max-width: 768px) {
  .ls-497 {
    letter-spacing: 0.2485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-497 {
    letter-spacing: 0.0497em;
  }
}

.ls-498 {
  letter-spacing: 0.498em;
}
@media screen and (max-width: 768px) {
  .ls-498 {
    letter-spacing: 0.249em;
  }
}
@media screen and (max-width: 414px) {
  .ls-498 {
    letter-spacing: 0.0498em;
  }
}

.ls-499 {
  letter-spacing: 0.499em;
}
@media screen and (max-width: 768px) {
  .ls-499 {
    letter-spacing: 0.2495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-499 {
    letter-spacing: 0.0499em;
  }
}

.ls-500 {
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .ls-500 {
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 414px) {
  .ls-500 {
    letter-spacing: 0.05em;
  }
}

.ls-501 {
  letter-spacing: 0.501em;
}
@media screen and (max-width: 768px) {
  .ls-501 {
    letter-spacing: 0.2505em;
  }
}
@media screen and (max-width: 414px) {
  .ls-501 {
    letter-spacing: 0.0501em;
  }
}

.ls-502 {
  letter-spacing: 0.502em;
}
@media screen and (max-width: 768px) {
  .ls-502 {
    letter-spacing: 0.251em;
  }
}
@media screen and (max-width: 414px) {
  .ls-502 {
    letter-spacing: 0.0502em;
  }
}

.ls-503 {
  letter-spacing: 0.503em;
}
@media screen and (max-width: 768px) {
  .ls-503 {
    letter-spacing: 0.2515em;
  }
}
@media screen and (max-width: 414px) {
  .ls-503 {
    letter-spacing: 0.0503em;
  }
}

.ls-504 {
  letter-spacing: 0.504em;
}
@media screen and (max-width: 768px) {
  .ls-504 {
    letter-spacing: 0.252em;
  }
}
@media screen and (max-width: 414px) {
  .ls-504 {
    letter-spacing: 0.0504em;
  }
}

.ls-505 {
  letter-spacing: 0.505em;
}
@media screen and (max-width: 768px) {
  .ls-505 {
    letter-spacing: 0.2525em;
  }
}
@media screen and (max-width: 414px) {
  .ls-505 {
    letter-spacing: 0.0505em;
  }
}

.ls-506 {
  letter-spacing: 0.506em;
}
@media screen and (max-width: 768px) {
  .ls-506 {
    letter-spacing: 0.253em;
  }
}
@media screen and (max-width: 414px) {
  .ls-506 {
    letter-spacing: 0.0506em;
  }
}

.ls-507 {
  letter-spacing: 0.507em;
}
@media screen and (max-width: 768px) {
  .ls-507 {
    letter-spacing: 0.2535em;
  }
}
@media screen and (max-width: 414px) {
  .ls-507 {
    letter-spacing: 0.0507em;
  }
}

.ls-508 {
  letter-spacing: 0.508em;
}
@media screen and (max-width: 768px) {
  .ls-508 {
    letter-spacing: 0.254em;
  }
}
@media screen and (max-width: 414px) {
  .ls-508 {
    letter-spacing: 0.0508em;
  }
}

.ls-509 {
  letter-spacing: 0.509em;
}
@media screen and (max-width: 768px) {
  .ls-509 {
    letter-spacing: 0.2545em;
  }
}
@media screen and (max-width: 414px) {
  .ls-509 {
    letter-spacing: 0.0509em;
  }
}

.ls-510 {
  letter-spacing: 0.51em;
}
@media screen and (max-width: 768px) {
  .ls-510 {
    letter-spacing: 0.255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-510 {
    letter-spacing: 0.051em;
  }
}

.ls-511 {
  letter-spacing: 0.511em;
}
@media screen and (max-width: 768px) {
  .ls-511 {
    letter-spacing: 0.2555em;
  }
}
@media screen and (max-width: 414px) {
  .ls-511 {
    letter-spacing: 0.0511em;
  }
}

.ls-512 {
  letter-spacing: 0.512em;
}
@media screen and (max-width: 768px) {
  .ls-512 {
    letter-spacing: 0.256em;
  }
}
@media screen and (max-width: 414px) {
  .ls-512 {
    letter-spacing: 0.0512em;
  }
}

.ls-513 {
  letter-spacing: 0.513em;
}
@media screen and (max-width: 768px) {
  .ls-513 {
    letter-spacing: 0.2565em;
  }
}
@media screen and (max-width: 414px) {
  .ls-513 {
    letter-spacing: 0.0513em;
  }
}

.ls-514 {
  letter-spacing: 0.514em;
}
@media screen and (max-width: 768px) {
  .ls-514 {
    letter-spacing: 0.257em;
  }
}
@media screen and (max-width: 414px) {
  .ls-514 {
    letter-spacing: 0.0514em;
  }
}

.ls-515 {
  letter-spacing: 0.515em;
}
@media screen and (max-width: 768px) {
  .ls-515 {
    letter-spacing: 0.2575em;
  }
}
@media screen and (max-width: 414px) {
  .ls-515 {
    letter-spacing: 0.0515em;
  }
}

.ls-516 {
  letter-spacing: 0.516em;
}
@media screen and (max-width: 768px) {
  .ls-516 {
    letter-spacing: 0.258em;
  }
}
@media screen and (max-width: 414px) {
  .ls-516 {
    letter-spacing: 0.0516em;
  }
}

.ls-517 {
  letter-spacing: 0.517em;
}
@media screen and (max-width: 768px) {
  .ls-517 {
    letter-spacing: 0.2585em;
  }
}
@media screen and (max-width: 414px) {
  .ls-517 {
    letter-spacing: 0.0517em;
  }
}

.ls-518 {
  letter-spacing: 0.518em;
}
@media screen and (max-width: 768px) {
  .ls-518 {
    letter-spacing: 0.259em;
  }
}
@media screen and (max-width: 414px) {
  .ls-518 {
    letter-spacing: 0.0518em;
  }
}

.ls-519 {
  letter-spacing: 0.519em;
}
@media screen and (max-width: 768px) {
  .ls-519 {
    letter-spacing: 0.2595em;
  }
}
@media screen and (max-width: 414px) {
  .ls-519 {
    letter-spacing: 0.0519em;
  }
}

.ls-520 {
  letter-spacing: 0.52em;
}
@media screen and (max-width: 768px) {
  .ls-520 {
    letter-spacing: 0.26em;
  }
}
@media screen and (max-width: 414px) {
  .ls-520 {
    letter-spacing: 0.052em;
  }
}

.ls-521 {
  letter-spacing: 0.521em;
}
@media screen and (max-width: 768px) {
  .ls-521 {
    letter-spacing: 0.2605em;
  }
}
@media screen and (max-width: 414px) {
  .ls-521 {
    letter-spacing: 0.0521em;
  }
}

.ls-522 {
  letter-spacing: 0.522em;
}
@media screen and (max-width: 768px) {
  .ls-522 {
    letter-spacing: 0.261em;
  }
}
@media screen and (max-width: 414px) {
  .ls-522 {
    letter-spacing: 0.0522em;
  }
}

.ls-523 {
  letter-spacing: 0.523em;
}
@media screen and (max-width: 768px) {
  .ls-523 {
    letter-spacing: 0.2615em;
  }
}
@media screen and (max-width: 414px) {
  .ls-523 {
    letter-spacing: 0.0523em;
  }
}

.ls-524 {
  letter-spacing: 0.524em;
}
@media screen and (max-width: 768px) {
  .ls-524 {
    letter-spacing: 0.262em;
  }
}
@media screen and (max-width: 414px) {
  .ls-524 {
    letter-spacing: 0.0524em;
  }
}

.ls-525 {
  letter-spacing: 0.525em;
}
@media screen and (max-width: 768px) {
  .ls-525 {
    letter-spacing: 0.2625em;
  }
}
@media screen and (max-width: 414px) {
  .ls-525 {
    letter-spacing: 0.0525em;
  }
}

.ls-526 {
  letter-spacing: 0.526em;
}
@media screen and (max-width: 768px) {
  .ls-526 {
    letter-spacing: 0.263em;
  }
}
@media screen and (max-width: 414px) {
  .ls-526 {
    letter-spacing: 0.0526em;
  }
}

.ls-527 {
  letter-spacing: 0.527em;
}
@media screen and (max-width: 768px) {
  .ls-527 {
    letter-spacing: 0.2635em;
  }
}
@media screen and (max-width: 414px) {
  .ls-527 {
    letter-spacing: 0.0527em;
  }
}

.ls-528 {
  letter-spacing: 0.528em;
}
@media screen and (max-width: 768px) {
  .ls-528 {
    letter-spacing: 0.264em;
  }
}
@media screen and (max-width: 414px) {
  .ls-528 {
    letter-spacing: 0.0528em;
  }
}

.ls-529 {
  letter-spacing: 0.529em;
}
@media screen and (max-width: 768px) {
  .ls-529 {
    letter-spacing: 0.2645em;
  }
}
@media screen and (max-width: 414px) {
  .ls-529 {
    letter-spacing: 0.0529em;
  }
}

.ls-530 {
  letter-spacing: 0.53em;
}
@media screen and (max-width: 768px) {
  .ls-530 {
    letter-spacing: 0.265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-530 {
    letter-spacing: 0.053em;
  }
}

.ls-531 {
  letter-spacing: 0.531em;
}
@media screen and (max-width: 768px) {
  .ls-531 {
    letter-spacing: 0.2655em;
  }
}
@media screen and (max-width: 414px) {
  .ls-531 {
    letter-spacing: 0.0531em;
  }
}

.ls-532 {
  letter-spacing: 0.532em;
}
@media screen and (max-width: 768px) {
  .ls-532 {
    letter-spacing: 0.266em;
  }
}
@media screen and (max-width: 414px) {
  .ls-532 {
    letter-spacing: 0.0532em;
  }
}

.ls-533 {
  letter-spacing: 0.533em;
}
@media screen and (max-width: 768px) {
  .ls-533 {
    letter-spacing: 0.2665em;
  }
}
@media screen and (max-width: 414px) {
  .ls-533 {
    letter-spacing: 0.0533em;
  }
}

.ls-534 {
  letter-spacing: 0.534em;
}
@media screen and (max-width: 768px) {
  .ls-534 {
    letter-spacing: 0.267em;
  }
}
@media screen and (max-width: 414px) {
  .ls-534 {
    letter-spacing: 0.0534em;
  }
}

.ls-535 {
  letter-spacing: 0.535em;
}
@media screen and (max-width: 768px) {
  .ls-535 {
    letter-spacing: 0.2675em;
  }
}
@media screen and (max-width: 414px) {
  .ls-535 {
    letter-spacing: 0.0535em;
  }
}

.ls-536 {
  letter-spacing: 0.536em;
}
@media screen and (max-width: 768px) {
  .ls-536 {
    letter-spacing: 0.268em;
  }
}
@media screen and (max-width: 414px) {
  .ls-536 {
    letter-spacing: 0.0536em;
  }
}

.ls-537 {
  letter-spacing: 0.537em;
}
@media screen and (max-width: 768px) {
  .ls-537 {
    letter-spacing: 0.2685em;
  }
}
@media screen and (max-width: 414px) {
  .ls-537 {
    letter-spacing: 0.0537em;
  }
}

.ls-538 {
  letter-spacing: 0.538em;
}
@media screen and (max-width: 768px) {
  .ls-538 {
    letter-spacing: 0.269em;
  }
}
@media screen and (max-width: 414px) {
  .ls-538 {
    letter-spacing: 0.0538em;
  }
}

.ls-539 {
  letter-spacing: 0.539em;
}
@media screen and (max-width: 768px) {
  .ls-539 {
    letter-spacing: 0.2695em;
  }
}
@media screen and (max-width: 414px) {
  .ls-539 {
    letter-spacing: 0.0539em;
  }
}

.ls-540 {
  letter-spacing: 0.54em;
}
@media screen and (max-width: 768px) {
  .ls-540 {
    letter-spacing: 0.27em;
  }
}
@media screen and (max-width: 414px) {
  .ls-540 {
    letter-spacing: 0.054em;
  }
}

.ls-541 {
  letter-spacing: 0.541em;
}
@media screen and (max-width: 768px) {
  .ls-541 {
    letter-spacing: 0.2705em;
  }
}
@media screen and (max-width: 414px) {
  .ls-541 {
    letter-spacing: 0.0541em;
  }
}

.ls-542 {
  letter-spacing: 0.542em;
}
@media screen and (max-width: 768px) {
  .ls-542 {
    letter-spacing: 0.271em;
  }
}
@media screen and (max-width: 414px) {
  .ls-542 {
    letter-spacing: 0.0542em;
  }
}

.ls-543 {
  letter-spacing: 0.543em;
}
@media screen and (max-width: 768px) {
  .ls-543 {
    letter-spacing: 0.2715em;
  }
}
@media screen and (max-width: 414px) {
  .ls-543 {
    letter-spacing: 0.0543em;
  }
}

.ls-544 {
  letter-spacing: 0.544em;
}
@media screen and (max-width: 768px) {
  .ls-544 {
    letter-spacing: 0.272em;
  }
}
@media screen and (max-width: 414px) {
  .ls-544 {
    letter-spacing: 0.0544em;
  }
}

.ls-545 {
  letter-spacing: 0.545em;
}
@media screen and (max-width: 768px) {
  .ls-545 {
    letter-spacing: 0.2725em;
  }
}
@media screen and (max-width: 414px) {
  .ls-545 {
    letter-spacing: 0.0545em;
  }
}

.ls-546 {
  letter-spacing: 0.546em;
}
@media screen and (max-width: 768px) {
  .ls-546 {
    letter-spacing: 0.273em;
  }
}
@media screen and (max-width: 414px) {
  .ls-546 {
    letter-spacing: 0.0546em;
  }
}

.ls-547 {
  letter-spacing: 0.547em;
}
@media screen and (max-width: 768px) {
  .ls-547 {
    letter-spacing: 0.2735em;
  }
}
@media screen and (max-width: 414px) {
  .ls-547 {
    letter-spacing: 0.0547em;
  }
}

.ls-548 {
  letter-spacing: 0.548em;
}
@media screen and (max-width: 768px) {
  .ls-548 {
    letter-spacing: 0.274em;
  }
}
@media screen and (max-width: 414px) {
  .ls-548 {
    letter-spacing: 0.0548em;
  }
}

.ls-549 {
  letter-spacing: 0.549em;
}
@media screen and (max-width: 768px) {
  .ls-549 {
    letter-spacing: 0.2745em;
  }
}
@media screen and (max-width: 414px) {
  .ls-549 {
    letter-spacing: 0.0549em;
  }
}

.ls-550 {
  letter-spacing: 0.55em;
}
@media screen and (max-width: 768px) {
  .ls-550 {
    letter-spacing: 0.275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-550 {
    letter-spacing: 0.055em;
  }
}

.ls-551 {
  letter-spacing: 0.551em;
}
@media screen and (max-width: 768px) {
  .ls-551 {
    letter-spacing: 0.2755em;
  }
}
@media screen and (max-width: 414px) {
  .ls-551 {
    letter-spacing: 0.0551em;
  }
}

.ls-552 {
  letter-spacing: 0.552em;
}
@media screen and (max-width: 768px) {
  .ls-552 {
    letter-spacing: 0.276em;
  }
}
@media screen and (max-width: 414px) {
  .ls-552 {
    letter-spacing: 0.0552em;
  }
}

.ls-553 {
  letter-spacing: 0.553em;
}
@media screen and (max-width: 768px) {
  .ls-553 {
    letter-spacing: 0.2765em;
  }
}
@media screen and (max-width: 414px) {
  .ls-553 {
    letter-spacing: 0.0553em;
  }
}

.ls-554 {
  letter-spacing: 0.554em;
}
@media screen and (max-width: 768px) {
  .ls-554 {
    letter-spacing: 0.277em;
  }
}
@media screen and (max-width: 414px) {
  .ls-554 {
    letter-spacing: 0.0554em;
  }
}

.ls-555 {
  letter-spacing: 0.555em;
}
@media screen and (max-width: 768px) {
  .ls-555 {
    letter-spacing: 0.2775em;
  }
}
@media screen and (max-width: 414px) {
  .ls-555 {
    letter-spacing: 0.0555em;
  }
}

.ls-556 {
  letter-spacing: 0.556em;
}
@media screen and (max-width: 768px) {
  .ls-556 {
    letter-spacing: 0.278em;
  }
}
@media screen and (max-width: 414px) {
  .ls-556 {
    letter-spacing: 0.0556em;
  }
}

.ls-557 {
  letter-spacing: 0.557em;
}
@media screen and (max-width: 768px) {
  .ls-557 {
    letter-spacing: 0.2785em;
  }
}
@media screen and (max-width: 414px) {
  .ls-557 {
    letter-spacing: 0.0557em;
  }
}

.ls-558 {
  letter-spacing: 0.558em;
}
@media screen and (max-width: 768px) {
  .ls-558 {
    letter-spacing: 0.279em;
  }
}
@media screen and (max-width: 414px) {
  .ls-558 {
    letter-spacing: 0.0558em;
  }
}

.ls-559 {
  letter-spacing: 0.559em;
}
@media screen and (max-width: 768px) {
  .ls-559 {
    letter-spacing: 0.2795em;
  }
}
@media screen and (max-width: 414px) {
  .ls-559 {
    letter-spacing: 0.0559em;
  }
}

.ls-560 {
  letter-spacing: 0.56em;
}
@media screen and (max-width: 768px) {
  .ls-560 {
    letter-spacing: 0.28em;
  }
}
@media screen and (max-width: 414px) {
  .ls-560 {
    letter-spacing: 0.056em;
  }
}

.ls-561 {
  letter-spacing: 0.561em;
}
@media screen and (max-width: 768px) {
  .ls-561 {
    letter-spacing: 0.2805em;
  }
}
@media screen and (max-width: 414px) {
  .ls-561 {
    letter-spacing: 0.0561em;
  }
}

.ls-562 {
  letter-spacing: 0.562em;
}
@media screen and (max-width: 768px) {
  .ls-562 {
    letter-spacing: 0.281em;
  }
}
@media screen and (max-width: 414px) {
  .ls-562 {
    letter-spacing: 0.0562em;
  }
}

.ls-563 {
  letter-spacing: 0.563em;
}
@media screen and (max-width: 768px) {
  .ls-563 {
    letter-spacing: 0.2815em;
  }
}
@media screen and (max-width: 414px) {
  .ls-563 {
    letter-spacing: 0.0563em;
  }
}

.ls-564 {
  letter-spacing: 0.564em;
}
@media screen and (max-width: 768px) {
  .ls-564 {
    letter-spacing: 0.282em;
  }
}
@media screen and (max-width: 414px) {
  .ls-564 {
    letter-spacing: 0.0564em;
  }
}

.ls-565 {
  letter-spacing: 0.565em;
}
@media screen and (max-width: 768px) {
  .ls-565 {
    letter-spacing: 0.2825em;
  }
}
@media screen and (max-width: 414px) {
  .ls-565 {
    letter-spacing: 0.0565em;
  }
}

.ls-566 {
  letter-spacing: 0.566em;
}
@media screen and (max-width: 768px) {
  .ls-566 {
    letter-spacing: 0.283em;
  }
}
@media screen and (max-width: 414px) {
  .ls-566 {
    letter-spacing: 0.0566em;
  }
}

.ls-567 {
  letter-spacing: 0.567em;
}
@media screen and (max-width: 768px) {
  .ls-567 {
    letter-spacing: 0.2835em;
  }
}
@media screen and (max-width: 414px) {
  .ls-567 {
    letter-spacing: 0.0567em;
  }
}

.ls-568 {
  letter-spacing: 0.568em;
}
@media screen and (max-width: 768px) {
  .ls-568 {
    letter-spacing: 0.284em;
  }
}
@media screen and (max-width: 414px) {
  .ls-568 {
    letter-spacing: 0.0568em;
  }
}

.ls-569 {
  letter-spacing: 0.569em;
}
@media screen and (max-width: 768px) {
  .ls-569 {
    letter-spacing: 0.2845em;
  }
}
@media screen and (max-width: 414px) {
  .ls-569 {
    letter-spacing: 0.0569em;
  }
}

.ls-570 {
  letter-spacing: 0.57em;
}
@media screen and (max-width: 768px) {
  .ls-570 {
    letter-spacing: 0.285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-570 {
    letter-spacing: 0.057em;
  }
}

.ls-571 {
  letter-spacing: 0.571em;
}
@media screen and (max-width: 768px) {
  .ls-571 {
    letter-spacing: 0.2855em;
  }
}
@media screen and (max-width: 414px) {
  .ls-571 {
    letter-spacing: 0.0571em;
  }
}

.ls-572 {
  letter-spacing: 0.572em;
}
@media screen and (max-width: 768px) {
  .ls-572 {
    letter-spacing: 0.286em;
  }
}
@media screen and (max-width: 414px) {
  .ls-572 {
    letter-spacing: 0.0572em;
  }
}

.ls-573 {
  letter-spacing: 0.573em;
}
@media screen and (max-width: 768px) {
  .ls-573 {
    letter-spacing: 0.2865em;
  }
}
@media screen and (max-width: 414px) {
  .ls-573 {
    letter-spacing: 0.0573em;
  }
}

.ls-574 {
  letter-spacing: 0.574em;
}
@media screen and (max-width: 768px) {
  .ls-574 {
    letter-spacing: 0.287em;
  }
}
@media screen and (max-width: 414px) {
  .ls-574 {
    letter-spacing: 0.0574em;
  }
}

.ls-575 {
  letter-spacing: 0.575em;
}
@media screen and (max-width: 768px) {
  .ls-575 {
    letter-spacing: 0.2875em;
  }
}
@media screen and (max-width: 414px) {
  .ls-575 {
    letter-spacing: 0.0575em;
  }
}

.ls-576 {
  letter-spacing: 0.576em;
}
@media screen and (max-width: 768px) {
  .ls-576 {
    letter-spacing: 0.288em;
  }
}
@media screen and (max-width: 414px) {
  .ls-576 {
    letter-spacing: 0.0576em;
  }
}

.ls-577 {
  letter-spacing: 0.577em;
}
@media screen and (max-width: 768px) {
  .ls-577 {
    letter-spacing: 0.2885em;
  }
}
@media screen and (max-width: 414px) {
  .ls-577 {
    letter-spacing: 0.0577em;
  }
}

.ls-578 {
  letter-spacing: 0.578em;
}
@media screen and (max-width: 768px) {
  .ls-578 {
    letter-spacing: 0.289em;
  }
}
@media screen and (max-width: 414px) {
  .ls-578 {
    letter-spacing: 0.0578em;
  }
}

.ls-579 {
  letter-spacing: 0.579em;
}
@media screen and (max-width: 768px) {
  .ls-579 {
    letter-spacing: 0.2895em;
  }
}
@media screen and (max-width: 414px) {
  .ls-579 {
    letter-spacing: 0.0579em;
  }
}

.ls-580 {
  letter-spacing: 0.58em;
}
@media screen and (max-width: 768px) {
  .ls-580 {
    letter-spacing: 0.29em;
  }
}
@media screen and (max-width: 414px) {
  .ls-580 {
    letter-spacing: 0.058em;
  }
}

.ls-581 {
  letter-spacing: 0.581em;
}
@media screen and (max-width: 768px) {
  .ls-581 {
    letter-spacing: 0.2905em;
  }
}
@media screen and (max-width: 414px) {
  .ls-581 {
    letter-spacing: 0.0581em;
  }
}

.ls-582 {
  letter-spacing: 0.582em;
}
@media screen and (max-width: 768px) {
  .ls-582 {
    letter-spacing: 0.291em;
  }
}
@media screen and (max-width: 414px) {
  .ls-582 {
    letter-spacing: 0.0582em;
  }
}

.ls-583 {
  letter-spacing: 0.583em;
}
@media screen and (max-width: 768px) {
  .ls-583 {
    letter-spacing: 0.2915em;
  }
}
@media screen and (max-width: 414px) {
  .ls-583 {
    letter-spacing: 0.0583em;
  }
}

.ls-584 {
  letter-spacing: 0.584em;
}
@media screen and (max-width: 768px) {
  .ls-584 {
    letter-spacing: 0.292em;
  }
}
@media screen and (max-width: 414px) {
  .ls-584 {
    letter-spacing: 0.0584em;
  }
}

.ls-585 {
  letter-spacing: 0.585em;
}
@media screen and (max-width: 768px) {
  .ls-585 {
    letter-spacing: 0.2925em;
  }
}
@media screen and (max-width: 414px) {
  .ls-585 {
    letter-spacing: 0.0585em;
  }
}

.ls-586 {
  letter-spacing: 0.586em;
}
@media screen and (max-width: 768px) {
  .ls-586 {
    letter-spacing: 0.293em;
  }
}
@media screen and (max-width: 414px) {
  .ls-586 {
    letter-spacing: 0.0586em;
  }
}

.ls-587 {
  letter-spacing: 0.587em;
}
@media screen and (max-width: 768px) {
  .ls-587 {
    letter-spacing: 0.2935em;
  }
}
@media screen and (max-width: 414px) {
  .ls-587 {
    letter-spacing: 0.0587em;
  }
}

.ls-588 {
  letter-spacing: 0.588em;
}
@media screen and (max-width: 768px) {
  .ls-588 {
    letter-spacing: 0.294em;
  }
}
@media screen and (max-width: 414px) {
  .ls-588 {
    letter-spacing: 0.0588em;
  }
}

.ls-589 {
  letter-spacing: 0.589em;
}
@media screen and (max-width: 768px) {
  .ls-589 {
    letter-spacing: 0.2945em;
  }
}
@media screen and (max-width: 414px) {
  .ls-589 {
    letter-spacing: 0.0589em;
  }
}

.ls-590 {
  letter-spacing: 0.59em;
}
@media screen and (max-width: 768px) {
  .ls-590 {
    letter-spacing: 0.295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-590 {
    letter-spacing: 0.059em;
  }
}

.ls-591 {
  letter-spacing: 0.591em;
}
@media screen and (max-width: 768px) {
  .ls-591 {
    letter-spacing: 0.2955em;
  }
}
@media screen and (max-width: 414px) {
  .ls-591 {
    letter-spacing: 0.0591em;
  }
}

.ls-592 {
  letter-spacing: 0.592em;
}
@media screen and (max-width: 768px) {
  .ls-592 {
    letter-spacing: 0.296em;
  }
}
@media screen and (max-width: 414px) {
  .ls-592 {
    letter-spacing: 0.0592em;
  }
}

.ls-593 {
  letter-spacing: 0.593em;
}
@media screen and (max-width: 768px) {
  .ls-593 {
    letter-spacing: 0.2965em;
  }
}
@media screen and (max-width: 414px) {
  .ls-593 {
    letter-spacing: 0.0593em;
  }
}

.ls-594 {
  letter-spacing: 0.594em;
}
@media screen and (max-width: 768px) {
  .ls-594 {
    letter-spacing: 0.297em;
  }
}
@media screen and (max-width: 414px) {
  .ls-594 {
    letter-spacing: 0.0594em;
  }
}

.ls-595 {
  letter-spacing: 0.595em;
}
@media screen and (max-width: 768px) {
  .ls-595 {
    letter-spacing: 0.2975em;
  }
}
@media screen and (max-width: 414px) {
  .ls-595 {
    letter-spacing: 0.0595em;
  }
}

.ls-596 {
  letter-spacing: 0.596em;
}
@media screen and (max-width: 768px) {
  .ls-596 {
    letter-spacing: 0.298em;
  }
}
@media screen and (max-width: 414px) {
  .ls-596 {
    letter-spacing: 0.0596em;
  }
}

.ls-597 {
  letter-spacing: 0.597em;
}
@media screen and (max-width: 768px) {
  .ls-597 {
    letter-spacing: 0.2985em;
  }
}
@media screen and (max-width: 414px) {
  .ls-597 {
    letter-spacing: 0.0597em;
  }
}

.ls-598 {
  letter-spacing: 0.598em;
}
@media screen and (max-width: 768px) {
  .ls-598 {
    letter-spacing: 0.299em;
  }
}
@media screen and (max-width: 414px) {
  .ls-598 {
    letter-spacing: 0.0598em;
  }
}

.ls-599 {
  letter-spacing: 0.599em;
}
@media screen and (max-width: 768px) {
  .ls-599 {
    letter-spacing: 0.2995em;
  }
}
@media screen and (max-width: 414px) {
  .ls-599 {
    letter-spacing: 0.0599em;
  }
}

.ls-600 {
  letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
  .ls-600 {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 414px) {
  .ls-600 {
    letter-spacing: 0.06em;
  }
}

.ls-601 {
  letter-spacing: 0.601em;
}
@media screen and (max-width: 768px) {
  .ls-601 {
    letter-spacing: 0.3005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-601 {
    letter-spacing: 0.0601em;
  }
}

.ls-602 {
  letter-spacing: 0.602em;
}
@media screen and (max-width: 768px) {
  .ls-602 {
    letter-spacing: 0.301em;
  }
}
@media screen and (max-width: 414px) {
  .ls-602 {
    letter-spacing: 0.0602em;
  }
}

.ls-603 {
  letter-spacing: 0.603em;
}
@media screen and (max-width: 768px) {
  .ls-603 {
    letter-spacing: 0.3015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-603 {
    letter-spacing: 0.0603em;
  }
}

.ls-604 {
  letter-spacing: 0.604em;
}
@media screen and (max-width: 768px) {
  .ls-604 {
    letter-spacing: 0.302em;
  }
}
@media screen and (max-width: 414px) {
  .ls-604 {
    letter-spacing: 0.0604em;
  }
}

.ls-605 {
  letter-spacing: 0.605em;
}
@media screen and (max-width: 768px) {
  .ls-605 {
    letter-spacing: 0.3025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-605 {
    letter-spacing: 0.0605em;
  }
}

.ls-606 {
  letter-spacing: 0.606em;
}
@media screen and (max-width: 768px) {
  .ls-606 {
    letter-spacing: 0.303em;
  }
}
@media screen and (max-width: 414px) {
  .ls-606 {
    letter-spacing: 0.0606em;
  }
}

.ls-607 {
  letter-spacing: 0.607em;
}
@media screen and (max-width: 768px) {
  .ls-607 {
    letter-spacing: 0.3035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-607 {
    letter-spacing: 0.0607em;
  }
}

.ls-608 {
  letter-spacing: 0.608em;
}
@media screen and (max-width: 768px) {
  .ls-608 {
    letter-spacing: 0.304em;
  }
}
@media screen and (max-width: 414px) {
  .ls-608 {
    letter-spacing: 0.0608em;
  }
}

.ls-609 {
  letter-spacing: 0.609em;
}
@media screen and (max-width: 768px) {
  .ls-609 {
    letter-spacing: 0.3045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-609 {
    letter-spacing: 0.0609em;
  }
}

.ls-610 {
  letter-spacing: 0.61em;
}
@media screen and (max-width: 768px) {
  .ls-610 {
    letter-spacing: 0.305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-610 {
    letter-spacing: 0.061em;
  }
}

.ls-611 {
  letter-spacing: 0.611em;
}
@media screen and (max-width: 768px) {
  .ls-611 {
    letter-spacing: 0.3055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-611 {
    letter-spacing: 0.0611em;
  }
}

.ls-612 {
  letter-spacing: 0.612em;
}
@media screen and (max-width: 768px) {
  .ls-612 {
    letter-spacing: 0.306em;
  }
}
@media screen and (max-width: 414px) {
  .ls-612 {
    letter-spacing: 0.0612em;
  }
}

.ls-613 {
  letter-spacing: 0.613em;
}
@media screen and (max-width: 768px) {
  .ls-613 {
    letter-spacing: 0.3065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-613 {
    letter-spacing: 0.0613em;
  }
}

.ls-614 {
  letter-spacing: 0.614em;
}
@media screen and (max-width: 768px) {
  .ls-614 {
    letter-spacing: 0.307em;
  }
}
@media screen and (max-width: 414px) {
  .ls-614 {
    letter-spacing: 0.0614em;
  }
}

.ls-615 {
  letter-spacing: 0.615em;
}
@media screen and (max-width: 768px) {
  .ls-615 {
    letter-spacing: 0.3075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-615 {
    letter-spacing: 0.0615em;
  }
}

.ls-616 {
  letter-spacing: 0.616em;
}
@media screen and (max-width: 768px) {
  .ls-616 {
    letter-spacing: 0.308em;
  }
}
@media screen and (max-width: 414px) {
  .ls-616 {
    letter-spacing: 0.0616em;
  }
}

.ls-617 {
  letter-spacing: 0.617em;
}
@media screen and (max-width: 768px) {
  .ls-617 {
    letter-spacing: 0.3085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-617 {
    letter-spacing: 0.0617em;
  }
}

.ls-618 {
  letter-spacing: 0.618em;
}
@media screen and (max-width: 768px) {
  .ls-618 {
    letter-spacing: 0.309em;
  }
}
@media screen and (max-width: 414px) {
  .ls-618 {
    letter-spacing: 0.0618em;
  }
}

.ls-619 {
  letter-spacing: 0.619em;
}
@media screen and (max-width: 768px) {
  .ls-619 {
    letter-spacing: 0.3095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-619 {
    letter-spacing: 0.0619em;
  }
}

.ls-620 {
  letter-spacing: 0.62em;
}
@media screen and (max-width: 768px) {
  .ls-620 {
    letter-spacing: 0.31em;
  }
}
@media screen and (max-width: 414px) {
  .ls-620 {
    letter-spacing: 0.062em;
  }
}

.ls-621 {
  letter-spacing: 0.621em;
}
@media screen and (max-width: 768px) {
  .ls-621 {
    letter-spacing: 0.3105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-621 {
    letter-spacing: 0.0621em;
  }
}

.ls-622 {
  letter-spacing: 0.622em;
}
@media screen and (max-width: 768px) {
  .ls-622 {
    letter-spacing: 0.311em;
  }
}
@media screen and (max-width: 414px) {
  .ls-622 {
    letter-spacing: 0.0622em;
  }
}

.ls-623 {
  letter-spacing: 0.623em;
}
@media screen and (max-width: 768px) {
  .ls-623 {
    letter-spacing: 0.3115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-623 {
    letter-spacing: 0.0623em;
  }
}

.ls-624 {
  letter-spacing: 0.624em;
}
@media screen and (max-width: 768px) {
  .ls-624 {
    letter-spacing: 0.312em;
  }
}
@media screen and (max-width: 414px) {
  .ls-624 {
    letter-spacing: 0.0624em;
  }
}

.ls-625 {
  letter-spacing: 0.625em;
}
@media screen and (max-width: 768px) {
  .ls-625 {
    letter-spacing: 0.3125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-625 {
    letter-spacing: 0.0625em;
  }
}

.ls-626 {
  letter-spacing: 0.626em;
}
@media screen and (max-width: 768px) {
  .ls-626 {
    letter-spacing: 0.313em;
  }
}
@media screen and (max-width: 414px) {
  .ls-626 {
    letter-spacing: 0.0626em;
  }
}

.ls-627 {
  letter-spacing: 0.627em;
}
@media screen and (max-width: 768px) {
  .ls-627 {
    letter-spacing: 0.3135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-627 {
    letter-spacing: 0.0627em;
  }
}

.ls-628 {
  letter-spacing: 0.628em;
}
@media screen and (max-width: 768px) {
  .ls-628 {
    letter-spacing: 0.314em;
  }
}
@media screen and (max-width: 414px) {
  .ls-628 {
    letter-spacing: 0.0628em;
  }
}

.ls-629 {
  letter-spacing: 0.629em;
}
@media screen and (max-width: 768px) {
  .ls-629 {
    letter-spacing: 0.3145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-629 {
    letter-spacing: 0.0629em;
  }
}

.ls-630 {
  letter-spacing: 0.63em;
}
@media screen and (max-width: 768px) {
  .ls-630 {
    letter-spacing: 0.315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-630 {
    letter-spacing: 0.063em;
  }
}

.ls-631 {
  letter-spacing: 0.631em;
}
@media screen and (max-width: 768px) {
  .ls-631 {
    letter-spacing: 0.3155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-631 {
    letter-spacing: 0.0631em;
  }
}

.ls-632 {
  letter-spacing: 0.632em;
}
@media screen and (max-width: 768px) {
  .ls-632 {
    letter-spacing: 0.316em;
  }
}
@media screen and (max-width: 414px) {
  .ls-632 {
    letter-spacing: 0.0632em;
  }
}

.ls-633 {
  letter-spacing: 0.633em;
}
@media screen and (max-width: 768px) {
  .ls-633 {
    letter-spacing: 0.3165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-633 {
    letter-spacing: 0.0633em;
  }
}

.ls-634 {
  letter-spacing: 0.634em;
}
@media screen and (max-width: 768px) {
  .ls-634 {
    letter-spacing: 0.317em;
  }
}
@media screen and (max-width: 414px) {
  .ls-634 {
    letter-spacing: 0.0634em;
  }
}

.ls-635 {
  letter-spacing: 0.635em;
}
@media screen and (max-width: 768px) {
  .ls-635 {
    letter-spacing: 0.3175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-635 {
    letter-spacing: 0.0635em;
  }
}

.ls-636 {
  letter-spacing: 0.636em;
}
@media screen and (max-width: 768px) {
  .ls-636 {
    letter-spacing: 0.318em;
  }
}
@media screen and (max-width: 414px) {
  .ls-636 {
    letter-spacing: 0.0636em;
  }
}

.ls-637 {
  letter-spacing: 0.637em;
}
@media screen and (max-width: 768px) {
  .ls-637 {
    letter-spacing: 0.3185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-637 {
    letter-spacing: 0.0637em;
  }
}

.ls-638 {
  letter-spacing: 0.638em;
}
@media screen and (max-width: 768px) {
  .ls-638 {
    letter-spacing: 0.319em;
  }
}
@media screen and (max-width: 414px) {
  .ls-638 {
    letter-spacing: 0.0638em;
  }
}

.ls-639 {
  letter-spacing: 0.639em;
}
@media screen and (max-width: 768px) {
  .ls-639 {
    letter-spacing: 0.3195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-639 {
    letter-spacing: 0.0639em;
  }
}

.ls-640 {
  letter-spacing: 0.64em;
}
@media screen and (max-width: 768px) {
  .ls-640 {
    letter-spacing: 0.32em;
  }
}
@media screen and (max-width: 414px) {
  .ls-640 {
    letter-spacing: 0.064em;
  }
}

.ls-641 {
  letter-spacing: 0.641em;
}
@media screen and (max-width: 768px) {
  .ls-641 {
    letter-spacing: 0.3205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-641 {
    letter-spacing: 0.0641em;
  }
}

.ls-642 {
  letter-spacing: 0.642em;
}
@media screen and (max-width: 768px) {
  .ls-642 {
    letter-spacing: 0.321em;
  }
}
@media screen and (max-width: 414px) {
  .ls-642 {
    letter-spacing: 0.0642em;
  }
}

.ls-643 {
  letter-spacing: 0.643em;
}
@media screen and (max-width: 768px) {
  .ls-643 {
    letter-spacing: 0.3215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-643 {
    letter-spacing: 0.0643em;
  }
}

.ls-644 {
  letter-spacing: 0.644em;
}
@media screen and (max-width: 768px) {
  .ls-644 {
    letter-spacing: 0.322em;
  }
}
@media screen and (max-width: 414px) {
  .ls-644 {
    letter-spacing: 0.0644em;
  }
}

.ls-645 {
  letter-spacing: 0.645em;
}
@media screen and (max-width: 768px) {
  .ls-645 {
    letter-spacing: 0.3225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-645 {
    letter-spacing: 0.0645em;
  }
}

.ls-646 {
  letter-spacing: 0.646em;
}
@media screen and (max-width: 768px) {
  .ls-646 {
    letter-spacing: 0.323em;
  }
}
@media screen and (max-width: 414px) {
  .ls-646 {
    letter-spacing: 0.0646em;
  }
}

.ls-647 {
  letter-spacing: 0.647em;
}
@media screen and (max-width: 768px) {
  .ls-647 {
    letter-spacing: 0.3235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-647 {
    letter-spacing: 0.0647em;
  }
}

.ls-648 {
  letter-spacing: 0.648em;
}
@media screen and (max-width: 768px) {
  .ls-648 {
    letter-spacing: 0.324em;
  }
}
@media screen and (max-width: 414px) {
  .ls-648 {
    letter-spacing: 0.0648em;
  }
}

.ls-649 {
  letter-spacing: 0.649em;
}
@media screen and (max-width: 768px) {
  .ls-649 {
    letter-spacing: 0.3245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-649 {
    letter-spacing: 0.0649em;
  }
}

.ls-650 {
  letter-spacing: 0.65em;
}
@media screen and (max-width: 768px) {
  .ls-650 {
    letter-spacing: 0.325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-650 {
    letter-spacing: 0.065em;
  }
}

.ls-651 {
  letter-spacing: 0.651em;
}
@media screen and (max-width: 768px) {
  .ls-651 {
    letter-spacing: 0.3255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-651 {
    letter-spacing: 0.0651em;
  }
}

.ls-652 {
  letter-spacing: 0.652em;
}
@media screen and (max-width: 768px) {
  .ls-652 {
    letter-spacing: 0.326em;
  }
}
@media screen and (max-width: 414px) {
  .ls-652 {
    letter-spacing: 0.0652em;
  }
}

.ls-653 {
  letter-spacing: 0.653em;
}
@media screen and (max-width: 768px) {
  .ls-653 {
    letter-spacing: 0.3265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-653 {
    letter-spacing: 0.0653em;
  }
}

.ls-654 {
  letter-spacing: 0.654em;
}
@media screen and (max-width: 768px) {
  .ls-654 {
    letter-spacing: 0.327em;
  }
}
@media screen and (max-width: 414px) {
  .ls-654 {
    letter-spacing: 0.0654em;
  }
}

.ls-655 {
  letter-spacing: 0.655em;
}
@media screen and (max-width: 768px) {
  .ls-655 {
    letter-spacing: 0.3275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-655 {
    letter-spacing: 0.0655em;
  }
}

.ls-656 {
  letter-spacing: 0.656em;
}
@media screen and (max-width: 768px) {
  .ls-656 {
    letter-spacing: 0.328em;
  }
}
@media screen and (max-width: 414px) {
  .ls-656 {
    letter-spacing: 0.0656em;
  }
}

.ls-657 {
  letter-spacing: 0.657em;
}
@media screen and (max-width: 768px) {
  .ls-657 {
    letter-spacing: 0.3285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-657 {
    letter-spacing: 0.0657em;
  }
}

.ls-658 {
  letter-spacing: 0.658em;
}
@media screen and (max-width: 768px) {
  .ls-658 {
    letter-spacing: 0.329em;
  }
}
@media screen and (max-width: 414px) {
  .ls-658 {
    letter-spacing: 0.0658em;
  }
}

.ls-659 {
  letter-spacing: 0.659em;
}
@media screen and (max-width: 768px) {
  .ls-659 {
    letter-spacing: 0.3295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-659 {
    letter-spacing: 0.0659em;
  }
}

.ls-660 {
  letter-spacing: 0.66em;
}
@media screen and (max-width: 768px) {
  .ls-660 {
    letter-spacing: 0.33em;
  }
}
@media screen and (max-width: 414px) {
  .ls-660 {
    letter-spacing: 0.066em;
  }
}

.ls-661 {
  letter-spacing: 0.661em;
}
@media screen and (max-width: 768px) {
  .ls-661 {
    letter-spacing: 0.3305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-661 {
    letter-spacing: 0.0661em;
  }
}

.ls-662 {
  letter-spacing: 0.662em;
}
@media screen and (max-width: 768px) {
  .ls-662 {
    letter-spacing: 0.331em;
  }
}
@media screen and (max-width: 414px) {
  .ls-662 {
    letter-spacing: 0.0662em;
  }
}

.ls-663 {
  letter-spacing: 0.663em;
}
@media screen and (max-width: 768px) {
  .ls-663 {
    letter-spacing: 0.3315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-663 {
    letter-spacing: 0.0663em;
  }
}

.ls-664 {
  letter-spacing: 0.664em;
}
@media screen and (max-width: 768px) {
  .ls-664 {
    letter-spacing: 0.332em;
  }
}
@media screen and (max-width: 414px) {
  .ls-664 {
    letter-spacing: 0.0664em;
  }
}

.ls-665 {
  letter-spacing: 0.665em;
}
@media screen and (max-width: 768px) {
  .ls-665 {
    letter-spacing: 0.3325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-665 {
    letter-spacing: 0.0665em;
  }
}

.ls-666 {
  letter-spacing: 0.666em;
}
@media screen and (max-width: 768px) {
  .ls-666 {
    letter-spacing: 0.333em;
  }
}
@media screen and (max-width: 414px) {
  .ls-666 {
    letter-spacing: 0.0666em;
  }
}

.ls-667 {
  letter-spacing: 0.667em;
}
@media screen and (max-width: 768px) {
  .ls-667 {
    letter-spacing: 0.3335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-667 {
    letter-spacing: 0.0667em;
  }
}

.ls-668 {
  letter-spacing: 0.668em;
}
@media screen and (max-width: 768px) {
  .ls-668 {
    letter-spacing: 0.334em;
  }
}
@media screen and (max-width: 414px) {
  .ls-668 {
    letter-spacing: 0.0668em;
  }
}

.ls-669 {
  letter-spacing: 0.669em;
}
@media screen and (max-width: 768px) {
  .ls-669 {
    letter-spacing: 0.3345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-669 {
    letter-spacing: 0.0669em;
  }
}

.ls-670 {
  letter-spacing: 0.67em;
}
@media screen and (max-width: 768px) {
  .ls-670 {
    letter-spacing: 0.335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-670 {
    letter-spacing: 0.067em;
  }
}

.ls-671 {
  letter-spacing: 0.671em;
}
@media screen and (max-width: 768px) {
  .ls-671 {
    letter-spacing: 0.3355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-671 {
    letter-spacing: 0.0671em;
  }
}

.ls-672 {
  letter-spacing: 0.672em;
}
@media screen and (max-width: 768px) {
  .ls-672 {
    letter-spacing: 0.336em;
  }
}
@media screen and (max-width: 414px) {
  .ls-672 {
    letter-spacing: 0.0672em;
  }
}

.ls-673 {
  letter-spacing: 0.673em;
}
@media screen and (max-width: 768px) {
  .ls-673 {
    letter-spacing: 0.3365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-673 {
    letter-spacing: 0.0673em;
  }
}

.ls-674 {
  letter-spacing: 0.674em;
}
@media screen and (max-width: 768px) {
  .ls-674 {
    letter-spacing: 0.337em;
  }
}
@media screen and (max-width: 414px) {
  .ls-674 {
    letter-spacing: 0.0674em;
  }
}

.ls-675 {
  letter-spacing: 0.675em;
}
@media screen and (max-width: 768px) {
  .ls-675 {
    letter-spacing: 0.3375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-675 {
    letter-spacing: 0.0675em;
  }
}

.ls-676 {
  letter-spacing: 0.676em;
}
@media screen and (max-width: 768px) {
  .ls-676 {
    letter-spacing: 0.338em;
  }
}
@media screen and (max-width: 414px) {
  .ls-676 {
    letter-spacing: 0.0676em;
  }
}

.ls-677 {
  letter-spacing: 0.677em;
}
@media screen and (max-width: 768px) {
  .ls-677 {
    letter-spacing: 0.3385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-677 {
    letter-spacing: 0.0677em;
  }
}

.ls-678 {
  letter-spacing: 0.678em;
}
@media screen and (max-width: 768px) {
  .ls-678 {
    letter-spacing: 0.339em;
  }
}
@media screen and (max-width: 414px) {
  .ls-678 {
    letter-spacing: 0.0678em;
  }
}

.ls-679 {
  letter-spacing: 0.679em;
}
@media screen and (max-width: 768px) {
  .ls-679 {
    letter-spacing: 0.3395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-679 {
    letter-spacing: 0.0679em;
  }
}

.ls-680 {
  letter-spacing: 0.68em;
}
@media screen and (max-width: 768px) {
  .ls-680 {
    letter-spacing: 0.34em;
  }
}
@media screen and (max-width: 414px) {
  .ls-680 {
    letter-spacing: 0.068em;
  }
}

.ls-681 {
  letter-spacing: 0.681em;
}
@media screen and (max-width: 768px) {
  .ls-681 {
    letter-spacing: 0.3405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-681 {
    letter-spacing: 0.0681em;
  }
}

.ls-682 {
  letter-spacing: 0.682em;
}
@media screen and (max-width: 768px) {
  .ls-682 {
    letter-spacing: 0.341em;
  }
}
@media screen and (max-width: 414px) {
  .ls-682 {
    letter-spacing: 0.0682em;
  }
}

.ls-683 {
  letter-spacing: 0.683em;
}
@media screen and (max-width: 768px) {
  .ls-683 {
    letter-spacing: 0.3415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-683 {
    letter-spacing: 0.0683em;
  }
}

.ls-684 {
  letter-spacing: 0.684em;
}
@media screen and (max-width: 768px) {
  .ls-684 {
    letter-spacing: 0.342em;
  }
}
@media screen and (max-width: 414px) {
  .ls-684 {
    letter-spacing: 0.0684em;
  }
}

.ls-685 {
  letter-spacing: 0.685em;
}
@media screen and (max-width: 768px) {
  .ls-685 {
    letter-spacing: 0.3425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-685 {
    letter-spacing: 0.0685em;
  }
}

.ls-686 {
  letter-spacing: 0.686em;
}
@media screen and (max-width: 768px) {
  .ls-686 {
    letter-spacing: 0.343em;
  }
}
@media screen and (max-width: 414px) {
  .ls-686 {
    letter-spacing: 0.0686em;
  }
}

.ls-687 {
  letter-spacing: 0.687em;
}
@media screen and (max-width: 768px) {
  .ls-687 {
    letter-spacing: 0.3435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-687 {
    letter-spacing: 0.0687em;
  }
}

.ls-688 {
  letter-spacing: 0.688em;
}
@media screen and (max-width: 768px) {
  .ls-688 {
    letter-spacing: 0.344em;
  }
}
@media screen and (max-width: 414px) {
  .ls-688 {
    letter-spacing: 0.0688em;
  }
}

.ls-689 {
  letter-spacing: 0.689em;
}
@media screen and (max-width: 768px) {
  .ls-689 {
    letter-spacing: 0.3445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-689 {
    letter-spacing: 0.0689em;
  }
}

.ls-690 {
  letter-spacing: 0.69em;
}
@media screen and (max-width: 768px) {
  .ls-690 {
    letter-spacing: 0.345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-690 {
    letter-spacing: 0.069em;
  }
}

.ls-691 {
  letter-spacing: 0.691em;
}
@media screen and (max-width: 768px) {
  .ls-691 {
    letter-spacing: 0.3455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-691 {
    letter-spacing: 0.0691em;
  }
}

.ls-692 {
  letter-spacing: 0.692em;
}
@media screen and (max-width: 768px) {
  .ls-692 {
    letter-spacing: 0.346em;
  }
}
@media screen and (max-width: 414px) {
  .ls-692 {
    letter-spacing: 0.0692em;
  }
}

.ls-693 {
  letter-spacing: 0.693em;
}
@media screen and (max-width: 768px) {
  .ls-693 {
    letter-spacing: 0.3465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-693 {
    letter-spacing: 0.0693em;
  }
}

.ls-694 {
  letter-spacing: 0.694em;
}
@media screen and (max-width: 768px) {
  .ls-694 {
    letter-spacing: 0.347em;
  }
}
@media screen and (max-width: 414px) {
  .ls-694 {
    letter-spacing: 0.0694em;
  }
}

.ls-695 {
  letter-spacing: 0.695em;
}
@media screen and (max-width: 768px) {
  .ls-695 {
    letter-spacing: 0.3475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-695 {
    letter-spacing: 0.0695em;
  }
}

.ls-696 {
  letter-spacing: 0.696em;
}
@media screen and (max-width: 768px) {
  .ls-696 {
    letter-spacing: 0.348em;
  }
}
@media screen and (max-width: 414px) {
  .ls-696 {
    letter-spacing: 0.0696em;
  }
}

.ls-697 {
  letter-spacing: 0.697em;
}
@media screen and (max-width: 768px) {
  .ls-697 {
    letter-spacing: 0.3485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-697 {
    letter-spacing: 0.0697em;
  }
}

.ls-698 {
  letter-spacing: 0.698em;
}
@media screen and (max-width: 768px) {
  .ls-698 {
    letter-spacing: 0.349em;
  }
}
@media screen and (max-width: 414px) {
  .ls-698 {
    letter-spacing: 0.0698em;
  }
}

.ls-699 {
  letter-spacing: 0.699em;
}
@media screen and (max-width: 768px) {
  .ls-699 {
    letter-spacing: 0.3495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-699 {
    letter-spacing: 0.0699em;
  }
}

.ls-700 {
  letter-spacing: 0.7em;
}
@media screen and (max-width: 768px) {
  .ls-700 {
    letter-spacing: 0.35em;
  }
}
@media screen and (max-width: 414px) {
  .ls-700 {
    letter-spacing: 0.07em;
  }
}

.ls-701 {
  letter-spacing: 0.701em;
}
@media screen and (max-width: 768px) {
  .ls-701 {
    letter-spacing: 0.3505em;
  }
}
@media screen and (max-width: 414px) {
  .ls-701 {
    letter-spacing: 0.0701em;
  }
}

.ls-702 {
  letter-spacing: 0.702em;
}
@media screen and (max-width: 768px) {
  .ls-702 {
    letter-spacing: 0.351em;
  }
}
@media screen and (max-width: 414px) {
  .ls-702 {
    letter-spacing: 0.0702em;
  }
}

.ls-703 {
  letter-spacing: 0.703em;
}
@media screen and (max-width: 768px) {
  .ls-703 {
    letter-spacing: 0.3515em;
  }
}
@media screen and (max-width: 414px) {
  .ls-703 {
    letter-spacing: 0.0703em;
  }
}

.ls-704 {
  letter-spacing: 0.704em;
}
@media screen and (max-width: 768px) {
  .ls-704 {
    letter-spacing: 0.352em;
  }
}
@media screen and (max-width: 414px) {
  .ls-704 {
    letter-spacing: 0.0704em;
  }
}

.ls-705 {
  letter-spacing: 0.705em;
}
@media screen and (max-width: 768px) {
  .ls-705 {
    letter-spacing: 0.3525em;
  }
}
@media screen and (max-width: 414px) {
  .ls-705 {
    letter-spacing: 0.0705em;
  }
}

.ls-706 {
  letter-spacing: 0.706em;
}
@media screen and (max-width: 768px) {
  .ls-706 {
    letter-spacing: 0.353em;
  }
}
@media screen and (max-width: 414px) {
  .ls-706 {
    letter-spacing: 0.0706em;
  }
}

.ls-707 {
  letter-spacing: 0.707em;
}
@media screen and (max-width: 768px) {
  .ls-707 {
    letter-spacing: 0.3535em;
  }
}
@media screen and (max-width: 414px) {
  .ls-707 {
    letter-spacing: 0.0707em;
  }
}

.ls-708 {
  letter-spacing: 0.708em;
}
@media screen and (max-width: 768px) {
  .ls-708 {
    letter-spacing: 0.354em;
  }
}
@media screen and (max-width: 414px) {
  .ls-708 {
    letter-spacing: 0.0708em;
  }
}

.ls-709 {
  letter-spacing: 0.709em;
}
@media screen and (max-width: 768px) {
  .ls-709 {
    letter-spacing: 0.3545em;
  }
}
@media screen and (max-width: 414px) {
  .ls-709 {
    letter-spacing: 0.0709em;
  }
}

.ls-710 {
  letter-spacing: 0.71em;
}
@media screen and (max-width: 768px) {
  .ls-710 {
    letter-spacing: 0.355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-710 {
    letter-spacing: 0.071em;
  }
}

.ls-711 {
  letter-spacing: 0.711em;
}
@media screen and (max-width: 768px) {
  .ls-711 {
    letter-spacing: 0.3555em;
  }
}
@media screen and (max-width: 414px) {
  .ls-711 {
    letter-spacing: 0.0711em;
  }
}

.ls-712 {
  letter-spacing: 0.712em;
}
@media screen and (max-width: 768px) {
  .ls-712 {
    letter-spacing: 0.356em;
  }
}
@media screen and (max-width: 414px) {
  .ls-712 {
    letter-spacing: 0.0712em;
  }
}

.ls-713 {
  letter-spacing: 0.713em;
}
@media screen and (max-width: 768px) {
  .ls-713 {
    letter-spacing: 0.3565em;
  }
}
@media screen and (max-width: 414px) {
  .ls-713 {
    letter-spacing: 0.0713em;
  }
}

.ls-714 {
  letter-spacing: 0.714em;
}
@media screen and (max-width: 768px) {
  .ls-714 {
    letter-spacing: 0.357em;
  }
}
@media screen and (max-width: 414px) {
  .ls-714 {
    letter-spacing: 0.0714em;
  }
}

.ls-715 {
  letter-spacing: 0.715em;
}
@media screen and (max-width: 768px) {
  .ls-715 {
    letter-spacing: 0.3575em;
  }
}
@media screen and (max-width: 414px) {
  .ls-715 {
    letter-spacing: 0.0715em;
  }
}

.ls-716 {
  letter-spacing: 0.716em;
}
@media screen and (max-width: 768px) {
  .ls-716 {
    letter-spacing: 0.358em;
  }
}
@media screen and (max-width: 414px) {
  .ls-716 {
    letter-spacing: 0.0716em;
  }
}

.ls-717 {
  letter-spacing: 0.717em;
}
@media screen and (max-width: 768px) {
  .ls-717 {
    letter-spacing: 0.3585em;
  }
}
@media screen and (max-width: 414px) {
  .ls-717 {
    letter-spacing: 0.0717em;
  }
}

.ls-718 {
  letter-spacing: 0.718em;
}
@media screen and (max-width: 768px) {
  .ls-718 {
    letter-spacing: 0.359em;
  }
}
@media screen and (max-width: 414px) {
  .ls-718 {
    letter-spacing: 0.0718em;
  }
}

.ls-719 {
  letter-spacing: 0.719em;
}
@media screen and (max-width: 768px) {
  .ls-719 {
    letter-spacing: 0.3595em;
  }
}
@media screen and (max-width: 414px) {
  .ls-719 {
    letter-spacing: 0.0719em;
  }
}

.ls-720 {
  letter-spacing: 0.72em;
}
@media screen and (max-width: 768px) {
  .ls-720 {
    letter-spacing: 0.36em;
  }
}
@media screen and (max-width: 414px) {
  .ls-720 {
    letter-spacing: 0.072em;
  }
}

.ls-721 {
  letter-spacing: 0.721em;
}
@media screen and (max-width: 768px) {
  .ls-721 {
    letter-spacing: 0.3605em;
  }
}
@media screen and (max-width: 414px) {
  .ls-721 {
    letter-spacing: 0.0721em;
  }
}

.ls-722 {
  letter-spacing: 0.722em;
}
@media screen and (max-width: 768px) {
  .ls-722 {
    letter-spacing: 0.361em;
  }
}
@media screen and (max-width: 414px) {
  .ls-722 {
    letter-spacing: 0.0722em;
  }
}

.ls-723 {
  letter-spacing: 0.723em;
}
@media screen and (max-width: 768px) {
  .ls-723 {
    letter-spacing: 0.3615em;
  }
}
@media screen and (max-width: 414px) {
  .ls-723 {
    letter-spacing: 0.0723em;
  }
}

.ls-724 {
  letter-spacing: 0.724em;
}
@media screen and (max-width: 768px) {
  .ls-724 {
    letter-spacing: 0.362em;
  }
}
@media screen and (max-width: 414px) {
  .ls-724 {
    letter-spacing: 0.0724em;
  }
}

.ls-725 {
  letter-spacing: 0.725em;
}
@media screen and (max-width: 768px) {
  .ls-725 {
    letter-spacing: 0.3625em;
  }
}
@media screen and (max-width: 414px) {
  .ls-725 {
    letter-spacing: 0.0725em;
  }
}

.ls-726 {
  letter-spacing: 0.726em;
}
@media screen and (max-width: 768px) {
  .ls-726 {
    letter-spacing: 0.363em;
  }
}
@media screen and (max-width: 414px) {
  .ls-726 {
    letter-spacing: 0.0726em;
  }
}

.ls-727 {
  letter-spacing: 0.727em;
}
@media screen and (max-width: 768px) {
  .ls-727 {
    letter-spacing: 0.3635em;
  }
}
@media screen and (max-width: 414px) {
  .ls-727 {
    letter-spacing: 0.0727em;
  }
}

.ls-728 {
  letter-spacing: 0.728em;
}
@media screen and (max-width: 768px) {
  .ls-728 {
    letter-spacing: 0.364em;
  }
}
@media screen and (max-width: 414px) {
  .ls-728 {
    letter-spacing: 0.0728em;
  }
}

.ls-729 {
  letter-spacing: 0.729em;
}
@media screen and (max-width: 768px) {
  .ls-729 {
    letter-spacing: 0.3645em;
  }
}
@media screen and (max-width: 414px) {
  .ls-729 {
    letter-spacing: 0.0729em;
  }
}

.ls-730 {
  letter-spacing: 0.73em;
}
@media screen and (max-width: 768px) {
  .ls-730 {
    letter-spacing: 0.365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-730 {
    letter-spacing: 0.073em;
  }
}

.ls-731 {
  letter-spacing: 0.731em;
}
@media screen and (max-width: 768px) {
  .ls-731 {
    letter-spacing: 0.3655em;
  }
}
@media screen and (max-width: 414px) {
  .ls-731 {
    letter-spacing: 0.0731em;
  }
}

.ls-732 {
  letter-spacing: 0.732em;
}
@media screen and (max-width: 768px) {
  .ls-732 {
    letter-spacing: 0.366em;
  }
}
@media screen and (max-width: 414px) {
  .ls-732 {
    letter-spacing: 0.0732em;
  }
}

.ls-733 {
  letter-spacing: 0.733em;
}
@media screen and (max-width: 768px) {
  .ls-733 {
    letter-spacing: 0.3665em;
  }
}
@media screen and (max-width: 414px) {
  .ls-733 {
    letter-spacing: 0.0733em;
  }
}

.ls-734 {
  letter-spacing: 0.734em;
}
@media screen and (max-width: 768px) {
  .ls-734 {
    letter-spacing: 0.367em;
  }
}
@media screen and (max-width: 414px) {
  .ls-734 {
    letter-spacing: 0.0734em;
  }
}

.ls-735 {
  letter-spacing: 0.735em;
}
@media screen and (max-width: 768px) {
  .ls-735 {
    letter-spacing: 0.3675em;
  }
}
@media screen and (max-width: 414px) {
  .ls-735 {
    letter-spacing: 0.0735em;
  }
}

.ls-736 {
  letter-spacing: 0.736em;
}
@media screen and (max-width: 768px) {
  .ls-736 {
    letter-spacing: 0.368em;
  }
}
@media screen and (max-width: 414px) {
  .ls-736 {
    letter-spacing: 0.0736em;
  }
}

.ls-737 {
  letter-spacing: 0.737em;
}
@media screen and (max-width: 768px) {
  .ls-737 {
    letter-spacing: 0.3685em;
  }
}
@media screen and (max-width: 414px) {
  .ls-737 {
    letter-spacing: 0.0737em;
  }
}

.ls-738 {
  letter-spacing: 0.738em;
}
@media screen and (max-width: 768px) {
  .ls-738 {
    letter-spacing: 0.369em;
  }
}
@media screen and (max-width: 414px) {
  .ls-738 {
    letter-spacing: 0.0738em;
  }
}

.ls-739 {
  letter-spacing: 0.739em;
}
@media screen and (max-width: 768px) {
  .ls-739 {
    letter-spacing: 0.3695em;
  }
}
@media screen and (max-width: 414px) {
  .ls-739 {
    letter-spacing: 0.0739em;
  }
}

.ls-740 {
  letter-spacing: 0.74em;
}
@media screen and (max-width: 768px) {
  .ls-740 {
    letter-spacing: 0.37em;
  }
}
@media screen and (max-width: 414px) {
  .ls-740 {
    letter-spacing: 0.074em;
  }
}

.ls-741 {
  letter-spacing: 0.741em;
}
@media screen and (max-width: 768px) {
  .ls-741 {
    letter-spacing: 0.3705em;
  }
}
@media screen and (max-width: 414px) {
  .ls-741 {
    letter-spacing: 0.0741em;
  }
}

.ls-742 {
  letter-spacing: 0.742em;
}
@media screen and (max-width: 768px) {
  .ls-742 {
    letter-spacing: 0.371em;
  }
}
@media screen and (max-width: 414px) {
  .ls-742 {
    letter-spacing: 0.0742em;
  }
}

.ls-743 {
  letter-spacing: 0.743em;
}
@media screen and (max-width: 768px) {
  .ls-743 {
    letter-spacing: 0.3715em;
  }
}
@media screen and (max-width: 414px) {
  .ls-743 {
    letter-spacing: 0.0743em;
  }
}

.ls-744 {
  letter-spacing: 0.744em;
}
@media screen and (max-width: 768px) {
  .ls-744 {
    letter-spacing: 0.372em;
  }
}
@media screen and (max-width: 414px) {
  .ls-744 {
    letter-spacing: 0.0744em;
  }
}

.ls-745 {
  letter-spacing: 0.745em;
}
@media screen and (max-width: 768px) {
  .ls-745 {
    letter-spacing: 0.3725em;
  }
}
@media screen and (max-width: 414px) {
  .ls-745 {
    letter-spacing: 0.0745em;
  }
}

.ls-746 {
  letter-spacing: 0.746em;
}
@media screen and (max-width: 768px) {
  .ls-746 {
    letter-spacing: 0.373em;
  }
}
@media screen and (max-width: 414px) {
  .ls-746 {
    letter-spacing: 0.0746em;
  }
}

.ls-747 {
  letter-spacing: 0.747em;
}
@media screen and (max-width: 768px) {
  .ls-747 {
    letter-spacing: 0.3735em;
  }
}
@media screen and (max-width: 414px) {
  .ls-747 {
    letter-spacing: 0.0747em;
  }
}

.ls-748 {
  letter-spacing: 0.748em;
}
@media screen and (max-width: 768px) {
  .ls-748 {
    letter-spacing: 0.374em;
  }
}
@media screen and (max-width: 414px) {
  .ls-748 {
    letter-spacing: 0.0748em;
  }
}

.ls-749 {
  letter-spacing: 0.749em;
}
@media screen and (max-width: 768px) {
  .ls-749 {
    letter-spacing: 0.3745em;
  }
}
@media screen and (max-width: 414px) {
  .ls-749 {
    letter-spacing: 0.0749em;
  }
}

.ls-750 {
  letter-spacing: 0.75em;
}
@media screen and (max-width: 768px) {
  .ls-750 {
    letter-spacing: 0.375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-750 {
    letter-spacing: 0.075em;
  }
}

.ls-751 {
  letter-spacing: 0.751em;
}
@media screen and (max-width: 768px) {
  .ls-751 {
    letter-spacing: 0.3755em;
  }
}
@media screen and (max-width: 414px) {
  .ls-751 {
    letter-spacing: 0.0751em;
  }
}

.ls-752 {
  letter-spacing: 0.752em;
}
@media screen and (max-width: 768px) {
  .ls-752 {
    letter-spacing: 0.376em;
  }
}
@media screen and (max-width: 414px) {
  .ls-752 {
    letter-spacing: 0.0752em;
  }
}

.ls-753 {
  letter-spacing: 0.753em;
}
@media screen and (max-width: 768px) {
  .ls-753 {
    letter-spacing: 0.3765em;
  }
}
@media screen and (max-width: 414px) {
  .ls-753 {
    letter-spacing: 0.0753em;
  }
}

.ls-754 {
  letter-spacing: 0.754em;
}
@media screen and (max-width: 768px) {
  .ls-754 {
    letter-spacing: 0.377em;
  }
}
@media screen and (max-width: 414px) {
  .ls-754 {
    letter-spacing: 0.0754em;
  }
}

.ls-755 {
  letter-spacing: 0.755em;
}
@media screen and (max-width: 768px) {
  .ls-755 {
    letter-spacing: 0.3775em;
  }
}
@media screen and (max-width: 414px) {
  .ls-755 {
    letter-spacing: 0.0755em;
  }
}

.ls-756 {
  letter-spacing: 0.756em;
}
@media screen and (max-width: 768px) {
  .ls-756 {
    letter-spacing: 0.378em;
  }
}
@media screen and (max-width: 414px) {
  .ls-756 {
    letter-spacing: 0.0756em;
  }
}

.ls-757 {
  letter-spacing: 0.757em;
}
@media screen and (max-width: 768px) {
  .ls-757 {
    letter-spacing: 0.3785em;
  }
}
@media screen and (max-width: 414px) {
  .ls-757 {
    letter-spacing: 0.0757em;
  }
}

.ls-758 {
  letter-spacing: 0.758em;
}
@media screen and (max-width: 768px) {
  .ls-758 {
    letter-spacing: 0.379em;
  }
}
@media screen and (max-width: 414px) {
  .ls-758 {
    letter-spacing: 0.0758em;
  }
}

.ls-759 {
  letter-spacing: 0.759em;
}
@media screen and (max-width: 768px) {
  .ls-759 {
    letter-spacing: 0.3795em;
  }
}
@media screen and (max-width: 414px) {
  .ls-759 {
    letter-spacing: 0.0759em;
  }
}

.ls-760 {
  letter-spacing: 0.76em;
}
@media screen and (max-width: 768px) {
  .ls-760 {
    letter-spacing: 0.38em;
  }
}
@media screen and (max-width: 414px) {
  .ls-760 {
    letter-spacing: 0.076em;
  }
}

.ls-761 {
  letter-spacing: 0.761em;
}
@media screen and (max-width: 768px) {
  .ls-761 {
    letter-spacing: 0.3805em;
  }
}
@media screen and (max-width: 414px) {
  .ls-761 {
    letter-spacing: 0.0761em;
  }
}

.ls-762 {
  letter-spacing: 0.762em;
}
@media screen and (max-width: 768px) {
  .ls-762 {
    letter-spacing: 0.381em;
  }
}
@media screen and (max-width: 414px) {
  .ls-762 {
    letter-spacing: 0.0762em;
  }
}

.ls-763 {
  letter-spacing: 0.763em;
}
@media screen and (max-width: 768px) {
  .ls-763 {
    letter-spacing: 0.3815em;
  }
}
@media screen and (max-width: 414px) {
  .ls-763 {
    letter-spacing: 0.0763em;
  }
}

.ls-764 {
  letter-spacing: 0.764em;
}
@media screen and (max-width: 768px) {
  .ls-764 {
    letter-spacing: 0.382em;
  }
}
@media screen and (max-width: 414px) {
  .ls-764 {
    letter-spacing: 0.0764em;
  }
}

.ls-765 {
  letter-spacing: 0.765em;
}
@media screen and (max-width: 768px) {
  .ls-765 {
    letter-spacing: 0.3825em;
  }
}
@media screen and (max-width: 414px) {
  .ls-765 {
    letter-spacing: 0.0765em;
  }
}

.ls-766 {
  letter-spacing: 0.766em;
}
@media screen and (max-width: 768px) {
  .ls-766 {
    letter-spacing: 0.383em;
  }
}
@media screen and (max-width: 414px) {
  .ls-766 {
    letter-spacing: 0.0766em;
  }
}

.ls-767 {
  letter-spacing: 0.767em;
}
@media screen and (max-width: 768px) {
  .ls-767 {
    letter-spacing: 0.3835em;
  }
}
@media screen and (max-width: 414px) {
  .ls-767 {
    letter-spacing: 0.0767em;
  }
}

.ls-768 {
  letter-spacing: 0.768em;
}
@media screen and (max-width: 768px) {
  .ls-768 {
    letter-spacing: 0.384em;
  }
}
@media screen and (max-width: 414px) {
  .ls-768 {
    letter-spacing: 0.0768em;
  }
}

.ls-769 {
  letter-spacing: 0.769em;
}
@media screen and (max-width: 768px) {
  .ls-769 {
    letter-spacing: 0.3845em;
  }
}
@media screen and (max-width: 414px) {
  .ls-769 {
    letter-spacing: 0.0769em;
  }
}

.ls-770 {
  letter-spacing: 0.77em;
}
@media screen and (max-width: 768px) {
  .ls-770 {
    letter-spacing: 0.385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-770 {
    letter-spacing: 0.077em;
  }
}

.ls-771 {
  letter-spacing: 0.771em;
}
@media screen and (max-width: 768px) {
  .ls-771 {
    letter-spacing: 0.3855em;
  }
}
@media screen and (max-width: 414px) {
  .ls-771 {
    letter-spacing: 0.0771em;
  }
}

.ls-772 {
  letter-spacing: 0.772em;
}
@media screen and (max-width: 768px) {
  .ls-772 {
    letter-spacing: 0.386em;
  }
}
@media screen and (max-width: 414px) {
  .ls-772 {
    letter-spacing: 0.0772em;
  }
}

.ls-773 {
  letter-spacing: 0.773em;
}
@media screen and (max-width: 768px) {
  .ls-773 {
    letter-spacing: 0.3865em;
  }
}
@media screen and (max-width: 414px) {
  .ls-773 {
    letter-spacing: 0.0773em;
  }
}

.ls-774 {
  letter-spacing: 0.774em;
}
@media screen and (max-width: 768px) {
  .ls-774 {
    letter-spacing: 0.387em;
  }
}
@media screen and (max-width: 414px) {
  .ls-774 {
    letter-spacing: 0.0774em;
  }
}

.ls-775 {
  letter-spacing: 0.775em;
}
@media screen and (max-width: 768px) {
  .ls-775 {
    letter-spacing: 0.3875em;
  }
}
@media screen and (max-width: 414px) {
  .ls-775 {
    letter-spacing: 0.0775em;
  }
}

.ls-776 {
  letter-spacing: 0.776em;
}
@media screen and (max-width: 768px) {
  .ls-776 {
    letter-spacing: 0.388em;
  }
}
@media screen and (max-width: 414px) {
  .ls-776 {
    letter-spacing: 0.0776em;
  }
}

.ls-777 {
  letter-spacing: 0.777em;
}
@media screen and (max-width: 768px) {
  .ls-777 {
    letter-spacing: 0.3885em;
  }
}
@media screen and (max-width: 414px) {
  .ls-777 {
    letter-spacing: 0.0777em;
  }
}

.ls-778 {
  letter-spacing: 0.778em;
}
@media screen and (max-width: 768px) {
  .ls-778 {
    letter-spacing: 0.389em;
  }
}
@media screen and (max-width: 414px) {
  .ls-778 {
    letter-spacing: 0.0778em;
  }
}

.ls-779 {
  letter-spacing: 0.779em;
}
@media screen and (max-width: 768px) {
  .ls-779 {
    letter-spacing: 0.3895em;
  }
}
@media screen and (max-width: 414px) {
  .ls-779 {
    letter-spacing: 0.0779em;
  }
}

.ls-780 {
  letter-spacing: 0.78em;
}
@media screen and (max-width: 768px) {
  .ls-780 {
    letter-spacing: 0.39em;
  }
}
@media screen and (max-width: 414px) {
  .ls-780 {
    letter-spacing: 0.078em;
  }
}

.ls-781 {
  letter-spacing: 0.781em;
}
@media screen and (max-width: 768px) {
  .ls-781 {
    letter-spacing: 0.3905em;
  }
}
@media screen and (max-width: 414px) {
  .ls-781 {
    letter-spacing: 0.0781em;
  }
}

.ls-782 {
  letter-spacing: 0.782em;
}
@media screen and (max-width: 768px) {
  .ls-782 {
    letter-spacing: 0.391em;
  }
}
@media screen and (max-width: 414px) {
  .ls-782 {
    letter-spacing: 0.0782em;
  }
}

.ls-783 {
  letter-spacing: 0.783em;
}
@media screen and (max-width: 768px) {
  .ls-783 {
    letter-spacing: 0.3915em;
  }
}
@media screen and (max-width: 414px) {
  .ls-783 {
    letter-spacing: 0.0783em;
  }
}

.ls-784 {
  letter-spacing: 0.784em;
}
@media screen and (max-width: 768px) {
  .ls-784 {
    letter-spacing: 0.392em;
  }
}
@media screen and (max-width: 414px) {
  .ls-784 {
    letter-spacing: 0.0784em;
  }
}

.ls-785 {
  letter-spacing: 0.785em;
}
@media screen and (max-width: 768px) {
  .ls-785 {
    letter-spacing: 0.3925em;
  }
}
@media screen and (max-width: 414px) {
  .ls-785 {
    letter-spacing: 0.0785em;
  }
}

.ls-786 {
  letter-spacing: 0.786em;
}
@media screen and (max-width: 768px) {
  .ls-786 {
    letter-spacing: 0.393em;
  }
}
@media screen and (max-width: 414px) {
  .ls-786 {
    letter-spacing: 0.0786em;
  }
}

.ls-787 {
  letter-spacing: 0.787em;
}
@media screen and (max-width: 768px) {
  .ls-787 {
    letter-spacing: 0.3935em;
  }
}
@media screen and (max-width: 414px) {
  .ls-787 {
    letter-spacing: 0.0787em;
  }
}

.ls-788 {
  letter-spacing: 0.788em;
}
@media screen and (max-width: 768px) {
  .ls-788 {
    letter-spacing: 0.394em;
  }
}
@media screen and (max-width: 414px) {
  .ls-788 {
    letter-spacing: 0.0788em;
  }
}

.ls-789 {
  letter-spacing: 0.789em;
}
@media screen and (max-width: 768px) {
  .ls-789 {
    letter-spacing: 0.3945em;
  }
}
@media screen and (max-width: 414px) {
  .ls-789 {
    letter-spacing: 0.0789em;
  }
}

.ls-790 {
  letter-spacing: 0.79em;
}
@media screen and (max-width: 768px) {
  .ls-790 {
    letter-spacing: 0.395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-790 {
    letter-spacing: 0.079em;
  }
}

.ls-791 {
  letter-spacing: 0.791em;
}
@media screen and (max-width: 768px) {
  .ls-791 {
    letter-spacing: 0.3955em;
  }
}
@media screen and (max-width: 414px) {
  .ls-791 {
    letter-spacing: 0.0791em;
  }
}

.ls-792 {
  letter-spacing: 0.792em;
}
@media screen and (max-width: 768px) {
  .ls-792 {
    letter-spacing: 0.396em;
  }
}
@media screen and (max-width: 414px) {
  .ls-792 {
    letter-spacing: 0.0792em;
  }
}

.ls-793 {
  letter-spacing: 0.793em;
}
@media screen and (max-width: 768px) {
  .ls-793 {
    letter-spacing: 0.3965em;
  }
}
@media screen and (max-width: 414px) {
  .ls-793 {
    letter-spacing: 0.0793em;
  }
}

.ls-794 {
  letter-spacing: 0.794em;
}
@media screen and (max-width: 768px) {
  .ls-794 {
    letter-spacing: 0.397em;
  }
}
@media screen and (max-width: 414px) {
  .ls-794 {
    letter-spacing: 0.0794em;
  }
}

.ls-795 {
  letter-spacing: 0.795em;
}
@media screen and (max-width: 768px) {
  .ls-795 {
    letter-spacing: 0.3975em;
  }
}
@media screen and (max-width: 414px) {
  .ls-795 {
    letter-spacing: 0.0795em;
  }
}

.ls-796 {
  letter-spacing: 0.796em;
}
@media screen and (max-width: 768px) {
  .ls-796 {
    letter-spacing: 0.398em;
  }
}
@media screen and (max-width: 414px) {
  .ls-796 {
    letter-spacing: 0.0796em;
  }
}

.ls-797 {
  letter-spacing: 0.797em;
}
@media screen and (max-width: 768px) {
  .ls-797 {
    letter-spacing: 0.3985em;
  }
}
@media screen and (max-width: 414px) {
  .ls-797 {
    letter-spacing: 0.0797em;
  }
}

.ls-798 {
  letter-spacing: 0.798em;
}
@media screen and (max-width: 768px) {
  .ls-798 {
    letter-spacing: 0.399em;
  }
}
@media screen and (max-width: 414px) {
  .ls-798 {
    letter-spacing: 0.0798em;
  }
}

.ls-799 {
  letter-spacing: 0.799em;
}
@media screen and (max-width: 768px) {
  .ls-799 {
    letter-spacing: 0.3995em;
  }
}
@media screen and (max-width: 414px) {
  .ls-799 {
    letter-spacing: 0.0799em;
  }
}

.ls-800 {
  letter-spacing: 0.8em;
}
@media screen and (max-width: 768px) {
  .ls-800 {
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 414px) {
  .ls-800 {
    letter-spacing: 0.08em;
  }
}

.ls-801 {
  letter-spacing: 0.801em;
}
@media screen and (max-width: 768px) {
  .ls-801 {
    letter-spacing: 0.4005em;
  }
}
@media screen and (max-width: 414px) {
  .ls-801 {
    letter-spacing: 0.0801em;
  }
}

.ls-802 {
  letter-spacing: 0.802em;
}
@media screen and (max-width: 768px) {
  .ls-802 {
    letter-spacing: 0.401em;
  }
}
@media screen and (max-width: 414px) {
  .ls-802 {
    letter-spacing: 0.0802em;
  }
}

.ls-803 {
  letter-spacing: 0.803em;
}
@media screen and (max-width: 768px) {
  .ls-803 {
    letter-spacing: 0.4015em;
  }
}
@media screen and (max-width: 414px) {
  .ls-803 {
    letter-spacing: 0.0803em;
  }
}

.ls-804 {
  letter-spacing: 0.804em;
}
@media screen and (max-width: 768px) {
  .ls-804 {
    letter-spacing: 0.402em;
  }
}
@media screen and (max-width: 414px) {
  .ls-804 {
    letter-spacing: 0.0804em;
  }
}

.ls-805 {
  letter-spacing: 0.805em;
}
@media screen and (max-width: 768px) {
  .ls-805 {
    letter-spacing: 0.4025em;
  }
}
@media screen and (max-width: 414px) {
  .ls-805 {
    letter-spacing: 0.0805em;
  }
}

.ls-806 {
  letter-spacing: 0.806em;
}
@media screen and (max-width: 768px) {
  .ls-806 {
    letter-spacing: 0.403em;
  }
}
@media screen and (max-width: 414px) {
  .ls-806 {
    letter-spacing: 0.0806em;
  }
}

.ls-807 {
  letter-spacing: 0.807em;
}
@media screen and (max-width: 768px) {
  .ls-807 {
    letter-spacing: 0.4035em;
  }
}
@media screen and (max-width: 414px) {
  .ls-807 {
    letter-spacing: 0.0807em;
  }
}

.ls-808 {
  letter-spacing: 0.808em;
}
@media screen and (max-width: 768px) {
  .ls-808 {
    letter-spacing: 0.404em;
  }
}
@media screen and (max-width: 414px) {
  .ls-808 {
    letter-spacing: 0.0808em;
  }
}

.ls-809 {
  letter-spacing: 0.809em;
}
@media screen and (max-width: 768px) {
  .ls-809 {
    letter-spacing: 0.4045em;
  }
}
@media screen and (max-width: 414px) {
  .ls-809 {
    letter-spacing: 0.0809em;
  }
}

.ls-810 {
  letter-spacing: 0.81em;
}
@media screen and (max-width: 768px) {
  .ls-810 {
    letter-spacing: 0.405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-810 {
    letter-spacing: 0.081em;
  }
}

.ls-811 {
  letter-spacing: 0.811em;
}
@media screen and (max-width: 768px) {
  .ls-811 {
    letter-spacing: 0.4055em;
  }
}
@media screen and (max-width: 414px) {
  .ls-811 {
    letter-spacing: 0.0811em;
  }
}

.ls-812 {
  letter-spacing: 0.812em;
}
@media screen and (max-width: 768px) {
  .ls-812 {
    letter-spacing: 0.406em;
  }
}
@media screen and (max-width: 414px) {
  .ls-812 {
    letter-spacing: 0.0812em;
  }
}

.ls-813 {
  letter-spacing: 0.813em;
}
@media screen and (max-width: 768px) {
  .ls-813 {
    letter-spacing: 0.4065em;
  }
}
@media screen and (max-width: 414px) {
  .ls-813 {
    letter-spacing: 0.0813em;
  }
}

.ls-814 {
  letter-spacing: 0.814em;
}
@media screen and (max-width: 768px) {
  .ls-814 {
    letter-spacing: 0.407em;
  }
}
@media screen and (max-width: 414px) {
  .ls-814 {
    letter-spacing: 0.0814em;
  }
}

.ls-815 {
  letter-spacing: 0.815em;
}
@media screen and (max-width: 768px) {
  .ls-815 {
    letter-spacing: 0.4075em;
  }
}
@media screen and (max-width: 414px) {
  .ls-815 {
    letter-spacing: 0.0815em;
  }
}

.ls-816 {
  letter-spacing: 0.816em;
}
@media screen and (max-width: 768px) {
  .ls-816 {
    letter-spacing: 0.408em;
  }
}
@media screen and (max-width: 414px) {
  .ls-816 {
    letter-spacing: 0.0816em;
  }
}

.ls-817 {
  letter-spacing: 0.817em;
}
@media screen and (max-width: 768px) {
  .ls-817 {
    letter-spacing: 0.4085em;
  }
}
@media screen and (max-width: 414px) {
  .ls-817 {
    letter-spacing: 0.0817em;
  }
}

.ls-818 {
  letter-spacing: 0.818em;
}
@media screen and (max-width: 768px) {
  .ls-818 {
    letter-spacing: 0.409em;
  }
}
@media screen and (max-width: 414px) {
  .ls-818 {
    letter-spacing: 0.0818em;
  }
}

.ls-819 {
  letter-spacing: 0.819em;
}
@media screen and (max-width: 768px) {
  .ls-819 {
    letter-spacing: 0.4095em;
  }
}
@media screen and (max-width: 414px) {
  .ls-819 {
    letter-spacing: 0.0819em;
  }
}

.ls-820 {
  letter-spacing: 0.82em;
}
@media screen and (max-width: 768px) {
  .ls-820 {
    letter-spacing: 0.41em;
  }
}
@media screen and (max-width: 414px) {
  .ls-820 {
    letter-spacing: 0.082em;
  }
}

.ls-821 {
  letter-spacing: 0.821em;
}
@media screen and (max-width: 768px) {
  .ls-821 {
    letter-spacing: 0.4105em;
  }
}
@media screen and (max-width: 414px) {
  .ls-821 {
    letter-spacing: 0.0821em;
  }
}

.ls-822 {
  letter-spacing: 0.822em;
}
@media screen and (max-width: 768px) {
  .ls-822 {
    letter-spacing: 0.411em;
  }
}
@media screen and (max-width: 414px) {
  .ls-822 {
    letter-spacing: 0.0822em;
  }
}

.ls-823 {
  letter-spacing: 0.823em;
}
@media screen and (max-width: 768px) {
  .ls-823 {
    letter-spacing: 0.4115em;
  }
}
@media screen and (max-width: 414px) {
  .ls-823 {
    letter-spacing: 0.0823em;
  }
}

.ls-824 {
  letter-spacing: 0.824em;
}
@media screen and (max-width: 768px) {
  .ls-824 {
    letter-spacing: 0.412em;
  }
}
@media screen and (max-width: 414px) {
  .ls-824 {
    letter-spacing: 0.0824em;
  }
}

.ls-825 {
  letter-spacing: 0.825em;
}
@media screen and (max-width: 768px) {
  .ls-825 {
    letter-spacing: 0.4125em;
  }
}
@media screen and (max-width: 414px) {
  .ls-825 {
    letter-spacing: 0.0825em;
  }
}

.ls-826 {
  letter-spacing: 0.826em;
}
@media screen and (max-width: 768px) {
  .ls-826 {
    letter-spacing: 0.413em;
  }
}
@media screen and (max-width: 414px) {
  .ls-826 {
    letter-spacing: 0.0826em;
  }
}

.ls-827 {
  letter-spacing: 0.827em;
}
@media screen and (max-width: 768px) {
  .ls-827 {
    letter-spacing: 0.4135em;
  }
}
@media screen and (max-width: 414px) {
  .ls-827 {
    letter-spacing: 0.0827em;
  }
}

.ls-828 {
  letter-spacing: 0.828em;
}
@media screen and (max-width: 768px) {
  .ls-828 {
    letter-spacing: 0.414em;
  }
}
@media screen and (max-width: 414px) {
  .ls-828 {
    letter-spacing: 0.0828em;
  }
}

.ls-829 {
  letter-spacing: 0.829em;
}
@media screen and (max-width: 768px) {
  .ls-829 {
    letter-spacing: 0.4145em;
  }
}
@media screen and (max-width: 414px) {
  .ls-829 {
    letter-spacing: 0.0829em;
  }
}

.ls-830 {
  letter-spacing: 0.83em;
}
@media screen and (max-width: 768px) {
  .ls-830 {
    letter-spacing: 0.415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-830 {
    letter-spacing: 0.083em;
  }
}

.ls-831 {
  letter-spacing: 0.831em;
}
@media screen and (max-width: 768px) {
  .ls-831 {
    letter-spacing: 0.4155em;
  }
}
@media screen and (max-width: 414px) {
  .ls-831 {
    letter-spacing: 0.0831em;
  }
}

.ls-832 {
  letter-spacing: 0.832em;
}
@media screen and (max-width: 768px) {
  .ls-832 {
    letter-spacing: 0.416em;
  }
}
@media screen and (max-width: 414px) {
  .ls-832 {
    letter-spacing: 0.0832em;
  }
}

.ls-833 {
  letter-spacing: 0.833em;
}
@media screen and (max-width: 768px) {
  .ls-833 {
    letter-spacing: 0.4165em;
  }
}
@media screen and (max-width: 414px) {
  .ls-833 {
    letter-spacing: 0.0833em;
  }
}

.ls-834 {
  letter-spacing: 0.834em;
}
@media screen and (max-width: 768px) {
  .ls-834 {
    letter-spacing: 0.417em;
  }
}
@media screen and (max-width: 414px) {
  .ls-834 {
    letter-spacing: 0.0834em;
  }
}

.ls-835 {
  letter-spacing: 0.835em;
}
@media screen and (max-width: 768px) {
  .ls-835 {
    letter-spacing: 0.4175em;
  }
}
@media screen and (max-width: 414px) {
  .ls-835 {
    letter-spacing: 0.0835em;
  }
}

.ls-836 {
  letter-spacing: 0.836em;
}
@media screen and (max-width: 768px) {
  .ls-836 {
    letter-spacing: 0.418em;
  }
}
@media screen and (max-width: 414px) {
  .ls-836 {
    letter-spacing: 0.0836em;
  }
}

.ls-837 {
  letter-spacing: 0.837em;
}
@media screen and (max-width: 768px) {
  .ls-837 {
    letter-spacing: 0.4185em;
  }
}
@media screen and (max-width: 414px) {
  .ls-837 {
    letter-spacing: 0.0837em;
  }
}

.ls-838 {
  letter-spacing: 0.838em;
}
@media screen and (max-width: 768px) {
  .ls-838 {
    letter-spacing: 0.419em;
  }
}
@media screen and (max-width: 414px) {
  .ls-838 {
    letter-spacing: 0.0838em;
  }
}

.ls-839 {
  letter-spacing: 0.839em;
}
@media screen and (max-width: 768px) {
  .ls-839 {
    letter-spacing: 0.4195em;
  }
}
@media screen and (max-width: 414px) {
  .ls-839 {
    letter-spacing: 0.0839em;
  }
}

.ls-840 {
  letter-spacing: 0.84em;
}
@media screen and (max-width: 768px) {
  .ls-840 {
    letter-spacing: 0.42em;
  }
}
@media screen and (max-width: 414px) {
  .ls-840 {
    letter-spacing: 0.084em;
  }
}

.ls-841 {
  letter-spacing: 0.841em;
}
@media screen and (max-width: 768px) {
  .ls-841 {
    letter-spacing: 0.4205em;
  }
}
@media screen and (max-width: 414px) {
  .ls-841 {
    letter-spacing: 0.0841em;
  }
}

.ls-842 {
  letter-spacing: 0.842em;
}
@media screen and (max-width: 768px) {
  .ls-842 {
    letter-spacing: 0.421em;
  }
}
@media screen and (max-width: 414px) {
  .ls-842 {
    letter-spacing: 0.0842em;
  }
}

.ls-843 {
  letter-spacing: 0.843em;
}
@media screen and (max-width: 768px) {
  .ls-843 {
    letter-spacing: 0.4215em;
  }
}
@media screen and (max-width: 414px) {
  .ls-843 {
    letter-spacing: 0.0843em;
  }
}

.ls-844 {
  letter-spacing: 0.844em;
}
@media screen and (max-width: 768px) {
  .ls-844 {
    letter-spacing: 0.422em;
  }
}
@media screen and (max-width: 414px) {
  .ls-844 {
    letter-spacing: 0.0844em;
  }
}

.ls-845 {
  letter-spacing: 0.845em;
}
@media screen and (max-width: 768px) {
  .ls-845 {
    letter-spacing: 0.4225em;
  }
}
@media screen and (max-width: 414px) {
  .ls-845 {
    letter-spacing: 0.0845em;
  }
}

.ls-846 {
  letter-spacing: 0.846em;
}
@media screen and (max-width: 768px) {
  .ls-846 {
    letter-spacing: 0.423em;
  }
}
@media screen and (max-width: 414px) {
  .ls-846 {
    letter-spacing: 0.0846em;
  }
}

.ls-847 {
  letter-spacing: 0.847em;
}
@media screen and (max-width: 768px) {
  .ls-847 {
    letter-spacing: 0.4235em;
  }
}
@media screen and (max-width: 414px) {
  .ls-847 {
    letter-spacing: 0.0847em;
  }
}

.ls-848 {
  letter-spacing: 0.848em;
}
@media screen and (max-width: 768px) {
  .ls-848 {
    letter-spacing: 0.424em;
  }
}
@media screen and (max-width: 414px) {
  .ls-848 {
    letter-spacing: 0.0848em;
  }
}

.ls-849 {
  letter-spacing: 0.849em;
}
@media screen and (max-width: 768px) {
  .ls-849 {
    letter-spacing: 0.4245em;
  }
}
@media screen and (max-width: 414px) {
  .ls-849 {
    letter-spacing: 0.0849em;
  }
}

.ls-850 {
  letter-spacing: 0.85em;
}
@media screen and (max-width: 768px) {
  .ls-850 {
    letter-spacing: 0.425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-850 {
    letter-spacing: 0.085em;
  }
}

.ls-851 {
  letter-spacing: 0.851em;
}
@media screen and (max-width: 768px) {
  .ls-851 {
    letter-spacing: 0.4255em;
  }
}
@media screen and (max-width: 414px) {
  .ls-851 {
    letter-spacing: 0.0851em;
  }
}

.ls-852 {
  letter-spacing: 0.852em;
}
@media screen and (max-width: 768px) {
  .ls-852 {
    letter-spacing: 0.426em;
  }
}
@media screen and (max-width: 414px) {
  .ls-852 {
    letter-spacing: 0.0852em;
  }
}

.ls-853 {
  letter-spacing: 0.853em;
}
@media screen and (max-width: 768px) {
  .ls-853 {
    letter-spacing: 0.4265em;
  }
}
@media screen and (max-width: 414px) {
  .ls-853 {
    letter-spacing: 0.0853em;
  }
}

.ls-854 {
  letter-spacing: 0.854em;
}
@media screen and (max-width: 768px) {
  .ls-854 {
    letter-spacing: 0.427em;
  }
}
@media screen and (max-width: 414px) {
  .ls-854 {
    letter-spacing: 0.0854em;
  }
}

.ls-855 {
  letter-spacing: 0.855em;
}
@media screen and (max-width: 768px) {
  .ls-855 {
    letter-spacing: 0.4275em;
  }
}
@media screen and (max-width: 414px) {
  .ls-855 {
    letter-spacing: 0.0855em;
  }
}

.ls-856 {
  letter-spacing: 0.856em;
}
@media screen and (max-width: 768px) {
  .ls-856 {
    letter-spacing: 0.428em;
  }
}
@media screen and (max-width: 414px) {
  .ls-856 {
    letter-spacing: 0.0856em;
  }
}

.ls-857 {
  letter-spacing: 0.857em;
}
@media screen and (max-width: 768px) {
  .ls-857 {
    letter-spacing: 0.4285em;
  }
}
@media screen and (max-width: 414px) {
  .ls-857 {
    letter-spacing: 0.0857em;
  }
}

.ls-858 {
  letter-spacing: 0.858em;
}
@media screen and (max-width: 768px) {
  .ls-858 {
    letter-spacing: 0.429em;
  }
}
@media screen and (max-width: 414px) {
  .ls-858 {
    letter-spacing: 0.0858em;
  }
}

.ls-859 {
  letter-spacing: 0.859em;
}
@media screen and (max-width: 768px) {
  .ls-859 {
    letter-spacing: 0.4295em;
  }
}
@media screen and (max-width: 414px) {
  .ls-859 {
    letter-spacing: 0.0859em;
  }
}

.ls-860 {
  letter-spacing: 0.86em;
}
@media screen and (max-width: 768px) {
  .ls-860 {
    letter-spacing: 0.43em;
  }
}
@media screen and (max-width: 414px) {
  .ls-860 {
    letter-spacing: 0.086em;
  }
}

.ls-861 {
  letter-spacing: 0.861em;
}
@media screen and (max-width: 768px) {
  .ls-861 {
    letter-spacing: 0.4305em;
  }
}
@media screen and (max-width: 414px) {
  .ls-861 {
    letter-spacing: 0.0861em;
  }
}

.ls-862 {
  letter-spacing: 0.862em;
}
@media screen and (max-width: 768px) {
  .ls-862 {
    letter-spacing: 0.431em;
  }
}
@media screen and (max-width: 414px) {
  .ls-862 {
    letter-spacing: 0.0862em;
  }
}

.ls-863 {
  letter-spacing: 0.863em;
}
@media screen and (max-width: 768px) {
  .ls-863 {
    letter-spacing: 0.4315em;
  }
}
@media screen and (max-width: 414px) {
  .ls-863 {
    letter-spacing: 0.0863em;
  }
}

.ls-864 {
  letter-spacing: 0.864em;
}
@media screen and (max-width: 768px) {
  .ls-864 {
    letter-spacing: 0.432em;
  }
}
@media screen and (max-width: 414px) {
  .ls-864 {
    letter-spacing: 0.0864em;
  }
}

.ls-865 {
  letter-spacing: 0.865em;
}
@media screen and (max-width: 768px) {
  .ls-865 {
    letter-spacing: 0.4325em;
  }
}
@media screen and (max-width: 414px) {
  .ls-865 {
    letter-spacing: 0.0865em;
  }
}

.ls-866 {
  letter-spacing: 0.866em;
}
@media screen and (max-width: 768px) {
  .ls-866 {
    letter-spacing: 0.433em;
  }
}
@media screen and (max-width: 414px) {
  .ls-866 {
    letter-spacing: 0.0866em;
  }
}

.ls-867 {
  letter-spacing: 0.867em;
}
@media screen and (max-width: 768px) {
  .ls-867 {
    letter-spacing: 0.4335em;
  }
}
@media screen and (max-width: 414px) {
  .ls-867 {
    letter-spacing: 0.0867em;
  }
}

.ls-868 {
  letter-spacing: 0.868em;
}
@media screen and (max-width: 768px) {
  .ls-868 {
    letter-spacing: 0.434em;
  }
}
@media screen and (max-width: 414px) {
  .ls-868 {
    letter-spacing: 0.0868em;
  }
}

.ls-869 {
  letter-spacing: 0.869em;
}
@media screen and (max-width: 768px) {
  .ls-869 {
    letter-spacing: 0.4345em;
  }
}
@media screen and (max-width: 414px) {
  .ls-869 {
    letter-spacing: 0.0869em;
  }
}

.ls-870 {
  letter-spacing: 0.87em;
}
@media screen and (max-width: 768px) {
  .ls-870 {
    letter-spacing: 0.435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-870 {
    letter-spacing: 0.087em;
  }
}

.ls-871 {
  letter-spacing: 0.871em;
}
@media screen and (max-width: 768px) {
  .ls-871 {
    letter-spacing: 0.4355em;
  }
}
@media screen and (max-width: 414px) {
  .ls-871 {
    letter-spacing: 0.0871em;
  }
}

.ls-872 {
  letter-spacing: 0.872em;
}
@media screen and (max-width: 768px) {
  .ls-872 {
    letter-spacing: 0.436em;
  }
}
@media screen and (max-width: 414px) {
  .ls-872 {
    letter-spacing: 0.0872em;
  }
}

.ls-873 {
  letter-spacing: 0.873em;
}
@media screen and (max-width: 768px) {
  .ls-873 {
    letter-spacing: 0.4365em;
  }
}
@media screen and (max-width: 414px) {
  .ls-873 {
    letter-spacing: 0.0873em;
  }
}

.ls-874 {
  letter-spacing: 0.874em;
}
@media screen and (max-width: 768px) {
  .ls-874 {
    letter-spacing: 0.437em;
  }
}
@media screen and (max-width: 414px) {
  .ls-874 {
    letter-spacing: 0.0874em;
  }
}

.ls-875 {
  letter-spacing: 0.875em;
}
@media screen and (max-width: 768px) {
  .ls-875 {
    letter-spacing: 0.4375em;
  }
}
@media screen and (max-width: 414px) {
  .ls-875 {
    letter-spacing: 0.0875em;
  }
}

.ls-876 {
  letter-spacing: 0.876em;
}
@media screen and (max-width: 768px) {
  .ls-876 {
    letter-spacing: 0.438em;
  }
}
@media screen and (max-width: 414px) {
  .ls-876 {
    letter-spacing: 0.0876em;
  }
}

.ls-877 {
  letter-spacing: 0.877em;
}
@media screen and (max-width: 768px) {
  .ls-877 {
    letter-spacing: 0.4385em;
  }
}
@media screen and (max-width: 414px) {
  .ls-877 {
    letter-spacing: 0.0877em;
  }
}

.ls-878 {
  letter-spacing: 0.878em;
}
@media screen and (max-width: 768px) {
  .ls-878 {
    letter-spacing: 0.439em;
  }
}
@media screen and (max-width: 414px) {
  .ls-878 {
    letter-spacing: 0.0878em;
  }
}

.ls-879 {
  letter-spacing: 0.879em;
}
@media screen and (max-width: 768px) {
  .ls-879 {
    letter-spacing: 0.4395em;
  }
}
@media screen and (max-width: 414px) {
  .ls-879 {
    letter-spacing: 0.0879em;
  }
}

.ls-880 {
  letter-spacing: 0.88em;
}
@media screen and (max-width: 768px) {
  .ls-880 {
    letter-spacing: 0.44em;
  }
}
@media screen and (max-width: 414px) {
  .ls-880 {
    letter-spacing: 0.088em;
  }
}

.ls-881 {
  letter-spacing: 0.881em;
}
@media screen and (max-width: 768px) {
  .ls-881 {
    letter-spacing: 0.4405em;
  }
}
@media screen and (max-width: 414px) {
  .ls-881 {
    letter-spacing: 0.0881em;
  }
}

.ls-882 {
  letter-spacing: 0.882em;
}
@media screen and (max-width: 768px) {
  .ls-882 {
    letter-spacing: 0.441em;
  }
}
@media screen and (max-width: 414px) {
  .ls-882 {
    letter-spacing: 0.0882em;
  }
}

.ls-883 {
  letter-spacing: 0.883em;
}
@media screen and (max-width: 768px) {
  .ls-883 {
    letter-spacing: 0.4415em;
  }
}
@media screen and (max-width: 414px) {
  .ls-883 {
    letter-spacing: 0.0883em;
  }
}

.ls-884 {
  letter-spacing: 0.884em;
}
@media screen and (max-width: 768px) {
  .ls-884 {
    letter-spacing: 0.442em;
  }
}
@media screen and (max-width: 414px) {
  .ls-884 {
    letter-spacing: 0.0884em;
  }
}

.ls-885 {
  letter-spacing: 0.885em;
}
@media screen and (max-width: 768px) {
  .ls-885 {
    letter-spacing: 0.4425em;
  }
}
@media screen and (max-width: 414px) {
  .ls-885 {
    letter-spacing: 0.0885em;
  }
}

.ls-886 {
  letter-spacing: 0.886em;
}
@media screen and (max-width: 768px) {
  .ls-886 {
    letter-spacing: 0.443em;
  }
}
@media screen and (max-width: 414px) {
  .ls-886 {
    letter-spacing: 0.0886em;
  }
}

.ls-887 {
  letter-spacing: 0.887em;
}
@media screen and (max-width: 768px) {
  .ls-887 {
    letter-spacing: 0.4435em;
  }
}
@media screen and (max-width: 414px) {
  .ls-887 {
    letter-spacing: 0.0887em;
  }
}

.ls-888 {
  letter-spacing: 0.888em;
}
@media screen and (max-width: 768px) {
  .ls-888 {
    letter-spacing: 0.444em;
  }
}
@media screen and (max-width: 414px) {
  .ls-888 {
    letter-spacing: 0.0888em;
  }
}

.ls-889 {
  letter-spacing: 0.889em;
}
@media screen and (max-width: 768px) {
  .ls-889 {
    letter-spacing: 0.4445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-889 {
    letter-spacing: 0.0889em;
  }
}

.ls-890 {
  letter-spacing: 0.89em;
}
@media screen and (max-width: 768px) {
  .ls-890 {
    letter-spacing: 0.445em;
  }
}
@media screen and (max-width: 414px) {
  .ls-890 {
    letter-spacing: 0.089em;
  }
}

.ls-891 {
  letter-spacing: 0.891em;
}
@media screen and (max-width: 768px) {
  .ls-891 {
    letter-spacing: 0.4455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-891 {
    letter-spacing: 0.0891em;
  }
}

.ls-892 {
  letter-spacing: 0.892em;
}
@media screen and (max-width: 768px) {
  .ls-892 {
    letter-spacing: 0.446em;
  }
}
@media screen and (max-width: 414px) {
  .ls-892 {
    letter-spacing: 0.0892em;
  }
}

.ls-893 {
  letter-spacing: 0.893em;
}
@media screen and (max-width: 768px) {
  .ls-893 {
    letter-spacing: 0.4465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-893 {
    letter-spacing: 0.0893em;
  }
}

.ls-894 {
  letter-spacing: 0.894em;
}
@media screen and (max-width: 768px) {
  .ls-894 {
    letter-spacing: 0.447em;
  }
}
@media screen and (max-width: 414px) {
  .ls-894 {
    letter-spacing: 0.0894em;
  }
}

.ls-895 {
  letter-spacing: 0.895em;
}
@media screen and (max-width: 768px) {
  .ls-895 {
    letter-spacing: 0.4475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-895 {
    letter-spacing: 0.0895em;
  }
}

.ls-896 {
  letter-spacing: 0.896em;
}
@media screen and (max-width: 768px) {
  .ls-896 {
    letter-spacing: 0.448em;
  }
}
@media screen and (max-width: 414px) {
  .ls-896 {
    letter-spacing: 0.0896em;
  }
}

.ls-897 {
  letter-spacing: 0.897em;
}
@media screen and (max-width: 768px) {
  .ls-897 {
    letter-spacing: 0.4485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-897 {
    letter-spacing: 0.0897em;
  }
}

.ls-898 {
  letter-spacing: 0.898em;
}
@media screen and (max-width: 768px) {
  .ls-898 {
    letter-spacing: 0.449em;
  }
}
@media screen and (max-width: 414px) {
  .ls-898 {
    letter-spacing: 0.0898em;
  }
}

.ls-899 {
  letter-spacing: 0.899em;
}
@media screen and (max-width: 768px) {
  .ls-899 {
    letter-spacing: 0.4495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-899 {
    letter-spacing: 0.0899em;
  }
}

.ls-900 {
  letter-spacing: 0.9em;
}
@media screen and (max-width: 768px) {
  .ls-900 {
    letter-spacing: 0.45em;
  }
}
@media screen and (max-width: 414px) {
  .ls-900 {
    letter-spacing: 0.09em;
  }
}

.ls-901 {
  letter-spacing: 0.901em;
}
@media screen and (max-width: 768px) {
  .ls-901 {
    letter-spacing: 0.4505em;
  }
}
@media screen and (max-width: 414px) {
  .ls-901 {
    letter-spacing: 0.0901em;
  }
}

.ls-902 {
  letter-spacing: 0.902em;
}
@media screen and (max-width: 768px) {
  .ls-902 {
    letter-spacing: 0.451em;
  }
}
@media screen and (max-width: 414px) {
  .ls-902 {
    letter-spacing: 0.0902em;
  }
}

.ls-903 {
  letter-spacing: 0.903em;
}
@media screen and (max-width: 768px) {
  .ls-903 {
    letter-spacing: 0.4515em;
  }
}
@media screen and (max-width: 414px) {
  .ls-903 {
    letter-spacing: 0.0903em;
  }
}

.ls-904 {
  letter-spacing: 0.904em;
}
@media screen and (max-width: 768px) {
  .ls-904 {
    letter-spacing: 0.452em;
  }
}
@media screen and (max-width: 414px) {
  .ls-904 {
    letter-spacing: 0.0904em;
  }
}

.ls-905 {
  letter-spacing: 0.905em;
}
@media screen and (max-width: 768px) {
  .ls-905 {
    letter-spacing: 0.4525em;
  }
}
@media screen and (max-width: 414px) {
  .ls-905 {
    letter-spacing: 0.0905em;
  }
}

.ls-906 {
  letter-spacing: 0.906em;
}
@media screen and (max-width: 768px) {
  .ls-906 {
    letter-spacing: 0.453em;
  }
}
@media screen and (max-width: 414px) {
  .ls-906 {
    letter-spacing: 0.0906em;
  }
}

.ls-907 {
  letter-spacing: 0.907em;
}
@media screen and (max-width: 768px) {
  .ls-907 {
    letter-spacing: 0.4535em;
  }
}
@media screen and (max-width: 414px) {
  .ls-907 {
    letter-spacing: 0.0907em;
  }
}

.ls-908 {
  letter-spacing: 0.908em;
}
@media screen and (max-width: 768px) {
  .ls-908 {
    letter-spacing: 0.454em;
  }
}
@media screen and (max-width: 414px) {
  .ls-908 {
    letter-spacing: 0.0908em;
  }
}

.ls-909 {
  letter-spacing: 0.909em;
}
@media screen and (max-width: 768px) {
  .ls-909 {
    letter-spacing: 0.4545em;
  }
}
@media screen and (max-width: 414px) {
  .ls-909 {
    letter-spacing: 0.0909em;
  }
}

.ls-910 {
  letter-spacing: 0.91em;
}
@media screen and (max-width: 768px) {
  .ls-910 {
    letter-spacing: 0.455em;
  }
}
@media screen and (max-width: 414px) {
  .ls-910 {
    letter-spacing: 0.091em;
  }
}

.ls-911 {
  letter-spacing: 0.911em;
}
@media screen and (max-width: 768px) {
  .ls-911 {
    letter-spacing: 0.4555em;
  }
}
@media screen and (max-width: 414px) {
  .ls-911 {
    letter-spacing: 0.0911em;
  }
}

.ls-912 {
  letter-spacing: 0.912em;
}
@media screen and (max-width: 768px) {
  .ls-912 {
    letter-spacing: 0.456em;
  }
}
@media screen and (max-width: 414px) {
  .ls-912 {
    letter-spacing: 0.0912em;
  }
}

.ls-913 {
  letter-spacing: 0.913em;
}
@media screen and (max-width: 768px) {
  .ls-913 {
    letter-spacing: 0.4565em;
  }
}
@media screen and (max-width: 414px) {
  .ls-913 {
    letter-spacing: 0.0913em;
  }
}

.ls-914 {
  letter-spacing: 0.914em;
}
@media screen and (max-width: 768px) {
  .ls-914 {
    letter-spacing: 0.457em;
  }
}
@media screen and (max-width: 414px) {
  .ls-914 {
    letter-spacing: 0.0914em;
  }
}

.ls-915 {
  letter-spacing: 0.915em;
}
@media screen and (max-width: 768px) {
  .ls-915 {
    letter-spacing: 0.4575em;
  }
}
@media screen and (max-width: 414px) {
  .ls-915 {
    letter-spacing: 0.0915em;
  }
}

.ls-916 {
  letter-spacing: 0.916em;
}
@media screen and (max-width: 768px) {
  .ls-916 {
    letter-spacing: 0.458em;
  }
}
@media screen and (max-width: 414px) {
  .ls-916 {
    letter-spacing: 0.0916em;
  }
}

.ls-917 {
  letter-spacing: 0.917em;
}
@media screen and (max-width: 768px) {
  .ls-917 {
    letter-spacing: 0.4585em;
  }
}
@media screen and (max-width: 414px) {
  .ls-917 {
    letter-spacing: 0.0917em;
  }
}

.ls-918 {
  letter-spacing: 0.918em;
}
@media screen and (max-width: 768px) {
  .ls-918 {
    letter-spacing: 0.459em;
  }
}
@media screen and (max-width: 414px) {
  .ls-918 {
    letter-spacing: 0.0918em;
  }
}

.ls-919 {
  letter-spacing: 0.919em;
}
@media screen and (max-width: 768px) {
  .ls-919 {
    letter-spacing: 0.4595em;
  }
}
@media screen and (max-width: 414px) {
  .ls-919 {
    letter-spacing: 0.0919em;
  }
}

.ls-920 {
  letter-spacing: 0.92em;
}
@media screen and (max-width: 768px) {
  .ls-920 {
    letter-spacing: 0.46em;
  }
}
@media screen and (max-width: 414px) {
  .ls-920 {
    letter-spacing: 0.092em;
  }
}

.ls-921 {
  letter-spacing: 0.921em;
}
@media screen and (max-width: 768px) {
  .ls-921 {
    letter-spacing: 0.4605em;
  }
}
@media screen and (max-width: 414px) {
  .ls-921 {
    letter-spacing: 0.0921em;
  }
}

.ls-922 {
  letter-spacing: 0.922em;
}
@media screen and (max-width: 768px) {
  .ls-922 {
    letter-spacing: 0.461em;
  }
}
@media screen and (max-width: 414px) {
  .ls-922 {
    letter-spacing: 0.0922em;
  }
}

.ls-923 {
  letter-spacing: 0.923em;
}
@media screen and (max-width: 768px) {
  .ls-923 {
    letter-spacing: 0.4615em;
  }
}
@media screen and (max-width: 414px) {
  .ls-923 {
    letter-spacing: 0.0923em;
  }
}

.ls-924 {
  letter-spacing: 0.924em;
}
@media screen and (max-width: 768px) {
  .ls-924 {
    letter-spacing: 0.462em;
  }
}
@media screen and (max-width: 414px) {
  .ls-924 {
    letter-spacing: 0.0924em;
  }
}

.ls-925 {
  letter-spacing: 0.925em;
}
@media screen and (max-width: 768px) {
  .ls-925 {
    letter-spacing: 0.4625em;
  }
}
@media screen and (max-width: 414px) {
  .ls-925 {
    letter-spacing: 0.0925em;
  }
}

.ls-926 {
  letter-spacing: 0.926em;
}
@media screen and (max-width: 768px) {
  .ls-926 {
    letter-spacing: 0.463em;
  }
}
@media screen and (max-width: 414px) {
  .ls-926 {
    letter-spacing: 0.0926em;
  }
}

.ls-927 {
  letter-spacing: 0.927em;
}
@media screen and (max-width: 768px) {
  .ls-927 {
    letter-spacing: 0.4635em;
  }
}
@media screen and (max-width: 414px) {
  .ls-927 {
    letter-spacing: 0.0927em;
  }
}

.ls-928 {
  letter-spacing: 0.928em;
}
@media screen and (max-width: 768px) {
  .ls-928 {
    letter-spacing: 0.464em;
  }
}
@media screen and (max-width: 414px) {
  .ls-928 {
    letter-spacing: 0.0928em;
  }
}

.ls-929 {
  letter-spacing: 0.929em;
}
@media screen and (max-width: 768px) {
  .ls-929 {
    letter-spacing: 0.4645em;
  }
}
@media screen and (max-width: 414px) {
  .ls-929 {
    letter-spacing: 0.0929em;
  }
}

.ls-930 {
  letter-spacing: 0.93em;
}
@media screen and (max-width: 768px) {
  .ls-930 {
    letter-spacing: 0.465em;
  }
}
@media screen and (max-width: 414px) {
  .ls-930 {
    letter-spacing: 0.093em;
  }
}

.ls-931 {
  letter-spacing: 0.931em;
}
@media screen and (max-width: 768px) {
  .ls-931 {
    letter-spacing: 0.4655em;
  }
}
@media screen and (max-width: 414px) {
  .ls-931 {
    letter-spacing: 0.0931em;
  }
}

.ls-932 {
  letter-spacing: 0.932em;
}
@media screen and (max-width: 768px) {
  .ls-932 {
    letter-spacing: 0.466em;
  }
}
@media screen and (max-width: 414px) {
  .ls-932 {
    letter-spacing: 0.0932em;
  }
}

.ls-933 {
  letter-spacing: 0.933em;
}
@media screen and (max-width: 768px) {
  .ls-933 {
    letter-spacing: 0.4665em;
  }
}
@media screen and (max-width: 414px) {
  .ls-933 {
    letter-spacing: 0.0933em;
  }
}

.ls-934 {
  letter-spacing: 0.934em;
}
@media screen and (max-width: 768px) {
  .ls-934 {
    letter-spacing: 0.467em;
  }
}
@media screen and (max-width: 414px) {
  .ls-934 {
    letter-spacing: 0.0934em;
  }
}

.ls-935 {
  letter-spacing: 0.935em;
}
@media screen and (max-width: 768px) {
  .ls-935 {
    letter-spacing: 0.4675em;
  }
}
@media screen and (max-width: 414px) {
  .ls-935 {
    letter-spacing: 0.0935em;
  }
}

.ls-936 {
  letter-spacing: 0.936em;
}
@media screen and (max-width: 768px) {
  .ls-936 {
    letter-spacing: 0.468em;
  }
}
@media screen and (max-width: 414px) {
  .ls-936 {
    letter-spacing: 0.0936em;
  }
}

.ls-937 {
  letter-spacing: 0.937em;
}
@media screen and (max-width: 768px) {
  .ls-937 {
    letter-spacing: 0.4685em;
  }
}
@media screen and (max-width: 414px) {
  .ls-937 {
    letter-spacing: 0.0937em;
  }
}

.ls-938 {
  letter-spacing: 0.938em;
}
@media screen and (max-width: 768px) {
  .ls-938 {
    letter-spacing: 0.469em;
  }
}
@media screen and (max-width: 414px) {
  .ls-938 {
    letter-spacing: 0.0938em;
  }
}

.ls-939 {
  letter-spacing: 0.939em;
}
@media screen and (max-width: 768px) {
  .ls-939 {
    letter-spacing: 0.4695em;
  }
}
@media screen and (max-width: 414px) {
  .ls-939 {
    letter-spacing: 0.0939em;
  }
}

.ls-940 {
  letter-spacing: 0.94em;
}
@media screen and (max-width: 768px) {
  .ls-940 {
    letter-spacing: 0.47em;
  }
}
@media screen and (max-width: 414px) {
  .ls-940 {
    letter-spacing: 0.094em;
  }
}

.ls-941 {
  letter-spacing: 0.941em;
}
@media screen and (max-width: 768px) {
  .ls-941 {
    letter-spacing: 0.4705em;
  }
}
@media screen and (max-width: 414px) {
  .ls-941 {
    letter-spacing: 0.0941em;
  }
}

.ls-942 {
  letter-spacing: 0.942em;
}
@media screen and (max-width: 768px) {
  .ls-942 {
    letter-spacing: 0.471em;
  }
}
@media screen and (max-width: 414px) {
  .ls-942 {
    letter-spacing: 0.0942em;
  }
}

.ls-943 {
  letter-spacing: 0.943em;
}
@media screen and (max-width: 768px) {
  .ls-943 {
    letter-spacing: 0.4715em;
  }
}
@media screen and (max-width: 414px) {
  .ls-943 {
    letter-spacing: 0.0943em;
  }
}

.ls-944 {
  letter-spacing: 0.944em;
}
@media screen and (max-width: 768px) {
  .ls-944 {
    letter-spacing: 0.472em;
  }
}
@media screen and (max-width: 414px) {
  .ls-944 {
    letter-spacing: 0.0944em;
  }
}

.ls-945 {
  letter-spacing: 0.945em;
}
@media screen and (max-width: 768px) {
  .ls-945 {
    letter-spacing: 0.4725em;
  }
}
@media screen and (max-width: 414px) {
  .ls-945 {
    letter-spacing: 0.0945em;
  }
}

.ls-946 {
  letter-spacing: 0.946em;
}
@media screen and (max-width: 768px) {
  .ls-946 {
    letter-spacing: 0.473em;
  }
}
@media screen and (max-width: 414px) {
  .ls-946 {
    letter-spacing: 0.0946em;
  }
}

.ls-947 {
  letter-spacing: 0.947em;
}
@media screen and (max-width: 768px) {
  .ls-947 {
    letter-spacing: 0.4735em;
  }
}
@media screen and (max-width: 414px) {
  .ls-947 {
    letter-spacing: 0.0947em;
  }
}

.ls-948 {
  letter-spacing: 0.948em;
}
@media screen and (max-width: 768px) {
  .ls-948 {
    letter-spacing: 0.474em;
  }
}
@media screen and (max-width: 414px) {
  .ls-948 {
    letter-spacing: 0.0948em;
  }
}

.ls-949 {
  letter-spacing: 0.949em;
}
@media screen and (max-width: 768px) {
  .ls-949 {
    letter-spacing: 0.4745em;
  }
}
@media screen and (max-width: 414px) {
  .ls-949 {
    letter-spacing: 0.0949em;
  }
}

.ls-950 {
  letter-spacing: 0.95em;
}
@media screen and (max-width: 768px) {
  .ls-950 {
    letter-spacing: 0.475em;
  }
}
@media screen and (max-width: 414px) {
  .ls-950 {
    letter-spacing: 0.095em;
  }
}

.ls-951 {
  letter-spacing: 0.951em;
}
@media screen and (max-width: 768px) {
  .ls-951 {
    letter-spacing: 0.4755em;
  }
}
@media screen and (max-width: 414px) {
  .ls-951 {
    letter-spacing: 0.0951em;
  }
}

.ls-952 {
  letter-spacing: 0.952em;
}
@media screen and (max-width: 768px) {
  .ls-952 {
    letter-spacing: 0.476em;
  }
}
@media screen and (max-width: 414px) {
  .ls-952 {
    letter-spacing: 0.0952em;
  }
}

.ls-953 {
  letter-spacing: 0.953em;
}
@media screen and (max-width: 768px) {
  .ls-953 {
    letter-spacing: 0.4765em;
  }
}
@media screen and (max-width: 414px) {
  .ls-953 {
    letter-spacing: 0.0953em;
  }
}

.ls-954 {
  letter-spacing: 0.954em;
}
@media screen and (max-width: 768px) {
  .ls-954 {
    letter-spacing: 0.477em;
  }
}
@media screen and (max-width: 414px) {
  .ls-954 {
    letter-spacing: 0.0954em;
  }
}

.ls-955 {
  letter-spacing: 0.955em;
}
@media screen and (max-width: 768px) {
  .ls-955 {
    letter-spacing: 0.4775em;
  }
}
@media screen and (max-width: 414px) {
  .ls-955 {
    letter-spacing: 0.0955em;
  }
}

.ls-956 {
  letter-spacing: 0.956em;
}
@media screen and (max-width: 768px) {
  .ls-956 {
    letter-spacing: 0.478em;
  }
}
@media screen and (max-width: 414px) {
  .ls-956 {
    letter-spacing: 0.0956em;
  }
}

.ls-957 {
  letter-spacing: 0.957em;
}
@media screen and (max-width: 768px) {
  .ls-957 {
    letter-spacing: 0.4785em;
  }
}
@media screen and (max-width: 414px) {
  .ls-957 {
    letter-spacing: 0.0957em;
  }
}

.ls-958 {
  letter-spacing: 0.958em;
}
@media screen and (max-width: 768px) {
  .ls-958 {
    letter-spacing: 0.479em;
  }
}
@media screen and (max-width: 414px) {
  .ls-958 {
    letter-spacing: 0.0958em;
  }
}

.ls-959 {
  letter-spacing: 0.959em;
}
@media screen and (max-width: 768px) {
  .ls-959 {
    letter-spacing: 0.4795em;
  }
}
@media screen and (max-width: 414px) {
  .ls-959 {
    letter-spacing: 0.0959em;
  }
}

.ls-960 {
  letter-spacing: 0.96em;
}
@media screen and (max-width: 768px) {
  .ls-960 {
    letter-spacing: 0.48em;
  }
}
@media screen and (max-width: 414px) {
  .ls-960 {
    letter-spacing: 0.096em;
  }
}

.ls-961 {
  letter-spacing: 0.961em;
}
@media screen and (max-width: 768px) {
  .ls-961 {
    letter-spacing: 0.4805em;
  }
}
@media screen and (max-width: 414px) {
  .ls-961 {
    letter-spacing: 0.0961em;
  }
}

.ls-962 {
  letter-spacing: 0.962em;
}
@media screen and (max-width: 768px) {
  .ls-962 {
    letter-spacing: 0.481em;
  }
}
@media screen and (max-width: 414px) {
  .ls-962 {
    letter-spacing: 0.0962em;
  }
}

.ls-963 {
  letter-spacing: 0.963em;
}
@media screen and (max-width: 768px) {
  .ls-963 {
    letter-spacing: 0.4815em;
  }
}
@media screen and (max-width: 414px) {
  .ls-963 {
    letter-spacing: 0.0963em;
  }
}

.ls-964 {
  letter-spacing: 0.964em;
}
@media screen and (max-width: 768px) {
  .ls-964 {
    letter-spacing: 0.482em;
  }
}
@media screen and (max-width: 414px) {
  .ls-964 {
    letter-spacing: 0.0964em;
  }
}

.ls-965 {
  letter-spacing: 0.965em;
}
@media screen and (max-width: 768px) {
  .ls-965 {
    letter-spacing: 0.4825em;
  }
}
@media screen and (max-width: 414px) {
  .ls-965 {
    letter-spacing: 0.0965em;
  }
}

.ls-966 {
  letter-spacing: 0.966em;
}
@media screen and (max-width: 768px) {
  .ls-966 {
    letter-spacing: 0.483em;
  }
}
@media screen and (max-width: 414px) {
  .ls-966 {
    letter-spacing: 0.0966em;
  }
}

.ls-967 {
  letter-spacing: 0.967em;
}
@media screen and (max-width: 768px) {
  .ls-967 {
    letter-spacing: 0.4835em;
  }
}
@media screen and (max-width: 414px) {
  .ls-967 {
    letter-spacing: 0.0967em;
  }
}

.ls-968 {
  letter-spacing: 0.968em;
}
@media screen and (max-width: 768px) {
  .ls-968 {
    letter-spacing: 0.484em;
  }
}
@media screen and (max-width: 414px) {
  .ls-968 {
    letter-spacing: 0.0968em;
  }
}

.ls-969 {
  letter-spacing: 0.969em;
}
@media screen and (max-width: 768px) {
  .ls-969 {
    letter-spacing: 0.4845em;
  }
}
@media screen and (max-width: 414px) {
  .ls-969 {
    letter-spacing: 0.0969em;
  }
}

.ls-970 {
  letter-spacing: 0.97em;
}
@media screen and (max-width: 768px) {
  .ls-970 {
    letter-spacing: 0.485em;
  }
}
@media screen and (max-width: 414px) {
  .ls-970 {
    letter-spacing: 0.097em;
  }
}

.ls-971 {
  letter-spacing: 0.971em;
}
@media screen and (max-width: 768px) {
  .ls-971 {
    letter-spacing: 0.4855em;
  }
}
@media screen and (max-width: 414px) {
  .ls-971 {
    letter-spacing: 0.0971em;
  }
}

.ls-972 {
  letter-spacing: 0.972em;
}
@media screen and (max-width: 768px) {
  .ls-972 {
    letter-spacing: 0.486em;
  }
}
@media screen and (max-width: 414px) {
  .ls-972 {
    letter-spacing: 0.0972em;
  }
}

.ls-973 {
  letter-spacing: 0.973em;
}
@media screen and (max-width: 768px) {
  .ls-973 {
    letter-spacing: 0.4865em;
  }
}
@media screen and (max-width: 414px) {
  .ls-973 {
    letter-spacing: 0.0973em;
  }
}

.ls-974 {
  letter-spacing: 0.974em;
}
@media screen and (max-width: 768px) {
  .ls-974 {
    letter-spacing: 0.487em;
  }
}
@media screen and (max-width: 414px) {
  .ls-974 {
    letter-spacing: 0.0974em;
  }
}

.ls-975 {
  letter-spacing: 0.975em;
}
@media screen and (max-width: 768px) {
  .ls-975 {
    letter-spacing: 0.4875em;
  }
}
@media screen and (max-width: 414px) {
  .ls-975 {
    letter-spacing: 0.0975em;
  }
}

.ls-976 {
  letter-spacing: 0.976em;
}
@media screen and (max-width: 768px) {
  .ls-976 {
    letter-spacing: 0.488em;
  }
}
@media screen and (max-width: 414px) {
  .ls-976 {
    letter-spacing: 0.0976em;
  }
}

.ls-977 {
  letter-spacing: 0.977em;
}
@media screen and (max-width: 768px) {
  .ls-977 {
    letter-spacing: 0.4885em;
  }
}
@media screen and (max-width: 414px) {
  .ls-977 {
    letter-spacing: 0.0977em;
  }
}

.ls-978 {
  letter-spacing: 0.978em;
}
@media screen and (max-width: 768px) {
  .ls-978 {
    letter-spacing: 0.489em;
  }
}
@media screen and (max-width: 414px) {
  .ls-978 {
    letter-spacing: 0.0978em;
  }
}

.ls-979 {
  letter-spacing: 0.979em;
}
@media screen and (max-width: 768px) {
  .ls-979 {
    letter-spacing: 0.4895em;
  }
}
@media screen and (max-width: 414px) {
  .ls-979 {
    letter-spacing: 0.0979em;
  }
}

.ls-980 {
  letter-spacing: 0.98em;
}
@media screen and (max-width: 768px) {
  .ls-980 {
    letter-spacing: 0.49em;
  }
}
@media screen and (max-width: 414px) {
  .ls-980 {
    letter-spacing: 0.098em;
  }
}

.ls-981 {
  letter-spacing: 0.981em;
}
@media screen and (max-width: 768px) {
  .ls-981 {
    letter-spacing: 0.4905em;
  }
}
@media screen and (max-width: 414px) {
  .ls-981 {
    letter-spacing: 0.0981em;
  }
}

.ls-982 {
  letter-spacing: 0.982em;
}
@media screen and (max-width: 768px) {
  .ls-982 {
    letter-spacing: 0.491em;
  }
}
@media screen and (max-width: 414px) {
  .ls-982 {
    letter-spacing: 0.0982em;
  }
}

.ls-983 {
  letter-spacing: 0.983em;
}
@media screen and (max-width: 768px) {
  .ls-983 {
    letter-spacing: 0.4915em;
  }
}
@media screen and (max-width: 414px) {
  .ls-983 {
    letter-spacing: 0.0983em;
  }
}

.ls-984 {
  letter-spacing: 0.984em;
}
@media screen and (max-width: 768px) {
  .ls-984 {
    letter-spacing: 0.492em;
  }
}
@media screen and (max-width: 414px) {
  .ls-984 {
    letter-spacing: 0.0984em;
  }
}

.ls-985 {
  letter-spacing: 0.985em;
}
@media screen and (max-width: 768px) {
  .ls-985 {
    letter-spacing: 0.4925em;
  }
}
@media screen and (max-width: 414px) {
  .ls-985 {
    letter-spacing: 0.0985em;
  }
}

.ls-986 {
  letter-spacing: 0.986em;
}
@media screen and (max-width: 768px) {
  .ls-986 {
    letter-spacing: 0.493em;
  }
}
@media screen and (max-width: 414px) {
  .ls-986 {
    letter-spacing: 0.0986em;
  }
}

.ls-987 {
  letter-spacing: 0.987em;
}
@media screen and (max-width: 768px) {
  .ls-987 {
    letter-spacing: 0.4935em;
  }
}
@media screen and (max-width: 414px) {
  .ls-987 {
    letter-spacing: 0.0987em;
  }
}

.ls-988 {
  letter-spacing: 0.988em;
}
@media screen and (max-width: 768px) {
  .ls-988 {
    letter-spacing: 0.494em;
  }
}
@media screen and (max-width: 414px) {
  .ls-988 {
    letter-spacing: 0.0988em;
  }
}

.ls-989 {
  letter-spacing: 0.989em;
}
@media screen and (max-width: 768px) {
  .ls-989 {
    letter-spacing: 0.4945em;
  }
}
@media screen and (max-width: 414px) {
  .ls-989 {
    letter-spacing: 0.0989em;
  }
}

.ls-990 {
  letter-spacing: 0.99em;
}
@media screen and (max-width: 768px) {
  .ls-990 {
    letter-spacing: 0.495em;
  }
}
@media screen and (max-width: 414px) {
  .ls-990 {
    letter-spacing: 0.099em;
  }
}

.ls-991 {
  letter-spacing: 0.991em;
}
@media screen and (max-width: 768px) {
  .ls-991 {
    letter-spacing: 0.4955em;
  }
}
@media screen and (max-width: 414px) {
  .ls-991 {
    letter-spacing: 0.0991em;
  }
}

.ls-992 {
  letter-spacing: 0.992em;
}
@media screen and (max-width: 768px) {
  .ls-992 {
    letter-spacing: 0.496em;
  }
}
@media screen and (max-width: 414px) {
  .ls-992 {
    letter-spacing: 0.0992em;
  }
}

.ls-993 {
  letter-spacing: 0.993em;
}
@media screen and (max-width: 768px) {
  .ls-993 {
    letter-spacing: 0.4965em;
  }
}
@media screen and (max-width: 414px) {
  .ls-993 {
    letter-spacing: 0.0993em;
  }
}

.ls-994 {
  letter-spacing: 0.994em;
}
@media screen and (max-width: 768px) {
  .ls-994 {
    letter-spacing: 0.497em;
  }
}
@media screen and (max-width: 414px) {
  .ls-994 {
    letter-spacing: 0.0994em;
  }
}

.ls-995 {
  letter-spacing: 0.995em;
}
@media screen and (max-width: 768px) {
  .ls-995 {
    letter-spacing: 0.4975em;
  }
}
@media screen and (max-width: 414px) {
  .ls-995 {
    letter-spacing: 0.0995em;
  }
}

.ls-996 {
  letter-spacing: 0.996em;
}
@media screen and (max-width: 768px) {
  .ls-996 {
    letter-spacing: 0.498em;
  }
}
@media screen and (max-width: 414px) {
  .ls-996 {
    letter-spacing: 0.0996em;
  }
}

.ls-997 {
  letter-spacing: 0.997em;
}
@media screen and (max-width: 768px) {
  .ls-997 {
    letter-spacing: 0.4985em;
  }
}
@media screen and (max-width: 414px) {
  .ls-997 {
    letter-spacing: 0.0997em;
  }
}

.ls-998 {
  letter-spacing: 0.998em;
}
@media screen and (max-width: 768px) {
  .ls-998 {
    letter-spacing: 0.499em;
  }
}
@media screen and (max-width: 414px) {
  .ls-998 {
    letter-spacing: 0.0998em;
  }
}

.ls-999 {
  letter-spacing: 0.999em;
}
@media screen and (max-width: 768px) {
  .ls-999 {
    letter-spacing: 0.4995em;
  }
}
@media screen and (max-width: 414px) {
  .ls-999 {
    letter-spacing: 0.0999em;
  }
}

.ls-1000 {
  letter-spacing: 1em;
}
@media screen and (max-width: 768px) {
  .ls-1000 {
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .ls-1000 {
    letter-spacing: 0.1em;
  }
}

.fw-bold {
  font-weight: bold;
  font-weight: 700;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

.ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 414px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 414px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 414px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 414px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 414px) {
  .mt75 {
    margin-top: 37.5px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 414px) {
  .mr75 {
    margin-right: 37.5px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 414px) {
  .mb75 {
    margin-bottom: 37.5px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 414px) {
  .ml75 {
    margin-left: 37.5px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 414px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 414px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 414px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 414px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.bg-gray {
  background: #f8f8f8;
}

.unit-image-03 {
  position: relative;
}
.unit-image-03 img {
  position: absolute;
  top: -380px;
  right: 0;
  width: 655px;
  height: 755px;
  z-index: -1;
}

.bg-none {
  background: none;
}

.bg-white {
  background: #fff;
}

.box-staff-banner img {
  max-width: unset;
  width: 100%;
}

#mainvisual .main-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#mainvisual .main-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainvisual .main-movie::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #fff url(../img/top/mainvisual_text_01.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  #mainvisual .main-movie::after {
    display: none;
  }
}

.box-concept-slider .slick-list {
  overflow: visible;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-list {
    max-width: calc(100% - 100px);
  }
}
.box-concept-slider .slick-list .slick-track .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  width: calc((100% - 30px) / 4);
  min-height: 420px;
}
.box-concept-slider .slick-list .slick-track .slick-slide iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-list .slick-track .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    min-height: 220px;
  }
  .box-concept-slider .slick-list .slick-track .slick-slide iframe {
    min-height: 220px;
  }
}
.box-concept-slider .slick-list .slick-track .slick-slide:not(.slick-current) {
  position: relative;
}
.box-concept-slider .slick-list .slick-track .slick-slide:not(.slick-current)::after {
  content: "";
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-list .slick-track .slick-slide:not(.slick-current)::after {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-list .slick-track .slick-slide:not(.slick-current)::after {
    height: 220px;
  }
}
.box-concept-slider .slick-prev {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-450px, -50%);
      -ms-transform: translate(-450px, -50%);
          transform: translate(-450px, -50%);
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-prev {
    left: 0;
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.box-concept-slider .slick-prev::after {
  background: url(../img/common/arrow_prev.png) no-repeat center center;
}
.box-concept-slider .slick-next {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(450px, -50%);
      -ms-transform: translate(450px, -50%);
          transform: translate(450px, -50%);
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-next {
    right: 0;
    -webkit-transform: translate(-5px, -50%);
        -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
}
.box-concept-slider .slick-next::after {
  background: url(../img/common/arrow_next.png) no-repeat center center;
}
.box-concept-slider .slick-next, .box-concept-slider .slick-prev {
  width: 60px;
  height: 60px;
  z-index: 1;
  color: #b8b6b3 !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .box-concept-slider .slick-next, .box-concept-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
}
.box-concept-slider .slick-next::before, .box-concept-slider .slick-prev::before {
  content: none;
}
@media screen and (min-width: 769px) {
  .box-concept-slider .slick-next:hover, .box-concept-slider .slick-prev:hover {
    opacity: 0.6;
  }
}
.box-concept-slider .slick-next::after, .box-concept-slider .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.box-undertitle-02 .title-wrap {
  position: relative;
  width: 100%;
  height: 360px;
  background: url(../img/title/title_default.jpg) no-repeat center center transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .box-undertitle-02 .title-wrap {
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-02 .title-wrap {
    height: 210px;
  }
}
.box-undertitle-02 .title-wrap.color-white {
  color: #ffffff;
}
.box-undertitle-02 .title-wrap.color-white .title {
  border-color: #ffffff;
}
.box-undertitle-02 .title-wrap .title-inner {
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 4.6rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .box-undertitle-02 .title-wrap .title-inner {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-02 .title-wrap .title-inner {
    font-size: 8vw;
  }
}
.box-undertitle-02 .title-wrap .title {
  font-size: 3.8rem;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .box-undertitle-02 .title-wrap .title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-02 .title-wrap .title {
    font-size: 2.4rem;
  }
}
.box-undertitle-02 .title-wrap .ruby {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-undertitle-02 .title-wrap .ruby {
    margin-top: 10px;
    font-size: 1.7rem;
  }
}
.box-undertitle-02 .title-wrap.movie {
  background: url(../img/title/title_movie.jpg) no-repeat center center/cover transparent;
}
.box-undertitle-02 .title-wrap.sound {
  background: url(../img/title/title_sound.jpg) no-repeat center center/cover transparent;
}

.box-tab-01 {
  margin-top: -81px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .box-tab-01 {
    margin-top: -61px;
  }
}
.box-tab-01 .tab-list {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-tab-01 .tab-list > li {
  margin: 0 10px;
  width: 100%;
  max-width: 430px;
  border-radius: 2px 2px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-tab-01 .tab-list > li a {
  display: block;
  width: 100%;
}
.box-tab-01 .tab-list > li a:hover {
  opacity: 1;
}
.box-tab-01 .tab-list > li .inner {
  background: #fff;
  border-radius: 2px 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-tab-01 .tab-list > li .inner span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.2rem;
  padding: 21.5px 0;
}
@media screen and (max-width: 414px) {
  .box-tab-01 .tab-list > li .inner span {
    font-size: 1.8rem;
    padding: 17px 0;
  }
}
.box-tab-01 .tab-list > li.active > a {
  pointer-events: none;
}
.box-tab-01 .tab-list > li.active .inner {
  background: #c80000;
}
.box-tab-01 .tab-list > li.active .inner span {
  color: #fff;
}
.box-tab-01 .tab-list > li:hover .inner {
  background: #c80000;
}
.box-tab-01 .tab-list > li:hover .inner span {
  color: #fff;
}
.box-tab-01::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #c80000;
}

.box-categorylist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-categorylist-01 > li {
  height: 26px;
}
.box-categorylist-01 > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.box-categorylist-01 > li > a:hover {
  opacity: 1;
}
.box-categorylist-01 > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
  background: #fff;
  border: solid 2px #e2e2e2;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-categorylist-01 > li .inner span {
  font-size: 1.1rem;
}
.box-categorylist-01 > li.active a {
  pointer-events: none;
}
.box-categorylist-01 > li.active .inner {
  border: solid 2px #c80000;
  background: #c80000;
  color: #fff;
}
.box-categorylist-01 > li:hover .inner {
  border: solid 2px #c80000;
  background: #c80000;
  color: #fff;
}
.box-categorylist-01 > li:not(:last-of-type) {
  margin-right: 10px;
}

.box-movielist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box-movielist-01 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.box-movielist-01 > li {
  width: calc((100% - 24px) / 2);
}
.box-movielist-01 > li:not(:nth-of-type(2n-1)) {
  margin-left: 24px;
}
.box-movielist-01 > li:nth-of-type(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .box-movielist-01 > li {
    width: 100%;
  }
  .box-movielist-01 > li:not(:nth-of-type(2n-1)) {
    margin-left: 0;
  }
  .box-movielist-01 > li:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
.box-movielist-01 > li .inner .thumb .youtube {
  position: relative;
  width: 100%;
}
.box-movielist-01 > li .inner .thumb .youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.box-movielist-01 > li .inner .thumb .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-movielist-01 > li .inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.box-movielist-01 > li .inner .contents .title {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.box-movielist-01 > li .inner .contents .playback {
  font-size: 1.2rem;
  color: #bbbbbb;
}
.box-movielist-01 > li .inner .cat {
  margin-top: 10px;
  display: inline-block;
  background: #fff;
  border: solid 2px #e2e2e2;
  border-radius: 11px;
  min-width: 100px;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.box-soundlist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box-soundlist-01 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.box-soundlist-01 > li {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc((100% - 100px) / 5);
}
.box-soundlist-01 > li:hover {
  opacity: 0.7;
}
.box-soundlist-01 > li:not(:nth-of-type(5n+1)) {
  margin-left: 25px;
}
.box-soundlist-01 > li:nth-of-type(n-6) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .box-soundlist-01 > li {
    width: calc((100% - 25px) / 2);
    max-width: 540;
  }
  .box-soundlist-01 > li:not(:nth-of-type(5n+1)) {
    margin-left: 0;
  }
  .box-soundlist-01 > li:not(:nth-of-type(2n+1)) {
    margin-left: 25px;
  }
  .box-soundlist-01 > li:nth-of-type(n-3) {
    margin-top: 50px;
  }
}
.box-soundlist-01 > li .inner .thumb figure img {
  width: 100%;
}
.box-soundlist-01 > li .inner .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.box-soundlist-01 > li .inner .contents .title {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.box-soundlist-01 > li .inner .contents .playback {
  font-size: 1.2rem;
  color: #bbbbbb;
}
.box-soundlist-01 > li .inner .cat {
  margin-top: 10px;
  display: inline-block;
  background: #fff;
  border: solid 2px #e2e2e2;
  border-radius: 11px;
  min-width: 100px;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}

.sound-modaal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}