@charset "UTF-8";
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes transY {
  0% {
    margin-top: -16px; }
  100% {
    margin-top: 0; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

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

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;
  cursor: pointer;
  font-family: inherit; }

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

::file-selector-button {
  font: inherit; }

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

[hidden] {
  display: none !important; }

[disabled] {
  cursor: not-allowed; }

:focus:not(:focus-visible) {
  outline: none; }

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

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

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

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

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

body {
  background: #f1f0e8;
  color: #333;
  font-family: "YakuHanJPs", -apple-system, Robot, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  min-width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  @media screen and (min-width: 576px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (min-width: 992px) {
    body {
      font-size: 1.6rem; } }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 1.6rem; } }

a {
  color: #2ac42d;
  text-decoration: none; }
  a:hover {
    color: #26af28;
    text-decoration: none; }

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

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

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

h1 {
  font-size: 1.75em; }
  h1.default {
    text-align: center;
    color: #333;
    font-weight: normal; }
    h1.default > span {
      display: block;
      color: #2ac42d;
      font-size: 0.625em;
      border-top: solid 1px rgba(42, 196, 45, 0.5);
      padding-top: 0.5em;
      margin-top: 0.5em; }

h2 {
  font-size: 1.5em; }
  h2.default {
    font-weight: normal;
    text-align: center;
    color: #2ac42d;
    border-top: solid 1px #adb5bd;
    border-bottom: solid 1px #adb5bd;
    padding: 0.5em; }

h3 {
  font-size: 1.375em; }
  h3.default {
    font-weight: normal;
    text-align: center;
    color: #2ac42d;
    border-bottom: dotted 1px #2ac42d;
    padding: 0.5em; }

h4 {
  font-size: 1.25em; }
  h4.default {
    font-weight: normal;
    border-bottom: 1px dotted #adb5bd;
    padding: 0.5em 0.5em 0.5em 1em;
    position: relative; }
    h4.default::before {
      content: "";
      width: 4px;
      height: 1.5em;
      display: inline-block;
      background: #2ac42d;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

.photo_title {
  background: #2ac42d;
  color: #fff;
  text-align: center;
  padding: 3px 0; }

.lead {
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 576px) {
    .lead {
      letter-spacing: 0;
      line-height: 1.6; } }
  @media screen and (min-width: 768px) {
    .lead {
      letter-spacing: 0;
      line-height: 1.6; } }
  @media screen and (min-width: 992px) {
    .lead {
      letter-spacing: 0;
      line-height: 1.6; } }
  @media screen and (min-width: 1200px) {
    .lead {
      letter-spacing: 0;
      line-height: 1.6; } }
  .lead + .lead {
    margin-top: 1em; }
    @media screen and (min-width: 576px) {
      .lead + .lead {
        margin-top: 1em; } }
    @media screen and (min-width: 768px) {
      .lead + .lead {
        margin-top: 1em; } }
    @media screen and (min-width: 992px) {
      .lead + .lead {
        margin-top: 1em; } }
    @media screen and (min-width: 1200px) {
      .lead + .lead {
        margin-top: 1em; } }

.mbf {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif !important; }

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

code {
  background: transparent;
  color: #495057;
  font-family: 'SourceHanCodeJP-Regular', monospace;
  font-size: .8em;
  font-weight: bold;
  vertical-align: initial; }

/*秀英丸ゴシック追加*/
.round {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal; }

.round_n {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal; }

.ud_font {
  font-family: a-otf-ud-shin-go-pr6n,sans-serif;
  font-weight: 300;
  font-style: normal; }

.construct-layout-container {
  display: flex;
  flex-flow: column nowrap;
  align-content: space-between;
  min-height: 100vh; }

.construct-layout-main {
  flex: 1 0 auto;
  min-height: 0%;
  width: 100%;
  display: flex; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 576px) {
    .container {
      margin: 0 auto;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1272px; } }

.section-block + .section-block {
  margin-top: 3em; }
  @media screen and (min-width: 576px) {
    .section-block + .section-block {
      margin-top: 3em; } }
  @media screen and (min-width: 768px) {
    .section-block + .section-block {
      margin-top: 3em; } }
  @media screen and (min-width: 992px) {
    .section-block + .section-block {
      margin-top: 3em; } }
  @media screen and (min-width: 1200px) {
    .section-block + .section-block {
      margin-top: 3em; } }

.spacer {
  margin-top: 1em; }

.spacer-large {
  margin-top: 2em; }

.spacer-small {
  margin-top: 0.5em; }

.main-wrapper {
  width: 100%;
  background: transparent; }
  @media screen and (min-width: 992px) {
    .main-wrapper {
      width: calc(100% - 30rem);
      position: relative; } }
  .main-wrapper .main-container {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      .main-wrapper .main-container {
        margin-top: 3em;
        margin-bottom: 2em; } }
    @media screen and (min-width: 576px) {
      .main-wrapper .main-container {
        padding: 0 20px; } }
    @media screen and (min-width: 768px) {
      .main-wrapper .main-container {
        padding: 0 20px; } }
    @media screen and (min-width: 992px) {
      .main-wrapper .main-container {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .main-wrapper .main-container {
        padding: 0 40px; } }

:root {
  --grid-gutter: 16px;
  --form-grid-gutter: 4px; }
  @media screen and (min-width: 576px) {
    :root {
      --grid-gutter: 16px;
      --form-grid-gutter: 4px; } }
  @media screen and (min-width: 768px) {
    :root {
      --grid-gutter: 20px;
      --form-grid-gutter: 4px; } }
  @media screen and (min-width: 992px) {
    :root {
      --grid-gutter: 24px;
      --form-grid-gutter: 4px; } }
  @media screen and (min-width: 1200px) {
    :root {
      --grid-gutter: 24px;
      --form-grid-gutter: 4px; } }

.grid {
  display: flex;
  flex-flow: row wrap;
  margin-top: calc( var(--grid-gutter) / -2 );
  margin-right: calc( var(--grid-gutter) / -2 );
  margin-left: calc( var(--grid-gutter) / -2 );
  margin-bottom: calc( var(--grid-gutter) / -2 ); }
  .grid + .grid {
    margin-top: calc( var(--grid-gutter) / 2 ); }
  .grid .col {
    padding: calc( var(--grid-gutter) / 2 ); }

.form-grid {
  display: flex;
  flex-flow: row wrap;
  margin-top: calc( var(--form-grid-gutter) / -2 );
  margin-right: calc( var(--form-grid-gutter) / -2 );
  margin-left: calc( var(--form-grid-gutter) / -2 );
  margin-bottom: calc( var(--form-grid-gutter) / -2 ); }
  .form-grid + .form-grid {
    margin-top: calc( var(--form-grid-gutter) / 2 ); }
  .form-grid .col {
    padding: calc( var(--form-grid-gutter) / 2 ); }

.xs-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%; }

.xs-1-center {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto; }

.xs-offset-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%; }

.xs-col-1 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 8px; }

.xs-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%; }

.xs-2-center {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto; }

.xs-offset-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%; }

.xs-col-2 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 8px; }

.xs-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%; }

.xs-3-center {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto; }

.xs-offset-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%; }

.xs-col-3 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 8px; }

.xs-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%; }

.xs-4-center {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto; }

.xs-offset-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%; }

.xs-col-4 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 8px; }

.xs-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%; }

.xs-5-center {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto; }

.xs-offset-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%; }

.xs-col-5 {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  padding: 8px; }

.xs-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%; }

.xs-6-center {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto; }

.xs-offset-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%; }

.xs-col-6 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 8px; }

.xs-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%; }

.xs-7-center {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto; }

.xs-offset-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%; }

.xs-col-7 {
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 8px; }

.xs-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%; }

.xs-8-center {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto; }

.xs-offset-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%; }

.xs-col-8 {
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  padding: 8px; }

.xs-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%; }

.xs-9-center {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto; }

.xs-offset-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%; }

.xs-col-9 {
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  padding: 8px; }

.xs-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%; }

.xs-10-center {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto; }

.xs-offset-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%; }

.xs-col-10 {
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
  padding: 8px; }

.xs-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%; }

.xs-11-center {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto; }

.xs-offset-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%; }

.xs-col-11 {
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
  padding: 8px; }

.xs-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.xs-12-center {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.xs-offset-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%; }

.xs-col-12 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 8px; }

@media screen and (min-width: 576px) {
  .sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .sm-1-center {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto; }

  .sm-offset-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%; }

  .sm-col-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 8px; }

  .sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .sm-2-center {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto; }

  .sm-offset-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%; }

  .sm-col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 8px; }

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

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

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

  .sm-col-3 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 8px; }

  .sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .sm-4-center {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto; }

  .sm-offset-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%; }

  .sm-col-4 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 8px; }

  .sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .sm-5-center {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto; }

  .sm-offset-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%; }

  .sm-col-5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 8px; }

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

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

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

  .sm-col-6 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 8px; }

  .sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .sm-7-center {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto; }

  .sm-offset-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%; }

  .sm-col-7 {
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 8px; }

  .sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .sm-8-center {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto; }

  .sm-offset-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%; }

  .sm-col-8 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 8px; }

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

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

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

  .sm-col-9 {
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 8px; }

  .sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .sm-10-center {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto; }

  .sm-offset-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%; }

  .sm-col-10 {
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 8px; }

  .sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .sm-11-center {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto; }

  .sm-offset-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%; }

  .sm-col-11 {
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 8px; }

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

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

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

  .sm-col-12 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 8px; } }
@media screen and (min-width: 768px) {
  .md-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .md-1-center {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto; }

  .md-offset-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%; }

  .md-col-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 10px; }

  .md-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .md-2-center {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto; }

  .md-offset-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%; }

  .md-col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 10px; }

  .md-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .md-3-center {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto; }

  .md-offset-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%; }

  .md-col-3 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 10px; }

  .md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .md-4-center {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto; }

  .md-offset-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%; }

  .md-col-4 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 10px; }

  .md-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .md-5-center {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto; }

  .md-offset-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%; }

  .md-col-5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 10px; }

  .md-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .md-6-center {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto; }

  .md-offset-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%; }

  .md-col-6 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 10px; }

  .md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .md-7-center {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto; }

  .md-offset-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%; }

  .md-col-7 {
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 10px; }

  .md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .md-8-center {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto; }

  .md-offset-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%; }

  .md-col-8 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 10px; }

  .md-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .md-9-center {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto; }

  .md-offset-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%; }

  .md-col-9 {
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 10px; }

  .md-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .md-10-center {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto; }

  .md-offset-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%; }

  .md-col-10 {
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 10px; }

  .md-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .md-11-center {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto; }

  .md-offset-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%; }

  .md-col-11 {
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 10px; }

  .md-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .md-12-center {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

  .md-offset-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%; }

  .md-col-12 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 10px; } }
@media screen and (min-width: 992px) {
  .lg-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .lg-1-center {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto; }

  .lg-offset-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%; }

  .lg-col-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px; }

  .lg-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .lg-2-center {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto; }

  .lg-offset-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%; }

  .lg-col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px; }

  .lg-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .lg-3-center {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto; }

  .lg-offset-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%; }

  .lg-col-3 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px; }

  .lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .lg-4-center {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto; }

  .lg-offset-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%; }

  .lg-col-4 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px; }

  .lg-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .lg-5-center {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto; }

  .lg-offset-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%; }

  .lg-col-5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px; }

  .lg-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .lg-6-center {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto; }

  .lg-offset-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%; }

  .lg-col-6 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px; }

  .lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .lg-7-center {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto; }

  .lg-offset-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%; }

  .lg-col-7 {
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px; }

  .lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .lg-8-center {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto; }

  .lg-offset-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%; }

  .lg-col-8 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px; }

  .lg-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .lg-9-center {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto; }

  .lg-offset-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%; }

  .lg-col-9 {
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px; }

  .lg-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .lg-10-center {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto; }

  .lg-offset-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%; }

  .lg-col-10 {
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px; }

  .lg-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .lg-11-center {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto; }

  .lg-offset-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%; }

  .lg-col-11 {
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px; }

  .lg-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .lg-12-center {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

  .lg-offset-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%; }

  .lg-col-12 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px; } }
@media screen and (min-width: 1200px) {
  .xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .xl-1-center {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto; }

  .xl-offset-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%; }

  .xl-col-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 12px; }

  .xl-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .xl-2-center {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto; }

  .xl-offset-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%; }

  .xl-col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 12px; }

  .xl-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .xl-3-center {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto; }

  .xl-offset-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%; }

  .xl-col-3 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 12px; }

  .xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .xl-4-center {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto; }

  .xl-offset-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%; }

  .xl-col-4 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px; }

  .xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .xl-5-center {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto; }

  .xl-offset-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%; }

  .xl-col-5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 12px; }

  .xl-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .xl-6-center {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto; }

  .xl-offset-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%; }

  .xl-col-6 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 12px; }

  .xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .xl-7-center {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto; }

  .xl-offset-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%; }

  .xl-col-7 {
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    padding: 12px; }

  .xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .xl-8-center {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto; }

  .xl-offset-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%; }

  .xl-col-8 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
    padding: 12px; }

  .xl-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .xl-9-center {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto; }

  .xl-offset-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%; }

  .xl-col-9 {
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    padding: 12px; }

  .xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .xl-10-center {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto; }

  .xl-offset-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%; }

  .xl-col-10 {
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding: 12px; }

  .xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .xl-11-center {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto; }

  .xl-offset-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%; }

  .xl-col-11 {
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
    padding: 12px; }

  .xl-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .xl-12-center {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }

  .xl-offset-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%; }

  .xl-col-12 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 12px; } }
.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.justify-end-vertical {
  align-content: flex-end; }

.justify-center-vertical {
  align-content: center; }

.justify-between-vertical {
  align-content: space-between; }

.justify-around-vertical {
  align-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-end {
  align-items: flex-end; }

.align-self-end {
  align-self: flex-end; }

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

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

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.construct-layout-header {
  background: transparent;
  flex: none;
  width: 100%;
  z-index: 3; }

.header-wrapper {
  background: #2ac42d;
  position: relative; }

.header-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%; }
  @media screen and (min-width: 576px) {
    .header-container {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .header-container {
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .header-container {
      padding: 0 40px;
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .header-container {
      padding: 0 40px;
      max-width: 1352px; } }

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.4rem; }
  @media screen and (min-width: 576px) {
    .header-inner {
      height: 5.4rem; } }
  @media screen and (min-width: 768px) {
    .header-inner {
      height: 5.4rem; } }
  @media screen and (min-width: 992px) {
    .header-inner {
      height: 5.4rem;
      justify-content: flex-end; } }
  @media screen and (min-width: 1200px) {
    .header-inner {
      height: 5.4rem; } }

.header-inner-left {
  flex: 0 0 auto; }

.header-inner-right {
  flex: 0 0 auto; }

.header-brand {
  font-weight: 700; }
  .header-brand a {
    color: #333; }
    .header-brand a:hover {
      color: #6c757d; }

.header-title {
  font-size: 1em;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .header-title {
      font-size: 1em; } }
  @media screen and (min-width: 992px) {
    .header-title {
      font-size: 1em; } }

.header-logo {
  display: block; }
  @media screen and (min-width: 992px) {
    .header-logo {
      display: block; } }
  .header-logo img {
    width: 240px; }

.phone-icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: block; }
  .phone-icon::before {
    content: '\f3cd';
    font-size: 2.4rem;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%); }
  @media screen and (min-width: 992px) {
    .phone-icon {
      display: none; } }

.nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30rem;
  min-width: 30rem;
  z-index: 2;
  padding-top: 5.4rem;
  padding-bottom: 12rem;
  transform: translateX(-30rem);
  transition: 0.25s;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    .nav-wrapper {
      padding-top: 5.4rem; } }
  @media screen and (min-width: 992px) {
    .nav-wrapper {
      position: static;
      padding-top: 0;
      padding-bottom: 0;
      transform: none;
      height: auto;
      overflow: visible;
      transition: none;
      z-index: 4; } }

.open-menu {
  overflow: hidden; }
  .open-menu .nav-wrapper {
    transform: translateX(0); }
  .open-menu .construct-layout-container::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }

.logo {
  display: none;
  background: transparent;
  padding: 2em; }
  @media screen and (min-width: 992px) {
    .logo {
      display: block;
      margin: -22px auto 0; } }
  .logo a {
    color: #fff;
    display: block;
    margin: 0 auto; }

.nav-trigger {
  display: block;
  position: relative;
  padding-right: 2.25em !important; }
  .nav-trigger::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    transition: transform 0.25s;
    color: #2ac42d; }
  .nav-trigger.open-nav::after {
    transform: translateY(-50%) rotate(180deg); }

