@charset "UTF-8";
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes transY {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: calc( 1em * 0.625);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background-image: url("/section/nursingteam/images/common/bg.png");
  background-repeat: repeat;
  color: #333;
  font-family: "YakuHanJPs", -apple-system BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  min-width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media screen and (min-width: 47.5em) {
  body {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

@media screen and (min-width: 61.25em) {
  body {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

_:-ms-lang(x), body {
  display: -ms-flexbox;
  display: flex;
}

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #ff871a;
  text-decoration: none;
}

a:hover {
  color: #cd6100;
  text-decoration: none;
}

hr {
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  width: 100%;
  height: 0;
  margin: 1em auto 1em;
  clear: both;
}

@media screen and (min-width: 47.5em) {
  hr {
    margin: 1em auto 1em;
  }
}

@media screen and (min-width: 61.25em) {
  hr {
    margin: 1em auto 1em;
  }
}

.common-wrapper {
  position: relative;
  width: 100%;
}

.common-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 100vh;
}

.common-column header, .common-column footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.common-column main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 4.8rem;
  min-height: 0%;
}

@media screen and (min-width: 47.5em) {
  .common-column main {
    margin-top: 5.2rem;
  }
}

@media screen and (min-width: 61.25em) {
  .common-column main {
    margin-top: 0;
  }
}

.container-wrapper {
  background: transparent;
  padding: 0 16px;
}

@media screen and (min-width: 47.5em) {
  .container-wrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 61.25em) {
  .container-wrapper {
    padding: 0 44px;
  }
}

.container {
  background: transparent;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 47.5em) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 61.25em) {
  .container {
    max-width: 980px;
  }
}

_:-ms-lang(x), .container {
  -ms-flex: 0;
  flex: 0;
}

.section-inner {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (min-width: 47.5em) {
  .section-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 61.25em) {
  .section-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.section-inner-upper {
  padding-bottom: 2em;
}

@media screen and (min-width: 47.5em) {
  .section-inner-upper {
    padding-bottom: 2em;
  }
}

@media screen and (min-width: 61.25em) {
  .section-inner-upper {
    padding-bottom: 2em;
  }
}

.section-inner-lower {
  padding-top: 2em;
}

@media screen and (min-width: 47.5em) {
  .section-inner-lower {
    padding-top: 2em;
  }
}

@media screen and (min-width: 61.25em) {
  .section-inner-lower {
    padding-top: 2em;
  }
}

.element {
  padding-top: 1em;
}

@media screen and (min-width: 47.5em) {
  .element {
    padding-top: 1em;
  }
}

@media screen and (min-width: 61.25em) {
  .element {
    padding-top: 1em;
  }
}

header {
  background: transparent;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 47.5em) {
  header {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 61.25em) {
  header {
    padding-bottom: 0;
    position: static;
  }
}

.header-wrap {
  background: rgba(255, 171, 49, 0.8);
  height: 4.8rem;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 47.5em) {
  .header-wrap {
    height: 5.2rem;
    padding: 0;
  }
}

@media screen and (min-width: 61.25em) {
  .header-wrap {
    height: 7rem;
    padding: 0;
  }
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 61.25em) {
  .header-title {
    left: auto;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.header-title a {
  display: block;
}

.header-title a img {
  width: 140px;
  height: auto;
}

@media screen and (min-width: 47.5em) {
  .header-title a img {
    width: 140px;
  }
}

@media screen and (min-width: 61.25em) {
  .header-title a img {
    width: 160px;
  }
}

.phone-trigger {
  border-left: solid 1px #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
  padding: 1rem;
}

.phone-trigger span {
  color: #fff;
  display: block;
  font-size: 2em;
}

@media screen and (min-width: 47.5em) {
  .phone-trigger {
    width: 5.2rem;
    height: 5.2rem;
  }
}

@media screen and (min-width: 61.25em) {
  .phone-trigger {
    display: none;
  }
}

footer {
  background: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-top: 4em;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 47.5em) {
  footer {
    padding-top: 4em;
  }
}

@media screen and (min-width: 61.25em) {
  footer {
    padding-top: 4em;
  }
}

.footer-wrap {
  background: rgba(255, 199, 125, 0.7);
  position: relative;
  padding: 0 16px;
}

@media screen and (min-width: 47.5em) {
  .footer-wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 61.25em) {
  .footer-wrap {
    padding: 0 44px;
  }
}

.footer-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 47.5em) {
  .footer-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 61.25em) {
  .footer-container {
    max-width: 980px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
}

.footer-logo {
  padding: 1.75em 0;
}

.footer-logo a {
  width: 100%;
  display: block;
  text-align: center;
}

.footer-logo a img {
  width: 140px;
  height: auto;
}

@media screen and (min-width: 47.5em) {
  .footer-logo a img {
    width: 140px;
  }
}

@media screen and (min-width: 61.25em) {
  .footer-logo a img {
    width: 160px;
  }
}

.footer_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6d5748;
}

.footer_link_list li:not(:first-child) {
  margin-left: 2em;
}

.footer_link_list li a {
  color: #6d5748;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer_link_list li a:hover {
  color: #a58976;
}

.footer-text {
  color: #6d5748;
  text-align: center;
  margin-bottom: 0;
}

.copyright-wrapper {
  background: rgba(255, 171, 49, 0.8);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 1em 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 47.5em) {
  .copyright-wrapper {
    padding: 1em 16px;
  }
}

@media screen and (min-width: 61.25em) {
  .copyright-wrapper {
    padding: 1em 44px;
  }
}

.copyright-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 47.5em) {
  .copyright-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 61.25em) {
  .copyright-container {
    max-width: 980px;
  }
}

.copyright {
  color: #6d5748;
  font-size: 85%;
  text-align: center;
  padding: 1.75em 0;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.8rem;
}

@media screen and (min-width: 47.5em) {
  .grid {
    margin: 0 -1rem;
  }
}

@media screen and (min-width: 61.25em) {
  .grid {
    margin: 0 -1.2rem;
  }
}

.grid img {
  width: 100%;
}

.col {
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media screen and (min-width: 47.5em) {
  .col {
    padding: 1rem;
    width: auto;
  }
}

@media screen and (min-width: 61.25em) {
  .col {
    padding: 1.2rem;
  }
}

.col figure {
  text-align: center;
}

.grid-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -0.8rem -0.8rem 0;
}

@media screen and (min-width: 47.5em) {
  .grid-inner {
    margin: -1rem -1rem 0;
  }
}

@media screen and (min-width: 61.25em) {
  .grid-inner {
    margin: -1.2rem -1.2rem 0;
  }
}

.sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.sm-1-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  margin: 0 auto;
}

.sm-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  margin-left: 8.33333%;
}

.sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

.sm-2-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin: 0 auto;
}

.sm-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin-left: 16.66667%;
}

.sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.sm-3-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}

.sm-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}

.sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.sm-4-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin: 0 auto;
}

.sm-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin-left: 33.33333%;
}

.sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

.sm-5-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  margin: 0 auto;
}

.sm-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  margin-left: 41.66667%;
}

.sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.sm-6-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}

.sm-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}

.sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

.sm-7-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  margin: 0 auto;
}

.sm-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  margin-left: 58.33333%;
}

.sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

.sm-8-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
  margin: 0 auto;
}

.sm-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
  margin-left: 66.66667%;
}

.sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.sm-9-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}

.sm-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}

.sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

.sm-10-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto;
}

.sm-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
  margin-left: 83.33333%;
}

.sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

.sm-11-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
  margin: 0 auto;
}

.sm-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
  margin-left: 91.66667%;
}

.sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.sm-12-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.sm-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}

@media screen and (min-width: 47.5em) {
  .md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .md-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin: 0 auto;
  }
  .md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin-left: 8.33333%;
  }
  .md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .md-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin: 0 auto;
  }
  .md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin-left: 16.66667%;
  }
  .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .md-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .md-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 0 auto;
  }
  .md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-left: 33.33333%;
  }
  .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .md-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin: 0 auto;
  }
  .md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin-left: 41.66667%;
  }
  .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .md-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .md-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin: 0 auto;
  }
  .md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin-left: 58.33333%;
  }
  .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .md-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto;
  }
  .md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin-left: 66.66667%;
  }
  .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .md-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .md-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin: 0 auto;
  }
  .md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin-left: 83.33333%;
  }
  .md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .md-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin: 0 auto;
  }
  .md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin-left: 91.66667%;
  }
  .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .md-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
}

@media screen and (min-width: 61.25em) {
  .lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .lg-1-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin: 0 auto;
  }
  .lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    margin-left: 8.33333%;
  }
  .lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .lg-2-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin: 0 auto;
  }
  .lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    margin-left: 16.66667%;
  }
  .lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .lg-3-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .lg-4-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 0 auto;
  }
  .lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-left: 33.33333%;
  }
  .lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .lg-5-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin: 0 auto;
  }
  .lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
    margin-left: 41.66667%;
  }
  .lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .lg-6-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .lg-7-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin: 0 auto;
  }
  .lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
    margin-left: 58.33333%;
  }
  .lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .lg-8-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto;
  }
  .lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
    margin-left: 66.66667%;
  }
  .lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .lg-9-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .lg-10-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin: 0 auto;
  }
  .lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
    margin-left: 83.33333%;
  }
  .lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .lg-11-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin: 0 auto;
  }
  .lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
    margin-left: 91.66667%;
  }
  .lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .lg-12-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
}

.grid-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.8rem;
}

@media screen and (min-width: 47.5em) {
  .grid-tile {
    margin: 0 -1rem;
  }
}

@media screen and (min-width: 61.25em) {
  .grid-tile {
    margin: 0 -1.2rem;
  }
}

.grid-tile .sm-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0.8rem;
}

.grid-tile .sm-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0.8rem;
}

.grid-tile .sm-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 0.8rem;
}

.grid-tile .sm-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 0.8rem;
}

.grid-tile .sm-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  padding: 0.8rem;
}

.grid-tile .sm-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  padding: 0.8rem;
}

.grid-tile .sm-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  width: 14.28571%;
  max-width: 14.28571%;
  padding: 0.8rem;
}

.grid-tile .sm-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  padding: 0.8rem;
}

.grid-tile .sm-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.11111%;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  width: 11.11111%;
  max-width: 11.11111%;
  padding: 0.8rem;
}

.grid-tile .sm-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  padding: 0.8rem;
}

.grid-tile .sm-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.09091%;
  -ms-flex: 0 0 9.09091%;
  flex: 0 0 9.09091%;
  width: 9.09091%;
  max-width: 9.09091%;
  padding: 0.8rem;
}

.grid-tile .sm-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  padding: 0.8rem;
}

@media screen and (min-width: 47.5em) {
  .grid-tile .md-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid-tile .md-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid-tile .md-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .grid-tile .md-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid-tile .md-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .grid-tile .md-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .grid-tile .md-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
  .grid-tile .md-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .grid-tile .md-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
  .grid-tile .md-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
  }
  .grid-tile .md-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
  .grid-tile .md-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media screen and (min-width: 61.25em) {
  .grid-tile .lg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
    padding: 1.2rem;
  }
  .grid-tile .lg-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
    padding: 1.2rem;
  }
}