.nav-item {
  border-bottom: solid 1px #d9d6be; }

.nav-list {
  display: none; }
  .nav-list li {
    overflow: hidden; }

.list-first {
  padding: 1.5em 1em;
  color: #333;
  display: block;
  border-top: solid 1px #d9d6be;
  cursor: pointer;
  transition: background 0.25s;
  background: #fff; }
  @media screen and (min-width: 992px) {
    .list-first:hover {
      color: #333;
      background: #f7f6f2; } }

.list-second {
  padding: 1.5em 1em;
  color: #333;
  display: block;
  border-top: solid 1px #d9d6be;
  cursor: pointer;
  background: #f1fcf1;
  transition: background 0.25s;
  position: relative; }
  @media screen and (min-width: 992px) {
    .list-second:hover {
      color: #333;
      background: #dcf8dd; } }

.list-link {
  padding-left: 1.875em !important;
  position: relative; }
  .list-link::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
    opacity: 0.8;
    color: #2ac42d; }

.bnr-wrapper {
  margin: 1.5em; }
  .bnr-wrapper .bnr-list li a {
    display: block;
    transition: 0.25s; }
    @media screen and (min-width: 992px) {
      .bnr-wrapper .bnr-list li a:hover {
        opacity: 0.5; } }
  .bnr-wrapper .bnr-list li + li {
    margin-top: 1em; }

.search-wrapper {
  margin: 1.5em; }

form.gsc-search-box {
  font-size: 1em !important;
  margin: 0 !important; }

.gsc-search-box {
  margin: 0 !important;
  border-collapse: unset !important; }

.gsc-input {
  padding: 0 !important;
  border: none !important;
  border-collapse: unset !important;
  margin: 0 !important;
  height: 0 !important;
  background: none !important; }

.gsc-input-box {
  border: none !important; }

.gsib_a {
  padding: 0 !important;
  border: none !important; }

.gsib_b {
  padding: 0 !important;
  border: none !important; }

.gsst_b {
  padding: 0 !important;
  height: 100% !important; }

.gsst_a {
  padding: 0 !important;
  width: 1.5em;
  text-align: center !important;
  height: 100% !important;
  position: relative !important; }

.gsc-search-button {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gsc-search-button-v2 {
  font-size: 16px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #2ac42d !important;
  width: 3em !important;
  height: 3em !important;
  border-radius: 0 !important; }

#gs_id50 {
  height: 3em !important;
  border: solid 1px #ccc !important; }

#gsc-i-id1 {
  height: 100% !important;
  padding: 0 0.5em !important; }

#gs_cb50 {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #ccc; }

.gsc-search-button.gsc-search-button-v2 {
  position: relative !important; }
  .gsc-search-button.gsc-search-button-v2 svg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important; }

a.gs-title {
  color: #ff954d !important; }

.gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a {
  color: #ff954d !important; }

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  color: #ff66a1 !important; }

.gsc-selected-option-container {
  max-width: 100% !important; }

.gcsc-more-maybe-branding-root {
  display: none !important; }

.gcsc-find-more-on-google-root {
  display: none !important; }

.gsc-result-info {
  padding: 0 !important; }

.gsc-above-wrapper-area {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 2em !important;
  background: #b6efb7 !important; }

.gsc-result-info-container {
  background: none !important;
  border: none !important; }

.gsc-orderby-container {
  border: none !important; }

.gsc-adBlock {
  display: none !important; }

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  background: #fff !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gsc-cursor-page {
  padding: 1em !important;
  background: #b6efb7 !important;
  display: inline-block !important; }

.gsc-control-cse {
  padding: 0 !important; }

.gsc-cursor-box {
  border: none !important;
  border-radius: 0 !important;
  margin: 1em 0 0 0 !important;
  background: #2ac42d !important; }

.gsc-cursor-box[dir="ltr"] {
  background: none !important; }

.gsc-results .gsc-cursor {
  color: #fff !important;
  fill: #fff !important; }

.construct-layout-footer {
  background: transparent;
  flex: none;
  width: 100%;
  z-index: 1; }

.footer-wrapper {
  background: #f1fcf1;
  position: relative; }

.footer-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%; }
  @media screen and (min-width: 576px) {
    .footer-container {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .footer-container {
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .footer-container {
      padding: 0 40px;
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .footer-container {
      padding: 0 40px;
      max-width: 1352px; } }

.footer-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0; }
  .footer-inner .footer-title {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 0.25em; }
  .footer-inner .footer-address {
    margin-bottom: 0.5em; }
  .footer-inner .footer-contact .icon > span::before {
    color: #2ac42d; }
  .footer-inner .footer-contact .footer-tel {
    display: inline-block; }
    .footer-inner .footer-contact .footer-tel a {
      color: #333;
      cursor: text; }
      .footer-inner .footer-contact .footer-tel a:hover {
        color: #333; }
  .footer-inner .footer-contact .footer-fax {
    display: inline-block;
    margin-left: 1em; }
  .footer-inner .footer-mail .icon > span::before {
    color: #2ac42d; }
  .footer-inner .footer-mail a {
    color: #333; }
    .footer-inner .footer-mail a:hover {
      color: #2ac42d; }
  .footer-inner .footer-link {
    text-align: left;
    font-size: 0.875em; }
    @media screen and (min-width: 768px) {
      .footer-inner .footer-link {
        text-align: right; } }
    .footer-inner .footer-link .icon > span::before {
      color: #2ac42d; }
    .footer-inner .footer-link a {
      color: #333; }
      .footer-inner .footer-link a:hover {
        color: #2ac42d; }
    .footer-inner .footer-link li + li {
      margin-top: 0.25em; }

.footer-inner-left {
  flex: 0 0 auto; }

.footer-inner-right {
  flex: 0 0 auto;
  margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .footer-inner-right {
      margin-top: 0; } }

.copyright-wrapper {
  background: #2ac42d;
  flex: none;
  padding: .6em 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .copyright-wrapper {
      padding: .6em 0; } }
  @media screen and (min-width: 992px) {
    .copyright-wrapper {
      padding: .6em 0; } }

.copyright-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%; }
  @media screen and (min-width: 576px) {
    .copyright-container {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .copyright-container {
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .copyright-container {
      padding: 0 40px;
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .copyright-container {
      padding: 0 40px;
      max-width: 1352px; } }

.copyright {
  color: #fff;
  font-size: 75%;
  text-align: center; }

.button {
  background: #2ac42d;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42875;
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 16px; }
  .button:hover {
    background: #3fd641;
    color: #fff; }
  .button.first {
    background: #ff954d;
    color: #fff; }
    .button.first:hover {
      background: #ffac73;
      color: #fff; }
  .button.second {
    background: #ff66a1;
    color: #fff; }
    .button.second:hover {
      background: #ff8cb9;
      color: #fff; }
  .button.third {
    background: #32b2f9;
    color: #fff; }
    .button.third:hover {
      background: #57c0fa;
      color: #fff; }
  .button.fourth {
    background: #ffffff;
    color: #fff; }
    .button.fourth:hover {
      background: white;
      color: #fff; }
  .button.five {
    background: #ffffff;
    color: #fff; }
    .button.five:hover {
      background: white;
      color: #fff; }
  .button.small {
    font-size: 10px;
    padding: 8px 12px; }
  .button.medium {
    font-size: 12px;
    padding: 10px 14px; }
  .button.normal {
    font-size: 14px;
    padding: 10px 16px; }
  .button.large {
    font-size: 16px;
    padding: 10px 18px; }
  .button.outline {
    background: #fff;
    border: 1px solid #2ac42d;
    color: #2ac42d; }
    .button.outline:hover {
      background: #2ac42d;
      color: #fff; }
    .button.outline.first {
      border: 1px solid #ff954d;
      color: #ff954d; }
      .button.outline.first:hover {
        background: #ffac73;
        color: #fff; }
    .button.outline.second {
      border: 1px solid #ff66a1;
      color: #ff66a1; }
      .button.outline.second:hover {
        background: #ff8cb9;
        color: #fff; }
    .button.outline.third {
      border: 1px solid #32b2f9;
      color: #32b2f9; }
      .button.outline.third:hover {
        background: #57c0fa;
        color: #fff; }
    .button.outline.fourth {
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.outline.fourth:hover {
        background: white;
        color: #fff; }
    .button.outline.five {
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.outline.five:hover {
        background: white;
        color: #fff; }
  .button span::after, .button.outline span::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    color: inherit;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin-left: .6em; }
  .button span.left::after, .button.outline span.left::after {
    content: none; }
  .button span.left::before, .button.outline span.left::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    color: inherit;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    margin-right: .6em; }
  .button span.arrows::after, .button.outline span.arrows::after {
    content: "" !important; }
  .button span.arrows.left::after, .button.outline span.arrows.left::after {
    content: none !important; }
  .button span.arrows.left::before, .button.outline span.arrows.left::before {
    content: "" !important; }
  .button span.back::after, .button.outline span.back::after {
    content: "" !important; }
  .button span.back.left::after, .button.outline span.back.left::after {
    content: none !important; }
  .button span.back.left::before, .button.outline span.back.left::before {
    content: "" !important; }
  .button span.check::after, .button.outline span.check::after {
    content: "" !important; }
  .button span.check.left::after, .button.outline span.check.left::after {
    content: none !important; }
  .button span.check.left::before, .button.outline span.check.left::before {
    content: "" !important; }
  .button span.clock::after, .button.outline span.clock::after {
    content: "" !important; }
  .button span.clock.left::after, .button.outline span.clock.left::after {
    content: none !important; }
  .button span.clock.left::before, .button.outline span.clock.left::before {
    content: "" !important; }
  .button span.duplicate::after, .button.outline span.duplicate::after {
    content: "" !important; }
  .button span.duplicate.left::after, .button.outline span.duplicate.left::after {
    content: none !important; }
  .button span.duplicate.left::before, .button.outline span.duplicate.left::before {
    content: "" !important; }
  .button span.edit::after, .button.outline span.edit::after {
    content: "" !important; }
  .button span.edit.left::after, .button.outline span.edit.left::after {
    content: none !important; }
  .button span.edit.left::before, .button.outline span.edit.left::before {
    content: "" !important; }
  .button span.eye::after, .button.outline span.eye::after {
    content: "" !important; }
  .button span.eye.left::after, .button.outline span.eye.left::after {
    content: none !important; }
  .button span.eye.left::before, .button.outline span.eye.left::before {
    content: "" !important; }
  .button span.eye-slash::after, .button.outline span.eye-slash::after {
    content: "" !important; }
  .button span.eye-slash.left::after, .button.outline span.eye-slash.left::after {
    content: none !important; }
  .button span.eye-slash.left::before, .button.outline span.eye-slash.left::before {
    content: "" !important; }
  .button span.fax::after, .button.outline span.fax::after {
    content: "" !important; }
  .button span.fax.left::after, .button.outline span.fax.left::after {
    content: none !important; }
  .button span.fax.left::before, .button.outline span.fax.left::before {
    content: "" !important; }
  .button span.hatena::after, .button.outline span.hatena::after {
    content: "" !important; }
  .button span.hatena.left::after, .button.outline span.hatena.left::after {
    content: none !important; }
  .button span.hatena.left::before, .button.outline span.hatena.left::before {
    content: "" !important; }
  .button span.info::after, .button.outline span.info::after {
    content: "" !important; }
  .button span.info.left::after, .button.outline span.info.left::after {
    content: none !important; }
  .button span.info.left::before, .button.outline span.info.left::before {
    content: "" !important; }
  .button span.link::after, .button.outline span.link::after {
    content: "" !important; }
  .button span.link.left::after, .button.outline span.link.left::after {
    content: none !important; }
  .button span.link.left::before, .button.outline span.link.left::before {
    content: "" !important; }
  .button span.mail::after, .button.outline span.mail::after {
    content: "" !important; }
  .button span.mail.left::after, .button.outline span.mail.left::after {
    content: none !important; }
  .button span.mail.left::before, .button.outline span.mail.left::before {
    content: "" !important; }
  .button span.new::after, .button.outline span.new::after {
    content: "" !important; }
  .button span.new.left::after, .button.outline span.new.left::after {
    content: none !important; }
  .button span.new.left::before, .button.outline span.new.left::before {
    content: "" !important; }
  .button span.pdf::after, .button.outline span.pdf::after {
    content: "" !important; }
  .button span.pdf.left::after, .button.outline span.pdf.left::after {
    content: none !important; }
  .button span.pdf.left::before, .button.outline span.pdf.left::before {
    content: "" !important; }
  .button span.plus::after, .button.outline span.plus::after {
    content: "" !important; }
  .button span.plus.left::after, .button.outline span.plus.left::after {
    content: none !important; }
  .button span.plus.left::before, .button.outline span.plus.left::before {
    content: "" !important; }
  .button span.privacy::after, .button.outline span.privacy::after {
    content: "" !important; }
  .button span.privacy.left::after, .button.outline span.privacy.left::after {
    content: none !important; }
  .button span.privacy.left::before, .button.outline span.privacy.left::before {
    content: "" !important; }
  .button span.send::after, .button.outline span.send::after {
    content: "" !important; }
  .button span.send.left::after, .button.outline span.send.left::after {
    content: none !important; }
  .button span.send.left::before, .button.outline span.send.left::before {
    content: "" !important; }
  .button span.tel::after, .button.outline span.tel::after {
    content: "" !important; }
  .button span.tel.left::after, .button.outline span.tel.left::after {
    content: none !important; }
  .button span.tel.left::before, .button.outline span.tel.left::before {
    content: "" !important; }
  .button span.trash::after, .button.outline span.trash::after {
    content: "" !important; }
  .button span.trash.left::after, .button.outline span.trash.left::after {
    content: none !important; }
  .button span.trash.left::before, .button.outline span.trash.left::before {
    content: "" !important; }
  .button span.update::after, .button.outline span.update::after {
    content: "" !important; }
  .button span.update.left::after, .button.outline span.update.left::after {
    content: none !important; }
  .button span.update.left::before, .button.outline span.update.left::before {
    content: "" !important; }
  .button span.outside::after, .button.outline span.outside::after {
    content: "" !important; }
  .button span.outside.left::after, .button.outline span.outside.left::after {
    content: none !important; }
  .button span.outside.left::before, .button.outline span.outside.left::before {
    content: "" !important; }
  .button span.chev-up::after, .button.outline span.chev-up::after {
    content: "" !important; }
  .button span.chev-up.left::after, .button.outline span.chev-up.left::after {
    content: none !important; }
  .button span.chev-up.left::before, .button.outline span.chev-up.left::before {
    content: "" !important; }
  .button span.chev-down::after, .button.outline span.chev-down::after {
    content: "" !important; }
  .button span.chev-down.left::after, .button.outline span.chev-down.left::after {
    content: none !important; }
  .button span.chev-down.left::before, .button.outline span.chev-down.left::before {
    content: "" !important; }
  .button span.chev-right::after, .button.outline span.chev-right::after {
    content: "" !important; }
  .button span.chev-right.left::after, .button.outline span.chev-right.left::after {
    content: none !important; }
  .button span.chev-right.left::before, .button.outline span.chev-right.left::before {
    content: "" !important; }
  .button span.chev-left::after, .button.outline span.chev-left::after {
    content: "" !important; }
  .button span.chev-left.left::after, .button.outline span.chev-left.left::after {
    content: none !important; }
  .button span.chev-left.left::before, .button.outline span.chev-left.left::before {
    content: "" !important; }
  .button span.ic-base::after, .button span.ic-base::before, .button.outline span.ic-base::after, .button.outline span.ic-base::before {
    color: #2ac42d; }
  .button span.ic-first::after, .button span.ic-first::before, .button.outline span.ic-first::after, .button.outline span.ic-first::before {
    color: #ff954d; }
  .button span.ic-second::after, .button span.ic-second::before, .button.outline span.ic-second::after, .button.outline span.ic-second::before {
    color: #ff66a1; }
  .button span.ic-third::after, .button span.ic-third::before, .button.outline span.ic-third::after, .button.outline span.ic-third::before {
    color: #32b2f9; }
  .button span.ic-fourth::after, .button span.ic-fourth::before, .button.outline span.ic-fourth::after, .button.outline span.ic-fourth::before {
    color: #ffffff; }
  .button span.ic-five::after, .button span.ic-five::before, .button.outline span.ic-five::after, .button.outline span.ic-five::before {
    color: #ffffff; }
  .button span.ic-white::after, .button span.ic-white::before, .button.outline span.ic-white::after, .button.outline span.ic-white::before {
    color: #fff; }
  .button span.ic-gray-100::after, .button span.ic-gray-100::before, .button.outline span.ic-gray-100::after, .button.outline span.ic-gray-100::before {
    color: #f8f9fa; }
  .button span.ic-gray-200::after, .button span.ic-gray-200::before, .button.outline span.ic-gray-200::after, .button.outline span.ic-gray-200::before {
    color: #e9ecef; }
  .button span.ic-gray-300::after, .button span.ic-gray-300::before, .button.outline span.ic-gray-300::after, .button.outline span.ic-gray-300::before {
    color: #dee2e6; }
  .button span.ic-gray-400::after, .button span.ic-gray-400::before, .button.outline span.ic-gray-400::after, .button.outline span.ic-gray-400::before {
    color: #ced4da; }
  .button span.ic-gray-500::after, .button span.ic-gray-500::before, .button.outline span.ic-gray-500::after, .button.outline span.ic-gray-500::before {
    color: #adb5bd; }
  .button span.ic-gray-600::after, .button span.ic-gray-600::before, .button.outline span.ic-gray-600::after, .button.outline span.ic-gray-600::before {
    color: #6c757d; }
  .button span.ic-gray-700::after, .button span.ic-gray-700::before, .button.outline span.ic-gray-700::after, .button.outline span.ic-gray-700::before {
    color: #495057; }
  .button span.ic-gray-800::after, .button span.ic-gray-800::before, .button.outline span.ic-gray-800::after, .button.outline span.ic-gray-800::before {
    color: #343a40; }
  .button span.ic-gray-900::after, .button span.ic-gray-900::before, .button.outline span.ic-gray-900::after, .button.outline span.ic-gray-900::before {
    color: #212529; }
  .button span.ic-gray-dark::after, .button span.ic-gray-dark::before, .button.outline span.ic-gray-dark::after, .button.outline span.ic-gray-dark::before {
    color: #333; }
  .button span.ic-black::after, .button span.ic-black::before, .button.outline span.ic-black::after, .button.outline span.ic-black::before {
    color: #000; }
  .button span.ic-red::after, .button span.ic-red::before, .button.outline span.ic-red::after, .button.outline span.ic-red::before {
    color: #b0120a; }
  .button span.ic-yellow::after, .button span.ic-yellow::before, .button.outline span.ic-yellow::after, .button.outline span.ic-yellow::before {
    color: #fff000; }
  .button span.ic-orange::after, .button span.ic-orange::before, .button.outline span.ic-orange::after, .button.outline span.ic-orange::before {
    color: #f18f2c; }
  .button span.ic-green::after, .button span.ic-green::before, .button.outline span.ic-green::after, .button.outline span.ic-green::before {
    color: #63a764; }
  .button span.ic-blue::after, .button span.ic-blue::before, .button.outline span.ic-blue::after, .button.outline span.ic-blue::before {
    color: #005fcc; }
  .button span.ic-pink::after, .button span.ic-pink::before, .button.outline span.ic-pink::after, .button.outline span.ic-pink::before {
    color: #ff0066; }
  .button span.ic-purple::after, .button span.ic-purple::before, .button.outline span.ic-purple::after, .button.outline span.ic-purple::before {
    color: #6f42c1; }
  .button span.ic-cyan::after, .button span.ic-cyan::before, .button.outline span.ic-cyan::after, .button.outline span.ic-cyan::before {
    color: #17a2b8; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

.disable {
  cursor: default;
  background: #adb5bd; }
  .disable:hover {
    background: #adb5bd; }

ul.list ul, ul.list ol,
ol.list ul,
ol.list ol {
  margin-left: 1em; }
ul.list.li-mb li:nth-of-type(n+2),
ol.list.li-mb li:nth-of-type(n+2) {
  margin-top: .8em; }
ul.list.li-mb ul, ul.list.li-mb ol,
ol.list.li-mb ul,
ol.list.li-mb ol {
  margin-top: .8em; }
ul.list.indent,
ol.list.indent {
  margin-left: 1em; }
  ul.list.indent ul, ul.list.indent ol,
  ol.list.indent ul,
  ol.list.indent ol {
    margin-top: .8em; }

ul.disc {
  list-style: disc outside;
  padding-left: 1.125em; }
  ul.disc ul {
    list-style: circle outside; }
ul.square li, ul.circle li {
  line-height: inherit;
  padding-left: 1.25em;
  position: relative; }
  ul.square li:before, ul.circle li:before {
    content: '';
    color: inherit;
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    top: 2px;
    left: 0; }
ul.square li:before {
  content: '■';
  color: #2ac42d; }
ul.circle li:before {
  content: '●';
  color: #2ac42d; }

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

.list-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .list-row li:not(:last-child) {
    margin-right: .5em; }

dl.list dt {
  font-weight: 700; }
  dl.list dt:nth-of-type(n+2) {
    margin-top: 1em; }
dl.list dd {
  line-height: 1.4; }

.label {
  background: #2ac42d;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1 !important;
  padding: 0.425em 0.6em;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 576px) {
    .label {
      padding: 0.425em 0.6em; } }
  @media screen and (min-width: 768px) {
    .label {
      padding: 0.5em 0.6em; } }
  @media screen and (min-width: 992px) {
    .label {
      padding: 0.4em 0.6em; } }
  @media screen and (min-width: 1200px) {
    .label {
      padding: 0.4em 0.6em; } }
  .label.first {
    background: #ff954d;
    color: #fff; }
  .label.second {
    background: #ff66a1;
    color: #fff; }
  .label.third {
    background: #32b2f9;
    color: #fff; }
  .label.fourth {
    background: #ffffff;
    color: #fff; }
  .label.five {
    background: #ffffff;
    color: #fff; }
  .label.white {
    background: #fff;
    color: inherit; }
  .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: #fff; }
  .label.gray-600 {
    background: #6c757d;
    color: #fff; }
  .label.gray-700 {
    background: #495057;
    color: #fff; }
  .label.gray-800 {
    background: #343a40;
    color: #fff; }
  .label.gray-900 {
    background: #212529;
    color: #fff; }
  .label.gray-dark {
    background: #333;
    color: inherit; }
  .label.black {
    background: #000;
    color: #fff; }
  .label.red {
    background: #b0120a;
    color: #fff; }
  .label.yellow {
    background: #fff000;
    color: inherit; }
  .label.orange {
    background: #f18f2c;
    color: inherit; }
  .label.green {
    background: #63a764;
    color: inherit; }
  .label.blue {
    background: #005fcc;
    color: #fff; }
  .label.pink {
    background: #ff0066;
    color: #fff; }
  .label.purple {
    background: #6f42c1;
    color: inherit; }
  .label.cyan {
    background: #17a2b8;
    color: inherit; }
  .label.outline {
    background: #fff;
    border: 1px solid #2ac42d;
    color: #2ac42d; }
    .label.outline.white {
      border: 1px solid #fff;
      color: #fff; }
    .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.gray-dark {
      border: 1px solid #333;
      color: #333; }
    .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.outline.purple {
      border: 1px solid #6f42c1;
      color: #6f42c1; }
    .label.outline.cyan {
      border: 1px solid #17a2b8;
      color: #17a2b8; }
  .label.expanded {
    display: block; }

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

.table th, .table td {
  border: 1px solid #adb5bd; }
.table th {
  background: #dcf8dd;
  padding: .3em 1em; }
.table td {
  background: #fff;
  overflow-wrap: break-word;
  padding: .6em 1em; }

.th-block {
  border-bottom: 1px solid #adb5bd; }
  @media screen and (min-width: 768px) {
    .th-block {
      border: none; } }
  .th-block th, .th-block td {
    display: block; }
    @media screen and (min-width: 768px) {
      .th-block th, .th-block td {
        display: table-cell; } }
  .th-block th {
    border-bottom: none;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .th-block th {
        border-bottom: 1px solid #adb5bd;
        width: 15%; } }
  .th-block td {
    border-bottom: none; }
    @media screen and (min-width: 768px) {
      .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: 768px) {
    .table-scroll-wrapper {
      white-space: normal; } }

.form input[type='text'],
.form input[type='radio'],
.form input[type='checkbox'],
.form textarea {
  font-size: 16px; }

.form-field + .form-field {
  margin-top: 2em; }
  @media screen and (min-width: 576px) {
    .form-field + .form-field {
      margin-top: 2em; } }
  @media screen and (min-width: 768px) {
    .form-field + .form-field {
      margin-top: 2em; } }
  @media screen and (min-width: 992px) {
    .form-field + .form-field {
      margin-top: 2em; } }
  @media screen and (min-width: 1200px) {
    .form-field + .form-field {
      margin-top: 2em; } }

label.item {
  display: block;
  border-left: 6px solid #2ac42d;
  color: #495057;
  font-weight: bold;
  margin-bottom: .8em;
  padding-left: .6em; }

.validate-error {
  display: inline-block;
  margin-left: .25em; }
  .validate-error .error {
    color: #b0120a;
    display: inline-block;
    font-size: .85em; }

input {
  background: #fff;
  border: 1px solid #ced4da;
  box-shadow: none;
  color: #333;
  font-size: 1em;
  line-height: 1;
  padding: 0.8em 1em;
  width: 100%;
  transition: border-color 0.2s ease-out, background 0.2s ease-out; }
  input::placeholder {
    font-size: .875em;
    transition: color 0.2s ease-out; }
  input::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  input:-ms-input-placeholder {
    color: #6c757d; }
  input::-webkit-input-placeholder {
    color: #6c757d; }
  input::-ms-expand {
    background: #fff;
    border: 0; }
  input[type="file"] {
    overflow: hidden; }
    input[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  input::file-selector-button {
    background-color: #f8f9fa;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #333;
    margin: -0.8em -1em;
    margin-inline-end: 1em;
    padding: 0.8em 1em;
    pointer-events: none; }
  input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9ecef; }
  input::-webkit-file-upload-button {
    background-color: #f8f9fa;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #333;
    margin: -0.8em -1em;
    margin-inline-end: 1em;
    padding: 0.8em 1em;
    pointer-events: none; }
  input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e9ecef; }
  input:focus {
    background: #fff;
    border-color: #2ac42d;
    box-shadow: 0 0 6px 1px rgba(42, 196, 45, 0.075);
    outline: 0; }
    input:focus::placeholder {
      color: transparent; }

textarea {
  font-size: 1em;
  line-height: 1.6;
  height: auto;
  padding: 1em;
  resize: vertical;
  width: 100%;
  background: #fff; }

select {
  width: 100%; }
  select::-moz-focus-inner {
    border: 0; }

.select {
  display: inline-block;
  position: relative; }
  .select select {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 1em;
    line-height: 1;
    padding: .8em 2.5em .7em 1em;
    position: relative;
    outline: none;
    overflow: hidden; }
  .select:after {
    border: 2px solid #adb5bd;
    border-right: 0;
    border-top: 0;
    content: '';
    display: block;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: .8em;
    transform: rotate(-45deg) translateY(-50%);
    width: 7px;
    height: 7px; }
    @media screen and (min-width: 992px) {
      .select:after {
        margin-top: -2px;
        width: 8px;
        height: 8px; } }

input[type='checkbox'],
input[type='radio'] {
  margin: 0;
  padding: 0;
  width: auto; }

.checkbox-group,
.radio-group {
  display: inline-block; }
  .checkbox-group.row,
  .radio-group.row {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .checkbox-group.row .label-checkbox,
    .checkbox-group.row .label-radio,
    .radio-group.row .label-checkbox,
    .radio-group.row .label-radio {
      margin-right: 1em; }

.label-checkbox input[type='checkbox'],
.label-radio input[type='radio'] {
  cursor: pointer; }
  .label-checkbox input[type='checkbox']:disabled,
  .label-radio input[type='radio']:disabled {
    cursor: not-allowed; }
    .label-checkbox input[type='checkbox']:disabled + span,
    .label-radio input[type='radio']:disabled + span {
      color: #adb5bd;
      cursor: not-allowed; }

.label-checkbox,
.label-radio {
  cursor: pointer;
  display: flex;
  align-items: center; }
  .label-checkbox .lever,
  .label-radio .lever {
    padding-left: .4em; }

.form_kakunin {
  margin-bottom: 2em; }
  .form_kakunin dt {
    display: block;
    border-left: 6px solid #2ac42d;
    color: #495057;
    margin-bottom: .4em;
    padding-left: .6em; }
  .form_kakunin dd {
    padding-left: 1em;
    margin-bottom: 1.2em; }

.accordion-wrapper {
  width: 100%; }

.accordion {
  position: relative; }

.accordion-heading {
  background: #2ac42d;
  border-bottom: 1px solid #26af28;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 1em;
  position: relative;
  transition: background 0.2s ease-out;
  width: 100%; }
  .accordion-heading:hover {
    background: #26af28; }
  .accordion-heading:after {
    border: 2px solid #fff;
    border-right: 0;
    border-top: 0;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 48%;
    right: 1em;
    transform: rotate(-45deg) translateY(-50%);
    width: 8px;
    height: 8px; }
    @media screen and (min-width: 992px) {
      .accordion-heading:after {
        width: 10px;
        height: 10px; } }
  .accordion-heading.active:after {
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0; }

.accordion-contents {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out; }

.accordion-contents-inner {
  background: #fff;
  padding: 1em; }

.tab-wrapper {
  width: 100%; }

ul.tab-label {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-flow: row wrap; }
  ul.tab-label li {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    flex: 1 0 auto;
    position: relative; }
    ul.tab-label li:last-child {
      border-right: 1px solid #dee2e6; }

.tab-label-item {
  background: #e9ecef;
  cursor: pointer;
  color: #ced4da;
  display: block;
  padding: 1em 0;
  text-align: center; }
  .tab-label-item:hover {
    color: #6c757d; }
  .tab-label-item.current {
    background: #fff;
    color: #333; }

.tab-contents {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.tab-contents-item {
  display: none;
  padding: 1em; }
  .tab-contents-item.current-view {
    display: block;
    animation: show .4s linear 0s; }

.pagetop {
  background: rgba(42, 196, 45, 0.9);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: .4rem;
  position: fixed;
  bottom: 4.4rem;
  right: 1rem;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: all 0.2s ease-out;
  width: 44px;
  height: 44px;
  z-index: 999;
  border: solid 1px #E8E6D8; }
  .pagetop:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: .75em;
    transition: transform .3s ease-out; }
    @media screen and (min-width: 768px) {
      .pagetop:after {
        width: 20px;
        height: 20px;
        margin-top: 1em; } }
  @media screen and (min-width: 768px) {
    .pagetop:hover {
      background: rgba(52, 212, 55, 0.9); } }
  .pagetop.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .pagetop {
      width: 50px;
      height: 50px;
      bottom: 1rem;
      right: 1rem; } }

.breadlist-wrapper {
  background: #fff;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 2em;
  padding: 1em 0; }
  @media screen and (min-width: 768px) {
    .breadlist-wrapper {
      padding: 1em 0; } }
  @media screen and (min-width: 992px) {
    .breadlist-wrapper {
      padding: 1em 0; } }

.breadlist-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%; }
  @media screen and (min-width: 576px) {
    .breadlist-container {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .breadlist-container {
      padding: 0 20px;
      max-width: 100%; } }
  @media screen and (min-width: 992px) {
    .breadlist-container {
      padding: 0 40px;
      max-width: 100%; } }
  @media screen and (min-width: 1200px) {
    .breadlist-container {
      padding: 0 40px;
      max-width: 1352px; } }

ol.breadlist {
  display: flex;
  align-items: center;
  font-size: .875em; }
  ol.breadlist li {
    color: inherit;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap; }
    ol.breadlist li + li::before {
      content: '＞';
      color: #495057;
      padding-right: .5em;
      padding-left: .5em; }
    ol.breadlist li a {
      color: #ff954d;
      transition: color 0.25s; }
      ol.breadlist li a::active, ol.breadlist li a::visited {
        color: inherit; }
      ol.breadlist li a:hover {
        color: #ff8634; }
    ol.breadlist li.current {
      color: #495057; }

.burger-wrapper {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  @media screen and (min-width: 992px) {
    .burger-wrapper {
      display: none; } }

.burger-icon {
  width: 24px; }
  .burger-icon span {
    background: #fff;
    display: block;
    width: 100%;
    height: 2px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out; }
    .burger-icon span:nth-of-type(2) {
      margin: 4px 0; }
  @media screen and (min-width: 576px) {
    .burger-icon {
      width: 24px; }
      .burger-icon span:nth-of-type(2) {
        margin: 4px 0; } }
  @media screen and (min-width: 768px) {
    .burger-icon {
      width: 24px; }
      .burger-icon span:nth-of-type(2) {
        margin: 4px 0; } }
  @media screen and (min-width: 992px) {
    .burger-icon {
      width: 24px; }
      .burger-icon span:nth-of-type(2) {
        margin: 4px; } }
  @media screen and (min-width: 1200px) {
    .burger-icon {
      width: 24px; }
      .burger-icon span:nth-of-type(2) {
        margin: 4px 0; } }
  .open-menu .burger-icon {
    background: transparent; }
    .open-menu .burger-icon span:nth-of-type(1) {
      transform: translateY(6px) rotate(-45deg); }
    .open-menu .burger-icon span:nth-of-type(2) {
      opacity: 0; }
    .open-menu .burger-icon span:nth-of-type(3) {
      transform: translateY(-6px) rotate(45deg); }
    @media screen and (min-width: 768px) {
      .open-menu .burger-icon span:nth-of-type(1) {
        transform: translateY(6px) rotate(-45deg); }
      .open-menu .burger-icon span:nth-of-type(2) {
        opacity: 0; }
      .open-menu .burger-icon span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg); } }
    @media screen and (min-width: 992px) {
      .open-menu .burger-icon span:nth-of-type(1) {
        transform: translateY(6px) rotate(-45deg); }
      .open-menu .burger-icon span:nth-of-type(2) {
        opacity: 0; }
      .open-menu .burger-icon span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg); } }

.pagination-wrapper {
  width: auto; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  text-align: center; }
  .pagination a,
  .pagination .current,
  .pagination span {
    border-radius: 3px;
    display: block;
    padding: 6px 8px 5px; }
  .pagination a {
    background: #fff;
    color: #333;
    transition: background 0.2s ease-out; }
    .pagination a:hover {
      background: #f8f9fa; }
  .pagination .current {
    background: #e9ecef;
    font-weight: 700; }
  .pagination span {
    color: #6c757d; }
  .pagination li {
    margin: 0 2px; }

.icon span::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: inherit;
  display: inline-block;
  font-weight: 900;
  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;
  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.back::after {
  content: "" !important; }
.icon span.back.left::after {
  content: none !important; }
.icon span.back.left::before {
  content: "" !important; }
.icon span.check::after {
  content: "" !important; }
.icon span.check.left::after {
  content: none !important; }
.icon span.check.left::before {
  content: "" !important; }
.icon span.clock::after {
  content: "" !important; }
.icon span.clock.left::after {
  content: none !important; }
.icon span.clock.left::before {
  content: "" !important; }
.icon span.duplicate::after {
  content: "" !important; }
.icon span.duplicate.left::after {
  content: none !important; }
.icon span.duplicate.left::before {
  content: "" !important; }
.icon span.edit::after {
  content: "" !important; }
.icon span.edit.left::after {
  content: none !important; }
.icon span.edit.left::before {
  content: "" !important; }
.icon span.eye::after {
  content: "" !important; }
.icon span.eye.left::after {
  content: none !important; }
.icon span.eye.left::before {
  content: "" !important; }
.icon span.eye-slash::after {
  content: "" !important; }
.icon span.eye-slash.left::after {
  content: none !important; }
.icon span.eye-slash.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.hatena::after {
  content: "" !important; }
.icon span.hatena.left::after {
  content: none !important; }
.icon span.hatena.left::before {
  content: "" !important; }
.icon span.info::after {
  content: "" !important; }
.icon span.info.left::after {
  content: none !important; }
.icon span.info.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.mail::after {
  content: "" !important; }
.icon span.mail.left::after {
  content: none !important; }
.icon span.mail.left::before {
  content: "" !important; }
.icon span.new::after {
  content: "" !important; }
.icon span.new.left::after {
  content: none !important; }
.icon span.new.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.plus::after {
  content: "" !important; }
.icon span.plus.left::after {
  content: none !important; }
.icon span.plus.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.send::after {
  content: "" !important; }
.icon span.send.left::after {
  content: none !important; }
.icon span.send.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.trash::after {
  content: "" !important; }
.icon span.trash.left::after {
  content: none !important; }
.icon span.trash.left::before {
  content: "" !important; }
.icon span.update::after {
  content: "" !important; }
.icon span.update.left::after {
  content: none !important; }
.icon span.update.left::before {
  content: "" !important; }
.icon span.outside::after {
  content: "" !important; }
.icon span.outside.left::after {
  content: none !important; }
.icon span.outside.left::before {
  content: "" !important; }
.icon span.chev-up::after {
  content: "" !important; }
.icon span.chev-up.left::after {
  content: none !important; }
.icon span.chev-up.left::before {
  content: "" !important; }
.icon span.chev-down::after {
  content: "" !important; }
.icon span.chev-down.left::after {
  content: none !important; }
.icon span.chev-down.left::before {
  content: "" !important; }
.icon span.chev-right::after {
  content: "" !important; }
.icon span.chev-right.left::after {
  content: none !important; }
.icon span.chev-right.left::before {
  content: "" !important; }
.icon span.chev-left::after {
  content: "" !important; }
.icon span.chev-left.left::after {
  content: none !important; }
.icon span.chev-left.left::before {
  content: "" !important; }
.icon span.ic-base::after, .icon span.ic-base::before {
  color: #2ac42d; }
.icon span.ic-first::after, .icon span.ic-first::before {
  color: #ff954d; }
.icon span.ic-second::after, .icon span.ic-second::before {
  color: #ff66a1; }
.icon span.ic-third::after, .icon span.ic-third::before {
  color: #32b2f9; }
.icon span.ic-fourth::after, .icon span.ic-fourth::before {
  color: #ffffff; }
.icon span.ic-five::after, .icon span.ic-five::before {
  color: #ffffff; }
.icon span.ic-white::after, .icon span.ic-white::before {
  color: #fff; }
.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-gray-dark::after, .icon span.ic-gray-dark::before {
  color: #333; }
.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; }
.icon span.ic-purple::after, .icon span.ic-purple::before {
  color: #6f42c1; }
.icon span.ic-cyan::after, .icon span.ic-cyan::before {
  color: #17a2b8; }

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

.mt4 {
  margin-top: 4px !important; }
  @media screen and (min-width: 576px) {
    .mt4 {
      margin-top: 4px !important; } }
  @media screen and (min-width: 768px) {
    .mt4 {
      margin-top: 5px !important; } }
  @media screen and (min-width: 992px) {
    .mt4 {
      margin-top: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .mt4 {
      margin-top: 5px !important; } }

.mb4 {
  margin-bottom: 4px !important; }
  @media screen and (min-width: 576px) {
    .mb4 {
      margin-bottom: 4px !important; } }
  @media screen and (min-width: 768px) {
    .mb4 {
      margin-bottom: 5px !important; } }
  @media screen and (min-width: 992px) {
    .mb4 {
      margin-bottom: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .mb4 {
      margin-bottom: 5px !important; } }

.mr4 {
  margin-right: 4px !important; }
  @media screen and (min-width: 576px) {
    .mr4 {
      margin-right: 4px !important; } }
  @media screen and (min-width: 768px) {
    .mr4 {
      margin-right: 5px !important; } }
  @media screen and (min-width: 992px) {
    .mr4 {
      margin-right: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .mr4 {
      margin-right: 5px !important; } }

.ml4 {
  margin-left: 4px !important; }
  @media screen and (min-width: 576px) {
    .ml4 {
      margin-left: 4px !important; } }
  @media screen and (min-width: 768px) {
    .ml4 {
      margin-left: 5px !important; } }
  @media screen and (min-width: 992px) {
    .ml4 {
      margin-left: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .ml4 {
      margin-left: 5px !important; } }

.pt4 {
  padding-top: 4px !important; }
  @media screen and (min-width: 576px) {
    .pt4 {
      padding-top: 4px !important; } }
  @media screen and (min-width: 768px) {
    .pt4 {
      padding-top: 5px !important; } }
  @media screen and (min-width: 992px) {
    .pt4 {
      padding-top: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .pt4 {
      padding-top: 5px !important; } }

.pb4 {
  padding-bottom: 4px !important; }
  @media screen and (min-width: 576px) {
    .pb4 {
      padding-bottom: 4px !important; } }
  @media screen and (min-width: 768px) {
    .pb4 {
      padding-bottom: 5px !important; } }
  @media screen and (min-width: 992px) {
    .pb4 {
      padding-bottom: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .pb4 {
      padding-bottom: 5px !important; } }

.pr4 {
  padding-right: 4px !important; }
  @media screen and (min-width: 576px) {
    .pr4 {
      padding-right: 4px !important; } }
  @media screen and (min-width: 768px) {
    .pr4 {
      padding-right: 5px !important; } }
  @media screen and (min-width: 992px) {
    .pr4 {
      padding-right: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .pr4 {
      padding-right: 5px !important; } }

.pl4 {
  padding-left: 4px !important; }
  @media screen and (min-width: 576px) {
    .pl4 {
      padding-left: 4px !important; } }
  @media screen and (min-width: 768px) {
    .pl4 {
      padding-left: 5px !important; } }
  @media screen and (min-width: 992px) {
    .pl4 {
      padding-left: 5px !important; } }
  @media screen and (min-width: 1200px) {
    .pl4 {
      padding-left: 5px !important; } }

.mt8 {
  margin-top: 8px !important; }
  @media screen and (min-width: 576px) {
    .mt8 {
      margin-top: 8px !important; } }
  @media screen and (min-width: 768px) {
    .mt8 {
      margin-top: 9px !important; } }
  @media screen and (min-width: 992px) {
    .mt8 {
      margin-top: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .mt8 {
      margin-top: 10px !important; } }

.mb8 {
  margin-bottom: 8px !important; }
  @media screen and (min-width: 576px) {
    .mb8 {
      margin-bottom: 8px !important; } }
  @media screen and (min-width: 768px) {
    .mb8 {
      margin-bottom: 9px !important; } }
  @media screen and (min-width: 992px) {
    .mb8 {
      margin-bottom: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .mb8 {
      margin-bottom: 10px !important; } }

.mr8 {
  margin-right: 8px !important; }
  @media screen and (min-width: 576px) {
    .mr8 {
      margin-right: 8px !important; } }
  @media screen and (min-width: 768px) {
    .mr8 {
      margin-right: 9px !important; } }
  @media screen and (min-width: 992px) {
    .mr8 {
      margin-right: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .mr8 {
      margin-right: 10px !important; } }

.ml8 {
  margin-left: 8px !important; }
  @media screen and (min-width: 576px) {
    .ml8 {
      margin-left: 8px !important; } }
  @media screen and (min-width: 768px) {
    .ml8 {
      margin-left: 9px !important; } }
  @media screen and (min-width: 992px) {
    .ml8 {
      margin-left: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .ml8 {
      margin-left: 10px !important; } }

.pt8 {
  padding-top: 8px !important; }
  @media screen and (min-width: 576px) {
    .pt8 {
      padding-top: 8px !important; } }
  @media screen and (min-width: 768px) {
    .pt8 {
      padding-top: 9px !important; } }
  @media screen and (min-width: 992px) {
    .pt8 {
      padding-top: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .pt8 {
      padding-top: 10px !important; } }

.pb8 {
  padding-bottom: 8px !important; }
  @media screen and (min-width: 576px) {
    .pb8 {
      padding-bottom: 8px !important; } }
  @media screen and (min-width: 768px) {
    .pb8 {
      padding-bottom: 9px !important; } }
  @media screen and (min-width: 992px) {
    .pb8 {
      padding-bottom: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .pb8 {
      padding-bottom: 10px !important; } }

.pr8 {
  padding-right: 8px !important; }
  @media screen and (min-width: 576px) {
    .pr8 {
      padding-right: 8px !important; } }
  @media screen and (min-width: 768px) {
    .pr8 {
      padding-right: 9px !important; } }
  @media screen and (min-width: 992px) {
    .pr8 {
      padding-right: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .pr8 {
      padding-right: 10px !important; } }

.pl8 {
  padding-left: 8px !important; }
  @media screen and (min-width: 576px) {
    .pl8 {
      padding-left: 8px !important; } }
  @media screen and (min-width: 768px) {
    .pl8 {
      padding-left: 9px !important; } }
  @media screen and (min-width: 992px) {
    .pl8 {
      padding-left: 10px !important; } }
  @media screen and (min-width: 1200px) {
    .pl8 {
      padding-left: 10px !important; } }

.mt12 {
  margin-top: 12px !important; }
  @media screen and (min-width: 576px) {
    .mt12 {
      margin-top: 12px !important; } }
  @media screen and (min-width: 768px) {
    .mt12 {
      margin-top: 13px !important; } }
  @media screen and (min-width: 992px) {
    .mt12 {
      margin-top: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .mt12 {
      margin-top: 14px !important; } }

.mb12 {
  margin-bottom: 12px !important; }
  @media screen and (min-width: 576px) {
    .mb12 {
      margin-bottom: 12px !important; } }
  @media screen and (min-width: 768px) {
    .mb12 {
      margin-bottom: 13px !important; } }
  @media screen and (min-width: 992px) {
    .mb12 {
      margin-bottom: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .mb12 {
      margin-bottom: 14px !important; } }

.mr12 {
  margin-right: 12px !important; }
  @media screen and (min-width: 576px) {
    .mr12 {
      margin-right: 12px !important; } }
  @media screen and (min-width: 768px) {
    .mr12 {
      margin-right: 13px !important; } }
  @media screen and (min-width: 992px) {
    .mr12 {
      margin-right: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .mr12 {
      margin-right: 14px !important; } }

.ml12 {
  margin-left: 12px !important; }
  @media screen and (min-width: 576px) {
    .ml12 {
      margin-left: 12px !important; } }
  @media screen and (min-width: 768px) {
    .ml12 {
      margin-left: 13px !important; } }
  @media screen and (min-width: 992px) {
    .ml12 {
      margin-left: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .ml12 {
      margin-left: 14px !important; } }

.pt12 {
  padding-top: 12px !important; }
  @media screen and (min-width: 576px) {
    .pt12 {
      padding-top: 12px !important; } }
  @media screen and (min-width: 768px) {
    .pt12 {
      padding-top: 13px !important; } }
  @media screen and (min-width: 992px) {
    .pt12 {
      padding-top: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .pt12 {
      padding-top: 14px !important; } }

.pb12 {
  padding-bottom: 12px !important; }
  @media screen and (min-width: 576px) {
    .pb12 {
      padding-bottom: 12px !important; } }
  @media screen and (min-width: 768px) {
    .pb12 {
      padding-bottom: 13px !important; } }
  @media screen and (min-width: 992px) {
    .pb12 {
      padding-bottom: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .pb12 {
      padding-bottom: 14px !important; } }

.pr12 {
  padding-right: 12px !important; }
  @media screen and (min-width: 576px) {
    .pr12 {
      padding-right: 12px !important; } }
  @media screen and (min-width: 768px) {
    .pr12 {
      padding-right: 13px !important; } }
  @media screen and (min-width: 992px) {
    .pr12 {
      padding-right: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .pr12 {
      padding-right: 14px !important; } }

.pl12 {
  padding-left: 12px !important; }
  @media screen and (min-width: 576px) {
    .pl12 {
      padding-left: 12px !important; } }
  @media screen and (min-width: 768px) {
    .pl12 {
      padding-left: 13px !important; } }
  @media screen and (min-width: 992px) {
    .pl12 {
      padding-left: 14px !important; } }
  @media screen and (min-width: 1200px) {
    .pl12 {
      padding-left: 14px !important; } }

.mt16 {
  margin-top: 16px !important; }
  @media screen and (min-width: 576px) {
    .mt16 {
      margin-top: 16px !important; } }
  @media screen and (min-width: 768px) {
    .mt16 {
      margin-top: 18px !important; } }
  @media screen and (min-width: 992px) {
    .mt16 {
      margin-top: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .mt16 {
      margin-top: 19px !important; } }

.mb16 {
  margin-bottom: 16px !important; }
  @media screen and (min-width: 576px) {
    .mb16 {
      margin-bottom: 16px !important; } }
  @media screen and (min-width: 768px) {
    .mb16 {
      margin-bottom: 18px !important; } }
  @media screen and (min-width: 992px) {
    .mb16 {
      margin-bottom: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .mb16 {
      margin-bottom: 19px !important; } }

.mr16 {
  margin-right: 16px !important; }
  @media screen and (min-width: 576px) {
    .mr16 {
      margin-right: 16px !important; } }
  @media screen and (min-width: 768px) {
    .mr16 {
      margin-right: 18px !important; } }
  @media screen and (min-width: 992px) {
    .mr16 {
      margin-right: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .mr16 {
      margin-right: 19px !important; } }

.ml16 {
  margin-left: 16px !important; }
  @media screen and (min-width: 576px) {
    .ml16 {
      margin-left: 16px !important; } }
  @media screen and (min-width: 768px) {
    .ml16 {
      margin-left: 18px !important; } }
  @media screen and (min-width: 992px) {
    .ml16 {
      margin-left: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .ml16 {
      margin-left: 19px !important; } }

.pt16 {
  padding-top: 16px !important; }
  @media screen and (min-width: 576px) {
    .pt16 {
      padding-top: 16px !important; } }
  @media screen and (min-width: 768px) {
    .pt16 {
      padding-top: 18px !important; } }
  @media screen and (min-width: 992px) {
    .pt16 {
      padding-top: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .pt16 {
      padding-top: 19px !important; } }

.pb16 {
  padding-bottom: 16px !important; }
  @media screen and (min-width: 576px) {
    .pb16 {
      padding-bottom: 16px !important; } }
  @media screen and (min-width: 768px) {
    .pb16 {
      padding-bottom: 18px !important; } }
  @media screen and (min-width: 992px) {
    .pb16 {
      padding-bottom: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .pb16 {
      padding-bottom: 19px !important; } }

.pr16 {
  padding-right: 16px !important; }
  @media screen and (min-width: 576px) {
    .pr16 {
      padding-right: 16px !important; } }
  @media screen and (min-width: 768px) {
    .pr16 {
      padding-right: 18px !important; } }
  @media screen and (min-width: 992px) {
    .pr16 {
      padding-right: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .pr16 {
      padding-right: 19px !important; } }

.pl16 {
  padding-left: 16px !important; }
  @media screen and (min-width: 576px) {
    .pl16 {
      padding-left: 16px !important; } }
  @media screen and (min-width: 768px) {
    .pl16 {
      padding-left: 18px !important; } }
  @media screen and (min-width: 992px) {
    .pl16 {
      padding-left: 19px !important; } }
  @media screen and (min-width: 1200px) {
    .pl16 {
      padding-left: 19px !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media screen and (min-width: 576px) {
    .mt20 {
      margin-top: 20px !important; } }
  @media screen and (min-width: 768px) {
    .mt20 {
      margin-top: 22px !important; } }
  @media screen and (min-width: 992px) {
    .mt20 {
      margin-top: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .mt20 {
      margin-top: 23px !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (min-width: 576px) {
    .mb20 {
      margin-bottom: 20px !important; } }
  @media screen and (min-width: 768px) {
    .mb20 {
      margin-bottom: 22px !important; } }
  @media screen and (min-width: 992px) {
    .mb20 {
      margin-bottom: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .mb20 {
      margin-bottom: 23px !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media screen and (min-width: 576px) {
    .mr20 {
      margin-right: 20px !important; } }
  @media screen and (min-width: 768px) {
    .mr20 {
      margin-right: 22px !important; } }
  @media screen and (min-width: 992px) {
    .mr20 {
      margin-right: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .mr20 {
      margin-right: 23px !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media screen and (min-width: 576px) {
    .ml20 {
      margin-left: 20px !important; } }
  @media screen and (min-width: 768px) {
    .ml20 {
      margin-left: 22px !important; } }
  @media screen and (min-width: 992px) {
    .ml20 {
      margin-left: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .ml20 {
      margin-left: 23px !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media screen and (min-width: 576px) {
    .pt20 {
      padding-top: 20px !important; } }
  @media screen and (min-width: 768px) {
    .pt20 {
      padding-top: 22px !important; } }
  @media screen and (min-width: 992px) {
    .pt20 {
      padding-top: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .pt20 {
      padding-top: 23px !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media screen and (min-width: 576px) {
    .pb20 {
      padding-bottom: 20px !important; } }
  @media screen and (min-width: 768px) {
    .pb20 {
      padding-bottom: 22px !important; } }
  @media screen and (min-width: 992px) {
    .pb20 {
      padding-bottom: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .pb20 {
      padding-bottom: 23px !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media screen and (min-width: 576px) {
    .pr20 {
      padding-right: 20px !important; } }
  @media screen and (min-width: 768px) {
    .pr20 {
      padding-right: 22px !important; } }
  @media screen and (min-width: 992px) {
    .pr20 {
      padding-right: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .pr20 {
      padding-right: 23px !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media screen and (min-width: 576px) {
    .pl20 {
      padding-left: 20px !important; } }
  @media screen and (min-width: 768px) {
    .pl20 {
      padding-left: 22px !important; } }
  @media screen and (min-width: 992px) {
    .pl20 {
      padding-left: 23px !important; } }
  @media screen and (min-width: 1200px) {
    .pl20 {
      padding-left: 23px !important; } }

.mt24 {
  margin-top: 24px !important; }
  @media screen and (min-width: 576px) {
    .mt24 {
      margin-top: 24px !important; } }
  @media screen and (min-width: 768px) {
    .mt24 {
      margin-top: 26px !important; } }
  @media screen and (min-width: 992px) {
    .mt24 {
      margin-top: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .mt24 {
      margin-top: 28px !important; } }

.mb24 {
  margin-bottom: 24px !important; }
  @media screen and (min-width: 576px) {
    .mb24 {
      margin-bottom: 24px !important; } }
  @media screen and (min-width: 768px) {
    .mb24 {
      margin-bottom: 26px !important; } }
  @media screen and (min-width: 992px) {
    .mb24 {
      margin-bottom: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .mb24 {
      margin-bottom: 28px !important; } }

.mr24 {
  margin-right: 24px !important; }
  @media screen and (min-width: 576px) {
    .mr24 {
      margin-right: 24px !important; } }
  @media screen and (min-width: 768px) {
    .mr24 {
      margin-right: 26px !important; } }
  @media screen and (min-width: 992px) {
    .mr24 {
      margin-right: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .mr24 {
      margin-right: 28px !important; } }

.ml24 {
  margin-left: 24px !important; }
  @media screen and (min-width: 576px) {
    .ml24 {
      margin-left: 24px !important; } }
  @media screen and (min-width: 768px) {
    .ml24 {
      margin-left: 26px !important; } }
  @media screen and (min-width: 992px) {
    .ml24 {
      margin-left: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .ml24 {
      margin-left: 28px !important; } }

.pt24 {
  padding-top: 24px !important; }
  @media screen and (min-width: 576px) {
    .pt24 {
      padding-top: 24px !important; } }
  @media screen and (min-width: 768px) {
    .pt24 {
      padding-top: 26px !important; } }
  @media screen and (min-width: 992px) {
    .pt24 {
      padding-top: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .pt24 {
      padding-top: 28px !important; } }

.pb24 {
  padding-bottom: 24px !important; }
  @media screen and (min-width: 576px) {
    .pb24 {
      padding-bottom: 24px !important; } }
  @media screen and (min-width: 768px) {
    .pb24 {
      padding-bottom: 26px !important; } }
  @media screen and (min-width: 992px) {
    .pb24 {
      padding-bottom: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .pb24 {
      padding-bottom: 28px !important; } }

.pr24 {
  padding-right: 24px !important; }
  @media screen and (min-width: 576px) {
    .pr24 {
      padding-right: 24px !important; } }
  @media screen and (min-width: 768px) {
    .pr24 {
      padding-right: 26px !important; } }
  @media screen and (min-width: 992px) {
    .pr24 {
      padding-right: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .pr24 {
      padding-right: 28px !important; } }

.pl24 {
  padding-left: 24px !important; }
  @media screen and (min-width: 576px) {
    .pl24 {
      padding-left: 24px !important; } }
  @media screen and (min-width: 768px) {
    .pl24 {
      padding-left: 26px !important; } }
  @media screen and (min-width: 992px) {
    .pl24 {
      padding-left: 28px !important; } }
  @media screen and (min-width: 1200px) {
    .pl24 {
      padding-left: 28px !important; } }

.mt28 {
  margin-top: 28px !important; }
  @media screen and (min-width: 576px) {
    .mt28 {
      margin-top: 28px !important; } }
  @media screen and (min-width: 768px) {
    .mt28 {
      margin-top: 30px !important; } }
  @media screen and (min-width: 992px) {
    .mt28 {
      margin-top: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .mt28 {
      margin-top: 33px !important; } }

.mb28 {
  margin-bottom: 28px !important; }
  @media screen and (min-width: 576px) {
    .mb28 {
      margin-bottom: 28px !important; } }
  @media screen and (min-width: 768px) {
    .mb28 {
      margin-bottom: 30px !important; } }
  @media screen and (min-width: 992px) {
    .mb28 {
      margin-bottom: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .mb28 {
      margin-bottom: 33px !important; } }

.mr28 {
  margin-right: 28px !important; }
  @media screen and (min-width: 576px) {
    .mr28 {
      margin-right: 28px !important; } }
  @media screen and (min-width: 768px) {
    .mr28 {
      margin-right: 30px !important; } }
  @media screen and (min-width: 992px) {
    .mr28 {
      margin-right: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .mr28 {
      margin-right: 33px !important; } }

.ml28 {
  margin-left: 28px !important; }
  @media screen and (min-width: 576px) {
    .ml28 {
      margin-left: 28px !important; } }
  @media screen and (min-width: 768px) {
    .ml28 {
      margin-left: 30px !important; } }
  @media screen and (min-width: 992px) {
    .ml28 {
      margin-left: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .ml28 {
      margin-left: 33px !important; } }

.pt28 {
  padding-top: 28px !important; }
  @media screen and (min-width: 576px) {
    .pt28 {
      padding-top: 28px !important; } }
  @media screen and (min-width: 768px) {
    .pt28 {
      padding-top: 30px !important; } }
  @media screen and (min-width: 992px) {
    .pt28 {
      padding-top: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .pt28 {
      padding-top: 33px !important; } }

.pb28 {
  padding-bottom: 28px !important; }
  @media screen and (min-width: 576px) {
    .pb28 {
      padding-bottom: 28px !important; } }
  @media screen and (min-width: 768px) {
    .pb28 {
      padding-bottom: 30px !important; } }
  @media screen and (min-width: 992px) {
    .pb28 {
      padding-bottom: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .pb28 {
      padding-bottom: 33px !important; } }

.pr28 {
  padding-right: 28px !important; }
  @media screen and (min-width: 576px) {
    .pr28 {
      padding-right: 28px !important; } }
  @media screen and (min-width: 768px) {
    .pr28 {
      padding-right: 30px !important; } }
  @media screen and (min-width: 992px) {
    .pr28 {
      padding-right: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .pr28 {
      padding-right: 33px !important; } }

.pl28 {
  padding-left: 28px !important; }
  @media screen and (min-width: 576px) {
    .pl28 {
      padding-left: 28px !important; } }
  @media screen and (min-width: 768px) {
    .pl28 {
      padding-left: 30px !important; } }
  @media screen and (min-width: 992px) {
    .pl28 {
      padding-left: 33px !important; } }
  @media screen and (min-width: 1200px) {
    .pl28 {
      padding-left: 33px !important; } }

.mt32 {
  margin-top: 32px !important; }
  @media screen and (min-width: 576px) {
    .mt32 {
      margin-top: 32px !important; } }
  @media screen and (min-width: 768px) {
    .mt32 {
      margin-top: 35px !important; } }
  @media screen and (min-width: 992px) {
    .mt32 {
      margin-top: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .mt32 {
      margin-top: 37px !important; } }

.mb32 {
  margin-bottom: 32px !important; }
  @media screen and (min-width: 576px) {
    .mb32 {
      margin-bottom: 32px !important; } }
  @media screen and (min-width: 768px) {
    .mb32 {
      margin-bottom: 35px !important; } }
  @media screen and (min-width: 992px) {
    .mb32 {
      margin-bottom: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .mb32 {
      margin-bottom: 37px !important; } }

.mr32 {
  margin-right: 32px !important; }
  @media screen and (min-width: 576px) {
    .mr32 {
      margin-right: 32px !important; } }
  @media screen and (min-width: 768px) {
    .mr32 {
      margin-right: 35px !important; } }
  @media screen and (min-width: 992px) {
    .mr32 {
      margin-right: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .mr32 {
      margin-right: 37px !important; } }

.ml32 {
  margin-left: 32px !important; }
  @media screen and (min-width: 576px) {
    .ml32 {
      margin-left: 32px !important; } }
  @media screen and (min-width: 768px) {
    .ml32 {
      margin-left: 35px !important; } }
  @media screen and (min-width: 992px) {
    .ml32 {
      margin-left: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .ml32 {
      margin-left: 37px !important; } }

.pt32 {
  padding-top: 32px !important; }
  @media screen and (min-width: 576px) {
    .pt32 {
      padding-top: 32px !important; } }
  @media screen and (min-width: 768px) {
    .pt32 {
      padding-top: 35px !important; } }
  @media screen and (min-width: 992px) {
    .pt32 {
      padding-top: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .pt32 {
      padding-top: 37px !important; } }

.pb32 {
  padding-bottom: 32px !important; }
  @media screen and (min-width: 576px) {
    .pb32 {
      padding-bottom: 32px !important; } }
  @media screen and (min-width: 768px) {
    .pb32 {
      padding-bottom: 35px !important; } }
  @media screen and (min-width: 992px) {
    .pb32 {
      padding-bottom: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .pb32 {
      padding-bottom: 37px !important; } }

.pr32 {
  padding-right: 32px !important; }
  @media screen and (min-width: 576px) {
    .pr32 {
      padding-right: 32px !important; } }
  @media screen and (min-width: 768px) {
    .pr32 {
      padding-right: 35px !important; } }
  @media screen and (min-width: 992px) {
    .pr32 {
      padding-right: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .pr32 {
      padding-right: 37px !important; } }

.pl32 {
  padding-left: 32px !important; }
  @media screen and (min-width: 576px) {
    .pl32 {
      padding-left: 32px !important; } }
  @media screen and (min-width: 768px) {
    .pl32 {
      padding-left: 35px !important; } }
  @media screen and (min-width: 992px) {
    .pl32 {
      padding-left: 37px !important; } }
  @media screen and (min-width: 1200px) {
    .pl32 {
      padding-left: 37px !important; } }

.mt36 {
  margin-top: 36px !important; }
  @media screen and (min-width: 576px) {
    .mt36 {
      margin-top: 36px !important; } }
  @media screen and (min-width: 768px) {
    .mt36 {
      margin-top: 39px !important; } }
  @media screen and (min-width: 992px) {
    .mt36 {
      margin-top: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .mt36 {
      margin-top: 42px !important; } }

.mb36 {
  margin-bottom: 36px !important; }
  @media screen and (min-width: 576px) {
    .mb36 {
      margin-bottom: 36px !important; } }
  @media screen and (min-width: 768px) {
    .mb36 {
      margin-bottom: 39px !important; } }
  @media screen and (min-width: 992px) {
    .mb36 {
      margin-bottom: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .mb36 {
      margin-bottom: 42px !important; } }

.mr36 {
  margin-right: 36px !important; }
  @media screen and (min-width: 576px) {
    .mr36 {
      margin-right: 36px !important; } }
  @media screen and (min-width: 768px) {
    .mr36 {
      margin-right: 39px !important; } }
  @media screen and (min-width: 992px) {
    .mr36 {
      margin-right: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .mr36 {
      margin-right: 42px !important; } }

.ml36 {
  margin-left: 36px !important; }
  @media screen and (min-width: 576px) {
    .ml36 {
      margin-left: 36px !important; } }
  @media screen and (min-width: 768px) {
    .ml36 {
      margin-left: 39px !important; } }
  @media screen and (min-width: 992px) {
    .ml36 {
      margin-left: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .ml36 {
      margin-left: 42px !important; } }

.pt36 {
  padding-top: 36px !important; }
  @media screen and (min-width: 576px) {
    .pt36 {
      padding-top: 36px !important; } }
  @media screen and (min-width: 768px) {
    .pt36 {
      padding-top: 39px !important; } }
  @media screen and (min-width: 992px) {
    .pt36 {
      padding-top: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .pt36 {
      padding-top: 42px !important; } }

.pb36 {
  padding-bottom: 36px !important; }
  @media screen and (min-width: 576px) {
    .pb36 {
      padding-bottom: 36px !important; } }
  @media screen and (min-width: 768px) {
    .pb36 {
      padding-bottom: 39px !important; } }
  @media screen and (min-width: 992px) {
    .pb36 {
      padding-bottom: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .pb36 {
      padding-bottom: 42px !important; } }

.pr36 {
  padding-right: 36px !important; }
  @media screen and (min-width: 576px) {
    .pr36 {
      padding-right: 36px !important; } }
  @media screen and (min-width: 768px) {
    .pr36 {
      padding-right: 39px !important; } }
  @media screen and (min-width: 992px) {
    .pr36 {
      padding-right: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .pr36 {
      padding-right: 42px !important; } }

.pl36 {
  padding-left: 36px !important; }
  @media screen and (min-width: 576px) {
    .pl36 {
      padding-left: 36px !important; } }
  @media screen and (min-width: 768px) {
    .pl36 {
      padding-left: 39px !important; } }
  @media screen and (min-width: 992px) {
    .pl36 {
      padding-left: 42px !important; } }
  @media screen and (min-width: 1200px) {
    .pl36 {
      padding-left: 42px !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media screen and (min-width: 576px) {
    .mt40 {
      margin-top: 40px !important; } }
  @media screen and (min-width: 768px) {
    .mt40 {
      margin-top: 43px !important; } }
  @media screen and (min-width: 992px) {
    .mt40 {
      margin-top: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .mt40 {
      margin-top: 46px !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (min-width: 576px) {
    .mb40 {
      margin-bottom: 40px !important; } }
  @media screen and (min-width: 768px) {
    .mb40 {
      margin-bottom: 43px !important; } }
  @media screen and (min-width: 992px) {
    .mb40 {
      margin-bottom: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .mb40 {
      margin-bottom: 46px !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media screen and (min-width: 576px) {
    .mr40 {
      margin-right: 40px !important; } }
  @media screen and (min-width: 768px) {
    .mr40 {
      margin-right: 43px !important; } }
  @media screen and (min-width: 992px) {
    .mr40 {
      margin-right: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .mr40 {
      margin-right: 46px !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media screen and (min-width: 576px) {
    .ml40 {
      margin-left: 40px !important; } }
  @media screen and (min-width: 768px) {
    .ml40 {
      margin-left: 43px !important; } }
  @media screen and (min-width: 992px) {
    .ml40 {
      margin-left: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .ml40 {
      margin-left: 46px !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media screen and (min-width: 576px) {
    .pt40 {
      padding-top: 40px !important; } }
  @media screen and (min-width: 768px) {
    .pt40 {
      padding-top: 43px !important; } }
  @media screen and (min-width: 992px) {
    .pt40 {
      padding-top: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .pt40 {
      padding-top: 46px !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media screen and (min-width: 576px) {
    .pb40 {
      padding-bottom: 40px !important; } }
  @media screen and (min-width: 768px) {
    .pb40 {
      padding-bottom: 43px !important; } }
  @media screen and (min-width: 992px) {
    .pb40 {
      padding-bottom: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .pb40 {
      padding-bottom: 46px !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media screen and (min-width: 576px) {
    .pr40 {
      padding-right: 40px !important; } }
  @media screen and (min-width: 768px) {
    .pr40 {
      padding-right: 43px !important; } }
  @media screen and (min-width: 992px) {
    .pr40 {
      padding-right: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .pr40 {
      padding-right: 46px !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media screen and (min-width: 576px) {
    .pl40 {
      padding-left: 40px !important; } }
  @media screen and (min-width: 768px) {
    .pl40 {
      padding-left: 43px !important; } }
  @media screen and (min-width: 992px) {
    .pl40 {
      padding-left: 46px !important; } }
  @media screen and (min-width: 1200px) {
    .pl40 {
      padding-left: 46px !important; } }

.mt44 {
  margin-top: 44px !important; }
  @media screen and (min-width: 576px) {
    .mt44 {
      margin-top: 44px !important; } }
  @media screen and (min-width: 768px) {
    .mt44 {
      margin-top: 48px !important; } }
  @media screen and (min-width: 992px) {
    .mt44 {
      margin-top: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .mt44 {
      margin-top: 51px !important; } }

.mb44 {
  margin-bottom: 44px !important; }
  @media screen and (min-width: 576px) {
    .mb44 {
      margin-bottom: 44px !important; } }
  @media screen and (min-width: 768px) {
    .mb44 {
      margin-bottom: 48px !important; } }
  @media screen and (min-width: 992px) {
    .mb44 {
      margin-bottom: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .mb44 {
      margin-bottom: 51px !important; } }

.mr44 {
  margin-right: 44px !important; }
  @media screen and (min-width: 576px) {
    .mr44 {
      margin-right: 44px !important; } }
  @media screen and (min-width: 768px) {
    .mr44 {
      margin-right: 48px !important; } }
  @media screen and (min-width: 992px) {
    .mr44 {
      margin-right: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .mr44 {
      margin-right: 51px !important; } }

.ml44 {
  margin-left: 44px !important; }
  @media screen and (min-width: 576px) {
    .ml44 {
      margin-left: 44px !important; } }
  @media screen and (min-width: 768px) {
    .ml44 {
      margin-left: 48px !important; } }
  @media screen and (min-width: 992px) {
    .ml44 {
      margin-left: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .ml44 {
      margin-left: 51px !important; } }

.pt44 {
  padding-top: 44px !important; }
  @media screen and (min-width: 576px) {
    .pt44 {
      padding-top: 44px !important; } }
  @media screen and (min-width: 768px) {
    .pt44 {
      padding-top: 48px !important; } }
  @media screen and (min-width: 992px) {
    .pt44 {
      padding-top: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .pt44 {
      padding-top: 51px !important; } }

.pb44 {
  padding-bottom: 44px !important; }
  @media screen and (min-width: 576px) {
    .pb44 {
      padding-bottom: 44px !important; } }
  @media screen and (min-width: 768px) {
    .pb44 {
      padding-bottom: 48px !important; } }
  @media screen and (min-width: 992px) {
    .pb44 {
      padding-bottom: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .pb44 {
      padding-bottom: 51px !important; } }

.pr44 {
  padding-right: 44px !important; }
  @media screen and (min-width: 576px) {
    .pr44 {
      padding-right: 44px !important; } }
  @media screen and (min-width: 768px) {
    .pr44 {
      padding-right: 48px !important; } }
  @media screen and (min-width: 992px) {
    .pr44 {
      padding-right: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .pr44 {
      padding-right: 51px !important; } }

.pl44 {
  padding-left: 44px !important; }
  @media screen and (min-width: 576px) {
    .pl44 {
      padding-left: 44px !important; } }
  @media screen and (min-width: 768px) {
    .pl44 {
      padding-left: 48px !important; } }
  @media screen and (min-width: 992px) {
    .pl44 {
      padding-left: 51px !important; } }
  @media screen and (min-width: 1200px) {
    .pl44 {
      padding-left: 51px !important; } }

.mt48 {
  margin-top: 48px !important; }
  @media screen and (min-width: 576px) {
    .mt48 {
      margin-top: 48px !important; } }
  @media screen and (min-width: 768px) {
    .mt48 {
      margin-top: 52px !important; } }
  @media screen and (min-width: 992px) {
    .mt48 {
      margin-top: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .mt48 {
      margin-top: 55px !important; } }

.mb48 {
  margin-bottom: 48px !important; }
  @media screen and (min-width: 576px) {
    .mb48 {
      margin-bottom: 48px !important; } }
  @media screen and (min-width: 768px) {
    .mb48 {
      margin-bottom: 52px !important; } }
  @media screen and (min-width: 992px) {
    .mb48 {
      margin-bottom: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .mb48 {
      margin-bottom: 55px !important; } }

.mr48 {
  margin-right: 48px !important; }
  @media screen and (min-width: 576px) {
    .mr48 {
      margin-right: 48px !important; } }
  @media screen and (min-width: 768px) {
    .mr48 {
      margin-right: 52px !important; } }
  @media screen and (min-width: 992px) {
    .mr48 {
      margin-right: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .mr48 {
      margin-right: 55px !important; } }

.ml48 {
  margin-left: 48px !important; }
  @media screen and (min-width: 576px) {
    .ml48 {
      margin-left: 48px !important; } }
  @media screen and (min-width: 768px) {
    .ml48 {
      margin-left: 52px !important; } }
  @media screen and (min-width: 992px) {
    .ml48 {
      margin-left: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .ml48 {
      margin-left: 55px !important; } }

.pt48 {
  padding-top: 48px !important; }
  @media screen and (min-width: 576px) {
    .pt48 {
      padding-top: 48px !important; } }
  @media screen and (min-width: 768px) {
    .pt48 {
      padding-top: 52px !important; } }
  @media screen and (min-width: 992px) {
    .pt48 {
      padding-top: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .pt48 {
      padding-top: 55px !important; } }

.pb48 {
  padding-bottom: 48px !important; }
  @media screen and (min-width: 576px) {
    .pb48 {
      padding-bottom: 48px !important; } }
  @media screen and (min-width: 768px) {
    .pb48 {
      padding-bottom: 52px !important; } }
  @media screen and (min-width: 992px) {
    .pb48 {
      padding-bottom: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .pb48 {
      padding-bottom: 55px !important; } }

.pr48 {
  padding-right: 48px !important; }
  @media screen and (min-width: 576px) {
    .pr48 {
      padding-right: 48px !important; } }
  @media screen and (min-width: 768px) {
    .pr48 {
      padding-right: 52px !important; } }
  @media screen and (min-width: 992px) {
    .pr48 {
      padding-right: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .pr48 {
      padding-right: 55px !important; } }

.pl48 {
  padding-left: 48px !important; }
  @media screen and (min-width: 576px) {
    .pl48 {
      padding-left: 48px !important; } }
  @media screen and (min-width: 768px) {
    .pl48 {
      padding-left: 52px !important; } }
  @media screen and (min-width: 992px) {
    .pl48 {
      padding-left: 55px !important; } }
  @media screen and (min-width: 1200px) {
    .pl48 {
      padding-left: 55px !important; } }

.mt52 {
  margin-top: 52px !important; }
  @media screen and (min-width: 576px) {
    .mt52 {
      margin-top: 52px !important; } }
  @media screen and (min-width: 768px) {
    .mt52 {
      margin-top: 56px !important; } }
  @media screen and (min-width: 992px) {
    .mt52 {
      margin-top: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .mt52 {
      margin-top: 60px !important; } }

.mb52 {
  margin-bottom: 52px !important; }
  @media screen and (min-width: 576px) {
    .mb52 {
      margin-bottom: 52px !important; } }
  @media screen and (min-width: 768px) {
    .mb52 {
      margin-bottom: 56px !important; } }
  @media screen and (min-width: 992px) {
    .mb52 {
      margin-bottom: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .mb52 {
      margin-bottom: 60px !important; } }

.mr52 {
  margin-right: 52px !important; }
  @media screen and (min-width: 576px) {
    .mr52 {
      margin-right: 52px !important; } }
  @media screen and (min-width: 768px) {
    .mr52 {
      margin-right: 56px !important; } }
  @media screen and (min-width: 992px) {
    .mr52 {
      margin-right: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .mr52 {
      margin-right: 60px !important; } }

.ml52 {
  margin-left: 52px !important; }
  @media screen and (min-width: 576px) {
    .ml52 {
      margin-left: 52px !important; } }
  @media screen and (min-width: 768px) {
    .ml52 {
      margin-left: 56px !important; } }
  @media screen and (min-width: 992px) {
    .ml52 {
      margin-left: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .ml52 {
      margin-left: 60px !important; } }

.pt52 {
  padding-top: 52px !important; }
  @media screen and (min-width: 576px) {
    .pt52 {
      padding-top: 52px !important; } }
  @media screen and (min-width: 768px) {
    .pt52 {
      padding-top: 56px !important; } }
  @media screen and (min-width: 992px) {
    .pt52 {
      padding-top: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .pt52 {
      padding-top: 60px !important; } }

.pb52 {
  padding-bottom: 52px !important; }
  @media screen and (min-width: 576px) {
    .pb52 {
      padding-bottom: 52px !important; } }
  @media screen and (min-width: 768px) {
    .pb52 {
      padding-bottom: 56px !important; } }
  @media screen and (min-width: 992px) {
    .pb52 {
      padding-bottom: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .pb52 {
      padding-bottom: 60px !important; } }

.pr52 {
  padding-right: 52px !important; }
  @media screen and (min-width: 576px) {
    .pr52 {
      padding-right: 52px !important; } }
  @media screen and (min-width: 768px) {
    .pr52 {
      padding-right: 56px !important; } }
  @media screen and (min-width: 992px) {
    .pr52 {
      padding-right: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .pr52 {
      padding-right: 60px !important; } }

.pl52 {
  padding-left: 52px !important; }
  @media screen and (min-width: 576px) {
    .pl52 {
      padding-left: 52px !important; } }
  @media screen and (min-width: 768px) {
    .pl52 {
      padding-left: 56px !important; } }
  @media screen and (min-width: 992px) {
    .pl52 {
      padding-left: 60px !important; } }
  @media screen and (min-width: 1200px) {
    .pl52 {
      padding-left: 60px !important; } }

.mt56 {
  margin-top: 56px !important; }
  @media screen and (min-width: 576px) {
    .mt56 {
      margin-top: 56px !important; } }
  @media screen and (min-width: 768px) {
    .mt56 {
      margin-top: 60px !important; } }
  @media screen and (min-width: 992px) {
    .mt56 {
      margin-top: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .mt56 {
      margin-top: 65px !important; } }

.mb56 {
  margin-bottom: 56px !important; }
  @media screen and (min-width: 576px) {
    .mb56 {
      margin-bottom: 56px !important; } }
  @media screen and (min-width: 768px) {
    .mb56 {
      margin-bottom: 60px !important; } }
  @media screen and (min-width: 992px) {
    .mb56 {
      margin-bottom: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .mb56 {
      margin-bottom: 65px !important; } }

.mr56 {
  margin-right: 56px !important; }
  @media screen and (min-width: 576px) {
    .mr56 {
      margin-right: 56px !important; } }
  @media screen and (min-width: 768px) {
    .mr56 {
      margin-right: 60px !important; } }
  @media screen and (min-width: 992px) {
    .mr56 {
      margin-right: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .mr56 {
      margin-right: 65px !important; } }

.ml56 {
  margin-left: 56px !important; }
  @media screen and (min-width: 576px) {
    .ml56 {
      margin-left: 56px !important; } }
  @media screen and (min-width: 768px) {
    .ml56 {
      margin-left: 60px !important; } }
  @media screen and (min-width: 992px) {
    .ml56 {
      margin-left: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .ml56 {
      margin-left: 65px !important; } }

.pt56 {
  padding-top: 56px !important; }
  @media screen and (min-width: 576px) {
    .pt56 {
      padding-top: 56px !important; } }
  @media screen and (min-width: 768px) {
    .pt56 {
      padding-top: 60px !important; } }
  @media screen and (min-width: 992px) {
    .pt56 {
      padding-top: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .pt56 {
      padding-top: 65px !important; } }

.pb56 {
  padding-bottom: 56px !important; }
  @media screen and (min-width: 576px) {
    .pb56 {
      padding-bottom: 56px !important; } }
  @media screen and (min-width: 768px) {
    .pb56 {
      padding-bottom: 60px !important; } }
  @media screen and (min-width: 992px) {
    .pb56 {
      padding-bottom: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .pb56 {
      padding-bottom: 65px !important; } }

.pr56 {
  padding-right: 56px !important; }
  @media screen and (min-width: 576px) {
    .pr56 {
      padding-right: 56px !important; } }
  @media screen and (min-width: 768px) {
    .pr56 {
      padding-right: 60px !important; } }
  @media screen and (min-width: 992px) {
    .pr56 {
      padding-right: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .pr56 {
      padding-right: 65px !important; } }

.pl56 {
  padding-left: 56px !important; }
  @media screen and (min-width: 576px) {
    .pl56 {
      padding-left: 56px !important; } }
  @media screen and (min-width: 768px) {
    .pl56 {
      padding-left: 60px !important; } }
  @media screen and (min-width: 992px) {
    .pl56 {
      padding-left: 65px !important; } }
  @media screen and (min-width: 1200px) {
    .pl56 {
      padding-left: 65px !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media screen and (min-width: 576px) {
    .mt60 {
      margin-top: 60px !important; } }
  @media screen and (min-width: 768px) {
    .mt60 {
      margin-top: 65px !important; } }
  @media screen and (min-width: 992px) {
    .mt60 {
      margin-top: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .mt60 {
      margin-top: 69px !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media screen and (min-width: 576px) {
    .mb60 {
      margin-bottom: 60px !important; } }
  @media screen and (min-width: 768px) {
    .mb60 {
      margin-bottom: 65px !important; } }
  @media screen and (min-width: 992px) {
    .mb60 {
      margin-bottom: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .mb60 {
      margin-bottom: 69px !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media screen and (min-width: 576px) {
    .mr60 {
      margin-right: 60px !important; } }
  @media screen and (min-width: 768px) {
    .mr60 {
      margin-right: 65px !important; } }
  @media screen and (min-width: 992px) {
    .mr60 {
      margin-right: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .mr60 {
      margin-right: 69px !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media screen and (min-width: 576px) {
    .ml60 {
      margin-left: 60px !important; } }
  @media screen and (min-width: 768px) {
    .ml60 {
      margin-left: 65px !important; } }
  @media screen and (min-width: 992px) {
    .ml60 {
      margin-left: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .ml60 {
      margin-left: 69px !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media screen and (min-width: 576px) {
    .pt60 {
      padding-top: 60px !important; } }
  @media screen and (min-width: 768px) {
    .pt60 {
      padding-top: 65px !important; } }
  @media screen and (min-width: 992px) {
    .pt60 {
      padding-top: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .pt60 {
      padding-top: 69px !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media screen and (min-width: 576px) {
    .pb60 {
      padding-bottom: 60px !important; } }
  @media screen and (min-width: 768px) {
    .pb60 {
      padding-bottom: 65px !important; } }
  @media screen and (min-width: 992px) {
    .pb60 {
      padding-bottom: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .pb60 {
      padding-bottom: 69px !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media screen and (min-width: 576px) {
    .pr60 {
      padding-right: 60px !important; } }
  @media screen and (min-width: 768px) {
    .pr60 {
      padding-right: 65px !important; } }
  @media screen and (min-width: 992px) {
    .pr60 {
      padding-right: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .pr60 {
      padding-right: 69px !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media screen and (min-width: 576px) {
    .pl60 {
      padding-left: 60px !important; } }
  @media screen and (min-width: 768px) {
    .pl60 {
      padding-left: 65px !important; } }
  @media screen and (min-width: 992px) {
    .pl60 {
      padding-left: 69px !important; } }
  @media screen and (min-width: 1200px) {
    .pl60 {
      padding-left: 69px !important; } }

.mt64 {
  margin-top: 64px !important; }
  @media screen and (min-width: 576px) {
    .mt64 {
      margin-top: 64px !important; } }
  @media screen and (min-width: 768px) {
    .mt64 {
      margin-top: 69px !important; } }
  @media screen and (min-width: 992px) {
    .mt64 {
      margin-top: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .mt64 {
      margin-top: 74px !important; } }

.mb64 {
  margin-bottom: 64px !important; }
  @media screen and (min-width: 576px) {
    .mb64 {
      margin-bottom: 64px !important; } }
  @media screen and (min-width: 768px) {
    .mb64 {
      margin-bottom: 69px !important; } }
  @media screen and (min-width: 992px) {
    .mb64 {
      margin-bottom: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .mb64 {
      margin-bottom: 74px !important; } }

.mr64 {
  margin-right: 64px !important; }
  @media screen and (min-width: 576px) {
    .mr64 {
      margin-right: 64px !important; } }
  @media screen and (min-width: 768px) {
    .mr64 {
      margin-right: 69px !important; } }
  @media screen and (min-width: 992px) {
    .mr64 {
      margin-right: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .mr64 {
      margin-right: 74px !important; } }

.ml64 {
  margin-left: 64px !important; }
  @media screen and (min-width: 576px) {
    .ml64 {
      margin-left: 64px !important; } }
  @media screen and (min-width: 768px) {
    .ml64 {
      margin-left: 69px !important; } }
  @media screen and (min-width: 992px) {
    .ml64 {
      margin-left: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .ml64 {
      margin-left: 74px !important; } }

.pt64 {
  padding-top: 64px !important; }
  @media screen and (min-width: 576px) {
    .pt64 {
      padding-top: 64px !important; } }
  @media screen and (min-width: 768px) {
    .pt64 {
      padding-top: 69px !important; } }
  @media screen and (min-width: 992px) {
    .pt64 {
      padding-top: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .pt64 {
      padding-top: 74px !important; } }

.pb64 {
  padding-bottom: 64px !important; }
  @media screen and (min-width: 576px) {
    .pb64 {
      padding-bottom: 64px !important; } }
  @media screen and (min-width: 768px) {
    .pb64 {
      padding-bottom: 69px !important; } }
  @media screen and (min-width: 992px) {
    .pb64 {
      padding-bottom: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .pb64 {
      padding-bottom: 74px !important; } }

.pr64 {
  padding-right: 64px !important; }
  @media screen and (min-width: 576px) {
    .pr64 {
      padding-right: 64px !important; } }
  @media screen and (min-width: 768px) {
    .pr64 {
      padding-right: 69px !important; } }
  @media screen and (min-width: 992px) {
    .pr64 {
      padding-right: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .pr64 {
      padding-right: 74px !important; } }

.pl64 {
  padding-left: 64px !important; }
  @media screen and (min-width: 576px) {
    .pl64 {
      padding-left: 64px !important; } }
  @media screen and (min-width: 768px) {
    .pl64 {
      padding-left: 69px !important; } }
  @media screen and (min-width: 992px) {
    .pl64 {
      padding-left: 74px !important; } }
  @media screen and (min-width: 1200px) {
    .pl64 {
      padding-left: 74px !important; } }

.mt68 {
  margin-top: 68px !important; }
  @media screen and (min-width: 576px) {
    .mt68 {
      margin-top: 68px !important; } }
  @media screen and (min-width: 768px) {
    .mt68 {
      margin-top: 73px !important; } }
  @media screen and (min-width: 992px) {
    .mt68 {
      margin-top: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .mt68 {
      margin-top: 78px !important; } }

.mb68 {
  margin-bottom: 68px !important; }
  @media screen and (min-width: 576px) {
    .mb68 {
      margin-bottom: 68px !important; } }
  @media screen and (min-width: 768px) {
    .mb68 {
      margin-bottom: 73px !important; } }
  @media screen and (min-width: 992px) {
    .mb68 {
      margin-bottom: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .mb68 {
      margin-bottom: 78px !important; } }

.mr68 {
  margin-right: 68px !important; }
  @media screen and (min-width: 576px) {
    .mr68 {
      margin-right: 68px !important; } }
  @media screen and (min-width: 768px) {
    .mr68 {
      margin-right: 73px !important; } }
  @media screen and (min-width: 992px) {
    .mr68 {
      margin-right: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .mr68 {
      margin-right: 78px !important; } }

.ml68 {
  margin-left: 68px !important; }
  @media screen and (min-width: 576px) {
    .ml68 {
      margin-left: 68px !important; } }
  @media screen and (min-width: 768px) {
    .ml68 {
      margin-left: 73px !important; } }
  @media screen and (min-width: 992px) {
    .ml68 {
      margin-left: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .ml68 {
      margin-left: 78px !important; } }

.pt68 {
  padding-top: 68px !important; }
  @media screen and (min-width: 576px) {
    .pt68 {
      padding-top: 68px !important; } }
  @media screen and (min-width: 768px) {
    .pt68 {
      padding-top: 73px !important; } }
  @media screen and (min-width: 992px) {
    .pt68 {
      padding-top: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .pt68 {
      padding-top: 78px !important; } }

.pb68 {
  padding-bottom: 68px !important; }
  @media screen and (min-width: 576px) {
    .pb68 {
      padding-bottom: 68px !important; } }
  @media screen and (min-width: 768px) {
    .pb68 {
      padding-bottom: 73px !important; } }
  @media screen and (min-width: 992px) {
    .pb68 {
      padding-bottom: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .pb68 {
      padding-bottom: 78px !important; } }

.pr68 {
  padding-right: 68px !important; }
  @media screen and (min-width: 576px) {
    .pr68 {
      padding-right: 68px !important; } }
  @media screen and (min-width: 768px) {
    .pr68 {
      padding-right: 73px !important; } }
  @media screen and (min-width: 992px) {
    .pr68 {
      padding-right: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .pr68 {
      padding-right: 78px !important; } }

.pl68 {
  padding-left: 68px !important; }
  @media screen and (min-width: 576px) {
    .pl68 {
      padding-left: 68px !important; } }
  @media screen and (min-width: 768px) {
    .pl68 {
      padding-left: 73px !important; } }
  @media screen and (min-width: 992px) {
    .pl68 {
      padding-left: 78px !important; } }
  @media screen and (min-width: 1200px) {
    .pl68 {
      padding-left: 78px !important; } }

.mt72 {
  margin-top: 72px !important; }
  @media screen and (min-width: 576px) {
    .mt72 {
      margin-top: 72px !important; } }
  @media screen and (min-width: 768px) {
    .mt72 {
      margin-top: 78px !important; } }
  @media screen and (min-width: 992px) {
    .mt72 {
      margin-top: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .mt72 {
      margin-top: 83px !important; } }

.mb72 {
  margin-bottom: 72px !important; }
  @media screen and (min-width: 576px) {
    .mb72 {
      margin-bottom: 72px !important; } }
  @media screen and (min-width: 768px) {
    .mb72 {
      margin-bottom: 78px !important; } }
  @media screen and (min-width: 992px) {
    .mb72 {
      margin-bottom: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .mb72 {
      margin-bottom: 83px !important; } }

.mr72 {
  margin-right: 72px !important; }
  @media screen and (min-width: 576px) {
    .mr72 {
      margin-right: 72px !important; } }
  @media screen and (min-width: 768px) {
    .mr72 {
      margin-right: 78px !important; } }
  @media screen and (min-width: 992px) {
    .mr72 {
      margin-right: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .mr72 {
      margin-right: 83px !important; } }

.ml72 {
  margin-left: 72px !important; }
  @media screen and (min-width: 576px) {
    .ml72 {
      margin-left: 72px !important; } }
  @media screen and (min-width: 768px) {
    .ml72 {
      margin-left: 78px !important; } }
  @media screen and (min-width: 992px) {
    .ml72 {
      margin-left: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .ml72 {
      margin-left: 83px !important; } }

.pt72 {
  padding-top: 72px !important; }
  @media screen and (min-width: 576px) {
    .pt72 {
      padding-top: 72px !important; } }
  @media screen and (min-width: 768px) {
    .pt72 {
      padding-top: 78px !important; } }
  @media screen and (min-width: 992px) {
    .pt72 {
      padding-top: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .pt72 {
      padding-top: 83px !important; } }

.pb72 {
  padding-bottom: 72px !important; }
  @media screen and (min-width: 576px) {
    .pb72 {
      padding-bottom: 72px !important; } }
  @media screen and (min-width: 768px) {
    .pb72 {
      padding-bottom: 78px !important; } }
  @media screen and (min-width: 992px) {
    .pb72 {
      padding-bottom: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .pb72 {
      padding-bottom: 83px !important; } }

.pr72 {
  padding-right: 72px !important; }
  @media screen and (min-width: 576px) {
    .pr72 {
      padding-right: 72px !important; } }
  @media screen and (min-width: 768px) {
    .pr72 {
      padding-right: 78px !important; } }
  @media screen and (min-width: 992px) {
    .pr72 {
      padding-right: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .pr72 {
      padding-right: 83px !important; } }

.pl72 {
  padding-left: 72px !important; }
  @media screen and (min-width: 576px) {
    .pl72 {
      padding-left: 72px !important; } }
  @media screen and (min-width: 768px) {
    .pl72 {
      padding-left: 78px !important; } }
  @media screen and (min-width: 992px) {
    .pl72 {
      padding-left: 83px !important; } }
  @media screen and (min-width: 1200px) {
    .pl72 {
      padding-left: 83px !important; } }

.mt76 {
  margin-top: 76px !important; }
  @media screen and (min-width: 576px) {
    .mt76 {
      margin-top: 76px !important; } }
  @media screen and (min-width: 768px) {
    .mt76 {
      margin-top: 82px !important; } }
  @media screen and (min-width: 992px) {
    .mt76 {
      margin-top: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .mt76 {
      margin-top: 87px !important; } }

.mb76 {
  margin-bottom: 76px !important; }
  @media screen and (min-width: 576px) {
    .mb76 {
      margin-bottom: 76px !important; } }
  @media screen and (min-width: 768px) {
    .mb76 {
      margin-bottom: 82px !important; } }
  @media screen and (min-width: 992px) {
    .mb76 {
      margin-bottom: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .mb76 {
      margin-bottom: 87px !important; } }

.mr76 {
  margin-right: 76px !important; }
  @media screen and (min-width: 576px) {
    .mr76 {
      margin-right: 76px !important; } }
  @media screen and (min-width: 768px) {
    .mr76 {
      margin-right: 82px !important; } }
  @media screen and (min-width: 992px) {
    .mr76 {
      margin-right: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .mr76 {
      margin-right: 87px !important; } }

.ml76 {
  margin-left: 76px !important; }
  @media screen and (min-width: 576px) {
    .ml76 {
      margin-left: 76px !important; } }
  @media screen and (min-width: 768px) {
    .ml76 {
      margin-left: 82px !important; } }
  @media screen and (min-width: 992px) {
    .ml76 {
      margin-left: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .ml76 {
      margin-left: 87px !important; } }

.pt76 {
  padding-top: 76px !important; }
  @media screen and (min-width: 576px) {
    .pt76 {
      padding-top: 76px !important; } }
  @media screen and (min-width: 768px) {
    .pt76 {
      padding-top: 82px !important; } }
  @media screen and (min-width: 992px) {
    .pt76 {
      padding-top: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .pt76 {
      padding-top: 87px !important; } }

.pb76 {
  padding-bottom: 76px !important; }
  @media screen and (min-width: 576px) {
    .pb76 {
      padding-bottom: 76px !important; } }
  @media screen and (min-width: 768px) {
    .pb76 {
      padding-bottom: 82px !important; } }
  @media screen and (min-width: 992px) {
    .pb76 {
      padding-bottom: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .pb76 {
      padding-bottom: 87px !important; } }

.pr76 {
  padding-right: 76px !important; }
  @media screen and (min-width: 576px) {
    .pr76 {
      padding-right: 76px !important; } }
  @media screen and (min-width: 768px) {
    .pr76 {
      padding-right: 82px !important; } }
  @media screen and (min-width: 992px) {
    .pr76 {
      padding-right: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .pr76 {
      padding-right: 87px !important; } }

.pl76 {
  padding-left: 76px !important; }
  @media screen and (min-width: 576px) {
    .pl76 {
      padding-left: 76px !important; } }
  @media screen and (min-width: 768px) {
    .pl76 {
      padding-left: 82px !important; } }
  @media screen and (min-width: 992px) {
    .pl76 {
      padding-left: 87px !important; } }
  @media screen and (min-width: 1200px) {
    .pl76 {
      padding-left: 87px !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media screen and (min-width: 576px) {
    .mt80 {
      margin-top: 80px !important; } }
  @media screen and (min-width: 768px) {
    .mt80 {
      margin-top: 86px !important; } }
  @media screen and (min-width: 992px) {
    .mt80 {
      margin-top: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .mt80 {
      margin-top: 92px !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media screen and (min-width: 576px) {
    .mb80 {
      margin-bottom: 80px !important; } }
  @media screen and (min-width: 768px) {
    .mb80 {
      margin-bottom: 86px !important; } }
  @media screen and (min-width: 992px) {
    .mb80 {
      margin-bottom: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .mb80 {
      margin-bottom: 92px !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media screen and (min-width: 576px) {
    .mr80 {
      margin-right: 80px !important; } }
  @media screen and (min-width: 768px) {
    .mr80 {
      margin-right: 86px !important; } }
  @media screen and (min-width: 992px) {
    .mr80 {
      margin-right: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .mr80 {
      margin-right: 92px !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media screen and (min-width: 576px) {
    .ml80 {
      margin-left: 80px !important; } }
  @media screen and (min-width: 768px) {
    .ml80 {
      margin-left: 86px !important; } }
  @media screen and (min-width: 992px) {
    .ml80 {
      margin-left: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .ml80 {
      margin-left: 92px !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media screen and (min-width: 576px) {
    .pt80 {
      padding-top: 80px !important; } }
  @media screen and (min-width: 768px) {
    .pt80 {
      padding-top: 86px !important; } }
  @media screen and (min-width: 992px) {
    .pt80 {
      padding-top: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .pt80 {
      padding-top: 92px !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media screen and (min-width: 576px) {
    .pb80 {
      padding-bottom: 80px !important; } }
  @media screen and (min-width: 768px) {
    .pb80 {
      padding-bottom: 86px !important; } }
  @media screen and (min-width: 992px) {
    .pb80 {
      padding-bottom: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .pb80 {
      padding-bottom: 92px !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media screen and (min-width: 576px) {
    .pr80 {
      padding-right: 80px !important; } }
  @media screen and (min-width: 768px) {
    .pr80 {
      padding-right: 86px !important; } }
  @media screen and (min-width: 992px) {
    .pr80 {
      padding-right: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .pr80 {
      padding-right: 92px !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media screen and (min-width: 576px) {
    .pl80 {
      padding-left: 80px !important; } }
  @media screen and (min-width: 768px) {
    .pl80 {
      padding-left: 86px !important; } }
  @media screen and (min-width: 992px) {
    .pl80 {
      padding-left: 92px !important; } }
  @media screen and (min-width: 1200px) {
    .pl80 {
      padding-left: 92px !important; } }

.mt84 {
  margin-top: 84px !important; }
  @media screen and (min-width: 576px) {
    .mt84 {
      margin-top: 84px !important; } }
  @media screen and (min-width: 768px) {
    .mt84 {
      margin-top: 90px !important; } }
  @media screen and (min-width: 992px) {
    .mt84 {
      margin-top: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .mt84 {
      margin-top: 97px !important; } }

.mb84 {
  margin-bottom: 84px !important; }
  @media screen and (min-width: 576px) {
    .mb84 {
      margin-bottom: 84px !important; } }
  @media screen and (min-width: 768px) {
    .mb84 {
      margin-bottom: 90px !important; } }
  @media screen and (min-width: 992px) {
    .mb84 {
      margin-bottom: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .mb84 {
      margin-bottom: 97px !important; } }

.mr84 {
  margin-right: 84px !important; }
  @media screen and (min-width: 576px) {
    .mr84 {
      margin-right: 84px !important; } }
  @media screen and (min-width: 768px) {
    .mr84 {
      margin-right: 90px !important; } }
  @media screen and (min-width: 992px) {
    .mr84 {
      margin-right: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .mr84 {
      margin-right: 97px !important; } }

.ml84 {
  margin-left: 84px !important; }
  @media screen and (min-width: 576px) {
    .ml84 {
      margin-left: 84px !important; } }
  @media screen and (min-width: 768px) {
    .ml84 {
      margin-left: 90px !important; } }
  @media screen and (min-width: 992px) {
    .ml84 {
      margin-left: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .ml84 {
      margin-left: 97px !important; } }

.pt84 {
  padding-top: 84px !important; }
  @media screen and (min-width: 576px) {
    .pt84 {
      padding-top: 84px !important; } }
  @media screen and (min-width: 768px) {
    .pt84 {
      padding-top: 90px !important; } }
  @media screen and (min-width: 992px) {
    .pt84 {
      padding-top: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .pt84 {
      padding-top: 97px !important; } }

.pb84 {
  padding-bottom: 84px !important; }
  @media screen and (min-width: 576px) {
    .pb84 {
      padding-bottom: 84px !important; } }
  @media screen and (min-width: 768px) {
    .pb84 {
      padding-bottom: 90px !important; } }
  @media screen and (min-width: 992px) {
    .pb84 {
      padding-bottom: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .pb84 {
      padding-bottom: 97px !important; } }

.pr84 {
  padding-right: 84px !important; }
  @media screen and (min-width: 576px) {
    .pr84 {
      padding-right: 84px !important; } }
  @media screen and (min-width: 768px) {
    .pr84 {
      padding-right: 90px !important; } }
  @media screen and (min-width: 992px) {
    .pr84 {
      padding-right: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .pr84 {
      padding-right: 97px !important; } }

.pl84 {
  padding-left: 84px !important; }
  @media screen and (min-width: 576px) {
    .pl84 {
      padding-left: 84px !important; } }
  @media screen and (min-width: 768px) {
    .pl84 {
      padding-left: 90px !important; } }
  @media screen and (min-width: 992px) {
    .pl84 {
      padding-left: 97px !important; } }
  @media screen and (min-width: 1200px) {
    .pl84 {
      padding-left: 97px !important; } }

.mt88 {
  margin-top: 88px !important; }
  @media screen and (min-width: 576px) {
    .mt88 {
      margin-top: 88px !important; } }
  @media screen and (min-width: 768px) {
    .mt88 {
      margin-top: 95px !important; } }
  @media screen and (min-width: 992px) {
    .mt88 {
      margin-top: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .mt88 {
      margin-top: 101px !important; } }

.mb88 {
  margin-bottom: 88px !important; }
  @media screen and (min-width: 576px) {
    .mb88 {
      margin-bottom: 88px !important; } }
  @media screen and (min-width: 768px) {
    .mb88 {
      margin-bottom: 95px !important; } }
  @media screen and (min-width: 992px) {
    .mb88 {
      margin-bottom: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .mb88 {
      margin-bottom: 101px !important; } }

.mr88 {
  margin-right: 88px !important; }
  @media screen and (min-width: 576px) {
    .mr88 {
      margin-right: 88px !important; } }
  @media screen and (min-width: 768px) {
    .mr88 {
      margin-right: 95px !important; } }
  @media screen and (min-width: 992px) {
    .mr88 {
      margin-right: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .mr88 {
      margin-right: 101px !important; } }

.ml88 {
  margin-left: 88px !important; }
  @media screen and (min-width: 576px) {
    .ml88 {
      margin-left: 88px !important; } }
  @media screen and (min-width: 768px) {
    .ml88 {
      margin-left: 95px !important; } }
  @media screen and (min-width: 992px) {
    .ml88 {
      margin-left: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .ml88 {
      margin-left: 101px !important; } }

.pt88 {
  padding-top: 88px !important; }
  @media screen and (min-width: 576px) {
    .pt88 {
      padding-top: 88px !important; } }
  @media screen and (min-width: 768px) {
    .pt88 {
      padding-top: 95px !important; } }
  @media screen and (min-width: 992px) {
    .pt88 {
      padding-top: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .pt88 {
      padding-top: 101px !important; } }

.pb88 {
  padding-bottom: 88px !important; }
  @media screen and (min-width: 576px) {
    .pb88 {
      padding-bottom: 88px !important; } }
  @media screen and (min-width: 768px) {
    .pb88 {
      padding-bottom: 95px !important; } }
  @media screen and (min-width: 992px) {
    .pb88 {
      padding-bottom: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .pb88 {
      padding-bottom: 101px !important; } }

.pr88 {
  padding-right: 88px !important; }
  @media screen and (min-width: 576px) {
    .pr88 {
      padding-right: 88px !important; } }
  @media screen and (min-width: 768px) {
    .pr88 {
      padding-right: 95px !important; } }
  @media screen and (min-width: 992px) {
    .pr88 {
      padding-right: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .pr88 {
      padding-right: 101px !important; } }

.pl88 {
  padding-left: 88px !important; }
  @media screen and (min-width: 576px) {
    .pl88 {
      padding-left: 88px !important; } }
  @media screen and (min-width: 768px) {
    .pl88 {
      padding-left: 95px !important; } }
  @media screen and (min-width: 992px) {
    .pl88 {
      padding-left: 101px !important; } }
  @media screen and (min-width: 1200px) {
    .pl88 {
      padding-left: 101px !important; } }

.mt92 {
  margin-top: 92px !important; }
  @media screen and (min-width: 576px) {
    .mt92 {
      margin-top: 92px !important; } }
  @media screen and (min-width: 768px) {
    .mt92 {
      margin-top: 99px !important; } }
  @media screen and (min-width: 992px) {
    .mt92 {
      margin-top: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .mt92 {
      margin-top: 106px !important; } }

.mb92 {
  margin-bottom: 92px !important; }
  @media screen and (min-width: 576px) {
    .mb92 {
      margin-bottom: 92px !important; } }
  @media screen and (min-width: 768px) {
    .mb92 {
      margin-bottom: 99px !important; } }
  @media screen and (min-width: 992px) {
    .mb92 {
      margin-bottom: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .mb92 {
      margin-bottom: 106px !important; } }

.mr92 {
  margin-right: 92px !important; }
  @media screen and (min-width: 576px) {
    .mr92 {
      margin-right: 92px !important; } }
  @media screen and (min-width: 768px) {
    .mr92 {
      margin-right: 99px !important; } }
  @media screen and (min-width: 992px) {
    .mr92 {
      margin-right: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .mr92 {
      margin-right: 106px !important; } }

.ml92 {
  margin-left: 92px !important; }
  @media screen and (min-width: 576px) {
    .ml92 {
      margin-left: 92px !important; } }
  @media screen and (min-width: 768px) {
    .ml92 {
      margin-left: 99px !important; } }
  @media screen and (min-width: 992px) {
    .ml92 {
      margin-left: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .ml92 {
      margin-left: 106px !important; } }

.pt92 {
  padding-top: 92px !important; }
  @media screen and (min-width: 576px) {
    .pt92 {
      padding-top: 92px !important; } }
  @media screen and (min-width: 768px) {
    .pt92 {
      padding-top: 99px !important; } }
  @media screen and (min-width: 992px) {
    .pt92 {
      padding-top: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .pt92 {
      padding-top: 106px !important; } }

.pb92 {
  padding-bottom: 92px !important; }
  @media screen and (min-width: 576px) {
    .pb92 {
      padding-bottom: 92px !important; } }
  @media screen and (min-width: 768px) {
    .pb92 {
      padding-bottom: 99px !important; } }
  @media screen and (min-width: 992px) {
    .pb92 {
      padding-bottom: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .pb92 {
      padding-bottom: 106px !important; } }

.pr92 {
  padding-right: 92px !important; }
  @media screen and (min-width: 576px) {
    .pr92 {
      padding-right: 92px !important; } }
  @media screen and (min-width: 768px) {
    .pr92 {
      padding-right: 99px !important; } }
  @media screen and (min-width: 992px) {
    .pr92 {
      padding-right: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .pr92 {
      padding-right: 106px !important; } }

.pl92 {
  padding-left: 92px !important; }
  @media screen and (min-width: 576px) {
    .pl92 {
      padding-left: 92px !important; } }
  @media screen and (min-width: 768px) {
    .pl92 {
      padding-left: 99px !important; } }
  @media screen and (min-width: 992px) {
    .pl92 {
      padding-left: 106px !important; } }
  @media screen and (min-width: 1200px) {
    .pl92 {
      padding-left: 106px !important; } }

.mt96 {
  margin-top: 96px !important; }
  @media screen and (min-width: 576px) {
    .mt96 {
      margin-top: 96px !important; } }
  @media screen and (min-width: 768px) {
    .mt96 {
      margin-top: 103px !important; } }
  @media screen and (min-width: 992px) {
    .mt96 {
      margin-top: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .mt96 {
      margin-top: 110px !important; } }

.mb96 {
  margin-bottom: 96px !important; }
  @media screen and (min-width: 576px) {
    .mb96 {
      margin-bottom: 96px !important; } }
  @media screen and (min-width: 768px) {
    .mb96 {
      margin-bottom: 103px !important; } }
  @media screen and (min-width: 992px) {
    .mb96 {
      margin-bottom: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .mb96 {
      margin-bottom: 110px !important; } }

.mr96 {
  margin-right: 96px !important; }
  @media screen and (min-width: 576px) {
    .mr96 {
      margin-right: 96px !important; } }
  @media screen and (min-width: 768px) {
    .mr96 {
      margin-right: 103px !important; } }
  @media screen and (min-width: 992px) {
    .mr96 {
      margin-right: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .mr96 {
      margin-right: 110px !important; } }

.ml96 {
  margin-left: 96px !important; }
  @media screen and (min-width: 576px) {
    .ml96 {
      margin-left: 96px !important; } }
  @media screen and (min-width: 768px) {
    .ml96 {
      margin-left: 103px !important; } }
  @media screen and (min-width: 992px) {
    .ml96 {
      margin-left: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .ml96 {
      margin-left: 110px !important; } }

.pt96 {
  padding-top: 96px !important; }
  @media screen and (min-width: 576px) {
    .pt96 {
      padding-top: 96px !important; } }
  @media screen and (min-width: 768px) {
    .pt96 {
      padding-top: 103px !important; } }
  @media screen and (min-width: 992px) {
    .pt96 {
      padding-top: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .pt96 {
      padding-top: 110px !important; } }

.pb96 {
  padding-bottom: 96px !important; }
  @media screen and (min-width: 576px) {
    .pb96 {
      padding-bottom: 96px !important; } }
  @media screen and (min-width: 768px) {
    .pb96 {
      padding-bottom: 103px !important; } }
  @media screen and (min-width: 992px) {
    .pb96 {
      padding-bottom: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .pb96 {
      padding-bottom: 110px !important; } }

.pr96 {
  padding-right: 96px !important; }
  @media screen and (min-width: 576px) {
    .pr96 {
      padding-right: 96px !important; } }
  @media screen and (min-width: 768px) {
    .pr96 {
      padding-right: 103px !important; } }
  @media screen and (min-width: 992px) {
    .pr96 {
      padding-right: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .pr96 {
      padding-right: 110px !important; } }

.pl96 {
  padding-left: 96px !important; }
  @media screen and (min-width: 576px) {
    .pl96 {
      padding-left: 96px !important; } }
  @media screen and (min-width: 768px) {
    .pl96 {
      padding-left: 103px !important; } }
  @media screen and (min-width: 992px) {
    .pl96 {
      padding-left: 110px !important; } }
  @media screen and (min-width: 1200px) {
    .pl96 {
      padding-left: 110px !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media screen and (min-width: 576px) {
    .mt100 {
      margin-top: 100px !important; } }
  @media screen and (min-width: 768px) {
    .mt100 {
      margin-top: 108px !important; } }
  @media screen and (min-width: 992px) {
    .mt100 {
      margin-top: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .mt100 {
      margin-top: 115px !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media screen and (min-width: 576px) {
    .mb100 {
      margin-bottom: 100px !important; } }
  @media screen and (min-width: 768px) {
    .mb100 {
      margin-bottom: 108px !important; } }
  @media screen and (min-width: 992px) {
    .mb100 {
      margin-bottom: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .mb100 {
      margin-bottom: 115px !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media screen and (min-width: 576px) {
    .mr100 {
      margin-right: 100px !important; } }
  @media screen and (min-width: 768px) {
    .mr100 {
      margin-right: 108px !important; } }
  @media screen and (min-width: 992px) {
    .mr100 {
      margin-right: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .mr100 {
      margin-right: 115px !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media screen and (min-width: 576px) {
    .ml100 {
      margin-left: 100px !important; } }
  @media screen and (min-width: 768px) {
    .ml100 {
      margin-left: 108px !important; } }
  @media screen and (min-width: 992px) {
    .ml100 {
      margin-left: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .ml100 {
      margin-left: 115px !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media screen and (min-width: 576px) {
    .pt100 {
      padding-top: 100px !important; } }
  @media screen and (min-width: 768px) {
    .pt100 {
      padding-top: 108px !important; } }
  @media screen and (min-width: 992px) {
    .pt100 {
      padding-top: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .pt100 {
      padding-top: 115px !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media screen and (min-width: 576px) {
    .pb100 {
      padding-bottom: 100px !important; } }
  @media screen and (min-width: 768px) {
    .pb100 {
      padding-bottom: 108px !important; } }
  @media screen and (min-width: 992px) {
    .pb100 {
      padding-bottom: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .pb100 {
      padding-bottom: 115px !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media screen and (min-width: 576px) {
    .pr100 {
      padding-right: 100px !important; } }
  @media screen and (min-width: 768px) {
    .pr100 {
      padding-right: 108px !important; } }
  @media screen and (min-width: 992px) {
    .pr100 {
      padding-right: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .pr100 {
      padding-right: 115px !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media screen and (min-width: 576px) {
    .pl100 {
      padding-left: 100px !important; } }
  @media screen and (min-width: 768px) {
    .pl100 {
      padding-left: 108px !important; } }
  @media screen and (min-width: 992px) {
    .pl100 {
      padding-left: 115px !important; } }
  @media screen and (min-width: 1200px) {
    .pl100 {
      padding-left: 115px !important; } }

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

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

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

.text-justify {
  text-align-last: justify;
  text-justify: inter-ideograph; }

.fc-base {
  color: #2ac42d !important; }

.fc-first {
  color: #ff954d !important; }

.fc-second {
  color: #ff66a1 !important; }

.fc-third {
  color: #32b2f9 !important; }

.fc-fourth {
  color: #ffffff !important; }

.fc-five {
  color: #ffffff !important; }

.fc-white {
  color: #fff !important; }

.fc-gray-100 {
  color: #f8f9fa !important; }

.fc-gray-200 {
  color: #e9ecef !important; }

.fc-gray-300 {
  color: #dee2e6 !important; }

.fc-gray-400 {
  color: #ced4da !important; }

.fc-gray-500 {
  color: #adb5bd !important; }

.fc-gray-600 {
  color: #6c757d !important; }

.fc-gray-700 {
  color: #495057 !important; }

.fc-gray-800 {
  color: #343a40 !important; }

.fc-gray-900 {
  color: #212529 !important; }

.fc-gray-dark {
  color: #333 !important; }

.fc-black {
  color: #000 !important; }

.fc-red {
  color: #b0120a !important; }

.fc-yellow {
  color: #fff000 !important; }

.fc-orange {
  color: #f18f2c !important; }

.fc-green {
  color: #63a764 !important; }

.fc-blue {
  color: #005fcc !important; }

.fc-pink {
  color: #ff0066 !important; }

.fc-purple {
  color: #6f42c1 !important; }

.fc-cyan {
  color: #17a2b8 !important; }

.fs-xsmall {
  font-size: 62.5% !important; }

.fs-small {
  font-size: 75% !important; }

.fs-medium {
  font-size: 87.5% !important; }

.fs-large {
  font-size: 112.5% !important; }

.fs-xlarge {
  font-size: 125% !important; }

.fs-xxlarge {
  font-size: 150% !important; }

.fs-exlarge {
  font-size: 200% !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; }

.bg-base {
  background-color: #2ac42d !important; }

.bg-first {
  background-color: #ff954d !important; }

.bg-second {
  background-color: #ff66a1 !important; }

.bg-third {
  background-color: #32b2f9 !important; }

.bg-fourth {
  background-color: #ffffff !important; }

.bg-five {
  background-color: #ffffff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-gray-100 {
  background-color: #f8f9fa !important; }

.bg-gray-200 {
  background-color: #e9ecef !important; }

.bg-gray-300 {
  background-color: #dee2e6 !important; }

.bg-gray-400 {
  background-color: #ced4da !important; }

.bg-gray-500 {
  background-color: #adb5bd !important; }

.bg-gray-600 {
  background-color: #6c757d !important; }

.bg-gray-700 {
  background-color: #495057 !important; }

.bg-gray-800 {
  background-color: #343a40 !important; }

.bg-gray-900 {
  background-color: #212529 !important; }

.bg-gray-dark {
  background-color: #333 !important; }

.bg-black {
  background-color: #000 !important; }

.bg-red {
  background-color: #b0120a !important; }

.bg-yellow {
  background-color: #fff000 !important; }

.bg-orange {
  background-color: #f18f2c !important; }

.bg-green {
  background-color: #63a764 !important; }

.bg-blue {
  background-color: #005fcc !important; }

.bg-pink {
  background-color: #ff0066 !important; }

.bg-purple {
  background-color: #6f42c1 !important; }

.bg-cyan {
  background-color: #17a2b8 !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 !important; }

.fw-normal {
  font-weight: normal !important; }

.iframe-wrapper {
  position: relative;
  width: 100%; }
  .iframe-wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
  .iframe-wrapper .iframe-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.marker {
  background: linear-gradient(transparent 75%, #fff799 75%); }

ol.maru-num li {
  padding-left: 1.25em;
  position: relative; }
  ol.maru-num li:before {
    position: absolute;
    left: 0; }
  ol.maru-num li:nth-child(1)::before {
    content: "\02460"; }
  ol.maru-num li:nth-child(2)::before {
    content: "\02461"; }
  ol.maru-num li:nth-child(3)::before {
    content: "\02462"; }
  ol.maru-num li:nth-child(4)::before {
    content: "\02463"; }
  ol.maru-num li:nth-child(5)::before {
    content: "\02464"; }
  ol.maru-num li:nth-child(6)::before {
    content: "\02465"; }
  ol.maru-num li:nth-child(7)::before {
    content: "\02466"; }
  ol.maru-num li:nth-child(8)::before {
    content: "\02467"; }
  ol.maru-num li:nth-child(9)::before {
    content: "\02468"; }
  ol.maru-num li:nth-child(10)::before {
    content: "\02469"; }

dl.dl-horizon dt, dl.dl-horizon dd {
  line-height: 1.5; }
dl.dl-horizon dt {
  float: none;
  font-weight: normal; }
  dl.dl-horizon dt:not(:first-child) {
    margin-top: 0.5em; }
    @media screen and (min-width: 992px) {
      dl.dl-horizon dt:not(:first-child) {
        margin-top: 0.25em; } }
  @media screen and (min-width: 992px) {
    dl.dl-horizon dt {
      float: left;
      clear: left;
      margin-top: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }
dl.dl-horizon dd:not(:first-child) {
  margin-top: 0.25em; }
dl.dl-horizon::after {
  content: "";
  display: block;
  clear: both; }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt1 dt {
    width: 1em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt1 dd {
    margin-left: 1em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt2 dt {
    width: 2em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt2 dd {
    margin-left: 2em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt3 dt {
    width: 3em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt3 dd {
    margin-left: 3em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt4 dt {
    width: 4em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt4 dd {
    margin-left: 4em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt5 dt {
    width: 5em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt5 dd {
    margin-left: 5em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt6 dt {
    width: 6em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt6 dd {
    margin-left: 6em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt7 dt {
    width: 7em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt7 dd {
    margin-left: 7em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt8 dt {
    width: 8em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt8 dd {
    margin-left: 8em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt9 dt {
    width: 9em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt9 dd {
    margin-left: 9em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt10 dt {
    width: 10em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt10 dd {
    margin-left: 10em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt11 dt {
    width: 11em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt11 dd {
    margin-left: 11em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt12 dt {
    width: 12em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt12 dd {
    margin-left: 12em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt13 dt {
    width: 13em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt13 dd {
    margin-left: 13em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt14 dt {
    width: 14em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt14 dd {
    margin-left: 14em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt15 dt {
    width: 15em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt15 dd {
    margin-left: 15em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt16 dt {
    width: 16em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt16 dd {
    margin-left: 16em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt17 dt {
    width: 17em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt17 dd {
    margin-left: 17em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt18 dt {
    width: 18em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt18 dd {
    margin-left: 18em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt19 dt {
    width: 19em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt19 dd {
    margin-left: 19em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt20 dt {
    width: 20em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt20 dd {
    margin-left: 20em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt21 dt {
    width: 21em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt21 dd {
    margin-left: 21em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt22 dt {
    width: 22em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt22 dd {
    margin-left: 22em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt23 dt {
    width: 23em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt23 dd {
    margin-left: 23em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt24 dt {
    width: 24em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt24 dd {
    margin-left: 24em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt25 dt {
    width: 25em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt25 dd {
    margin-left: 25em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt26 dt {
    width: 26em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt26 dd {
    margin-left: 26em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt27 dt {
    width: 27em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt27 dd {
    margin-left: 27em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt28 dt {
    width: 28em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt28 dd {
    margin-left: 28em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt29 dt {
    width: 29em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt29 dd {
    margin-left: 29em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt30 dt {
    width: 30em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt30 dd {
    margin-left: 30em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt31 dt {
    width: 31em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt31 dd {
    margin-left: 31em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt32 dt {
    width: 32em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt32 dd {
    margin-left: 32em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt33 dt {
    width: 33em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt33 dd {
    margin-left: 33em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt34 dt {
    width: 34em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt34 dd {
    margin-left: 34em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt35 dt {
    width: 35em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt35 dd {
    margin-left: 35em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt36 dt {
    width: 36em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt36 dd {
    margin-left: 36em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt37 dt {
    width: 37em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt37 dd {
    margin-left: 37em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt38 dt {
    width: 38em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt38 dd {
    margin-left: 38em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt39 dt {
    width: 39em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt39 dd {
    margin-left: 39em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt40 dt {
    width: 40em; } }
@media screen and (min-width: 992px) {
  dl.dl-horizon.dt40 dd {
    margin-left: 40em; } }

table.fixed {
  table-layout: fixed; }

.button.multiple {
  line-height: 1.5 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 100%; }
  .button.multiple > span {
    padding: 0 1.5em;
    display: block;
    position: relative; }
    .button.multiple > span::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .button.multiple > span.left::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

span.notes {
  display: inline;
  padding-left: 1.2em;
  position: relative; }
  span.notes:before {
    font-family: jp;
    content: '※';
    position: absolute;
    left: 0; }

ul.notes li {
  line-height: inherit;
  padding-left: 1.2em;
  position: relative; }
  ul.notes li:before {
    font-family: jp;
    content: '※';
    position: absolute;
    left: 0; }

.dash:before {
  content: "\2014\2014";
  letter-spacing: -0.3em;
  margin-right: 0.5em; }

.leaf_line {
  border-width: 0 0 22px;
  border-style: solid;
  border-image: url("../../../../images/common/leaf_line.svg") 0 0 100% repeat;
  width: 100%; }

.deco_leaf, .deco {
  position: relative; }

.leaf_01 {
  opacity: 0.3;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -1; }

.leaf_02 {
  opacity: 0.3;
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: -1; }

.leaf_03 {
  opacity: 0.08;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -1;
  width: 30%; }

.leaf_04 {
  opacity: 0.08;
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: -1;
  width: 20%; }

.leaf_05 {
  opacity: 0.08;
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: -1;
  width: 28%; }

.leaf_06 {
  opacity: 0.08;
  position: absolute;
  bottom: 15px;
  right: 50px;
  z-index: -1;
  width: 18%; }

.fukidashi {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 25px;
  background-color: #26af28;
  border-radius: 5px; }
  .fukidashi:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #26af28 transparent;
    border-width: 0 10px 10px 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px; }
    @media screen and (min-width: 768px) {
      .fukidashi:before {
        border-color: transparent #26af28;
        border-width: 10px 10px 10px 0;
        top: 50%;
        left: -10px;
        margin-top: -10px;
        margin-left: 0; } }

.timeline {
  width: 100%; }
  .timeline-list {
    padding: 10px; }
    .timeline-list-item {
      display: flex;
      line-height: 1.5; }
      .timeline-list-item .date {
        width: 100%;
        padding: 0 0 20px 0;
        color: #2ac42d;
        font-weight: bold;
        font-size: 1.2em; }
      .timeline-list-item .content {
        position: relative;
        width: 100%;
        padding: 0 0 50px 30px;
        border-left: 2px solid #ced4da; }
        .timeline-list-item .content::before {
          content: "";
          position: absolute;
          top: 0;
          left: -15px;
          width: 30px;
          height: 30px;
          background-color: #2ac42d;
          border-radius: 15px; }

.movie {
  position: relative;
  width: 100%; }
  .movie:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }

.movie_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*装飾*/
.kazari_01 {
  /*ガーランド*/
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 50%; }

.kazari_02 {
  /*風船*/
  position: absolute;
  bottom: -15px;
  left: -20px;
  z-index: 2;
  width: 35%; }

.kazari_03 {
  /*虹*/
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 2;
  width: 40%; }

.news-list dt {
  font-weight: bold;
  margin-top: 1em;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .news-list dt:first-of-type {
      margin-top: 0; } }
.news-list dd {
  border-bottom: solid 1px #ced4da;
  margin-top: 0.5em;
  padding-bottom: 1em; }
.news-list.limit-5 dt:nth-of-type(n+6) {
  display: none; }
.news-list.limit-5 dd:nth-of-type(n+6) {
  display: none; }
.news-list .date {
  line-height: 1;
  font-size: 1.125em; }

.topics-wrapper {
  background: #fff;
  height: 100%;
  min-height: 100%;
  display: block;
  color: #333;
  transition: background 0.25s, color 0.25s;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  transition: opacity 0.25s; }
  .topics-wrapper:hover {
    color: #333;
    opacity: 0.7; }
  .topics-wrapper .topics-desc {
    padding: 1.5em; }
  .topics-wrapper .topics-heading {
    color: #2ac42d;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 0.5em; }
  .topics-wrapper .topics-text {
    font-size: 0.875em; }

.bnr-slider-wrapper {
  background: #E8E6D8 !important;
  padding: 16px 48px !important;
  position: relative !important; }
  .bnr-slider-wrapper .slide-bnr {
    display: block !important;
    padding: 10px !important; }
  .bnr-slider-wrapper .slick-list {
    margin: -10px !important; }
  .bnr-slider-wrapper .slick-prev, .bnr-slider-wrapper .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important; }
  .bnr-slider-wrapper .slick-prev:before, .bnr-slider-wrapper .slick-next:before {
    font-family: 'slick' !important;
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: .75 !important;
    color: #afa878 !important; }
  .bnr-slider-wrapper .slick-prev {
    left: 14px !important; }
    .bnr-slider-wrapper .slick-prev:before {
      content: '\f053' !important;
      font-family: "Font Awesome 5 Free" !important;
      font-weight: 900 !important; }
  .bnr-slider-wrapper .slick-next {
    right: 14px !important; }
    .bnr-slider-wrapper .slick-next:before {
      content: '\f054' !important;
      font-family: "Font Awesome 5 Free" !important;
      font-weight: 900 !important; }

/*スライダー キャッチコピー*/
.top_catch {
  position: absolute;
  top: 100px;
  left: 20px;
  font-size: 1.4em;
  color: #fff; }
  .top_catch span {
    background: linear-gradient(to bottom, transparent 0, rgba(42, 196, 45, 0.9) 0); }
  @media screen and (min-width: 768px) {
    .top_catch {
      top: 180px;
      left: 30px;
      font-size: 2em; } }
  @media screen and (min-width: 992px) {
    .top_catch {
      top: 120px;
      left: 50px; } }
  @media screen and (min-width: 1200px) {
    .top_catch {
      top: 220px;
      left: 50px; } }

.column-wrapper {
  display: flex;
  height: 100%; }

.main-wrapper {
  width: 100%;
  background: transparent; }
  @media screen and (min-width: 992px) {
    .main-wrapper {
      width: calc(100% - 30rem); } }
  .main-wrapper .main-container {
    margin: 3em 0;
    padding: 0 20px; }
    @media screen and (min-width: 576px) {
      .main-wrapper .main-container {
        padding: 0 20px; } }
    @media screen and (min-width: 768px) {
      .main-wrapper .main-container {
        padding: 0 20px; } }
    @media screen and (min-width: 992px) {
      .main-wrapper .main-container {
        padding: 0 40px;
        margin: 3em 0; } }
    @media screen and (min-width: 1200px) {
      .main-wrapper .main-container {
        padding: 0 40px; } }

.local-visual-wrapper {
  position: relative; }
  .local-visual-wrapper .local-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 50%);
    padding: 1em;
    text-shadow: 0 0 7px white; }
    @media screen and (min-width: 768px) {
      .local-visual-wrapper .local-bottom {
        padding: 1.25em; } }
  .local-visual-wrapper .local-heading {
    margin-bottom: 0.25em;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .local-visual-wrapper .local-heading {
        margin-bottom: 0.5em; } }

/*! Type: YakuHanJPs - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d; }
/*!
 * Font Awesome Free 5.15.2 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,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.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 {
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-airbnb:before {
  content: "\f834"; }

.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-artstation:before {
  content: "\f77a"; }

.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-atlassian:before {
  content: "\f77b"; }

.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-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

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

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

.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-battle-net:before {
  content: "\f835"; }

.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-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

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

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.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-buffer:before {
  content: "\f837"; }

.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-buy-n-large:before {
  content: "\f8a6"; }

.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-day:before {
  content: "\f783"; }

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.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-caravan:before {
  content: "\f8ff"; }

.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-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.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-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

.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-medical:before {
  content: "\f7f5"; }

.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-compress-alt:before {
  content: "\f422"; }

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

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

.fa-confluence:before {
  content: "\f78d"; }

.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-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

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

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

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.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-ethernet:before {
  content: "\f796"; }

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

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

.fa-evernote:before {
  content: "\f839"; }

.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-alt:before {
  content: "\f424"; }

.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-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479"; }

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

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

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

.fa-football-ball:before {
  content: "\f44e"; }

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

.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-cheers:before {
  content: "\f79f"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

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

.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-globe-europe:before {
  content: "\f7a2"; }

.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-pay:before {
  content: "\e079"; }

.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-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.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-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

.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-sparkles:before {
  content: "\e05d"; }

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

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

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.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-heart-broken:before {
  content: "\f7a9"; }

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

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

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

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

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.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-innosoft:before {
  content: "\e080"; }

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

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

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.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-jira:before {
  content: "\f7b1"; }

.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-laptop-house:before {
  content: "\e066"; }

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

.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-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

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

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.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-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.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-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-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-octopus-deploy:before {
  content: "\e082"; }

.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-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.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-pied-piper-square:before {
  content: "\e01e"; }

.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-pizza-slice:before {
  content: "\f818"; }

.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-plane-slash:before {
  content: "\e069"; }

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.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-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

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

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.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-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.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-shield-virus:before {
  content: "\e06c"; }

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.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-sim-card:before {
  content: "\f7c4"; }

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

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

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

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

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

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.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-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.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-stopwatch-20:before {
  content: "\e06f"; }

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

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.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-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

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

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

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

.fa-thermometer:before {
  content: "\f491"; }

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.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-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

.fa-uncharted:before {
  content: "\e084"; }

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.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-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.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-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.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-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

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

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

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

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

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f"; }

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

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

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

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

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.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.15.2 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;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.2 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;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