.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-end-vertical {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-center-vertical {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-justify-vertical {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-spaced-vertical {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.item-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-top-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-end-child {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-center-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.item-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item-stretch-child {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .4em;
  line-height: 1.4;
}

h1 {
  font-size: 2.375em;
}

h2 {
  font-size: 2em;
}

h2.top {
  border-bottom: solid 3px rgba(237, 221, 190, 0.7);
  color: #ff871a;
  margin-bottom: 1em;
  text-align: center;
}

h2.top span {
  border-bottom: solid 3px #ff871a;
  display: inline-block;
  margin-bottom: -3px;
  padding-bottom: 0.4em;
}

h2.base {
  color: #ff871a;
  border-bottom: 4px solid #ff871a;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 1em 0.5em 0;
  margin-bottom: 1em;
}

h2.first {
  color: #ef9ab0;
  border-bottom: 4px solid #ef9ab0;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 1em 0.5em 0;
  margin-bottom: 1em;
}

h2.second {
  color: #7ab6c4;
  border-bottom: 4px solid #7ab6c4;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 1em 0.5em 0;
  margin-bottom: 1em;
}

h2.third {
  color: #ffab31;
  border-bottom: 4px solid #ffab31;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 1em 0.5em 0;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.75em;
}

h3.base {
  background: #fff2e6;
  border-bottom: solid 2px #ff871a;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

h3.first {
  background: #fdf2f5;
  border-bottom: solid 2px #ef9ab0;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

h3.second {
  background: #e4f0f3;
  border-bottom: solid 2px #7ab6c4;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

h3.third {
  background: #ffe9ca;
  border-bottom: solid 2px #ffab31;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

h3.sixth {
  background: #dcf0d8;
  border-bottom: solid 2px #7ac56a;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

h3.mb_narrow {
  margin: 0 0 0.4em 0;
}

h4 {
  font-size: 1.5em;
}

h4.base {
  border-bottom: 1px dotted #ff871a;
  color: #ff7f0b;
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.3em;
}

h4.first {
  border-bottom: 1px dotted #ef9ab0;
  color: #ed8da6;
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.3em;
}

h4.second {
  border-bottom: 1px dotted #7ab6c4;
  color: #6fb0bf;
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.3em;
}

h4.third {
  border-bottom: 1px dotted #ffab31;
  color: #ffa522;
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.3em;
}

h4.sixth {
  border-bottom: 1px dotted #7ac56a;
  color: #70c15f;
  margin-bottom: 1em;
  padding-bottom: .4em;
  font-size: 1.3em;
}

h5 {
  font-size: 1.3em;
}

h5.second {
  color: rgba(255, 135, 26, 0.85);
  margin-bottom: .6em;
}

h6 {
  font-size: 1.125em;
}

h6.second {
  border-bottom: 1px solid #cfd8dc;
  border-left: 1px solid #cfd8dc;
  color: #424242;
  margin-bottom: .6em;
  padding-bottom: .1em;
  padding-left: .4em;
}

p {
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 47.5em) {
  p {
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 61.25em) {
  p {
    letter-spacing: 0;
    line-height: 2;
    margin-bottom: 1em;
  }
}

.phrase {
  margin-bottom: 0 !important;
}

i {
  font-style: italic;
  line-height: inherit;
}

strong,
em,
b {
  font-style: normal;
  font-weight: bold;
  line-height: inherit;
}

pre {
  background: #f2f2f2;
  margin: 1em 0;
  padding: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background: transparent;
  color: #545454;
  font-family: 'Source Code Pro', monospace;
  font-size: .9375em;
  font-weight: bold;
  vertical-align: baseline;
  vertical-align: initial;
}

.label {
  background: #ff871a;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.42875 !important;
  padding: 0.425em 0.6em;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 47.5em) {
  .label {
    padding: 0.425em 0.6em;
  }
}

@media screen and (min-width: 61.25em) {
  .label {
    padding: 0.425em 0.6em;
  }
}

.label.base {
  background: #ff871a;
  color: #fff;
}

.label.first {
  background: #ef9ab0;
  color: #fff;
}

.label.second {
  background: #7ab6c4;
  color: #fff;
}

.label.third {
  background: #ffab31;
  color: #fff;
}

.label.fourth {
  background: #baaf92;
  color: #fff;
}

.label.five {
  background: #f2eee3;
  color: #fff;
}

.label.gray-100 {
  background: #f8f9fa;
  color: inherit;
}

.label.gray-200 {
  background: #e9ecef;
  color: inherit;
}

.label.gray-300 {
  background: #dee2e6;
  color: inherit;
}

.label.gray-400 {
  background: #ced4da;
  color: inherit;
}

.label.gray-500 {
  background: #adb5bd;
  color: inherit;
}

.label.gray-600 {
  background: #6c757d;
  color: inherit;
}

.label.gray-700 {
  background: #495057;
  color: inherit;
}

.label.gray-800 {
  background: #343a40;
  color: inherit;
}

.label.gray-900 {
  background: #212529;
  color: inherit;
}

.label.white {
  background: #fff;
  color: inherit;
}

.label.black {
  background: #000;
  color: inherit;
}

.label.red {
  background: #b0120a;
  color: inherit;
}

.label.yellow {
  background: #fff000;
  color: inherit;
}

.label.orange {
  background: #f18f2c;
  color: inherit;
}

.label.green {
  background: #63a764;
  color: inherit;
}

.label.blue {
  background: #005fcc;
  color: inherit;
}

.label.pink {
  background: #ff0066;
  color: inherit;
}

.label.outline {
  background: #fff;
  border: 1px solid #ff871a;
  color: #ff871a;
}

.label.outline.base {
  border: 1px solid #ff871a;
  color: #ff871a;
}

.label.outline.first {
  border: 1px solid #ef9ab0;
  color: #ef9ab0;
}

.label.outline.second {
  border: 1px solid #7ab6c4;
  color: #7ab6c4;
}

.label.outline.third {
  border: 1px solid #ffab31;
  color: #ffab31;
}

.label.outline.fourth {
  border: 1px solid #baaf92;
  color: #baaf92;
}

.label.outline.five {
  border: 1px solid #f2eee3;
  color: #f2eee3;
}

.label.outline.gray-100 {
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.label.outline.gray-200 {
  border: 1px solid #e9ecef;
  color: #e9ecef;
}

.label.outline.gray-300 {
  border: 1px solid #dee2e6;
  color: #dee2e6;
}

.label.outline.gray-400 {
  border: 1px solid #ced4da;
  color: #ced4da;
}

.label.outline.gray-500 {
  border: 1px solid #adb5bd;
  color: #adb5bd;
}

.label.outline.gray-600 {
  border: 1px solid #6c757d;
  color: #6c757d;
}

.label.outline.gray-700 {
  border: 1px solid #495057;
  color: #495057;
}

.label.outline.gray-800 {
  border: 1px solid #343a40;
  color: #343a40;
}

.label.outline.gray-900 {
  border: 1px solid #212529;
  color: #212529;
}

.label.outline.white {
  border: 1px solid #fff;
  color: #fff;
}

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

.label.outline.red {
  border: 1px solid #b0120a;
  color: #b0120a;
}

.label.outline.yellow {
  border: 1px solid #fff000;
  color: #fff000;
}

.label.outline.orange {
  border: 1px solid #f18f2c;
  color: #f18f2c;
}

.label.outline.green {
  border: 1px solid #63a764;
  color: #63a764;
}

.label.outline.blue {
  border: 1px solid #005fcc;
  color: #005fcc;
}

.label.outline.pink {
  border: 1px solid #ff0066;
  color: #ff0066;
}

.label.expanded {
  display: block;
}

span.label {
  margin-left: .5em;
  margin-right: 0;
}

span.label.left {
  margin-left: 0;
  margin-right: .5em;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.button, input[type='submit'] {
  background: #ff871a;
  border: 2px solid transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  line-height: 1.42875 !important;
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  vertical-align: middle;
  padding: 0.7em 1em;
}

@media screen and (min-width: 47.5em) {
  .button, input[type='submit'] {
    padding: 0.7em 1em;
  }
}

@media screen and (min-width: 61.25em) {
  .button, input[type='submit'] {
    padding: 0.7em 1em;
  }
}

.button:hover, input:hover[type='submit'] {
  background: #e66d00;
  color: #fff;
  text-decoration: none;
}

.button.base, input.base[type='submit'] {
  background: #ff871a;
  border: 2px solid transparent;
  color: #fff;
}

.button.base:hover, input.base:hover[type='submit'] {
  background: #e66d00;
  color: #fff;
}

.button.first, input.first[type='submit'] {
  background: #ef9ab0;
  border: 2px solid transparent;
  color: #fff;
}

.button.first:hover, input.first:hover[type='submit'] {
  background: #e86e8e;
  color: #fff;
}

.button.second, input.second[type='submit'] {
  background: #7ab6c4;
  border: 2px solid transparent;
  color: #fff;
}

.button.second:hover, input.second:hover[type='submit'] {
  background: #57a3b4;
  color: #fff;
}

.button.third, input.third[type='submit'] {
  background: #ffab31;
  border: 2px solid transparent;
  color: #fff;
}

.button.third:hover, input.third:hover[type='submit'] {
  background: #fd9600;
  color: #fff;
}

.button.fourth, input.fourth[type='submit'] {
  background: #baaf92;
  border: 2px solid transparent;
  color: #fff;
}

.button.fourth:hover, input.fourth:hover[type='submit'] {
  background: #a69873;
  color: #fff;
}

.button.five, input.five[type='submit'] {
  background: #f2eee3;
  border: 2px solid transparent;
  color: #fff;
}

.button.five:hover, input.five:hover[type='submit'] {
  background: #e2d9c0;
  color: #fff;
}

.button.sixth, input.sixth[type='submit'] {
  background: #7ac56a;
  border: 2px solid transparent;
  color: #fff;
}

.button.sixth:hover, input.sixth:hover[type='submit'] {
  background: #5ab547;
  color: #fff;
}

.button.red, input.red[type='submit'] {
  background: #b0120a;
  border: 2px solid transparent;
  color: #fff;
}

.button.red:hover, input.red:hover[type='submit'] {
  background: #800d07;
  color: #fff;
}

.button.yellow, input.yellow[type='submit'] {
  background: #fff000;
  border: 2px solid transparent;
  color: #fff;
}

.button.yellow:hover, input.yellow:hover[type='submit'] {
  background: #ccc000;
  color: #fff;
}

.button.orange, input.orange[type='submit'] {
  background: #f18f2c;
  border: 2px solid transparent;
  color: #fff;
}

.button.orange:hover, input.orange:hover[type='submit'] {
  background: #db760f;
  color: #fff;
}

.button.green, input.green[type='submit'] {
  background: #63a764;
  border: 2px solid transparent;
  color: #fff;
}

.button.green:hover, input.green:hover[type='submit'] {
  background: #4e894e;
  color: #fff;
}

.button.blue, input.blue[type='submit'] {
  background: #005fcc;
  border: 2px solid transparent;
  color: #fff;
}

.button.blue:hover, input.blue:hover[type='submit'] {
  background: #004799;
  color: #fff;
}

.button.pink, input.pink[type='submit'] {
  background: #ff0066;
  border: 2px solid transparent;
  color: #fff;
}

.button.pink:hover, input.pink:hover[type='submit'] {
  background: #cc0052;
  color: #fff;
}

.button.exlarge, input.exlarge[type='submit'] {
  padding: 0.5em;
}

.button.xxlarge, input.xxlarge[type='submit'] {
  padding: 0.5em;
}

.button.xlarge, input.xlarge[type='submit'] {
  padding: 0.6em;
}

.button.large, input.large[type='submit'] {
  padding: 0.6em;
}

.button.medium, input.medium[type='submit'] {
  padding: 0.7em;
}

.button.small, input.small[type='submit'] {
  padding: 0.7em;
}

.button.xsmall, input.xsmall[type='submit'] {
  padding: 0.7em;
}

.button.outline, input.outline[type='submit'] {
  background: #fff;
  border: 2px solid #ff871a;
  color: #ff871a;
  text-shadow: none;
}

.button.outline:hover, input.outline:hover[type='submit'] {
  background: #ff871a;
  color: #fff;
  text-decoration: none;
}

.button.outline.base, input.outline.base[type='submit'] {
  background: #fff;
  border: 2px solid #ff871a;
  color: #ff871a;
}

.button.outline.base:hover, input.outline.base:hover[type='submit'] {
  background: #ff871a;
  color: #fff;
}

.button.outline.first, input.outline.first[type='submit'] {
  background: #fff;
  border: 2px solid #ef9ab0;
  color: #ef9ab0;
}

.button.outline.first:hover, input.outline.first:hover[type='submit'] {
  background: #ef9ab0;
  color: #fff;
}

.button.outline.second, input.outline.second[type='submit'] {
  background: #fff;
  border: 2px solid #7ab6c4;
  color: #7ab6c4;
}

.button.outline.second:hover, input.outline.second:hover[type='submit'] {
  background: #7ab6c4;
  color: #fff;
}

.button.outline.third, input.outline.third[type='submit'] {
  background: #fff;
  border: 2px solid #ffab31;
  color: #ffab31;
}

.button.outline.third:hover, input.outline.third:hover[type='submit'] {
  background: #ffab31;
  color: #fff;
}

.button.outline.fourth, input.outline.fourth[type='submit'] {
  background: #fff;
  border: 2px solid #baaf92;
  color: #baaf92;
}

.button.outline.fourth:hover, input.outline.fourth:hover[type='submit'] {
  background: #baaf92;
  color: #fff;
}

.button.outline.five, input.outline.five[type='submit'] {
  background: #fff;
  border: 2px solid #f2eee3;
  color: #f2eee3;
}

.button.outline.five:hover, input.outline.five:hover[type='submit'] {
  background: #f2eee3;
  color: #fff;
}

.button.outline.sixth, input.outline.sixth[type='submit'] {
  background: #fff;
  border: 2px solid #7ac56a;
  color: #7ac56a;
}

.button.outline.sixth:hover, input.outline.sixth:hover[type='submit'] {
  background: #7ac56a;
  color: #fff;
}

.button.outline.red, input.outline.red[type='submit'] {
  background: #fff;
  border: 2px solid #b0120a;
  color: #b0120a;
}

.button.outline.red:hover, input.outline.red:hover[type='submit'] {
  background: #b0120a;
  color: #fff;
}

.button.outline.yellow, input.outline.yellow[type='submit'] {
  background: #fff;
  border: 2px solid #fff000;
  color: #fff000;
}

.button.outline.yellow:hover, input.outline.yellow:hover[type='submit'] {
  background: #fff000;
  color: #fff;
}

.button.outline.orange, input.outline.orange[type='submit'] {
  background: #fff;
  border: 2px solid #f18f2c;
  color: #f18f2c;
}

.button.outline.orange:hover, input.outline.orange:hover[type='submit'] {
  background: #f18f2c;
  color: #fff;
}

.button.outline.green, input.outline.green[type='submit'] {
  background: #fff;
  border: 2px solid #63a764;
  color: #63a764;
}

.button.outline.green:hover, input.outline.green:hover[type='submit'] {
  background: #63a764;
  color: #fff;
}

.button.outline.blue, input.outline.blue[type='submit'] {
  background: #fff;
  border: 2px solid #005fcc;
  color: #005fcc;
}

.button.outline.blue:hover, input.outline.blue:hover[type='submit'] {
  background: #005fcc;
  color: #fff;
}

.button.outline.pink, input.outline.pink[type='submit'] {
  background: #fff;
  border: 2px solid #ff0066;
  color: #ff0066;
}

.button.outline.pink:hover, input.outline.pink:hover[type='submit'] {
  background: #ff0066;
  color: #fff;
}

.button.expanded, input.expanded[type='submit'] {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button span::after, input[type='submit'] span::after,
.button.outline span::after,
input.outline[type='submit'] span::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: 900;
  width: 1.28571429em;
  text-align: center;
  margin-left: .6em;
}

.button span.left::after, input[type='submit'] span.left::after,
.button.outline span.left::after,
input.outline[type='submit'] span.left::after {
  content: none;
}

.button span.left::before, input[type='submit'] span.left::before,
.button.outline span.left::before,
input.outline[type='submit'] span.left::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: 900;
  width: 1.28571429em;
  text-align: center;
  margin-right: .6em;
}

.button span.arrows::after, input[type='submit'] span.arrows::after,
.button.outline span.arrows::after,
input.outline[type='submit'] span.arrows::after {
  content: "" !important;
}

.button span.arrows.left::after, input[type='submit'] span.arrows.left::after,
.button.outline span.arrows.left::after,
input.outline[type='submit'] span.arrows.left::after {
  content: none !important;
}

.button span.arrows.left::before, input[type='submit'] span.arrows.left::before,
.button.outline span.arrows.left::before,
input.outline[type='submit'] span.arrows.left::before {
  content: "" !important;
}

.button span.pdf::after, input[type='submit'] span.pdf::after,
.button.outline span.pdf::after,
input.outline[type='submit'] span.pdf::after {
  content: "" !important;
}

.button span.pdf.left::after, input[type='submit'] span.pdf.left::after,
.button.outline span.pdf.left::after,
input.outline[type='submit'] span.pdf.left::after {
  content: none !important;
}

.button span.pdf.left::before, input[type='submit'] span.pdf.left::before,
.button.outline span.pdf.left::before,
input.outline[type='submit'] span.pdf.left::before {
  content: "" !important;
}

.button span.window::after, input[type='submit'] span.window::after,
.button.outline span.window::after,
input.outline[type='submit'] span.window::after {
  content: "" !important;
}

.button span.window.left::after, input[type='submit'] span.window.left::after,
.button.outline span.window.left::after,
input.outline[type='submit'] span.window.left::after {
  content: none !important;
}

.button span.window.left::before, input[type='submit'] span.window.left::before,
.button.outline span.window.left::before,
input.outline[type='submit'] span.window.left::before {
  content: "" !important;
}

.button span.tel::after, input[type='submit'] span.tel::after,
.button.outline span.tel::after,
input.outline[type='submit'] span.tel::after {
  content: "" !important;
}

.button span.tel.left::after, input[type='submit'] span.tel.left::after,
.button.outline span.tel.left::after,
input.outline[type='submit'] span.tel.left::after {
  content: none !important;
}

.button span.tel.left::before, input[type='submit'] span.tel.left::before,
.button.outline span.tel.left::before,
input.outline[type='submit'] span.tel.left::before {
  content: "" !important;
}

.button span.mail::after, input[type='submit'] span.mail::after,
.button.outline span.mail::after,
input.outline[type='submit'] span.mail::after {
  content: "" !important;
}

.button span.mail.left::after, input[type='submit'] span.mail.left::after,
.button.outline span.mail.left::after,
input.outline[type='submit'] span.mail.left::after {
  content: none !important;
}

.button span.mail.left::before, input[type='submit'] span.mail.left::before,
.button.outline span.mail.left::before,
input.outline[type='submit'] span.mail.left::before {
  content: "" !important;
}

.button span.fax::after, input[type='submit'] span.fax::after,
.button.outline span.fax::after,
input.outline[type='submit'] span.fax::after {
  content: "" !important;
}

.button span.fax.left::after, input[type='submit'] span.fax.left::after,
.button.outline span.fax.left::after,
input.outline[type='submit'] span.fax.left::after {
  content: none !important;
}

.button span.fax.left::before, input[type='submit'] span.fax.left::before,
.button.outline span.fax.left::before,
input.outline[type='submit'] span.fax.left::before {
  content: "" !important;
}

.button span.privacy::after, input[type='submit'] span.privacy::after,
.button.outline span.privacy::after,
input.outline[type='submit'] span.privacy::after {
  content: "" !important;
}

.button span.privacy.left::after, input[type='submit'] span.privacy.left::after,
.button.outline span.privacy.left::after,
input.outline[type='submit'] span.privacy.left::after {
  content: none !important;
}

.button span.privacy.left::before, input[type='submit'] span.privacy.left::before,
.button.outline span.privacy.left::before,
input.outline[type='submit'] span.privacy.left::before {
  content: "" !important;
}

.button span.link::after, input[type='submit'] span.link::after,
.button.outline span.link::after,
input.outline[type='submit'] span.link::after {
  content: "" !important;
}

.button span.link.left::after, input[type='submit'] span.link.left::after,
.button.outline span.link.left::after,
input.outline[type='submit'] span.link.left::after {
  content: none !important;
}

.button span.link.left::before, input[type='submit'] span.link.left::before,
.button.outline span.link.left::before,
input.outline[type='submit'] span.link.left::before {
  content: "" !important;
}

.button span.ic-base::after, input[type='submit'] span.ic-base::after, .button span.ic-base::before, input[type='submit'] span.ic-base::before,
.button.outline span.ic-base::after,
input.outline[type='submit'] span.ic-base::after,
.button.outline span.ic-base::before,
input.outline[type='submit'] span.ic-base::before {
  color: #ff871a;
}

.button span.ic-first::after, input[type='submit'] span.ic-first::after, .button span.ic-first::before, input[type='submit'] span.ic-first::before,
.button.outline span.ic-first::after,
input.outline[type='submit'] span.ic-first::after,
.button.outline span.ic-first::before,
input.outline[type='submit'] span.ic-first::before {
  color: #ef9ab0;
}

.button span.ic-second::after, input[type='submit'] span.ic-second::after, .button span.ic-second::before, input[type='submit'] span.ic-second::before,
.button.outline span.ic-second::after,
input.outline[type='submit'] span.ic-second::after,
.button.outline span.ic-second::before,
input.outline[type='submit'] span.ic-second::before {
  color: #7ab6c4;
}

.button span.ic-third::after, input[type='submit'] span.ic-third::after, .button span.ic-third::before, input[type='submit'] span.ic-third::before,
.button.outline span.ic-third::after,
input.outline[type='submit'] span.ic-third::after,
.button.outline span.ic-third::before,
input.outline[type='submit'] span.ic-third::before {
  color: #ffab31;
}

.button span.ic-fourth::after, input[type='submit'] span.ic-fourth::after, .button span.ic-fourth::before, input[type='submit'] span.ic-fourth::before,
.button.outline span.ic-fourth::after,
input.outline[type='submit'] span.ic-fourth::after,
.button.outline span.ic-fourth::before,
input.outline[type='submit'] span.ic-fourth::before {
  color: #baaf92;
}

.button span.ic-five::after, input[type='submit'] span.ic-five::after, .button span.ic-five::before, input[type='submit'] span.ic-five::before,
.button.outline span.ic-five::after,
input.outline[type='submit'] span.ic-five::after,
.button.outline span.ic-five::before,
input.outline[type='submit'] span.ic-five::before {
  color: #f2eee3;
}

.button span.ic-sixth::after, input[type='submit'] span.ic-sixth::after, .button span.ic-sixth::before, input[type='submit'] span.ic-sixth::before,
.button.outline span.ic-sixth::after,
input.outline[type='submit'] span.ic-sixth::after,
.button.outline span.ic-sixth::before,
input.outline[type='submit'] span.ic-sixth::before {
  color: #7ac56a;
}

.button span.ic-gray-100::after, input[type='submit'] span.ic-gray-100::after, .button span.ic-gray-100::before, input[type='submit'] span.ic-gray-100::before,
.button.outline span.ic-gray-100::after,
input.outline[type='submit'] span.ic-gray-100::after,
.button.outline span.ic-gray-100::before,
input.outline[type='submit'] span.ic-gray-100::before {
  color: #f8f9fa;
}

.button span.ic-gray-200::after, input[type='submit'] span.ic-gray-200::after, .button span.ic-gray-200::before, input[type='submit'] span.ic-gray-200::before,
.button.outline span.ic-gray-200::after,
input.outline[type='submit'] span.ic-gray-200::after,
.button.outline span.ic-gray-200::before,
input.outline[type='submit'] span.ic-gray-200::before {
  color: #e9ecef;
}

.button span.ic-gray-300::after, input[type='submit'] span.ic-gray-300::after, .button span.ic-gray-300::before, input[type='submit'] span.ic-gray-300::before,
.button.outline span.ic-gray-300::after,
input.outline[type='submit'] span.ic-gray-300::after,
.button.outline span.ic-gray-300::before,
input.outline[type='submit'] span.ic-gray-300::before {
  color: #dee2e6;
}

.button span.ic-gray-400::after, input[type='submit'] span.ic-gray-400::after, .button span.ic-gray-400::before, input[type='submit'] span.ic-gray-400::before,
.button.outline span.ic-gray-400::after,
input.outline[type='submit'] span.ic-gray-400::after,
.button.outline span.ic-gray-400::before,
input.outline[type='submit'] span.ic-gray-400::before {
  color: #ced4da;
}

.button span.ic-gray-500::after, input[type='submit'] span.ic-gray-500::after, .button span.ic-gray-500::before, input[type='submit'] span.ic-gray-500::before,
.button.outline span.ic-gray-500::after,
input.outline[type='submit'] span.ic-gray-500::after,
.button.outline span.ic-gray-500::before,
input.outline[type='submit'] span.ic-gray-500::before {
  color: #adb5bd;
}

.button span.ic-gray-600::after, input[type='submit'] span.ic-gray-600::after, .button span.ic-gray-600::before, input[type='submit'] span.ic-gray-600::before,
.button.outline span.ic-gray-600::after,
input.outline[type='submit'] span.ic-gray-600::after,
.button.outline span.ic-gray-600::before,
input.outline[type='submit'] span.ic-gray-600::before {
  color: #6c757d;
}

.button span.ic-gray-700::after, input[type='submit'] span.ic-gray-700::after, .button span.ic-gray-700::before, input[type='submit'] span.ic-gray-700::before,
.button.outline span.ic-gray-700::after,
input.outline[type='submit'] span.ic-gray-700::after,
.button.outline span.ic-gray-700::before,
input.outline[type='submit'] span.ic-gray-700::before {
  color: #495057;
}

.button span.ic-gray-800::after, input[type='submit'] span.ic-gray-800::after, .button span.ic-gray-800::before, input[type='submit'] span.ic-gray-800::before,
.button.outline span.ic-gray-800::after,
input.outline[type='submit'] span.ic-gray-800::after,
.button.outline span.ic-gray-800::before,
input.outline[type='submit'] span.ic-gray-800::before {
  color: #343a40;
}

.button span.ic-gray-900::after, input[type='submit'] span.ic-gray-900::after, .button span.ic-gray-900::before, input[type='submit'] span.ic-gray-900::before,
.button.outline span.ic-gray-900::after,
input.outline[type='submit'] span.ic-gray-900::after,
.button.outline span.ic-gray-900::before,
input.outline[type='submit'] span.ic-gray-900::before {
  color: #212529;
}

.button span.ic-white::after, input[type='submit'] span.ic-white::after, .button span.ic-white::before, input[type='submit'] span.ic-white::before,
.button.outline span.ic-white::after,
input.outline[type='submit'] span.ic-white::after,
.button.outline span.ic-white::before,
input.outline[type='submit'] span.ic-white::before {
  color: #fff;
}

.button span.ic-black::after, input[type='submit'] span.ic-black::after, .button span.ic-black::before, input[type='submit'] span.ic-black::before,
.button.outline span.ic-black::after,
input.outline[type='submit'] span.ic-black::after,
.button.outline span.ic-black::before,
input.outline[type='submit'] span.ic-black::before {
  color: #000;
}

.button span.ic-red::after, input[type='submit'] span.ic-red::after, .button span.ic-red::before, input[type='submit'] span.ic-red::before,
.button.outline span.ic-red::after,
input.outline[type='submit'] span.ic-red::after,
.button.outline span.ic-red::before,
input.outline[type='submit'] span.ic-red::before {
  color: #b0120a;
}

.button span.ic-yellow::after, input[type='submit'] span.ic-yellow::after, .button span.ic-yellow::before, input[type='submit'] span.ic-yellow::before,
.button.outline span.ic-yellow::after,
input.outline[type='submit'] span.ic-yellow::after,
.button.outline span.ic-yellow::before,
input.outline[type='submit'] span.ic-yellow::before {
  color: #fff000;
}

.button span.ic-orange::after, input[type='submit'] span.ic-orange::after, .button span.ic-orange::before, input[type='submit'] span.ic-orange::before,
.button.outline span.ic-orange::after,
input.outline[type='submit'] span.ic-orange::after,
.button.outline span.ic-orange::before,
input.outline[type='submit'] span.ic-orange::before {
  color: #f18f2c;
}

.button span.ic-green::after, input[type='submit'] span.ic-green::after, .button span.ic-green::before, input[type='submit'] span.ic-green::before,
.button.outline span.ic-green::after,
input.outline[type='submit'] span.ic-green::after,
.button.outline span.ic-green::before,
input.outline[type='submit'] span.ic-green::before {
  color: #63a764;
}

.button span.ic-blue::after, input[type='submit'] span.ic-blue::after, .button span.ic-blue::before, input[type='submit'] span.ic-blue::before,
.button.outline span.ic-blue::after,
input.outline[type='submit'] span.ic-blue::after,
.button.outline span.ic-blue::before,
input.outline[type='submit'] span.ic-blue::before {
  color: #005fcc;
}

.button span.ic-pink::after, input[type='submit'] span.ic-pink::after, .button span.ic-pink::before, input[type='submit'] span.ic-pink::before,
.button.outline span.ic-pink::after,
input.outline[type='submit'] span.ic-pink::after,
.button.outline span.ic-pink::before,
input.outline[type='submit'] span.ic-pink::before {
  color: #ff0066;
}

/**
*
* @used _global-navigation.scss
* @used _page.scss
*
*/
.burger_wrapper {
  background: #ff871a;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 47.5em) {
  .burger_wrapper {
    width: 5.2rem;
    height: 5.2rem;
  }
}

@media screen and (min-width: 61.25em) {
  .burger_wrapper {
    display: none;
  }
}

.burger-icon {
  display: block;
  width: 24px;
}

.burger-icon span {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.burger-icon span:nth-of-type(2) {
  margin: 4px 0;
}

@media screen and (min-width: 47.5em) {
  .burger-icon {
    width: 28px;
  }
  .burger-icon span:nth-of-type(2) {
    margin: 6px 0;
  }
}

@media screen and (min-width: 61.25em) {
  .burger-icon {
    display: none;
  }
}

.side_menu_open .burger-icon span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.side_menu_open .burger-icon span:nth-of-type(2) {
  opacity: 0;
}

.side_menu_open .burger-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 47.5em) {
  .side_menu_open .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .side_menu_open .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .side_menu_open .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

@media screen and (min-width: 61.25em) {
  .side_menu_open .burger-icon span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .side_menu_open .burger-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .side_menu_open .burger-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
}

.global-navigation {
  position: relative;
}

nav.side_navigation_wrapper {
  background: rgba(247, 228, 196, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 29rem;
  -webkit-transform: translateX(-29rem);
  transform: translateX(-29rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 5;
}

.side_menu_open nav.side_navigation_wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 61.25em) {
  nav.side_navigation_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: unset;
    transition: unset;
  }
}

.side_navigation {
  margin: 0;
}

.side_navigation > li > a {
  background: #ffab31;
  color: #fff;
  display: block;
  padding: 1.2em 1em;
  position: relative;
}

.side_navigation > li > a:before {
  content: '';
  border-left: 6px solid #fff;
  margin-right: 1em;
}

.side_navigation > li.is_child_menu > a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  color: #fff;
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side_navigation > li.is_child_menu.first > a {
  background: #ef9ab0;
}

.side_navigation > li.is_child_menu.first .side_navigation_child li:before {
  color: #ef9ab0;
}

.side_navigation > li.is_child_menu.second > a {
  background: #7ab6c4;
}

.side_navigation > li.is_child_menu.second .side_navigation_child li:before {
  color: #7ab6c4;
}

.side_navigation > li.is_child_menu.base > a {
  background: #ff871a;
}

.side_navigation > li.is_child_menu.base .side_navigation_child li:before {
  color: #ff871a;
}

.side_navigation_child {
  display: none;
  border-bottom: none;
}

.side_navigation_child > li {
  position: relative;
}

.side_navigation_child > li + li {
  border-top: 1px dashed #fff;
}

.side_navigation_child > li:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  font-weight: 900;
  color: #ffab31;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side_navigation_child > li > a {
  color: #77614f;
  display: block;
  padding: 1em 1em 1em 3.5em;
}

.side_navigation > li:last-child .side_navigation_child > li:last-child {
  border-bottom: 1px dashed #fff;
}

.single_menu + .is_child_menu {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.side_navigation_logo {
  display: none;
  padding: 4.75em 2.25em;
  background-image: url("/section/nursingteam/images/common/bg.png");
  background-repeat: repeat;
}

.side_navigation_logo > a {
  padding: 0;
  display: block;
}

.side_navigation_logo > a > img {
  width: 100%;
}

@media screen and (min-width: 61.25em) {
  .side_navigation_logo {
    display: block;
  }
}

.banner-wrap .banner-area {
  width: 200px;
  margin: 0 auto;
  padding: 2em 0;
}

.banner-wrap .banner-area li {
  margin-bottom: 1em;
  text-align: center;
}

.side_menu_open {
  position: relative;
  overflow: hidden;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pagination a {
  border: 1px solid #adb5bd;
  border-radius: 3px;
  color: #333;
  display: block;
  min-width: 32px;
  padding: .4rem .8rem;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}

.pagination a:hover {
  border: 1px solid #dee2e6;
}

.pagination .current {
  background: #ff871a;
  border: 1px solid #ff871a;
  border-radius: 3px;
  color: #fff;
  display: block;
  min-width: 32px;
  padding: .4rem .8rem;
}

.pagination span {
  color: #6c757d;
  display: block;
  margin: 0 4px;
}

.pagination li {
  margin: 0 2px;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

ul, ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

ul.li-mb li:not(:last-child), ol.li-mb li:not(:last-child) {
  margin-bottom: .5em;
}

ul.li-mb ul, ul.li-mb ol, ol.li-mb ul, ol.li-mb ol {
  margin-top: .5em;
}

ul.indent, ol.indent {
  margin-left: 1em;
}

ul.indent ul, ol.indent ul {
  margin-top: .8em;
}

ul.disc {
  list-style: disc outside;
  padding-left: 1.5em;
}

ul.disc ul {
  list-style: circle outside;
  padding-left: 1.5em;
}

ul.square li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative;
}

ul.square li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  color: #ff871a;
  font-weight: 900;
  margin-right: .4em;
  position: absolute;
  left: 0;
}

ul.circle li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative;
}

ul.circle li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  color: #ff871a;
  font-weight: 900;
  margin-right: .4em;
  position: absolute;
  left: 0;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.list-flex li:not(:first-child) {
  margin-left: .5em;
}

ol.num {
  list-style: decimal outside;
  padding-left: 1.5em;
}

ol.num ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

dl dt {
  font-weight: bold;
}

dl dt:not(:first-child) {
  margin-top: 1em;
}

dl dd {
  line-height: 1.4;
}

dl.dl-horizon-left dt, dl.dl-horizon-left dd {
  line-height: 1.4;
}

dl.dl-horizon-left dt {
  float: none;
  margin-bottom: .25em;
}

@media screen and (min-width: 47.5em) {
  dl.dl-horizon-left dt {
    width: 10em;
    float: left;
    clear: left;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

dl.dl-horizon-left dd {
  margin-left: 0;
  margin-bottom: .25em;
  line-height: 1.5;
}

dl.dl-horizon-left dd:last-child {
  margin-bottom: 0;
}

dl.dl-horizon-left::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 47.5em) {
  dl.dl-horizon-left.dt1 dt {
    width: 1em !important;
  }
  dl.dl-horizon-left.dt1 dd {
    padding-left: 1em;
  }
  dl.dl-horizon-left.dt2 dt {
    width: 2em !important;
  }
  dl.dl-horizon-left.dt2 dd {
    padding-left: 2em;
  }
  dl.dl-horizon-left.dt3 dt {
    width: 3em !important;
  }
  dl.dl-horizon-left.dt3 dd {
    padding-left: 3em;
  }
  dl.dl-horizon-left.dt4 dt {
    width: 4em !important;
  }
  dl.dl-horizon-left.dt4 dd {
    padding-left: 4em;
  }
  dl.dl-horizon-left.dt5 dt {
    width: 5em !important;
  }
  dl.dl-horizon-left.dt5 dd {
    padding-left: 5em;
  }
  dl.dl-horizon-left.dt6 dt {
    width: 6em !important;
  }
  dl.dl-horizon-left.dt6 dd {
    padding-left: 6em;
  }
  dl.dl-horizon-left.dt7 dt {
    width: 7em !important;
  }
  dl.dl-horizon-left.dt7 dd {
    padding-left: 7em;
  }
  dl.dl-horizon-left.dt8 dt {
    width: 8em !important;
  }
  dl.dl-horizon-left.dt8 dd {
    padding-left: 8em;
  }
  dl.dl-horizon-left.dt9 dt {
    width: 9em !important;
  }
  dl.dl-horizon-left.dt9 dd {
    padding-left: 9em;
  }
  dl.dl-horizon-left.dt10 dt {
    width: 10em !important;
  }
  dl.dl-horizon-left.dt10 dd {
    padding-left: 10em;
  }
  dl.dl-horizon-left.dt12 dt {
    width: 12em !important;
  }
  dl.dl-horizon-left.dt12 dd {
    padding-left: 12em;
  }
  dl.dl-horizon-left.dt16 dt {
    width: 16em !important;
  }
  dl.dl-horizon-left.dt16 dd {
    padding-left: 16em;
  }
  dl.dl-horizon-left.dt20 dt {
    width: 20em !important;
  }
  dl.dl-horizon-left.dt20 dd {
    padding-left: 20em;
  }
  dl.dl-horizon-left.dt24 dt {
    width: 24em !important;
  }
  dl.dl-horizon-left.dt24 dd {
    padding-left: 24em;
  }
  dl.dl-horizon-left.dt28 dt {
    width: 28em !important;
  }
  dl.dl-horizon-left.dt28 dd {
    padding-left: 28em;
  }
  dl.dl-horizon-left.dt32 dt {
    width: 32em !important;
  }
  dl.dl-horizon-left.dt32 dd {
    padding-left: 32em;
  }
  dl.dl-horizon-left.dt36 dt {
    width: 36em !important;
  }
  dl.dl-horizon-left.dt36 dd {
    padding-left: 36em;
  }
  dl.dl-horizon-left.dt40 dt {
    width: 40em !important;
  }
  dl.dl-horizon-left.dt40 dd {
    padding-left: 40em;
  }
}

.icon span::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: 900;
  width: 1.28571429em;
  text-align: center;
  margin-left: .4em;
}

.icon span.left::after {
  content: none;
}

.icon span.left::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: 900;
  width: 1.28571429em;
  text-align: center;
  margin-right: .4em;
}

.icon span.arrows::after {
  content: "" !important;
}

.icon span.arrows.left::after {
  content: none !important;
}

.icon span.arrows.left::before {
  content: "" !important;
}

.icon span.pdf::after {
  content: "" !important;
}

.icon span.pdf.left::after {
  content: none !important;
}

.icon span.pdf.left::before {
  content: "" !important;
}

.icon span.window::after {
  content: "" !important;
}

.icon span.window.left::after {
  content: none !important;
}

.icon span.window.left::before {
  content: "" !important;
}

.icon span.tel::after {
  content: "" !important;
}

.icon span.tel.left::after {
  content: none !important;
}

.icon span.tel.left::before {
  content: "" !important;
}

.icon span.mail::after {
  content: "" !important;
}

.icon span.mail.left::after {
  content: none !important;
}

.icon span.mail.left::before {
  content: "" !important;
}

.icon span.fax::after {
  content: "" !important;
}

.icon span.fax.left::after {
  content: none !important;
}

.icon span.fax.left::before {
  content: "" !important;
}

.icon span.privacy::after {
  content: "" !important;
}

.icon span.privacy.left::after {
  content: none !important;
}

.icon span.privacy.left::before {
  content: "" !important;
}

.icon span.link::after {
  content: "" !important;
}

.icon span.link.left::after {
  content: none !important;
}

.icon span.link.left::before {
  content: "" !important;
}

.icon span.ic-base::after, .icon span.ic-base::before {
  color: #ff871a;
}

.icon span.ic-first::after, .icon span.ic-first::before {
  color: #ef9ab0;
}

.icon span.ic-second::after, .icon span.ic-second::before {
  color: #7ab6c4;
}

.icon span.ic-third::after, .icon span.ic-third::before {
  color: #ffab31;
}

.icon span.ic-fourth::after, .icon span.ic-fourth::before {
  color: #baaf92;
}

.icon span.ic-five::after, .icon span.ic-five::before {
  color: #f2eee3;
}

.icon span.ic-sixth::after, .icon span.ic-sixth::before {
  color: #7ac56a;
}

.icon span.ic-gray-100::after, .icon span.ic-gray-100::before {
  color: #f8f9fa;
}

.icon span.ic-gray-200::after, .icon span.ic-gray-200::before {
  color: #e9ecef;
}

.icon span.ic-gray-300::after, .icon span.ic-gray-300::before {
  color: #dee2e6;
}

.icon span.ic-gray-400::after, .icon span.ic-gray-400::before {
  color: #ced4da;
}

.icon span.ic-gray-500::after, .icon span.ic-gray-500::before {
  color: #adb5bd;
}

.icon span.ic-gray-600::after, .icon span.ic-gray-600::before {
  color: #6c757d;
}

.icon span.ic-gray-700::after, .icon span.ic-gray-700::before {
  color: #495057;
}

.icon span.ic-gray-800::after, .icon span.ic-gray-800::before {
  color: #343a40;
}

.icon span.ic-gray-900::after, .icon span.ic-gray-900::before {
  color: #212529;
}

.icon span.ic-white::after, .icon span.ic-white::before {
  color: #fff;
}

.icon span.ic-black::after, .icon span.ic-black::before {
  color: #000;
}

.icon span.ic-red::after, .icon span.ic-red::before {
  color: #b0120a;
}

.icon span.ic-yellow::after, .icon span.ic-yellow::before {
  color: #fff000;
}

.icon span.ic-orange::after, .icon span.ic-orange::before {
  color: #f18f2c;
}

.icon span.ic-green::after, .icon span.ic-green::before {
  color: #63a764;
}

.icon span.ic-blue::after, .icon span.ic-blue::before {
  color: #005fcc;
}

.icon span.ic-pink::after, .icon span.ic-pink::before {
  color: #ff0066;
}

.form-field {
  margin-bottom: 1em;
}

@media screen and (min-width: 47.5em) {
  .form-field {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 61.25em) {
  .form-field {
    margin-bottom: 1em;
  }
}

label {
  display: block;
}

label.item {
  color: inherit;
  font-weight: normal;
  margin-bottom: .5em;
}

label.error {
  display: inline-block;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']),
textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 1em;
  height: 3em;
  padding: 0 1em;
  line-height: 1.42857143;
  width: 100%;
  -webkit-transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus,
textarea:focus {
  background: #fff;
  border-color: #ff871a;
  -webkit-box-shadow: 0 0 6px 1px rgba(255, 135, 26, 0.075);
  box-shadow: 0 0 6px 1px rgba(255, 135, 26, 0.075);
  outline: 0;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button'])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button']):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button'])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='reset']):not([type='button'])::-ms-expand,
textarea::-ms-expand {
  background-color: #fff;
  border: 0;
}

textarea {
  height: auto;
  padding: 1em;
}

select {
  width: 100%;
}

select::-moz-focus-inner {
  border: 0;
}

.select {
  display: inline-block;
  position: relative;
}

.select select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 3em;
  line-height: 1.42857143;
  padding: 0 2.5em 0 1em;
  position: relative;
  vertical-align: top;
  outline: none;
  overflow: hidden;
}

.select:after {
  border: 1px solid #999;
  border-right: 0;
  border-top: 0;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 9px;
  height: 9px;
}

.checkbox-group,
.radio-group {
  display: inline-block;
}

.checkbox-group.row,
.radio-group.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-group.row .label-checkbox + .label-checkbox,
.checkbox-group.row .label-radio + .label-radio,
.radio-group.row .label-checkbox + .label-checkbox,
.radio-group.row .label-radio + .label-radio {
  margin-left: 1em;
}

.label-checkbox input[type='checkbox'],
.label-radio input[type='radio'] {
  cursor: pointer;
}

.label-checkbox,
.label-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-checkbox .lever,
.label-radio .lever {
  padding-left: .4em;
}

.breadlist-wrapper {
  background: transparent;
  margin-bottom: 2em;
  padding: 1em 16px;
}

@media screen and (min-width: 47.5em) {
  .breadlist-wrapper {
    padding: 1em 3rem;
  }
}

@media screen and (min-width: 61.25em) {
  .breadlist-wrapper {
    padding: 1em 3rem;
  }
}

.breadlist-container {
  margin: 0 auto;
}

.breadlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .85em;
}

.breadlist li {
  color: inherit;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadlist li + li::before {
  content: '＞';
  color: #495057;
  padding-right: .5em;
  padding-left: .5em;
}

.breadlist li a {
  color: #ff871a;
}

.breadlist li a::active, .breadlist li a::visited {
  color: inherit;
}

.breadlist li.current {
  color: #495057;
}

.block {
  background: #fff;
  border: 4px solid #ff871a;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.block.height {
  height: 100%;
}

.block.base {
  border: 4px solid #ff871a;
}

.block.first {
  border: 4px solid #ef9ab0;
}

.block.second {
  border: 4px solid #7ab6c4;
}

.block.third {
  border: 4px solid #ffab31;
}

.block.fourth {
  border: 4px solid #baaf92;
}

.block.five {
  border: 4px solid #f2eee3;
}

.block.gray-100 {
  border: 4px solid #f8f9fa;
}

.block.gray-200 {
  border: 4px solid #e9ecef;
}

.block.gray-300 {
  border: 4px solid #dee2e6;
}

.block.gray-400 {
  border: 4px solid #ced4da;
}

.block.gray-500 {
  border: 4px solid #adb5bd;
}

.block.gray-600 {
  border: 4px solid #6c757d;
}

.block.gray-700 {
  border: 4px solid #495057;
}

.block.gray-800 {
  border: 4px solid #343a40;
}

.block.gray-900 {
  border: 4px solid #212529;
}

.block.white {
  border: 4px solid #fff;
}

.block.black {
  border: 4px solid #000;
}

.block.red {
  border: 4px solid #b0120a;
}

.block.yellow {
  border: 4px solid #fff000;
}

.block.orange {
  border: 4px solid #f18f2c;
}

.block.green {
  border: 4px solid #63a764;
}

.block.blue {
  border: 4px solid #005fcc;
}

.block.pink {
  border: 4px solid #ff0066;
}

.block-header {
  background: #ff871a;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  padding: 0.3em 1em calc( .3em + 4px);
}

.base .block-header {
  background: #ff871a;
}

.first .block-header {
  background: #ef9ab0;
}

.second .block-header {
  background: #7ab6c4;
}

.third .block-header {
  background: #ffab31;
}

.fourth .block-header {
  background: #baaf92;
}

.five .block-header {
  background: #f2eee3;
}

.gray-100 .block-header {
  background: #f8f9fa;
}

.gray-200 .block-header {
  background: #e9ecef;
}

.gray-300 .block-header {
  background: #dee2e6;
}

.gray-400 .block-header {
  background: #ced4da;
}

.gray-500 .block-header {
  background: #adb5bd;
}

.gray-600 .block-header {
  background: #6c757d;
}

.gray-700 .block-header {
  background: #495057;
}

.gray-800 .block-header {
  background: #343a40;
}

.gray-900 .block-header {
  background: #212529;
}

.white .block-header {
  background: #fff;
}

.black .block-header {
  background: #000;
}

.red .block-header {
  background: #b0120a;
}

.yellow .block-header {
  background: #fff000;
}

.orange .block-header {
  background: #f18f2c;
}

.green .block-header {
  background: #63a764;
}

.blue .block-header {
  background: #005fcc;
}

.pink .block-header {
  background: #ff0066;
}

.block-body {
  line-height: 1.8;
  padding: 1em;
}

@media screen and (min-width: 47.5em) {
  .block-body {
    line-height: 1.8;
  }
}

@media screen and (min-width: 61.25em) {
  .block-body {
    line-height: 2;
  }
}

.alert {
  background: #ff871a;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1em;
  padding: 1em;
}

@media screen and (min-width: 47.5em) {
  .alert {
    line-height: 1.8;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 61.25em) {
  .alert {
    line-height: 2;
    margin-bottom: 1em;
  }
}

.alert.base {
  background: #ff871a;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.first {
  background: #ef9ab0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.second {
  background: #7ab6c4;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.third {
  background: #ffab31;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.fourth {
  background: #baaf92;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.five {
  background: #f2eee3;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}

.alert.gray-100 {
  background: #f8f9fa;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-200 {
  background: #e9ecef;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-300 {
  background: #dee2e6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-400 {
  background: #ced4da;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-500 {
  background: #adb5bd;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-600 {
  background: #6c757d;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-700 {
  background: #495057;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-800 {
  background: #343a40;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.gray-900 {
  background: #212529;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.white {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.black {
  background: #000;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.red {
  background: #b0120a;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.yellow {
  background: #fff000;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.orange {
  background: #f18f2c;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.green {
  background: #63a764;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.blue {
  background: #005fcc;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.pink {
  background: #ff0066;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: inherit;
}

.alert.outline {
  background: #fff;
  border: 1px solid #ff871a;
  color: #ff871a;
  text-shadow: none;
}

.alert.outline.base {
  background: #fff;
  border: 1px solid #ff871a;
  color: #ff871a;
}

.alert.outline.first {
  background: #fff;
  border: 1px solid #ef9ab0;
  color: #ef9ab0;
}

.alert.outline.second {
  background: #fff;
  border: 1px solid #7ab6c4;
  color: #7ab6c4;
}

.alert.outline.third {
  background: #fff;
  border: 1px solid #ffab31;
  color: #ffab31;
}

.alert.outline.fourth {
  background: #fff;
  border: 1px solid #baaf92;
  color: #baaf92;
}

.alert.outline.five {
  background: #fff;
  border: 1px solid #f2eee3;
  color: #f2eee3;
}

.alert.outline.gray-100 {
  background: #fff;
  border: 1px solid #f8f9fa;
  color: inherit;
}

.alert.outline.gray-200 {
  background: #fff;
  border: 1px solid #e9ecef;
  color: inherit;
}

.alert.outline.gray-300 {
  background: #fff;
  border: 1px solid #dee2e6;
  color: inherit;
}

.alert.outline.gray-400 {
  background: #fff;
  border: 1px solid #ced4da;
  color: inherit;
}

.alert.outline.gray-500 {
  background: #fff;
  border: 1px solid #adb5bd;
  color: inherit;
}

.alert.outline.gray-600 {
  background: #fff;
  border: 1px solid #6c757d;
  color: inherit;
}

.alert.outline.gray-700 {
  background: #fff;
  border: 1px solid #495057;
  color: inherit;
}

.alert.outline.gray-800 {
  background: #fff;
  border: 1px solid #343a40;
  color: inherit;
}

.alert.outline.gray-900 {
  background: #fff;
  border: 1px solid #212529;
  color: inherit;
}

.alert.outline.white {
  background: #fff;
  border: 1px solid #fff;
  color: inherit;
}

.alert.outline.black {
  background: #fff;
  border: 1px solid #000;
  color: inherit;
}

.alert.outline.red {
  background: #fff;
  border: 1px solid #b0120a;
  color: inherit;
}

.alert.outline.yellow {
  background: #fff;
  border: 1px solid #fff000;
  color: inherit;
}

.alert.outline.orange {
  background: #fff;
  border: 1px solid #f18f2c;
  color: inherit;
}

.alert.outline.green {
  background: #fff;
  border: 1px solid #63a764;
  color: inherit;
}

.alert.outline.blue {
  background: #fff;
  border: 1px solid #005fcc;
  color: inherit;
}

.alert.outline.pink {
  background: #fff;
  border: 1px solid #ff0066;
  color: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table th, table td {
  border: 1px solid #adb5bd;
  padding: .5em 1em;
}

table th {
  background: #f2eee3;
}

table td {
  background: #fff;
  overflow-wrap: break-word;
}

.th-block {
  border-bottom: 1px solid #adb5bd;
}

@media screen and (min-width: 47.5em) {
  .th-block {
    border: none;
  }
}

.th-block th, .th-block td {
  display: block;
}

@media screen and (min-width: 47.5em) {
  .th-block th, .th-block td {
    display: table-cell;
  }
}

.th-block th {
  width: 100%;
}

@media screen and (min-width: 47.5em) {
  .th-block th {
    width: 15%;
  }
}

.th-block td {
  border-top: none;
  border-bottom: none;
}

@media screen and (min-width: 47.5em) {
  .th-block td {
    border-top: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
  }
}

.table-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 47.5em) {
  .table-scroll-wrapper {
    white-space: normal;
  }
}

.tab-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.tab-label > li {
  color: #07d;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.tab-label > li:nth-child(n+2) {
  margin-left: .5em;
}

.tab-label > li a {
  background: #e9ecef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 4px solid #e9ecef;
  display: block;
  padding: .8rem 1.2rem;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.tab-label > li a:hover {
  cursor: pointer;
  text-decoration: none;
}

.tab-label > li a:not(.active):hover {
  background: #f5f5f5;
  border-bottom: 4px solid #ff871a;
  color: #333;
  outline: none;
}

.tab-label > li.current a {
  border-bottom: 4px solid #ff871a;
  background: #fff;
  color: #333;
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

@media screen and (min-width: 61.25em) {
  .pagetop {
    bottom: 6rem;
    right: 3rem;
  }
}

.pagetop a {
  display: block;
  background-color: rgba(255, 135, 26, 0.9);
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  width: 44px;
  height: 44px;
  padding: 0.4rem;
}

@media screen and (min-width: 47.5em) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 61.25em) {
  .pagetop a {
    width: 60px;
    height: 60px;
  }
}

.pagetop a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0.875em;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media screen and (min-width: 47.5em) {
  .pagetop a:after {
    width: 20px;
    height: 20px;
    margin-top: 1em;
  }
}

@media screen and (min-width: 61.25em) {
  .pagetop a:after {
    width: 24px;
    height: 24px;
    margin-top: 1.325em;
  }
}

.accordion dt {
  background: #ff871a;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 1rem 0 1rem 1.2rem;
  position: relative;
}

.accordion dt:not(:first-child) {
  border-top: 1px solid #fff;
  margin: 0;
}

.accordion dt:after {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion dt.open:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.accordion dd {
  display: none;
  padding: 1em;
}

.mt4 {
  margin-top: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt4 {
    margin-top: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt4 {
    margin-top: 0.46154rem !important;
  }
}

.mb4 {
  margin-bottom: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb4 {
    margin-bottom: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb4 {
    margin-bottom: 0.46154rem !important;
  }
}

.mr4 {
  margin-right: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr4 {
    margin-right: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr4 {
    margin-right: 0.46154rem !important;
  }
}

.ml4 {
  margin-left: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml4 {
    margin-left: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml4 {
    margin-left: 0.46154rem !important;
  }
}

.pt4 {
  padding-top: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt4 {
    padding-top: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt4 {
    padding-top: 0.46154rem !important;
  }
}

.pb4 {
  padding-bottom: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb4 {
    padding-bottom: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb4 {
    padding-bottom: 0.46154rem !important;
  }
}

.pr4 {
  padding-right: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr4 {
    padding-right: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr4 {
    padding-right: 0.46154rem !important;
  }
}

.pl4 {
  padding-left: 0.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl4 {
    padding-left: 0.43077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl4 {
    padding-left: 0.46154rem !important;
  }
}

.mt8 {
  margin-top: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt8 {
    margin-top: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt8 {
    margin-top: 0.92308rem !important;
  }
}

.mb8 {
  margin-bottom: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb8 {
    margin-bottom: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb8 {
    margin-bottom: 0.92308rem !important;
  }
}

.mr8 {
  margin-right: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr8 {
    margin-right: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr8 {
    margin-right: 0.92308rem !important;
  }
}

.ml8 {
  margin-left: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml8 {
    margin-left: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml8 {
    margin-left: 0.92308rem !important;
  }
}

.pt8 {
  padding-top: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt8 {
    padding-top: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt8 {
    padding-top: 0.92308rem !important;
  }
}

.pb8 {
  padding-bottom: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb8 {
    padding-bottom: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb8 {
    padding-bottom: 0.92308rem !important;
  }
}

.pr8 {
  padding-right: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr8 {
    padding-right: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr8 {
    padding-right: 0.92308rem !important;
  }
}

.pl8 {
  padding-left: 0.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl8 {
    padding-left: 0.86154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl8 {
    padding-left: 0.92308rem !important;
  }
}

.mt12 {
  margin-top: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt12 {
    margin-top: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt12 {
    margin-top: 1.38462rem !important;
  }
}

.mb12 {
  margin-bottom: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb12 {
    margin-bottom: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb12 {
    margin-bottom: 1.38462rem !important;
  }
}

.mr12 {
  margin-right: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr12 {
    margin-right: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr12 {
    margin-right: 1.38462rem !important;
  }
}

.ml12 {
  margin-left: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml12 {
    margin-left: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml12 {
    margin-left: 1.38462rem !important;
  }
}

.pt12 {
  padding-top: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt12 {
    padding-top: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt12 {
    padding-top: 1.38462rem !important;
  }
}

.pb12 {
  padding-bottom: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb12 {
    padding-bottom: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb12 {
    padding-bottom: 1.38462rem !important;
  }
}

.pr12 {
  padding-right: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr12 {
    padding-right: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr12 {
    padding-right: 1.38462rem !important;
  }
}

.pl12 {
  padding-left: 1.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl12 {
    padding-left: 1.29231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl12 {
    padding-left: 1.38462rem !important;
  }
}

.mt16 {
  margin-top: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt16 {
    margin-top: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt16 {
    margin-top: 1.84615rem !important;
  }
}

.mb16 {
  margin-bottom: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb16 {
    margin-bottom: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb16 {
    margin-bottom: 1.84615rem !important;
  }
}

.mr16 {
  margin-right: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr16 {
    margin-right: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr16 {
    margin-right: 1.84615rem !important;
  }
}

.ml16 {
  margin-left: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml16 {
    margin-left: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml16 {
    margin-left: 1.84615rem !important;
  }
}

.pt16 {
  padding-top: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt16 {
    padding-top: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt16 {
    padding-top: 1.84615rem !important;
  }
}

.pb16 {
  padding-bottom: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb16 {
    padding-bottom: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb16 {
    padding-bottom: 1.84615rem !important;
  }
}

.pr16 {
  padding-right: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr16 {
    padding-right: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr16 {
    padding-right: 1.84615rem !important;
  }
}

.pl16 {
  padding-left: 1.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl16 {
    padding-left: 1.72308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl16 {
    padding-left: 1.84615rem !important;
  }
}

.mt20 {
  margin-top: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt20 {
    margin-top: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt20 {
    margin-top: 2.30769rem !important;
  }
}

.mb20 {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb20 {
    margin-bottom: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb20 {
    margin-bottom: 2.30769rem !important;
  }
}

.mr20 {
  margin-right: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr20 {
    margin-right: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr20 {
    margin-right: 2.30769rem !important;
  }
}

.ml20 {
  margin-left: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml20 {
    margin-left: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml20 {
    margin-left: 2.30769rem !important;
  }
}

.pt20 {
  padding-top: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt20 {
    padding-top: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt20 {
    padding-top: 2.30769rem !important;
  }
}

.pb20 {
  padding-bottom: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb20 {
    padding-bottom: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb20 {
    padding-bottom: 2.30769rem !important;
  }
}

.pr20 {
  padding-right: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr20 {
    padding-right: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr20 {
    padding-right: 2.30769rem !important;
  }
}

.pl20 {
  padding-left: 2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl20 {
    padding-left: 2.15385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl20 {
    padding-left: 2.30769rem !important;
  }
}

.mt24 {
  margin-top: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt24 {
    margin-top: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt24 {
    margin-top: 2.76923rem !important;
  }
}

.mb24 {
  margin-bottom: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb24 {
    margin-bottom: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb24 {
    margin-bottom: 2.76923rem !important;
  }
}

.mr24 {
  margin-right: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr24 {
    margin-right: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr24 {
    margin-right: 2.76923rem !important;
  }
}

.ml24 {
  margin-left: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml24 {
    margin-left: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml24 {
    margin-left: 2.76923rem !important;
  }
}

.pt24 {
  padding-top: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt24 {
    padding-top: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt24 {
    padding-top: 2.76923rem !important;
  }
}

.pb24 {
  padding-bottom: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb24 {
    padding-bottom: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb24 {
    padding-bottom: 2.76923rem !important;
  }
}

.pr24 {
  padding-right: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr24 {
    padding-right: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr24 {
    padding-right: 2.76923rem !important;
  }
}

.pl24 {
  padding-left: 2.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl24 {
    padding-left: 2.58462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl24 {
    padding-left: 2.76923rem !important;
  }
}

.mt28 {
  margin-top: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt28 {
    margin-top: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt28 {
    margin-top: 3.23077rem !important;
  }
}

.mb28 {
  margin-bottom: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb28 {
    margin-bottom: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb28 {
    margin-bottom: 3.23077rem !important;
  }
}

.mr28 {
  margin-right: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr28 {
    margin-right: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr28 {
    margin-right: 3.23077rem !important;
  }
}

.ml28 {
  margin-left: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml28 {
    margin-left: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml28 {
    margin-left: 3.23077rem !important;
  }
}

.pt28 {
  padding-top: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt28 {
    padding-top: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt28 {
    padding-top: 3.23077rem !important;
  }
}

.pb28 {
  padding-bottom: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb28 {
    padding-bottom: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb28 {
    padding-bottom: 3.23077rem !important;
  }
}

.pr28 {
  padding-right: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr28 {
    padding-right: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr28 {
    padding-right: 3.23077rem !important;
  }
}

.pl28 {
  padding-left: 2.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl28 {
    padding-left: 3.01538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl28 {
    padding-left: 3.23077rem !important;
  }
}

.mt32 {
  margin-top: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt32 {
    margin-top: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt32 {
    margin-top: 3.69231rem !important;
  }
}

.mb32 {
  margin-bottom: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb32 {
    margin-bottom: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb32 {
    margin-bottom: 3.69231rem !important;
  }
}

.mr32 {
  margin-right: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr32 {
    margin-right: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr32 {
    margin-right: 3.69231rem !important;
  }
}

.ml32 {
  margin-left: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml32 {
    margin-left: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml32 {
    margin-left: 3.69231rem !important;
  }
}

.pt32 {
  padding-top: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt32 {
    padding-top: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt32 {
    padding-top: 3.69231rem !important;
  }
}

.pb32 {
  padding-bottom: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb32 {
    padding-bottom: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb32 {
    padding-bottom: 3.69231rem !important;
  }
}

.pr32 {
  padding-right: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr32 {
    padding-right: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr32 {
    padding-right: 3.69231rem !important;
  }
}

.pl32 {
  padding-left: 3.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl32 {
    padding-left: 3.44615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl32 {
    padding-left: 3.69231rem !important;
  }
}

.mt36 {
  margin-top: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt36 {
    margin-top: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt36 {
    margin-top: 4.15385rem !important;
  }
}

.mb36 {
  margin-bottom: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb36 {
    margin-bottom: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb36 {
    margin-bottom: 4.15385rem !important;
  }
}

.mr36 {
  margin-right: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr36 {
    margin-right: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr36 {
    margin-right: 4.15385rem !important;
  }
}

.ml36 {
  margin-left: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml36 {
    margin-left: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml36 {
    margin-left: 4.15385rem !important;
  }
}

.pt36 {
  padding-top: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt36 {
    padding-top: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt36 {
    padding-top: 4.15385rem !important;
  }
}

.pb36 {
  padding-bottom: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb36 {
    padding-bottom: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb36 {
    padding-bottom: 4.15385rem !important;
  }
}

.pr36 {
  padding-right: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr36 {
    padding-right: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr36 {
    padding-right: 4.15385rem !important;
  }
}

.pl36 {
  padding-left: 3.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl36 {
    padding-left: 3.87692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl36 {
    padding-left: 4.15385rem !important;
  }
}

.mt40 {
  margin-top: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt40 {
    margin-top: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt40 {
    margin-top: 4.61538rem !important;
  }
}

.mb40 {
  margin-bottom: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb40 {
    margin-bottom: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb40 {
    margin-bottom: 4.61538rem !important;
  }
}

.mr40 {
  margin-right: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr40 {
    margin-right: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr40 {
    margin-right: 4.61538rem !important;
  }
}

.ml40 {
  margin-left: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml40 {
    margin-left: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml40 {
    margin-left: 4.61538rem !important;
  }
}

.pt40 {
  padding-top: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt40 {
    padding-top: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt40 {
    padding-top: 4.61538rem !important;
  }
}

.pb40 {
  padding-bottom: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb40 {
    padding-bottom: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb40 {
    padding-bottom: 4.61538rem !important;
  }
}

.pr40 {
  padding-right: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr40 {
    padding-right: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr40 {
    padding-right: 4.61538rem !important;
  }
}

.pl40 {
  padding-left: 4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl40 {
    padding-left: 4.30769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl40 {
    padding-left: 4.61538rem !important;
  }
}

.mt44 {
  margin-top: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt44 {
    margin-top: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt44 {
    margin-top: 5.07692rem !important;
  }
}

.mb44 {
  margin-bottom: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb44 {
    margin-bottom: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb44 {
    margin-bottom: 5.07692rem !important;
  }
}

.mr44 {
  margin-right: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr44 {
    margin-right: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr44 {
    margin-right: 5.07692rem !important;
  }
}

.ml44 {
  margin-left: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml44 {
    margin-left: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml44 {
    margin-left: 5.07692rem !important;
  }
}

.pt44 {
  padding-top: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt44 {
    padding-top: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt44 {
    padding-top: 5.07692rem !important;
  }
}

.pb44 {
  padding-bottom: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb44 {
    padding-bottom: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb44 {
    padding-bottom: 5.07692rem !important;
  }
}

.pr44 {
  padding-right: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr44 {
    padding-right: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr44 {
    padding-right: 5.07692rem !important;
  }
}

.pl44 {
  padding-left: 4.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl44 {
    padding-left: 4.73846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl44 {
    padding-left: 5.07692rem !important;
  }
}

.mt48 {
  margin-top: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt48 {
    margin-top: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt48 {
    margin-top: 5.53846rem !important;
  }
}

.mb48 {
  margin-bottom: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb48 {
    margin-bottom: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb48 {
    margin-bottom: 5.53846rem !important;
  }
}

.mr48 {
  margin-right: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr48 {
    margin-right: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr48 {
    margin-right: 5.53846rem !important;
  }
}

.ml48 {
  margin-left: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml48 {
    margin-left: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml48 {
    margin-left: 5.53846rem !important;
  }
}

.pt48 {
  padding-top: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt48 {
    padding-top: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt48 {
    padding-top: 5.53846rem !important;
  }
}

.pb48 {
  padding-bottom: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb48 {
    padding-bottom: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb48 {
    padding-bottom: 5.53846rem !important;
  }
}

.pr48 {
  padding-right: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr48 {
    padding-right: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr48 {
    padding-right: 5.53846rem !important;
  }
}

.pl48 {
  padding-left: 4.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl48 {
    padding-left: 5.16923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl48 {
    padding-left: 5.53846rem !important;
  }
}

.mt52 {
  margin-top: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt52 {
    margin-top: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt52 {
    margin-top: 6rem !important;
  }
}

.mb52 {
  margin-bottom: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb52 {
    margin-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb52 {
    margin-bottom: 6rem !important;
  }
}

.mr52 {
  margin-right: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr52 {
    margin-right: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr52 {
    margin-right: 6rem !important;
  }
}

.ml52 {
  margin-left: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml52 {
    margin-left: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml52 {
    margin-left: 6rem !important;
  }
}

.pt52 {
  padding-top: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt52 {
    padding-top: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt52 {
    padding-top: 6rem !important;
  }
}

.pb52 {
  padding-bottom: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb52 {
    padding-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb52 {
    padding-bottom: 6rem !important;
  }
}

.pr52 {
  padding-right: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr52 {
    padding-right: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr52 {
    padding-right: 6rem !important;
  }
}

.pl52 {
  padding-left: 5.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl52 {
    padding-left: 5.6rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl52 {
    padding-left: 6rem !important;
  }
}

.mt56 {
  margin-top: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt56 {
    margin-top: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt56 {
    margin-top: 6.46154rem !important;
  }
}

.mb56 {
  margin-bottom: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb56 {
    margin-bottom: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb56 {
    margin-bottom: 6.46154rem !important;
  }
}

.mr56 {
  margin-right: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr56 {
    margin-right: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr56 {
    margin-right: 6.46154rem !important;
  }
}

.ml56 {
  margin-left: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml56 {
    margin-left: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml56 {
    margin-left: 6.46154rem !important;
  }
}

.pt56 {
  padding-top: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt56 {
    padding-top: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt56 {
    padding-top: 6.46154rem !important;
  }
}

.pb56 {
  padding-bottom: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb56 {
    padding-bottom: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb56 {
    padding-bottom: 6.46154rem !important;
  }
}

.pr56 {
  padding-right: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr56 {
    padding-right: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr56 {
    padding-right: 6.46154rem !important;
  }
}

.pl56 {
  padding-left: 5.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl56 {
    padding-left: 6.03077rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl56 {
    padding-left: 6.46154rem !important;
  }
}

.mt60 {
  margin-top: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt60 {
    margin-top: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt60 {
    margin-top: 6.92308rem !important;
  }
}

.mb60 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb60 {
    margin-bottom: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb60 {
    margin-bottom: 6.92308rem !important;
  }
}

.mr60 {
  margin-right: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr60 {
    margin-right: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr60 {
    margin-right: 6.92308rem !important;
  }
}

.ml60 {
  margin-left: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml60 {
    margin-left: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml60 {
    margin-left: 6.92308rem !important;
  }
}

.pt60 {
  padding-top: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt60 {
    padding-top: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt60 {
    padding-top: 6.92308rem !important;
  }
}

.pb60 {
  padding-bottom: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb60 {
    padding-bottom: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb60 {
    padding-bottom: 6.92308rem !important;
  }
}

.pr60 {
  padding-right: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr60 {
    padding-right: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr60 {
    padding-right: 6.92308rem !important;
  }
}

.pl60 {
  padding-left: 6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl60 {
    padding-left: 6.46154rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl60 {
    padding-left: 6.92308rem !important;
  }
}

.mt64 {
  margin-top: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt64 {
    margin-top: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt64 {
    margin-top: 7.38462rem !important;
  }
}

.mb64 {
  margin-bottom: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb64 {
    margin-bottom: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb64 {
    margin-bottom: 7.38462rem !important;
  }
}

.mr64 {
  margin-right: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr64 {
    margin-right: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr64 {
    margin-right: 7.38462rem !important;
  }
}

.ml64 {
  margin-left: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml64 {
    margin-left: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml64 {
    margin-left: 7.38462rem !important;
  }
}

.pt64 {
  padding-top: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt64 {
    padding-top: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt64 {
    padding-top: 7.38462rem !important;
  }
}

.pb64 {
  padding-bottom: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb64 {
    padding-bottom: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb64 {
    padding-bottom: 7.38462rem !important;
  }
}

.pr64 {
  padding-right: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr64 {
    padding-right: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr64 {
    padding-right: 7.38462rem !important;
  }
}

.pl64 {
  padding-left: 6.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl64 {
    padding-left: 6.89231rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl64 {
    padding-left: 7.38462rem !important;
  }
}

.mt68 {
  margin-top: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt68 {
    margin-top: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt68 {
    margin-top: 7.84615rem !important;
  }
}

.mb68 {
  margin-bottom: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb68 {
    margin-bottom: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb68 {
    margin-bottom: 7.84615rem !important;
  }
}

.mr68 {
  margin-right: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr68 {
    margin-right: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr68 {
    margin-right: 7.84615rem !important;
  }
}

.ml68 {
  margin-left: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml68 {
    margin-left: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml68 {
    margin-left: 7.84615rem !important;
  }
}

.pt68 {
  padding-top: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt68 {
    padding-top: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt68 {
    padding-top: 7.84615rem !important;
  }
}

.pb68 {
  padding-bottom: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb68 {
    padding-bottom: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb68 {
    padding-bottom: 7.84615rem !important;
  }
}

.pr68 {
  padding-right: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr68 {
    padding-right: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr68 {
    padding-right: 7.84615rem !important;
  }
}

.pl68 {
  padding-left: 6.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl68 {
    padding-left: 7.32308rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl68 {
    padding-left: 7.84615rem !important;
  }
}

.mt72 {
  margin-top: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt72 {
    margin-top: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt72 {
    margin-top: 8.30769rem !important;
  }
}

.mb72 {
  margin-bottom: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb72 {
    margin-bottom: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb72 {
    margin-bottom: 8.30769rem !important;
  }
}

.mr72 {
  margin-right: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr72 {
    margin-right: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr72 {
    margin-right: 8.30769rem !important;
  }
}

.ml72 {
  margin-left: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml72 {
    margin-left: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml72 {
    margin-left: 8.30769rem !important;
  }
}

.pt72 {
  padding-top: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt72 {
    padding-top: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt72 {
    padding-top: 8.30769rem !important;
  }
}

.pb72 {
  padding-bottom: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb72 {
    padding-bottom: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb72 {
    padding-bottom: 8.30769rem !important;
  }
}

.pr72 {
  padding-right: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr72 {
    padding-right: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr72 {
    padding-right: 8.30769rem !important;
  }
}

.pl72 {
  padding-left: 7.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl72 {
    padding-left: 7.75385rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl72 {
    padding-left: 8.30769rem !important;
  }
}

.mt76 {
  margin-top: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt76 {
    margin-top: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt76 {
    margin-top: 8.76923rem !important;
  }
}

.mb76 {
  margin-bottom: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb76 {
    margin-bottom: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb76 {
    margin-bottom: 8.76923rem !important;
  }
}

.mr76 {
  margin-right: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr76 {
    margin-right: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr76 {
    margin-right: 8.76923rem !important;
  }
}

.ml76 {
  margin-left: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml76 {
    margin-left: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml76 {
    margin-left: 8.76923rem !important;
  }
}

.pt76 {
  padding-top: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt76 {
    padding-top: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt76 {
    padding-top: 8.76923rem !important;
  }
}

.pb76 {
  padding-bottom: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb76 {
    padding-bottom: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb76 {
    padding-bottom: 8.76923rem !important;
  }
}

.pr76 {
  padding-right: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr76 {
    padding-right: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr76 {
    padding-right: 8.76923rem !important;
  }
}

.pl76 {
  padding-left: 7.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl76 {
    padding-left: 8.18462rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl76 {
    padding-left: 8.76923rem !important;
  }
}

.mt80 {
  margin-top: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt80 {
    margin-top: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt80 {
    margin-top: 9.23077rem !important;
  }
}

.mb80 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb80 {
    margin-bottom: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb80 {
    margin-bottom: 9.23077rem !important;
  }
}

.mr80 {
  margin-right: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr80 {
    margin-right: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr80 {
    margin-right: 9.23077rem !important;
  }
}

.ml80 {
  margin-left: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml80 {
    margin-left: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml80 {
    margin-left: 9.23077rem !important;
  }
}

.pt80 {
  padding-top: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt80 {
    padding-top: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt80 {
    padding-top: 9.23077rem !important;
  }
}

.pb80 {
  padding-bottom: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb80 {
    padding-bottom: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb80 {
    padding-bottom: 9.23077rem !important;
  }
}

.pr80 {
  padding-right: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr80 {
    padding-right: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr80 {
    padding-right: 9.23077rem !important;
  }
}

.pl80 {
  padding-left: 8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl80 {
    padding-left: 8.61538rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl80 {
    padding-left: 9.23077rem !important;
  }
}

.mt84 {
  margin-top: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt84 {
    margin-top: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt84 {
    margin-top: 9.69231rem !important;
  }
}

.mb84 {
  margin-bottom: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb84 {
    margin-bottom: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb84 {
    margin-bottom: 9.69231rem !important;
  }
}

.mr84 {
  margin-right: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr84 {
    margin-right: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr84 {
    margin-right: 9.69231rem !important;
  }
}

.ml84 {
  margin-left: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml84 {
    margin-left: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml84 {
    margin-left: 9.69231rem !important;
  }
}

.pt84 {
  padding-top: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt84 {
    padding-top: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt84 {
    padding-top: 9.69231rem !important;
  }
}

.pb84 {
  padding-bottom: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb84 {
    padding-bottom: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb84 {
    padding-bottom: 9.69231rem !important;
  }
}

.pr84 {
  padding-right: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr84 {
    padding-right: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr84 {
    padding-right: 9.69231rem !important;
  }
}

.pl84 {
  padding-left: 8.4rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl84 {
    padding-left: 9.04615rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl84 {
    padding-left: 9.69231rem !important;
  }
}

.mt88 {
  margin-top: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt88 {
    margin-top: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt88 {
    margin-top: 10.15385rem !important;
  }
}

.mb88 {
  margin-bottom: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb88 {
    margin-bottom: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb88 {
    margin-bottom: 10.15385rem !important;
  }
}

.mr88 {
  margin-right: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr88 {
    margin-right: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr88 {
    margin-right: 10.15385rem !important;
  }
}

.ml88 {
  margin-left: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml88 {
    margin-left: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml88 {
    margin-left: 10.15385rem !important;
  }
}

.pt88 {
  padding-top: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt88 {
    padding-top: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt88 {
    padding-top: 10.15385rem !important;
  }
}

.pb88 {
  padding-bottom: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb88 {
    padding-bottom: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb88 {
    padding-bottom: 10.15385rem !important;
  }
}

.pr88 {
  padding-right: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr88 {
    padding-right: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr88 {
    padding-right: 10.15385rem !important;
  }
}

.pl88 {
  padding-left: 8.8rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl88 {
    padding-left: 9.47692rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl88 {
    padding-left: 10.15385rem !important;
  }
}

.mt92 {
  margin-top: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt92 {
    margin-top: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt92 {
    margin-top: 10.61538rem !important;
  }
}

.mb92 {
  margin-bottom: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb92 {
    margin-bottom: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb92 {
    margin-bottom: 10.61538rem !important;
  }
}

.mr92 {
  margin-right: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr92 {
    margin-right: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr92 {
    margin-right: 10.61538rem !important;
  }
}

.ml92 {
  margin-left: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml92 {
    margin-left: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml92 {
    margin-left: 10.61538rem !important;
  }
}

.pt92 {
  padding-top: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt92 {
    padding-top: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt92 {
    padding-top: 10.61538rem !important;
  }
}

.pb92 {
  padding-bottom: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb92 {
    padding-bottom: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb92 {
    padding-bottom: 10.61538rem !important;
  }
}

.pr92 {
  padding-right: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr92 {
    padding-right: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr92 {
    padding-right: 10.61538rem !important;
  }
}

.pl92 {
  padding-left: 9.2rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl92 {
    padding-left: 9.90769rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl92 {
    padding-left: 10.61538rem !important;
  }
}

.mt96 {
  margin-top: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt96 {
    margin-top: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt96 {
    margin-top: 11.07692rem !important;
  }
}

.mb96 {
  margin-bottom: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb96 {
    margin-bottom: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb96 {
    margin-bottom: 11.07692rem !important;
  }
}

.mr96 {
  margin-right: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr96 {
    margin-right: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr96 {
    margin-right: 11.07692rem !important;
  }
}

.ml96 {
  margin-left: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml96 {
    margin-left: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml96 {
    margin-left: 11.07692rem !important;
  }
}

.pt96 {
  padding-top: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt96 {
    padding-top: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt96 {
    padding-top: 11.07692rem !important;
  }
}

.pb96 {
  padding-bottom: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb96 {
    padding-bottom: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb96 {
    padding-bottom: 11.07692rem !important;
  }
}

.pr96 {
  padding-right: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr96 {
    padding-right: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr96 {
    padding-right: 11.07692rem !important;
  }
}

.pl96 {
  padding-left: 9.6rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl96 {
    padding-left: 10.33846rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl96 {
    padding-left: 11.07692rem !important;
  }
}

.mt100 {
  margin-top: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .mt100 {
    margin-top: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mt100 {
    margin-top: 11.53846rem !important;
  }
}

.mb100 {
  margin-bottom: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .mb100 {
    margin-bottom: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mb100 {
    margin-bottom: 11.53846rem !important;
  }
}

.mr100 {
  margin-right: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .mr100 {
    margin-right: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .mr100 {
    margin-right: 11.53846rem !important;
  }
}

.ml100 {
  margin-left: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .ml100 {
    margin-left: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .ml100 {
    margin-left: 11.53846rem !important;
  }
}

.pt100 {
  padding-top: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .pt100 {
    padding-top: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pt100 {
    padding-top: 11.53846rem !important;
  }
}

.pb100 {
  padding-bottom: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .pb100 {
    padding-bottom: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pb100 {
    padding-bottom: 11.53846rem !important;
  }
}

.pr100 {
  padding-right: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .pr100 {
    padding-right: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pr100 {
    padding-right: 11.53846rem !important;
  }
}

.pl100 {
  padding-left: 10rem !important;
}

@media screen and (min-width: 47.5em) {
  .pl100 {
    padding-left: 10.76923rem !important;
  }
}

@media screen and (min-width: 61.25em) {
  .pl100 {
    padding-left: 11.53846rem !important;
  }
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

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

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

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

.text-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.fc-base {
  color: #ff871a;
}

.fc-first {
  color: #ef9ab0;
}

.fc-second {
  color: #7ab6c4;
}

.fc-third {
  color: #ffab31;
}

.fc-fourth {
  color: #baaf92;
}

.fc-five {
  color: #f2eee3;
}

.fc-sixth {
  color: #7ac56a;
}

.fc-gray-100 {
  color: #f8f9fa;
}

.fc-gray-200 {
  color: #e9ecef;
}

.fc-gray-300 {
  color: #dee2e6;
}

.fc-gray-400 {
  color: #ced4da;
}

.fc-gray-500 {
  color: #adb5bd;
}

.fc-gray-600 {
  color: #6c757d;
}

.fc-gray-700 {
  color: #495057;
}

.fc-gray-800 {
  color: #343a40;
}

.fc-gray-900 {
  color: #212529;
}

.fc-white {
  color: #fff;
}

.fc-black {
  color: #000;
}

.fc-red {
  color: #b0120a;
}

.fc-yellow {
  color: #fff000;
}

.fc-orange {
  color: #f18f2c;
}

.fc-green {
  color: #63a764;
}

.fc-blue {
  color: #005fcc;
}

.fc-pink {
  color: #ff0066;
}

.bg-base {
  background-color: #ff871a;
}

.bg-base.light {
  background-color: #ffd7b3;
}

.bg-first {
  background-color: #ef9ab0;
}

.bg-first.light {
  background-color: white;
}

.bg-second {
  background-color: #7ab6c4;
}

.bg-second.light {
  background-color: #e4f0f3;
}

.bg-third {
  background-color: #ffab31;
}

.bg-third.light {
  background-color: #ffe9ca;
}

.bg-fourth {
  background-color: #baaf92;
}

.bg-fourth.light {
  background-color: #f5f4f0;
}

.bg-five {
  background-color: #f2eee3;
}

.bg-five.light {
  background-color: white;
}

.bg-sixth {
  background-color: #7ac56a;
}

.bg-sixth.light {
  background-color: #dcf0d8;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-100.light {
  background-color: white;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

.bg-gray-200.light {
  background-color: white;
}

.bg-gray-300 {
  background-color: #dee2e6;
}

.bg-gray-300.light {
  background-color: white;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.bg-gray-400.light {
  background-color: white;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-500.light {
  background-color: white;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.bg-gray-600.light {
  background-color: #bcc1c6;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-700.light {
  background-color: #949da5;
}

.bg-gray-800 {
  background-color: #343a40;
}

.bg-gray-800.light {
  background-color: #7a8793;
}

.bg-gray-900 {
  background-color: #212529;
}

.bg-gray-900.light {
  background-color: #65727e;
}

.bg-white {
  background-color: #fff;
}

.bg-white.light {
  background-color: white;
}

.bg-black {
  background-color: #000;
}

.bg-black.light {
  background-color: #4d4d4d;
}

.bg-red {
  background-color: #b0120a;
}

.bg-red.light {
  background-color: #f6655d;
}

.bg-yellow {
  background-color: #fff000;
}

.bg-yellow.light {
  background-color: #fff999;
}

.bg-orange {
  background-color: #f18f2c;
}

.bg-orange.light {
  background-color: #fbdbbb;
}

.bg-green {
  background-color: #63a764;
}

.bg-green.light {
  background-color: #c5dec5;
}

.bg-blue {
  background-color: #005fcc;
}

.bg-blue.light {
  background-color: #66adff;
}

.bg-pink {
  background-color: #ff0066;
}

.bg-pink.light {
  background-color: #ff99c2;
}

.exlarge {
  font-size: 200% !important;
}

.xxlarge {
  font-size: 150% !important;
}

.xlarge {
  font-size: 125% !important;
}

.large {
  font-size: 112.5% !important;
}

.medium {
  font-size: 87.5% !important;
}

.small {
  font-size: 75% !important;
}

.xsmall {
  font-size: 62.5% !important;
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.fw-bold {
  font-weight: bold;
}

.trim-circle {
  border-radius: 50%;
  overflow: hidden;
}

.hana-elm {
  position: relative;
}

.hana-elm::before {
  content: '';
  background-image: url("/section/nursingteam/images/common/hana_elm01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.hana-elm::after {
  content: '';
  background-image: url("/section/nursingteam/images/common/hana_elm02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underline {
  text-decoration: underline;
}

.underline-red {
  -webkit-text-decoration: underline #b0120a;
  text-decoration: underline #b0120a;
}

.base_contents_wrapper {
  position: relative;
  width: 100%;
}

.main_contents_wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 61.25em) {
  .main_contents_wrapper {
    margin-left: 29rem;
  }
}

.side_menu_open .main_contents_wrapper {
  -webkit-transform: translateX(29rem);
  transform: translateX(29rem);
}

.top_news_list {
  font-size: 1.125em;
  margin-bottom: 2rem;
}

.top_news_list li {
  padding: 1rem 0;
  border-bottom: 1px dashed #c4b599;
}

@media screen and (min-width: 61.25em) {
  .top_news_list li {
    padding: 1.6rem 0;
  }
}

.top_news_list li:first-child {
  padding-top: 0;
}

.top_news_list .date {
  color: #ff871a;
}

.sub-visual {
  background: url("/section/nursingteam/images/sub/visual_sub.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-bottom: calc( 100% * 500 / 1920);
  position: relative;
}

@media screen and (min-width: 61.25em) {
  .sub-visual {
    padding-bottom: calc( 100% * 200 / 1920);
  }
}

.sub-visual::before {
  background-color: rgba(51, 51, 51, 0.1);
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sub-visual .sub-text {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: left;
  text-shadow: 0 0 5px #333;
}

@media screen and (min-width: 61.25em) {
  .sub-visual .sub-text {
    font-size: 2em;
    padding-left: 3rem;
  }
}

.visual-wrapper {
  background-image: url("/section/nursingteam/images/top/visual_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: calc(100%*912/1520);
  position: relative;
}

@media screen and (min-width: 47.5em) {
  .visual-wrapper {
    background-image: url("/section/nursingteam/images/top/visual.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: calc(100%*640/1980);
  }
}

.visual-wrapper .visual-text {
  font-size: 1.5em;
  left: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff871a;
}

@media screen and (min-width: 47.5em) {
  .visual-wrapper .visual-text {
    font-size: 2em;
  }
}

@media screen and (min-width: 61.25em) {
  .visual-wrapper .visual-text {
    font-size: 2.5em;
  }
}

.hana01 {
  position: relative;
}

.hana01::before {
  content: '';
  background-image: url("/section/nursingteam/images/top/hana01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: calc(100%*912/1520);
}

@media screen and (min-width: 47.5em) {
  .hana01::before {
    padding-bottom: calc(100%*640/1980);
  }
}

.hana02 {
  position: relative;
}

.hana02::before {
  content: '';
  background-image: url("/section/nursingteam/images/top/hana02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: calc(100%*210/980);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -999;
}

.hana03 {
  position: relative;
}

.hana03::before {
  content: '';
  background-image: url("/section/nursingteam/images/top/hana03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: calc(100%*210/980);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -999;
}

.hana04 {
  position: relative;
}

.hana04::before {
  content: '';
  background-image: url("/section/nursingteam/images/top/hana04.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: calc(100%*210/980);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -999;
}

.topics-wrap {
  display: block;
  position: relative;
}

.topics-wrap .topics-text {
  background: rgba(255, 171, 49, 0.9);
  padding: 0.75em;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  text-align: center;
  color: #fff;
}

.topics-wrap .topics-text span {
  display: block;
  width: 100%;
  position: relative;
}

.topics-wrap .topics-text span::after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.topics-wrap:hover .topics-text span::after {
  right: 0;
}

a > img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a > img:hover {
  opacity: 0.75;
}

.table-sticky-wrap {
  height: 400px;
  overflow: scroll;
}

@media screen and (min-width: 47.5em) {
  .table-sticky-wrap {
    height: 600px;
  }
}

.table-sticky th {
  white-space: nowrap;
}

.table-sticky thead th {
  background: #eae3d2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-top: none;
  border-bottom: none;
}

.table-sticky thead th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: solid 1px #adb5bd;
}

.table-sticky thead th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #adb5bd;
}

.label-parent {
  position: relative;
  padding-left: 4.5em !important;
  padding-right: 4.5em !important;
}

.label-parent .label-tokyo {
  background: #008080;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-tokyo::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #008080;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-tokyo::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #008080;
  right: -0.75em;
  top: 0;
}

.label-parent .label-tokyo span::after {
  display: none;
}

.label-parent .label-tokyo span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #004d4d;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent .label-kanagawa {
  background: #4169e1;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-kanagawa::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #4169e1;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-kanagawa::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #4169e1;
  right: -0.75em;
  top: 0;
}

.label-parent .label-kanagawa span::after {
  display: none;
}

.label-parent .label-kanagawa span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #214cce;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent .label-saitama {
  background: #ff6347;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-saitama::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #ff6347;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-saitama::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #ff6347;
  right: -0.75em;
  top: 0;
}

.label-parent .label-saitama span::after {
  display: none;
}

.label-parent .label-saitama span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #ff3814;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent .label-chiba {
  background: #f34b9f;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-chiba::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #f34b9f;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-chiba::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #f34b9f;
  right: -0.75em;
  top: 0;
}

.label-parent .label-chiba span::after {
  display: none;
}

.label-parent .label-chiba span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #f01b86;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent .label-ibaraki {
  background: #ffd700;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #595959;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-ibaraki::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #ffd700;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-ibaraki::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #ffd700;
  right: -0.75em;
  top: 0;
}

.label-parent .label-ibaraki span::after {
  display: none;
}

.label-parent .label-ibaraki span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #ccac00;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent .label-yamanashi {
  background: #7b68ee;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent .label-yamanashi::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #7b68ee;
  right: -0.75em;
  bottom: 0;
}

.label-parent .label-yamanashi::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #7b68ee;
  right: -0.75em;
  top: 0;
}

.label-parent .label-yamanashi span::after {
  display: none;
}

.label-parent .label-yamanashi span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #533ae9;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent.third .label-pref {
  background: #e48700;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent.third .label-pref::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #e48700;
  right: -0.75em;
  bottom: 0;
}

.label-parent.third .label-pref::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #e48700;
  right: -0.75em;
  top: 0;
}

.label-parent.third .label-pref span::after {
  display: none;
}

.label-parent.third .label-pref span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #b16900;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent.first .label-pref {
  background: #e5587c;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent.first .label-pref::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #e5587c;
  right: -0.75em;
  bottom: 0;
}

.label-parent.first .label-pref::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #e5587c;
  right: -0.75em;
  top: 0;
}

.label-parent.first .label-pref span::after {
  display: none;
}

.label-parent.first .label-pref span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #de2c5a;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent.sixth .label-pref {
  background: #51a33f;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent.sixth .label-pref::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #51a33f;
  right: -0.75em;
  bottom: 0;
}

.label-parent.sixth .label-pref::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #51a33f;
  right: -0.75em;
  top: 0;
}

.label-parent.sixth .label-pref span::after {
  display: none;
}

.label-parent.sixth .label-pref span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #3f7e31;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.label-parent.second .label-pref {
  background: #4a96a7;
  padding: 0.25em 0.25em 0.25em 0.5em;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
}

.label-parent.second .label-pref::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-top: solid 1.25em transparent;
  border-left: solid 0.75em #4a96a7;
  right: -0.75em;
  bottom: 0;
}

.label-parent.second .label-pref::after {
  content: '' !important;
  position: absolute;
  display: inline-block !important;
  font-weight: normal !important;
  width: auto !important;
  text-align: left !important;
  margin-left: auto !important;
  border: none;
  border-bottom: solid 1.25em transparent;
  border-left: solid 0.75em #4a96a7;
  right: -0.75em;
  top: 0;
}

.label-parent.second .label-pref span::after {
  display: none;
}

.label-parent.second .label-pref span::before {
  content: '';
  position: absolute;
  display: inline-block;
  border: none;
  border-bottom: solid 0.375em transparent;
  border-right: solid 0.5em #3b7684;
  left: 0;
  bottom: -0.375em;
  height: 0.375em;
}

.f-wrap {
  margin: 0 -0.8rem;
}

@media screen and (min-width: 47.5em) {
  .f-wrap {
    margin: 0 -1rem;
  }
}

@media screen and (min-width: 61.25em) {
  .f-wrap {
    margin: 0 -1.2rem;
  }
}

.f-wrap img {
  width: 100%;
}

.f-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.f-wrap .f-col {
  padding: 0.8rem;
}

@media screen and (min-width: 47.5em) {
  .f-wrap .f-col {
    padding: 1rem;
  }
}

@media screen and (min-width: 61.25em) {
  .f-wrap .f-col {
    padding: 1.2rem;
  }
}

.f-wrap h1, .f-wrap h2, .f-wrap h3, .f-wrap h4, .f-wrap h5, .f-wrap h6 {
  overflow: hidden;
}

.f-left-sm-1 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.f-right-sm-1 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.f-left-sm-2 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

.f-right-sm-2 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

.f-left-sm-3 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.f-right-sm-3 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.f-left-sm-4 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.f-right-sm-4 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.f-left-sm-5 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

.f-right-sm-5 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

.f-left-sm-6 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.f-right-sm-6 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.f-left-sm-7 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

.f-right-sm-7 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

.f-left-sm-8 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

.f-right-sm-8 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

.f-left-sm-9 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.f-right-sm-9 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.f-left-sm-10 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

.f-right-sm-10 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

.f-left-sm-11 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

.f-right-sm-11 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

.f-left-sm-12 {
  float: left;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.f-right-sm-12 {
  float: right;
  margin: 0 0 0 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 47.5em) {
  .f-left-md-1 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .f-right-md-1 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .f-left-md-2 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .f-right-md-2 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .f-left-md-3 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .f-right-md-3 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .f-left-md-4 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .f-right-md-4 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .f-left-md-5 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .f-right-md-5 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .f-left-md-6 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .f-right-md-6 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .f-left-md-7 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .f-right-md-7 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .f-left-md-8 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .f-right-md-8 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .f-left-md-9 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .f-right-md-9 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .f-left-md-10 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .f-right-md-10 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .f-left-md-11 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .f-right-md-11 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .f-left-md-12 {
    float: left;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .f-right-md-12 {
    float: right;
    margin: 0 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 61.25em) {
  .f-left-lg-1 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .f-right-lg-1 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .f-left-lg-2 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .f-right-lg-2 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .f-left-lg-3 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .f-right-lg-3 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .f-left-lg-4 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .f-right-lg-4 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .f-left-lg-5 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .f-right-lg-5 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .f-left-lg-6 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .f-right-lg-6 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .f-left-lg-7 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .f-right-lg-7 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .f-left-lg-8 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .f-right-lg-8 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .f-left-lg-9 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .f-right-lg-9 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .f-left-lg-10 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .f-right-lg-10 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .f-left-lg-11 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .f-right-lg-11 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .f-left-lg-12 {
    float: left;
    margin: 0 1.2rem 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .f-right-lg-12 {
    float: right;
    margin: 0 0 0 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .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: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg);
    transform: rotate(360deg);
  }
}

@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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  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);
  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: 2em;
}

.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-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-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-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-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-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-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-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-credit-card:before {
  content: "\f09d";
}

.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-dashcube:before {
  content: "\f210";
}

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

.fa-deaf:before {
  content: "\f2a4";
}

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

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.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-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-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-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.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-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-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-flag:before {
  content: "\f024";
}

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

.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-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-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-hashtag:before {
  content: "\f292";
}

.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-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-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-houzz:before {
  content: "\f27c";
}

.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-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-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-mouse-pointer:before {
  content: "\f245";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.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-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-people-carry:before {
  content: "\f4ce";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.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-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-random:before {
  content: "\f074";
}

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

.fa-react:before {
  content: "\f41b";
}

.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-rendact:before {
  content: "\f3e4";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.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-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-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-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-skyatlas:before {
  content: "\f216";
}

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

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

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

.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-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-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-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-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-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.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-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-off:before {
  content: "\f026";
}

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

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.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-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-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.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-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.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*! Yaku Han JP (Gothic - Small Amount) v3.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../webfonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../webfonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}
/*# sourceMappingURL=map/module.css.map */
